cat event@charset "utf-8";

/* --------------------------------------------------
  COMMON STYLES
  -------------------------------------------------- */
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: local("Noto Sans CJK JP Regular"),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: local("Noto Sans CJK JP Medium"),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: local("Noto Sans CJK JP Bold"),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
/* ===== RESET ===== */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

p {
	margin: 0;
}

/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	line-height: 1.7;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, arial, helvetica, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	/*font-size: 1.5rem;*/
	letter-spacing: 1px;
	color: #000;
	background: #fff;
/*	min-width: 1000px; */
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
}

body:before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: block;
	visibility: hidden;
	width: 100%;
	height: 100vh;
	background-color: #000;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
body.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
body.fixed:before {
	visibility: visible;
	opacity: 0.4;
}

.tab, .sp {
	display: none;
}

.sp {
	display: none !important;
}

.pc, .pc.tab {
	display: block;
}

.em {
	color: #ee0000;
}

.marker {
	display: inline;
	padding: 0 .5em;
	background: linear-gradient(transparent 0%, #ffcccc 0%);
}

.marker2 {
	background: linear-gradient(rgba(255,255,255,0) 60%, #ff6 40%);
}

.f_bold {
	font-weight: bold;
}

.f_normal {
	font-weight: normal;
}

.f_lato {
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

.font_s {
	font-size: 12px;
	/*font-size: 1.2rem;*/
}

.font_s2 {
	font-size: 14px;
}

.font_m {
	font-size: 15px;
}

.font_l {
	font-size: 16px;
	/*font-size: 1.6rem;*/
}

.font_xl {
	font-size: 18px;
	/*font-size: 1.8rem;*/
}

img {
	display: block;
	max-width: 100%;
}

.img-responsive {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.img-responsive0 {
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

a, .hover {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover, .hover:hover {
	opacity: .7;
	color: #000;
	text-decoration: underline;
}

.link, .link:hover {
	color: #2196f3 !important;
}

.link_txt, .link_txt:hover, .link_txt:visited {
	/* color: #1479c3; */
	color: #2196f3;
}

a.mail,
a.pdf,
a.word,
a.excel {
	position: relative;
	padding-left: 25px;
}

a.mail:before,
a.pdf:before,
a.word:before,
a.excel:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 21px;
	height: 21px;
	transform: translateY(-50%);
	vertical-align: middle;
}

a.mail.alignTop:before,
a.pdf.alignTop:before,
a.word.alignTop:before,
a.excel.alignTop:before {
	top: 1px;
	transform: translateY(0);
}

a.mail:before {
	content: "\f0e0";
	display: block;
	position: absolute;
	line-height: 21px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #1479C3;
	text-align:center;
}

a.pdf:before {
	left: 2px;
	width: 16px;
	background: url(../images/common/ico_pdf.png) no-repeat 0 0;
}

a.word:before {
	background: url(../images/common/ico_word.png) no-repeat 0 0;
}

a.excel:before {
	background: url(../images/common/ico_excel.png) no-repeat 0 0;
}


.arrw01 {
	position: relative;
}

.arrw01:before {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 5px 0 0;
	border: 4px solid transparent;
	border-left: 5px solid #1479c3;
}

.arrw01_after {
	position: relative;
	padding-right: 10px;
}

.arrw01_after:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin: 0 5px 0 0;
	border: 4px solid transparent;
	border-left: 5px solid #1479c3;
	transform: translateY(-50%);
}

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml1em {
	margin-left: 1em !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.txt_center {
	text-align: center;
}

.txt_left {
	text-align: left;
}

.txt_right {
	text-align: right;
}

.clearfix {
	overflow: hidden;
}

.block {
	display: block;
}

.in-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.block-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ico {
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.nowrap {
	white-space: nowrap;
}

.hide {
	display: none;
}

.indnt-05em {
	text-indent: -.5em;
}

.indnt-1em {
	text-indent: -1em;
}

.pl-05em {
	padding-left: .5em;
}

.pl-1em {
	padding-left: 1em;
}

@media print, screen and (min-width: 768px) {
	.colWrap {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.colWrap.rtl {
		flex-direction: row-reverse;
	}

	.colWrap.col {
		flex-direction: column;
	}

	.colWrap.wrap {
		flex-wrap: wrap;
	}

	.colWrap.boxAlign-left {
		justify-content: flex-start;
	}

	.colWrap.boxAlign-right {
		justify-content: flex-end;
	}

	.colWrap.boxAlign-center {
		justify-content: center;
	}

	.colWrap.mdl > *,
	.colWrap > .mdl:not(.colWrap) {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: flex-start;
	}

	.colWrap.mdl > * > *,
	.colWrap > .mdl:not(.colWrap) > * {
		width: 100%;
	}

	.colWrap.mdl.ct > *,
	.colWrap > .mdl.ct:not(.colWrap) {
		justify-content: center;
	}

	.colWrap.col4 {
		margin-left: -10px;
		margin-right: -10px;
	}

	.colWrap.col4 > * {
		margin: 0 10px 20px;
		width: calc(25% - 20px);
	}

	.colWrap.col6 > * {
		margin-right: 10px;
		width: calc(16.66% - 10px);
	}

	.colWrap.col2 > * {
		width: 50%;
	}
}

.commonTbl {
	width: 100%;
	border-collapse: collapse;
}

.commonTbl th,
.commonTbl td {
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 1.4;
}

.commonTbl th {
	font-weight: normal;
	text-align: left;
}

.commonTbl .txt_center th {
	text-align: center;
}

.commonTbl.type1 thead,
.commonTbl.type2 thead {
	background: #d2e6e6;
}

.commonTbl.type1 .bg {
	background: #f7f7f7;
}

.commonTbl thead.f_bold th {
	font-weight: bold;
}

.commonTbl.type2 {
	border-top: 1px solid #ccc;
}

.commonTbl.type2 tr {
	border-bottom: 1px solid #ccc;
}

.commonTbl.type2 th,
.commonTbl.type2 td {
	border: 0;
}

.tblWrap {
	position: relative;
	overflow-x: auto;
}

.tblGuideTxt {
	display: none;
	margin: 0 0 10px;
	padding: 8px 15px;
	line-height: 1;
	font-size: .9em;
	border-radius: 12px;
	background: #e0eaef;
}

.commonList {
	border-top: 1px solid #ddd;
}

/*.commonList .tr:not(:last-child) { */
.commonList .tr {
	border-bottom: 1px solid #ddd;
}

.commonList .tr.block {
	display: block;
}

.commonList .th,
.commonList .td {
	padding: 10px;
}

.commonList .th {
	padding-bottom: 0;
	width: auto;
	font-weight: bold;
}

.commonList .td {
/*	padding-top: 0; */
	padding-top: 5px;
	flex: 1 1 auto;
	padding-left: 20px;
}

.commonList .tHead {
/*	border-top: 1px solid #ddd; */
	border-bottom: 1px solid #ddd;
	background: #f3f3f3;
	font-weight: bold;
}

.commonList.type1 .tHead {
	background: #d2e6e6;
}

.commonList .tHead .th {
	padding-bottom: 10px;
}

.commonList .lined {
	border-bottom: 1px solid #ddd;
}

@media print, screen and (min-width: 768px) {
	.commonList .tr {
		display: flex;
	}

	.commonList .th,
	.commonList .td {
		padding: 10px;
	}

	.commonList .mdl .th,
	.commonList .mdl .td,
	.commonList .mdl.th,
	.commonList .mdl.td {
		display: flex;
		align-items: center;
		align-content: center;
	}

	.commonList .mdl .th > *,
	.commonList .mdl .td > *,
	.commonList .mdl.th > *,
	.commonList .mdl.td > * {
		width: 100%;
	}

	.commonList .tr.block .th {
		padding-bottom: 0;
	}

	.commonList .tr.block .td {
		padding-top: 0;
		padding-left: 25px;
	}

	.commonList .th {
		width: auto;
		font-weight: bold;
	}

	.commonList .td {
		flex: 1 1 auto;
		padding-left: 10px;
	}
}

@media print, screen and (max-width: 767px) {
	.commonList .tr.sp-flex {
		display: flex;
	}

	.commonList .tr.sp-flex .th,
	.commonList .tr.sp-flex .td {
		padding: 10px;
	}

	.sp-commonList .tr {
		display: flex;
	}

	.sp-commonList .th,
	.sp-commonList .td {
		padding: 10px;
	}

	.sp-commonList .sp-mdl .th,
	.sp-commonList .sp-mdl .td,
	.sp-commonList .sp-mdl.th,
	.sp-commonList .sp-mdl.td {
		display: flex;
		align-items: center;
		align-content: center;
	}

	.sp-commonList .tr.block .th {
		padding-bottom: 0;
	}

	.sp-commonList .tr.block .td {
		padding-top: 0;
		padding-left: 25px;
	}

	.sp-commonList .th {
		width: auto;
		font-weight: bold;
	}

	.sp-commonList .td {
		flex: 1 1 auto;
		padding-left: 10px;
	}

	.commonList:not(.sp-commonList) .tHead {
	/*	display: flex;
		justify-content: flex-start; */
		display: block;
		overflow: hidden;
		line-height: 1;
	}

	.commonList:not(.sp-commonList) .tHead .th {
		float: left;
	}

	.commonList:not(.sp-commonList) .tHead .th:after {
		content: "/";
		display: inline-block;
		margin: 0 0 0 10px;
	}

	.commonList:not(.sp-commonList) .tHead .th:last-child:after {
		display: none;
	}
}

.bg {
	background: #eee;
}

/* header */
header {
	background: #fff; /* ADDED [21/01/28] */
}

header .container > .colWrap {
	height: 85px;
}

header .logo a {
	display: block;
}

header .headNav {
	position: relative;
	padding-top: 15px;
	width: auto;
}

.searchBox {
	position: relative;
	margin: 0 20px 0 0;
	width: 260px !important;
	height: 37px;
}

.searchBox .search {
}

.searchBox .searchTxt {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px;
	width: calc(100% - 37px);
	height: 37px;
	font-size: 100%;
	line-height: 37px;
	border: 1px solid #ddd;
	background: #f3f3f3;
	outline: none;
}

.searchBox .searchBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 37px;
	line-height: 37px;
	background: #1479c3;
}

.searchBox .searchBtn input {
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 37px;
	height: 37px;
	cursor: pointer;
}

.searchBox .searchBtn:before {
	content: "\f002";
	display: block;
	position: absolute;
	width: 37px;
	height:37px;
	line-height: 37px;
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	text-align:center;
}

header .headNav .lang {
	display: inline-block;
	position: relative;
	width: 150px;
}

header .headNav .lang a {
	display: block;
	padding: 4px 0 3px 43px;
	font-size: 17px;
	color: #010101;
	font-weight: 700;
	background: url(../images/common/ico_home.png) no-repeat 13px center;
	border: 1px solid rgba(228,228,228,0.94);
}


header .headNav .member {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	width: 150px;
}

header .headNav .member a {
	display: block;
	padding: 4px 0 3px 43px;
	font-size: 17px;
	color: #010101;
	font-weight: 700;
	background: url(../images/common/ico_member.png) no-repeat 12px center;
	border: 1px solid rgba(228,228,228,0.94);
}

header .headNav .faq {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 12px;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, arial, helvetica, sans-serif;
	width: auto !important;
	text-decoration: underline;
}
header .headNav .header__guide {
	position: absolute;
	right: 7em;
	top: 5px;
	font-size: 12px;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, arial, helvetica, sans-serif;
	width: auto !important;
	text-decoration: underline;
}

.gnav {
	position: relative;
	background: #1479C3;
}

.gnav .container > .colWrap {
	height: 60px;
}

.gnav .menu {
	margin: 0 auto;
	max-width: 1000px;
	height: 40px;
}


.gnav .menu > li.hasChild {
	z-index: 1;
}

.gnav .menu > li.hasChild:hover {
	z-index: 100;
}

.gnav .menu > li > a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}

.gnav .menu li a:hover {
	text-decoration: none;
}

.gnav .subMenu {
	overflow: hidden;
	position: absolute;
	top: 57px;
/*	left: 101px; */
	left: 50%;
	padding: 0 30px;
/*	width: 100%; */
	width: 85%;
	height: 0;
	opacity: 0;
	background: rgb(20,121,195);
	transition: all .18s ease-out;
	transform: translateX(-50%);
	z-index: 10;
}

.gnav .hasChild:hover .subMenu {
	height: 430px;
	opacity: 1;
}

.gnav .subMenu .title,
.gnav .subMenu .colWrap {
	padding-top: 50px;
	padding-bottom: 50px;
}

.gnav .subMenu .title {
	padding-right: 20px;
	width: 35%;
	font-size: 38px;
	letter-spacing: 3px;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid rgba(255,255,255, .5);
	text-align: center;
}

.gnav .subMenu .colWrap {
	flex: 1 1 auto;
	padding-left: 20px;
}

.gnav .subMenu .colWrap ul {
	padding: 0 3.3%;
	width: 45.4%;
}

.gnav .subMenu li {
	margin: 10px 0;
}

.gnav .subMenu a {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	transition: transform 0.12s ease-in;
}

.gnav .subMenu a:hover {
	opacity: 1;
	transform: translateX(10px);
}

/* menuBtn */
.menuBtn {
	position: fixed;
	top: 10px;
	right: 15px;
	width: 42px;
	/* height: 27px; */
	height: 42px;
	background: rgba(255, 255, 255, .3);
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	pointer-events: all;
	z-index: 200;
}
.menuBtn div {
	position: relative;
	margin: 7px auto;
	width: 36px;
	height: 27px;
	top: 0;
	-webkit-transition: all .75s ease-out;
	transition: all .75s ease-out;
}
.menuBtn div:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: -3px;
	margin-left: -18px;
	width: 36px;
	height: 4px;
	border-radius: 2px;
	background: #1479C3;
	opacity: 1;
	-webkit-transition: .35s ease-in-out;
	-webkit-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}
.menuBtn span {
	display: block;
	margin: 0 auto;
	width: 36px;
	height: 27px;
	color: #1479C3;
	font-size: 1.1rem;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: .5px;
	line-height: 76px;
	overflow: hidden;
}
.menuBtn span:before {
	content: "";
	position: absolute;
	left: 50%;
	display: block;
	margin-left: -18px;
	width: 36px;
	height: 4px;
	border-radius: 2px;
	background: #1479C3;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	top: 0;
	transition: transform .3s ease-out;
}
.menuBtn span:after {
	content: "";
	position: absolute;
	left: 50%;
	display: block;
	margin-left: -18px;
	width: 36px;
	height: 4px;
	border-radius: 2px;
	background: #1479C3;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	bottom: 0;
	transition: transform .3s ease-out;
}


/* pageTop */
.pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	width: 30px;
}

.menuBtn.close span:before {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
.menuBtn.close span:after {
	-webkit-animation: menu-bar03 .75s forwards;
	animation: menu-bar03 .75s forwards;
	-webkit-animation: menu-bar03 .75s forwards;
	animation: menu-bar03 .75s forwards;
}

.menuBtn.open span:before {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
.menuBtn.open span:after {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
.menuBtn.open div:before {
	opacity: 0;
}

@-webkit-keyframes menu-bar01 {
		0% {
			background: #1479C3;
			-webkit-transform: translateY(2px) rotate(45deg);
		}

		50% {
			-webkit-transform: translateY(2px) rotate(0);
		}

		100% {
			background: #1479C3;
			-webkit-transform: translateY(0) rotate(0);
		}
}

@keyframes menu-bar01 {
	0% {
		top: 50%;
		background: #1479C3;
		-webkit-transform: translateY(-2px) rotate(45deg);
		        transform: translateY(-2px) rotate(45deg);
	}

	50% {
		top: 50%;
		-webkit-transform: translateY(-2px) rotate(0);
		        transform: translateY(-2px) rotate(0);
	}

	100% {
		top: 0;
		background: #1479C3;
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}
}

@-webkit-keyframes menu-bar03 {
	0% {
		bottom: 50%;
		background: #1479C3;
		-webkit-transform: translateY(2px) rotate(-45deg);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(2px) rotate(0);
	}

	100% {
		bottom: 0;
		background: #1479C3;
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar03 {
	0% {
		bottom: 50%;
		background: #1479C3;
		-webkit-transform: translateY(2px) rotate(-45deg);
		        transform: translateY(2px) rotate(-45deg);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(2px) rotate(0);
		        transform: translateY(2px) rotate(0);
	}

	100% {
		bottom: 0;
		background: #1479C3;
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}
}

@-webkit-keyframes active-menu-bar01 {
	0% {
		top: 0;
		background: #1479C3;
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		top: 50%;
		-webkit-transform: translateY(-2px) rotate(0);
	}

	100% {
		top: 50%;
		background: #1479C3;
		-webkit-transform: translateY(-2px) rotate(45deg);
	}
}

@keyframes active-menu-bar01 {
	0% {
		top: 0;
		background: #1479C3;
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}

	50% {
		top: 50%;
		-webkit-transform: translateY(-2px) rotate(0);
		        transform: translateY(-2px) rotate(0);
	}

	100% {
		top: 50%;
		background: #1479C3;
		-webkit-transform: translateY(-2px) rotate(45deg);
		        transform: translateY(-2px) rotate(45deg);
	}
}

@-webkit-keyframes active-menu-bar03 {
	0% {
		bottom: 0;
		background: #1479C3;
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(11px) rotate(0);
	}

	100% {
		bottom: 50%;
		background: #1479C3;
		-webkit-transform: translateY(11px) rotate(-45deg);
	}
}

@keyframes active-menu-bar03 {
	0% {
		bottom: 0;
		background: #1479C3;
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(2px) rotate(0);
		        transform: translateY(2px) rotate(0);
	}

	100% {
		bottom: 50%;
		background: #1479C3;
		-webkit-transform: translateY(2px) rotate(-45deg);
		        transform: translateY(2px) rotate(-45deg);
	}
}

/* pageTop */
.pageTop a {
	position: relative;
	display: block;
	overflow: hidden;
	margin: -20px auto 0;
	padding: 40px 0 0;
	width: 40px;
	height: 0;
	outline: none;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	text-decoration: none;
}

.pageTop a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -7px;
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
}

/* footer */
footer {
	padding: 40px 0 0;
	background: #F3F5FA;
	color: #ffffff;
}

footer .container {
	padding: 0;
}

footer a,
footer a:hover,
footer a:visited {
	text-decoration: none;
	color: #111111;
	font-size: 14px;
}

footer .footerLogo {
	width: 180px;
	font-weight: bold;
}

footer .footerMenu {
	flex: 1 1 auto;
	padding-left: 20px;
	width: calc(100% - 200px);
	border-left: 1px solid rgb(136,136,136);
}

footer .footerMenu .fMenu {
	margin: 0 0 30px;
}

footer .footerMenu .title {
	width: 170px;
	font-weight: bold;
	border-right: 1px solid rgb(136,136,136);
}

footer .footerMenu .menu {
	flex: 1 1 auto;
	padding-left: 20px;
	width: calc(100% - 190px);
}

footer .footerMenu .fMenu li {
	float: left;
	margin: 5px 1em 5px 0;
	padding-right: 1em;
	line-height: 1;
	border-right: 1px solid rgba(255, 255, 255, .3);
}

footer .footerMenu .fMenu li:last-child {
	margin-right: 0;
	border: 0;
}

footer .footerBtmMenu {
	margin: 30px auto 0;
}

footer .footerBtmMenu li {
	padding: 0 1em;
}

footer .footerBtmMenu li a {
	font-size: 0.9em;
}

footer .copyright {
	margin-top: 30px;
	padding: 15px 0;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}



.wrapper {
	position: relative;
	word-break: break-all;
}

.section {
	overflow: hidden;
	padding: 45px 0;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px;
	max-width: 1080px;
}

.ttl {
	margin: 0 0 35px;
	font-size: 37px;
	letter-spacing: 4px;
	line-height: 1.3;
	color: #515151;
	font-weight: bold;
	text-align: center;
}

.ttl .sub {
	display: block;
	margin: 3px 0 0;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, arial, helvetica, sans-serif;
	font-size: 25px;
	letter-spacing: 6px;
	line-height: inherit;
	color: #606060;
	font-weight: 500;
	text-align: center;
}


/* --------------------------------------------------
  INDEX STYLES
  -------------------------------------------------- */
.pg_top .visualSection {
	position: relative;
	overflow: visible;
	transition: background 1s ease-out;
}

.pg_top .visualSection.loading {
        background: #1479c3 url(../images/index/loading.svg) no-repeat center center;
}

.pg_top .visualSection .container {
	overflow: visible;
	padding: 0;
	max-width: 100%;
}

.pg_top .visualSection .swiper-container {
        background: #1479c3;
}

.pg_top .visualSection .swiper-container {
	transition: opacity 1s ease-out;
}

.pg_top .visualSection .swiper-container.loading {
        opacity: 0;
}


.pg_top .visualSection .swiper-container:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	/* width: 16.667%; */
	width: calc(50% - 640px);
	width: calc(50% - 570px);
	height: 100%;
	background: url(../images/index/visual_bg1.png) no-repeat 0 0;
	background-size: cover;
	z-index: 10;
}

.pg_top .visualSection .swiper-container:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	/* width: 16.667%; */
	width: calc(50% - 640px);
	width: calc(50% - 570px);
	height: 100%;
	background: url(../images/index/visual_bg2.png) no-repeat right 0;
	background-size: cover;
	z-index: 9;
}

@media print, screen and (max-width: 1279px) {
	.gnav .subMenu {
		width: calc(100% - 130px);
	}

	.pg_top .visualSection .swiper-container:before,
	.pg_top .visualSection .swiper-container:after {
		/* width: 16.667%; */
		width: 65px;
	}
}

.pg_top .visualSection .swiper-slide {
	display: flex;
	background: transparent;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
/*	width: 66.6666%; */
	width: calc(100% - 130px);
	height: 100%;
	max-height: 392px;
	max-width: 1140px;
/*	min-width: 1140px; */
}

.pg_top .visualSection .swiper-slide img {
/*	-o-object-position: center center;
	   object-position: center center;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;object-position: center center;";*/
	width: 60.937%;
	height: auto;
/*max-height: 392px; */
}

.pg_top .visualSection .swiper-slide .text {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 28px;
	width: 39.063%;
	height: 100%;
	top: 0;
	right: 0;
	/* font-size: 23px; */
	font-size: 20px;
	background: url(../images/index/visual_txtbg.png) no-repeat right 0;
	background-size: cover;
	color: #fff;
	text-indent: -.65em;
}

.pg_top .visualSection .swiper-button-next,
.pg_top .visualSection .swiper-button-prev,
.pg_top .visualSection .swiper-container-rtl .swiper-button-next,
.pg_top .visualSection .swiper-container-rtl .swiper-button-prev {
	/* right: 20px;
	right: calc(15% - 60px); */
	/* right: 0;
	margin-right: calc(50% - 695px);
	margin-right: calc(50% - 625px); */
	right: 15px;
	margin-right: 0;
	left: auto;
	width: 35px;
	background: none;
	transition: opacity .3s ease-out;
}

.pg_top .visualSection .swiper-button-next:before,
.pg_top .visualSection .swiper-button-prev:before {
	content: "\f137";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background: none;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 35px;
	color: #fff;
	transform: translateY(-50%);
	z-index: 20;
	cursor: pointer;
}

.pg_top .visualSection .swiper-button-next:before {
	content: "\f138";
}

.pg_top .visualSection .swiper-button-prev,
.pg_top .visualSection .swiper-container-rtl .swiper-button-prev {
	right: auto;
	/* left: 20px;
	left: calc(15% - 60px); */
	/* left: 0;
	margin-left: calc(50% - 695px);
	margin-left: calc(50% - 625px); */
	left: 15px;
	margin-left: 0;

}

@media print, screen and (min-width: 1280px) {
	.pg_top .visualSection .swiper-button-next,
	.pg_top .visualSection .swiper-container-rtl .swiper-button-next {
		right: 0;
		margin-right: calc(50% - 695px);
		margin-right: calc(50% - 625px);
	}

	.pg_top .visualSection .swiper-button-prev,
	.pg_top .visualSection .swiper-container-rtl .swiper-button-prev {
		left: 0;
		margin-left: calc(50% - 695px);
		margin-left: calc(50% - 625px);
	}
}

.pg_top .visualSection .swiper-button-next:hover,
.pg_top .visualSection .swiper-button-prev:hover {
	opacity: .7;
}

.pg_top .visualSection .paging {
	position: relative;
	margin: 15px 0 0;
	height: 20px;
}

.pg_top .visualSection .swiper-pagination {
	position: relative;
	box-sizing: border-box;
	transform: none;
	margin: 0 auto;
	width: 66.666%;
	text-align: right;
}

.pg_top .visualSection .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	margin: 0 5px;
}

.pg_top .visualSection .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #064c7f;
	opacity: 1;
}

@media print, screen and (min-width: 1280px) {
	.pg_top .visualSection {
		min-width: 1280px;
	}

	.pg_top .visualSection .swiper-slide {
		min-width: 1140px;
	}

	.pg_top .visualSection .swiper-pagination {
		min-width: 1140px;
	}
}

/* specialSection*/
/*.pg_top .specialSection .ttl {
	margin: 0 0 25px;
}*/

.pg_top .specialSection .box {
	position: relative;
	margin: 0 auto 30px;
}

.pg_top .specialSection .box:last-child {
	margin-bottom: 0;
}


@media print, screen and (min-width: 768px) {
	.pg_top .specialSection .colWrap {
		margin: 0 -10px;
	}

	.pg_top .specialSection .box,
	.pg_top .specialSection .box:last-child {
	/*	margin: 0;
		width: calc(33.33% - 15px); */
		margin: 0 10px 20px;
		width: calc(33.33% - 20px);
	}

	.pg_top .specialSection .box:nth-child(4):before,
	.pg_top .specialSection .box:nth-child(5):after {
		content: "";
		display: block;
		margin: 0 10px;
		width: calc(16.66% - 20px);
	}
}

.pg_top .specialSection .img {
	display: block;
	position: relative;
	border: 1px solid #acacac;
}

/*.pg_top .specialSection .title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 4px 0;
	width: 100%;
	font-size: 19px;
	letter-spacing: -0.5px;
	color: #ffffff;
	font-weight: 500;
	background: rgb(9,101,170);
	z-index: 1;
}

.pg_top .specialSection .txt {
	margin: 10px 0 0;
	font-size: 17px;
	letter-spacing: -0.5px;
	line-height: 1.5;
	font-weight: 500;
}

.pg_top .specialSection .txt a {
	color: #444444;
}
*/

.pg_top .specialSection .box:before {
	content: "";
	display: block;
	height: 0;
	padding: 65% 0 0;
}

.pg_top .specialSection .box a {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}

.pg_top .specialSection .box .title {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	margin: 0 auto;
	padding: 3px 0;
	width: auto;
	font-size: 19px;
	letter-spacing: 0.095em;
	line-height: 1.3;
	font-weight: 700;
	font-family: "Rubik";
	transform: translate(-50%, -50%);
	transition: all .5s ease-out;
	z-index: 10;
}

.pg_top .specialSection .box .title:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #fff;
	transition: all .35s ease-out .15s;
	transform-origin: center 0;
	transform: scale(0, 1);
}

/*
.pg_top .specialSection .box .title .sub {
	display: block;
	margin: .4em auto 0;
	padding: 1.1em 0 0;
	border-top: 1px solid #fff;
	font-size: .9em;
	font-weight: bold;
	font-family: "Yu Gothic";
}
*/

.pg_top .specialSection .box a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* background: rgba(255, 255, 255, .5); */
	background: rgba(0,0,0,.25);
	z-index: 1;
/*	opacity: 0;
	transition: opacity .5s ease-out; */
	transition: all .5s ease-out;

}

.pg_top .specialSection .box a:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	top: .6em;
	bottom: .6em;
	left: .6em;
	right: .6em;
	border: 2px solid rgb(9,101,170);
	opacity: 0;
	transition: opacity .5s ease-out;

	z-index: 2;
}

.pg_top .specialSection .box a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: "object-fit: cover; object-position: center center;";
	transition: transform .5s ease-out;
}

.pg_top .specialSection .box a:hover {
	opacity: 1;
	text-decoration: none;
}

.pg_top .specialSection .box a:hover:before,
.pg_top .specialSection .box a:hover:after {
	opacity: 1;
}

.pg_top .specialSection .box a:hover:before {
	background: rgba(255, 255, 255, .4);
/*	opacity: 0; */
}

.pg_top .specialSection .box a:hover img {
	transform: scale(1.2);
}

.pg_top .specialSection .box a:hover .title {
	color: rgb(9,101,170);
}

.pg_top .specialSection .box a:hover .title:after {
	background: rgb(9,101,170);
	transform: scale(1, 1);
}
/*
.pg_top .specialSection .box a:hover .title .sub {
	border-color: rgb(9,101,170);
}
*/

.pg_top .productSection .ttl + p {/* [19/05/25] */
	margin: -20px auto 20px;
}

.pg_top .productSection .box {
	/* width: calc(33.33% - 18px); */
	width: 33.33%;
	padding: 0 7px;/* [19/05/25] */
	max-width: 250px;/* [19/05/25] */
}

.pg_top .productSection .box:nth-child(1),
.pg_top .productSection .box:nth-child(2),
.pg_top .productSection .box:nth-child(3),
.pg_top .productSection .box:nth-child(4) {
	margin-bottom: 35px;
	width: 25%;/* [19/05/25] */
}

.pg_top .productSection .box .title {
	display: block;
	height: 185px;
	/* font-size: 22px; */
	font-size: 21px;/* [19/05/25] */
	letter-spacing: -0.02em;/* [19/05/25] */
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: #064C7F;
	border: 4px solid #404040;
	box-shadow: inset 0 0 0 1px #fff;
}

.pg_top .productSection .box .title:before {
	content: "";
	display: block;
	margin: 15px auto 3px;
	width: 112px;
	height: 112px;
	background:url(../images/index/ico_product.png) no-repeat 0 0;
}

.pg_top .productSection .box:nth-child(2) .title:before {
	background-position: -112px 0;
}

.pg_top .productSection .box:nth-child(3) .title:before {
	background-position: -224px 0;
}

.pg_top .productSection .box:nth-child(4) .title:before {
	background-position: -336px 0;
}

.pg_top .productSection .box:nth-child(5) .title:before {
	background-position: 0 -112px;
}

.pg_top .productSection .box:nth-child(6) .title:before {
	background-position: -112px -112px;
}

.pg_top .productSection .box:nth-child(7) .title:before {
	background-position: -224px -112px;
}

.pg_top .productSection .box .txt {
	margin: 10px 0 0;
	font-size: 17px;
	letter-spacing: -0.5px;
	line-height: 1.3;
	font-weight: 500;
}

/* NEW LETTER */
.pg_top .newLetterSection .box {
	margin: 0 auto 30px;
}

.pg_top .newLetterSection .box:last-child {
	margin: 0 auto;
}


@media print, screen and (min-width: 768px) {
	.pg_top .newLetterSection .box,
	.pg_top .newLetterSection .box:last-child {
		margin: 0 auto;
		max-width: 318px;
	}
}

.pg_top .newLetterSection .box a {
	display: block;
	position: relative;
	border: 1px solid #e2e2e2;
}

.pg_top .newLetterSection .box .txt {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 187px;
	height: 37px;
	line-height: 37px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	background: url(../images/index/txtbg.png) no-repeat 0 0;
}

.pg_top .newLetterSection .box .txt:after {
	content: "\f138";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: #919191;
	transform: translateY(-50%);
}

.pg_top .topicsSection .ttl_s {
	position: relative;
	margin: 0 0 10px;
	font-size: 24px;
	color: #010101;
	font-weight: 500;
}

.pg_top .topicsSection .ttl_s .btn_more {
	position: absolute;
	right: 0;
	top: 0;
	width: 107px;
	height: 30px;
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 29px;
	border-radius: 13px;
	background: #404040;
	color: #ffffff;
	text-align: center;
}

.pg_top .topicsSection .box {
	margin: 20px auto 50px;
}

.pg_top .topicsSection .box:last-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	.pg_top .topicsSection .box,
	.pg_top .topicsSection .box:last-child {
		margin: 20px 0 0;
		width: calc(50% - 40px);
	}
}

.pg_top .topicsSection li {
	padding: 20px 0;
	border-top: 1px solid #d6d6d6;
}

.pg_top .topicsSection .date {
	display: block;
	margin: 0 0 10px;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}

.pg_top .topicsSection .cat {
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 0 0 20px;
	padding: 3px 10px;
	font-size: 13px;
	color: #ffffff;
	vertical-align: middle;
}

.pg_top .topicsSection .cat.info {
	background: #8bc34a;
}

.pg_top .topicsSection .cat.about {
	background: #ffc107;
}

.pg_top .topicsSection .cat.magazine {
	background: #3e95da;
}

.pg_top .topicsSection .cat.kansai {
	background: #bb5757;
}
.pg_top .topicsSection .cat.hokkaido {
	background: #FF4000;
}

.pg_top .topicsSection .cat.tokyo {
	background: #009688;
}

.pg_top .topicsSection .cat.chugoku {
	background: #607d8b;
}

.pg_top .topicsSection .cat.hokuriku {
	background: #7d70a7;
}

.pg_top .topicsSection .cat.tokai {
	background: #f57a71;
}

.pg_top .topicsSection .cat.kyushu {
	background: #5757bb;
}

.pg_top .topicsSection .cat.tohoku {
	background: #968800;
}

.pg_top .topicsSection .cat.system {
	background: #75bf9e;
}

.pg_top .topicsSection .cat.event {
	background: #ab80a9;
}

.pg_top .topicsSection .cat.excerpt {
	background: #ff9800;
}

.pg_top .topicsSection .cat.avc {
	background: #008080;
}

.pg_top .topicsSection .cat.social {
	background: #4a82a9;
}


.pg_top .topicsSection .cat.receiving {
	background: #7d70a7;
}

.pg_top .topicsSection .cat.spread {
	background: #FFB3D9;
}

.pg_top .topicsSection a {
	color: #444;
}

.pg_top .bannerSection .container,
.pg_lower .bannerSection .container {
	padding: 35px 0;
	background-color: #f5f5f5;
}

.pg_top .bannerSection .box,
.pg_lower .bannerSection .box {
	margin: 0 15px;
}

.pg_top .bannerSection a,
.pg_lower .bannerSection a {
	display: block;
}

/* --------------------------------------------------
  LOWER PAGE STYLES
  -------------------------------------------------- */
.pg_lower {
	line-height: 1.8;
}

.pg_lower .directoryFrame ul {
	overflow: hidden;
	margin: 15px auto 0;
}

.pg_lower .directoryFrame li {
	float: left;
	margin: 0 5px 0 0;
	font-size: 13px;
	color: #555;
}

.pg_lower .directoryFrame li a {
	display: inline-block;
	margin: 0 5px 0 0;
	color: #989898;
}

.pg_lower .content {
	margin-bottom: 90px;
	color: #444;
}

.pg_lower .main .article + .article  {
	margin-top: 40px;
}

.pg_lower .pgTitle {
	/* margin: 60px auto 40px; */
	/* margin: 45px auto 25px;[19/05/25] */
	margin: 40px auto; /* [19/05/30] */
	font-size: 36px;
	letter-spacing: 4px;
	line-height: 1.5;
	color: #1479C3;
	font-weight: bold;
}

.pg_lower .pgTitle a {
	color: #1479C3;
}

.pg_lower .pgTitle .sub {
	display: inline-block;
	margin: 0 0 0 1em;
/*	font-size: 20px; */
	font-size: .56em;
	letter-spacing: 3px;
	line-height: inherit;
	/* color: #606060; */
	font-weight: 500;
	vertical-align: middle;
}

.pg_lower .pgTitle .sub2 {
	display: inline-block;
	position: relative;
	top: -4px;
	margin: 0 0 0 1em;
	font-size: .7em;
	letter-spacing: 3px;
	line-height: inherit;
	font-weight: 500;
	vertical-align: middle;
}

.pg_lower .pgTitle .sub.block,
.pg_lower .pgTitle .sub2.block {
	display: block;
	margin-left: 0;
}

.pg_lower .ttl_m,
.txt h2 {
	margin: 0 0 25px;
	padding: 13px 15px 11px;
	line-height: 1.3;
	font-size: 20px;
	color: #404040;
	font-weight: 500;
	background: #F4F7F9;
	border-bottom: 6px solid #1479C3;
}

.pg_lower .ttl_m .icon {
    display: inline-block;
    background: #1479c3;
    color: #fff;
    border-radius: 4px;
    margin: 0 .75em 0 0;
    font-size: .8em;
    padding: .08em .4em;
}

.pg_lower .ttl_s {
	margin: 35px 0 20px;
	padding: 10px 15px;
	line-height: 1.5;
	background: #f2f2f2;
	border: 1px solid rgba(210,210,210,0.94);
	font-size: 16px;
	color: #404040;
	font-weight: 500;
}

.pg_lower .ttl_s .sub {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	margin-left: 15px;
}

.pg_lower .ttl_m + .txt,
.pg_lower .ttl_s + .txt {
	padding-left: 15px;
	padding-right: 15px;
}

.pg_lower .ttl_xs {
	margin: 35px 0 20px;
	padding: 0 0 10px;
	line-height: 1.3;
	font-size: 17px;
	font-weight: bold;
	color: #1479C3;
	border-bottom: 1px solid rgb(20,121,195)
}
.pg_lower.pg_member .ttl_xs {
  border-bottom: 1px solid #8080C0;
}

.pg_lower .ttl_xs2 {
	margin: 25px 0 15px;
	line-height: 1.3;
	font-size: 15px;
	font-weight: bold;
}

.pg_lower .btn {
	display: block;
	position: relative;
	padding: 14px 30px 14px;
	max-width: 380px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
}

.pg_lower .btn.in-block {
	display: inline-block;
}


.pg_lower .btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -7.5px 0 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
}

.pg_lower .btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 9px;
	margin: -3px 0 0;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 7px solid #064c7f;
}

.pg_lower .btn00 {
	background: #1479C3;
	color: #fff;
}

.pg_lower .btn01 {
	background: #064c7f;
	color: #fff;
}

.pg_lower .btn02 {
	background: #2993a2;
	color: #fff;
}

.pg_lower .btn00:after {
	border-left: 7px solid #1479C3;
}

.pg_lower .btn01:after {
	border-left: 7px solid #064c7f;
}

.pg_lower .btn02:after {
	border-left: 7px solid #2993a2;
}

.pg_lower .btn.inpt {
	display: block;
	overflow: hidden;
	padding: 0;
	transition: opacity .3s ease-out;
}

.pg_lower .btn.inpt > input {
	display: block;
	position: relative;
	padding: 14px 30px 14px;
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	border: 0;
	background: transparent;
	outline: none;
	text-align: center;
	cursor: pointer;
}

.pg_lower .btn.inpt.btn00 > input,
.pg_lower .btn.inpt.btn01 > input,
.pg_lower .btn.inpt.btn02 > input {
	color: #fff;
}

.pg_lower .btn.btn_s {
	padding: 10px 20px;
	font-size: 14px;
}

.pg_lower .btn.btn_s:before {
	right: 8px;
	margin: -6px 0 0;
	width: 12px;
	height: 12px;
}

.pg_lower .btn.btn_s:after {
	right: 8px;
	margin: -2.5px 0 0;
	border-width: 3px;
	border-left-width: 5px;
}

.pg_lower .btn.inpt:hover {
	opacity: .7;
}

.pg_lower .btn.inverse {
	border: 1px solid transparent;
}

.pg_lower .btn.inverse:hover {
	background-color: transparent;
	opacity: 1;
}

.pg_lower .btn00.inverse:hover {
	color: #1479C3;
	border: 1px solid #1479C3;
}

.pg_lower .btn01.inverse:hover {
	color: #064c7f;
	border: 1px solid #064c7f;
}

.pg_lower .btn02.inverse:hover {
	color: #2993a2;
	border: 1px solid #2993a2;
}

.pg_lower .btnFrame.col2 > *:last-child {
	margin-top: 15px;
}


@media print, screen and (min-width: 768px) {
	.pg_lower .btnFrame.col2 > *,
	.pg_lower .btnFrame.col2 > *:last-child {
		margin: 0;
		width: calc(50% - 15px);
	}
}

.pg_lower ul.list,
.txt ul.list {
	margin: 20px 0;
}

.pg_lower ul.list > li,
.txt ul.list > li {
	position: relative;
	list-style: none;
	text-indent: 0;
	padding-left: 18px;
}

.pg_lower ul.list li + li,
.pg_lower ol.list li + li,
.txt ul.list li + li {
	margin-top: 7px;
}

.pg_lower ul.list > li:before,
.txt ul.list > li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #064c7f;
	border-right: 3px solid #064c7f;
	transform: rotate(45deg);
}

.pg_lower ul.list.no-arrw > li,
.txt ul.list.no-arrw > li {
	padding-left: 0;
}

.pg_lower ul.list_disc > li:before,
.pg_lower ul.list_decimal > li:before,
.pg_lower ul.list_upper-roman > li:before,
.pg_lower ul.list_lower-alpha > li:before,
.pg_lower ul.list_disc > li:before,
.pg_lower ul.list.no-arrw > li:before,
.pg_lower ul.list_indent > li:before,
.pg_lower ul.list_indent2 > li:before,
.txt ul.list_disc > li:before,
.txt ul.list_decimal > li:before,
.txt ul.list_upper-roman > li:before,
.txt ul.list_lower-alpha > li:before,
.txt ul.list.no-arrw > li:before ,
.txt ul.list_indent > li:before,
.txt ul.list_indent2 > li:before {
	display: none;
}

.pg_lower ul.list_disc > li,
.txt ul.list_disc > li {
	text-indent: 0;
	padding: 0;
	margin-left: 2em;
	list-style-type: disc;
}

.pg_lower ul.list_decimal > li,
.txt ul.list_decimal > li {
	text-indent: 0;
	padding: 0;
	margin-left: 2em;
	list-style-type: decimal;
}

.pg_lower ul.list_upper-roman > li,
.txt ul.list_upper-roman > li {
	text-indent: 0;
	padding: 0;
/*	margin-left: 2em; */
	margin-left: 2.5em;
	list-style-type: upper-roman;
}

.pg_lower ul.list_lower-alpha > li,
.txt ul.list_lower-alpha > li {
	text-indent: 0;
	padding: 0;
	margin-left: 2em;
	list-style-type: lower-alpha;
}

.pg_lower ul.list_arrw02 > li,
.txt ul.list_arrw02 > li {
	padding-left: 15px;
}

.pg_lower ul.list_arrw02 > li:before,
.txt ul.list_arrw02 > li:before {
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 5px solid #064c7f;
	transform: none;
}

.pg_lower ul.list_indent > li,
.txt ul.list_indent > li {
	text-indent: -1em;
	padding-left: 1em;
}

.pg_lower ul.list_indent2 > li,
.txt ul.list_indent2 > li {
	text-indent: -1.4em;
	padding-left: 1.4em;
}

.pg_lower ul.list_indent3 > li,
.txt ul.list_indent3 > li {
	text-indent: -2em;
	padding-left: 2em;
}

.pg_lower ul.list_indent4 > li,
.txt ul.list_indent4 > li,
.pg_lower ul.list_indent4.no-arrw > li,
.txt ul.list_indent4.no-arrw > li {
	text-indent: -2.8em;
	padding-left: 2.8em;
}

.pg_lower ul.list_indent > li:before,
.pg_lower ul.list_indent2 > li:before,
.pg_lower ul.list_indent3 > li:before,
.pg_lower ul.list_indent4 > li:before {
	display: none;
}

.pg_lower ul.indnt, .txt ul.indnt {
	margin-left: 1em;
}


.pg_lower .ol {
	counter-reset: idx;
}

.pg_lower .ol.noreset {
	counter-reset: none;
}

.pg_lower .ol > li,
.pg_lower .ol > .li {
	position: relative;
	counter-increment: idx;
	text-indent: calc(-1.3em - 8px);
	margin-left: calc(1.3em + 8px);
}

.pg_lower .ol > li:before,
.pg_lower .ol > .li:before {
	content: counter(idx);
	display: inline-block;
	margin: 0 10px 0 0;
	width: 1.3em;
	height: 1.3em;
	position: relative;
	/* background: rgba(6, 76, 127, 0.15);
	color: #064c7f; */
	background: #e1e1e1;
	text-align: center;
	line-height: 1.3em;
	border-radius: 50%;
	font-size: .9em;
	font-weight: 600;
	font-family: "Lato";
	text-indent: 0;
}

.pg_lower dl.indnt dd {
	padding-left: 1em;
}

.pg_lower dl.indnt2 dd {
	padding-left: 1.5em;
}

.pg_lower .box01 {
	margin: 30px 0;
	padding: 25px;
	/* border: 1px solid #d2d2d2; */
	border: 3px solid #e3eaef;
}

.pg_lower .box02 {
	margin: 30px 0;
	padding: 25px;
	border-radius: 4px;
	border: 1px solid rgba(31, 86, 186, 0.6);
}

.pg_lower .box01.compact,
.pg_lower .box02.compact {
	margin: 20px 0;
	padding: 15px;
}

.pg_lower .box01 > .head,
.pg_lower .box02 > .head {
	margin-top: 0 !important;
	font-size: 16px;
}

.pg_lower .box01 > .head.font_s,
.pg_lower .box02 > .head.font_s {
	font-size: 15px;
}

.pg_lower .box01 > .head.color,
.pg_lower .box02 > .head.color {
	color: #1f56a6;
}

.pg_lower .pdfGuideFrame {
	margin: 30px 0 0;
	padding: 30px 15px;
	border-top: 1px solid #ddd;
	font-size: .9em;
}

.pg_lower .pdfGuideFrame img {
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
}

/* ***** 2COLUMN ***** */
@media print, screen and (min-width: 768px) {
	.contentWrap > .main {
		width: calc(100% - 270px)
	}

	.contentWrap > .side {
		padding: 46px 0 0;
		width: 220px;
	}
}
.contentWrap > .side .title {
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-size: 18px;
	color: #1479C3;
	border-bottom: 2px solid #1479C3;
	letter-spacing: 2px;
}

.side .side_menu li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.side .side_menu a {
	display: block;
	position: relative;
	padding: 15px 5px 15px 20px;
	line-height: 1.4;
}

.side .side_menu a:before {
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	left: 5px;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 4px solid #1479C3;
	vertical-align: middle;
}

.side .side_menu a span {
	font-size: .85em;
}

/* ------------------
 COMMITEE
------------------- */
.pg_lower .newsSection .newsList {
	margin: 15px auto;
	border-top: 1px solid #d6d6d6;
}

.pg_lower .newsSection  .newsList li {
	position: relative;
	padding: 10px 0;
	line-height: 1.5;
	border-bottom: 1px solid #d6d6d6;
}

.pg_lower .newsSection .newsList .date {
	display: block;
	margin: 0 0 3px;
	color: #777;
}

.pg_lower .newsSection .newsList .txt {
	padding-left: .5em;
	display: block;
	color: #444;
}

.pg_lower .committee-list li {
    display: inline-block;
}

.pg_lower .committee-list a {
    display: block;
    position: relative;
    padding: 15px 5px 15px 20px;
    line-height: 1.4;
}

.pg_lower .committee-list a:before {
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	left: 5px;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 4px solid #8080C0;
	vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
	.pg_lower .newsSection .newsList li {
		display: flex;
		padding: 20px 0;
	}

	.pg_lower .newsSection .newsList .date {
		margin: 0;
		width: 130px;

	}

	.pg_lower .newsSection .newsList .txt {
		padding: 0;
		width: calc(100% - 130px);
	}
}


.pg_lower .productSection .ttl + p {/* [19/05/25] */
	margin: -20px auto 20px;
}

.pg_lower .productSection .box {
	/* width: calc(33.33% - 18px); */
	width: 33.33%;
	padding: 0 7px;/* [19/05/25] */
	max-width: 250px;/* [19/05/25] */
}

.pg_lower .productSection .box:nth-child(1),
.pg_lower .productSection .box:nth-child(2),
.pg_lower .productSection .box:nth-child(3),
.pg_lower .productSection .box:nth-child(4) {
	margin-bottom: 35px;
	width: 25%;/* [19/05/25] */
}

.pg_lower .productSection .box .title {
	display: block;
	height: 185px;
	/* font-size: 22px; */
	font-size: 21px;/* [19/05/25] */
	letter-spacing: -0.02em;/* [19/05/25] */
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: #404040;
	border: 4px solid #404040;
	box-shadow: inset 0 0 0 1px #fff;
}

.pg_lower .productSection .box .title:before {
	content: "";
	display: block;
	margin: 15px auto 3px;
	width: 112px;
	height: 112px;
	background:url(../images/index/ico_product.png) no-repeat 0 0;
}

.pg_lower .productSection .box:nth-child(2) .title:before {
	background-position: -112px 0;
}

.pg_lower .productSection .box:nth-child(3) .title:before {
	background-position: -224px 0;
}

.pg_lower .productSection .box:nth-child(4) .title:before {
	background-position: -336px 0;
}

.pg_lower .productSection .box:nth-child(5) .title:before {
	background-position: 0 -112px;
}

.pg_lower .productSection .box:nth-child(6) .title:before {
	background-position: -112px -112px;
}

.pg_lower .productSection .box:nth-child(7) .title:before {
	background-position: -224px -112px;
}

.pg_lower .productSection .box .txt {
	margin: 10px 0 0;
	font-size: 17px;
	letter-spacing: -0.5px;
	line-height: 1.3;
	font-weight: 500;
}

.pg_lower .inlinebox {
	display: inline-block;
	margin: 0 10px 20px;
    width: calc(25% - 20px);
}

/* --------------------------------------------------
  FAQ PAGE STYLES
  -------------------------------------------------- */
.faqSection .ttl_xs {
	font-size: 2rem;
}

.faqSection .faqBox {
	position: relative;
	margin-top: 30px;
	border: 1px solid #ddd;
}

.faqSection .faqBox .txt_q {
	padding: 15px 60px 15px 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}

.faqSection .faqBox .txt_q,
.faqSection .faqBox .txt_a {
	position: relative;
	padding-left: 50px;
}

.faqSection .faqBox .txt_q:before,
.faqSection .faqBox .txt_a:before {
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	top: 11px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 26px;
	font-weight: bold;
/*	font-family: 'Lato', sans-serif; */
}

.faqSection .faqBox .txt_q:before {
	content: "Q";
	color: #369;
}
.faqSection .faqBox .txt_a:before {
	content: "A";
	color: #dd0000;
	top: 0;
	left: 0;
}

.faqSection .faqBox .txt_q .toggleBtn {
	content: "";
	display: block;
	position: absolute;
	overflow: hidden;
	right: 10px;
	top: 10px;
	width: 34px;
	height: 0;
	padding: 34px 0 0;
}

.faqSection .faqBox .txt_q .toggleBtn:hover {
	background: #f2f2f2;
}

.faqSection .faqBox .txt_q .toggleBtn:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -10px;
	width: 20px;
	height: 2px;
	background: #dd0000;
}

.faqSection .faqBox .txt_q .toggleBtn:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -10px;
	width: 20px;
	height: 2px;
	background: #dd0000;
	transform: rotate(90deg);
	transition: all .3s ease-out;
}

.faqSection .faqBox.open .txt_q .toggleBtn:after {
	transform: rotate(0);
}


.faqSection .faqBox .answr {
	overflow: hidden;
	padding: 15px 40px;
	display: none;
}

.faqSection .faqBox .txt_a {
	margin: 0 0 15px;
	padding-left: 30px;
	font-size: 1.7rem;
	font-weight: normal;
	line-height: 1.5;
}

.faqSection .faqBox .answr .mt30 {
	margin-top: 30px;
}

.faqSection .faqBox .answr {
	padding-left:50px;
}

.faqSection .faqBox .answr > *:not(.txt_a) {
	padding-left: 30px;
}


/* --------------------------------------------------
  MEMBER STYLES
  -------------------------------------------------- */
.pg_member .gnav,
.pg_member .gnav .subMenu {
	background-color: #8080C0;
}

.pg_member .visualSection .container {
	width: auto;
	max-width: 1140px;
}

.pg_member .memberSection .colWrap .box {
	margin: 0 15px 25px;

	max-width: 312px;
}

.pg_member .memberSection .colWrap .box a {
	display: block;
	position: relative;
	border: 1px solid #e1e1e1;
}

.pg_member .memberSection .colWrap .box .txt {
	display: block;
	position: absolute;
	bottom: 18px;
	left: 0;
	padding: 10px;
	width: 100%;
	line-height: 1.5;
	font-size: 20px;
	color: #09317c;
	font-weight: bold;
	background: rgba(255, 255, 255, .75);
	text-align: center;
}


@media print, screen and (min-width: 768px) {
	.pg_member .memberSection .colWrap {
		margin: 0 -15px;
	}

	.pg_member .memberSection .colWrap .box {
		width: calc(33.33% - 30px);
	}
}

.pg_member .topicsSection .ttl_s {
	margin: 0;
	padding: 13px 5px;
	font-size: 18px;
	font-weight: bold;
	border: 0;
	border-top: 1px solid #d2d2d2;
	border-bottom: 2px solid #09317c;
	color: #031e50;
	background: none;
}

.pg_member .topicsSection .ttl_s:before {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	margin: 0 10px 0 0;
	width: 14px;
	height: 14px;
	border: 4px solid #031e50;
	border-radius: 50%;
}

.pg_member .topicsSection .ttl_s .sub {
	font-size: 14px;
	color: #1e1e1e;
}

.pg_member .topicsSection .ttl_s .btn_more {
	position: absolute;
	right: 0;
	top: 0;
	width: 107px;
	height: 30px;
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 29px;
	border-radius: 13px;
	background: #404040;
	color: #ffffff;
	text-align: center;
}

.pg_member .topicsSection li {
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
	font-size: 15px;
	color: #333;
	font-weight: 500;
}

.pg_member .topicsSection .date {
	width: 100px;
}

.pg_member .topicsSection .cat {
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 0 0 20px;
	padding: 3px 10px;
	font-size: 13px;
	color: #ffffff;
	vertical-align: middle;
}

.pg_member .topicsSection .cat.avc {
	background: #008080;
}

.pg_member .topicsSection .cat.social {
	background: #4a82a9;
}

.pg_member .topicsSection .cat.receiving {
	background: #7d70a7;
}

.pg_member .topicsSection .txt {
	flex-grow: 1;
	color: #333;
}

.pg_member.pg_lower .pgTitle {
	/* margin: 60px auto 40px; */
	/* margin: 45px auto 25px;[19/05/25] */
	margin: 40px auto; /* [19/05/30] */
	font-size: 36px;
	letter-spacing: 4px;
	color: #8080C0;
	font-weight: bold;
}

.pg_member.pg_lower .ttl_m,
.pg_member .txt h2 {
	border-bottom: 6px solid #8080C0;
}

.pg_member.pg_lower .ttl_xs,
.pg_member.pg_lower .ttl_xs a {
	color: #8080C0;
}

.pg_member .contentWrap > .side .title {
	color: #8080C0;
	border-bottom: 2px solid #8080C0;
}

.pg_member .side .side_menu a:before {
	border-left: 4px solid #8080C0;
}

.pg_member.pg_lower .link_txt, 
.pg_member.pg_lower .link_txt:hover, 
.pg_member.pg_lower .link_txt:visited {
	color:#000;
}

.pg_member.pg_lower a.pdf:before {
	left: 2px;
	width: 16px;
	background: url(../images/common/ico_m_pdf.png) no-repeat 0 0;
}

.pg_member.pg_lower a.word:before {
	background: url(../images/common/ico_m_word.png) no-repeat 0 0;
}

.pg_member.pg_lower a.excel:before {
	background: url(../images/common/ico_m_excel.png) no-repeat 0 0;
}

.pg_member.pg_lower a.zip {
	padding-left: 25px;
	position: relative;
}
.pg_member.pg_lower a.zip::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	height: 21px;
	transform: translateY(-50%);
	vertical-align: middle;
	left: 2px;
	width: 16px;
	background: url(../images/common/ico_m_zip.png) no-repeat 0 0;
}

/* tournament */
.pg_tournament .tournamentSection .menuTbl {
	background: #f6f6f6;
	font-size: .9em;
}

.pg_tournament .tournamentSection .menuTbl td {
	padding: 5px;
	font-weight: normal;
}

.pg_tournament .tournamentSection .style1 {
	font-size: large;
	font-weight: bold;
	color: #33F;
}

.pg_tournament .tournamentSection .plink {
	font-size: large;
	font-weight: bold;
	color: #C00;
}
.pg_tournament .tournamentSection .programTable{
	width:100%;
	border-top:dashed 1px #888;
}
.pg_tournament .tournamentSection .programTable td {
	vertical-align:top;
	padding: 10px 3px 8px;
}

.pg_tournament .tournamentSection .ttl_m {
	margin-top: 45px;
}
.pg_tournament .tournamentSection tr.bottomline td,td.bottomline {
	padding-bottom:6px;
	border-bottom:dashed 1px #888;
}

.pg_tournament .tournamentSection .w20per {
	width:20%;
}
.pg_tournament .tournamentSection .wname {
	width: 20%;
}

.pg_tournament .tournamentSection .programTable tr > td[rowspan].bottomline:first-child {
	min-width: 6em;
}

.pg_tournament .tournamentSection .ttl_s + p {
	position: relative;
	overflow:hidden; 
}

.pg_tournament .tournamentSection .ttl_s + p > .note {
	display: inline-block;
	padding-left: 1.5em;
	float: right;
}

.pg_tournament .tournamentSection .program .style1, h2 {
	font-size: large;
	font-weight: bold;
	color: #33F;
}

.pg_tournament .tournamentSection .plink {
	font-size: large;
	font-weight: bold;
	color: #8080c0;
}
.pg_tournament .tournamentSection .program .arR {
	text-align: right;
}
.pg_tournament .tournamentSection .program {
	border: 1px #ccc solid;
	border-collapse: collapse;
	width: 100%
}

.pg_tournament .tournamentSection .program td,
.pg_tournament .tournamentSection .program th {
	font-size: .9em;
}

.pg_tournament .tournamentSection .program th {
	border: 1px #ccc solid;
	background-color: #e2eeef;
	padding: 8px;
}

.pg_tournament .tournamentSection .program .cell1 {
	border: 1px #ccc solid;
	vertical-align: top;
	padding: 5px;
}

.pg_tournament .tournamentSection .program td,
.pg_tournament .tournamentSection .program .cell1 {
	border: 1px #ccc solid;
	padding: 5px;
}

.pg_tournament .tournamentSection .program td:nth-of-type(2) {
	white-space: nowrap;
}

.pg_tournament .tournamentSection .tblHeader {
	margin-top: 30px;
}

.pg_tournament .tournamentSection .tblHeader .font_m.head {
	padding-right: 1em;
	font-size: 1.1em;
}

.pg_tournament .tournamentSection .tblHeader .font_l.head {
	padding-right: 1em;
	font-size: 1.3em;
}

.pg_tournament .tournamentSection .tblHeader td:last-child {
	white-space: nowrap;
}

@media print, screen and (max-width: 767px) {
	.pg_tournament .tournamentSection .menuTbl td.empty {
		display: none;
	}
}
@media print, screen and (max-width: 500px) {
	
}

/* certificate */
.pg_certificate .btnFrame {
	overflow: hidden;
	margin: 15px auto;
}

.pg_certificate .btn_print {
	float: right;
	padding: 12px 20px 12px 40px;
	line-height: 1;
	border: 1px solid #bbb;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
	background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
}

.pg_certificate .btn_print:before {
	width: 20px;
	height: 20px;
	border: 0;
	right: auto;
	left: 10px;
	margin: 0;
	border-radius: 0;
	background: url(../images/common/ico_print.png) no-repeat 0 0;
	background-size: contain;
	transform: translate(0, -50%);
}

.pg_certificate .btn_print:after {
	display: none;
}

.pg_certificate .sheetFrame {
	position: relative;
	margin: 30px auto 0;
	max-width: 720px;
/*	background: url(../images/member/sheet_bg.png) no-repeat 0 0;
	background-size: contain; */
	border: 1px solid #ccc;
}

.pg_certificate .sheetFrame:before {
	content: "";
	display: block;
	height: 0;
	padding: 149% 0 0;
}

.pg_certificate .sheetFrame .sheet {
	padding-bottom: 5%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.3;
	font-size: 26px;
	font-weight: 500;
	background: url(../images/member/stamp.png) no-repeat right 20% bottom 5%;
	background-size: 15.2% auto;
/*	font-weight: bold;
	font-family: 'MS P明朝','MS P Mincho', serif; */
}

.pg_certificate .lighting .sheetFrame .sheet {
	padding-bottom: 5%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.3;
	font-size: 26px;
	font-weight: 500;
	background: url(../images/member/stamp.png) no-repeat right 20% bottom 10%;
	background-size: 15.2% auto;
/*	font-weight: bold;
	font-family: 'MS P明朝','MS P Mincho', serif; */
}

.pg_certificate .lighting_pro .sheetFrame .sheet {
	padding-bottom: 5%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.3;
	font-size: 26px;
	font-weight: 500;
	background: url(../images/member/stamp.png) no-repeat right 20% bottom 13%;
	background-size: 15.2% auto;
/*	font-weight: bold;
	font-family: 'MS P明朝','MS P Mincho', serif; */
}


.pg_certificate .lighting_consult .sheetFrame .sheet {
	padding-bottom: 5%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.3;
	font-size: 26px;
	font-weight: 500;
	background: url(../images/member/stamp.png) no-repeat right 20% bottom 12%;
	background-size: 15.2% auto;
/*	font-weight: bold;
	font-family: 'MS P明朝','MS P Mincho', serif; */
}


.pg_certificate .sheetFrame .sheetHeader {
	text-align: center;
}

.pg_certificate .sheetFrame .sheet .title {
	position: relative;
	padding: 1.2em 0 .4em;
	margin: .3em 0;
	font-size: 2.4em;
	line-height: 1.3;
	letter-spacing: .25em;
}

.pg_certificate .sheetFrame .sheet .title .sub {
	display: block;
	font-size: .33em;
	letter-spacing: -.1em;
}

.pg_certificate .sheetFrame .sheet .title:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 5%;
	width: 15.043%;
	height: 100%;
	background: url(../images/member/ico_ieij.png) no-repeat 0 50%;
	background-size: contain;
}

.pg_certificate .sheetFrame .sheetHeader .category {
	overflow: hidden;
	position: relative;
	top: 5%;
	/* height: 8vw; */
	padding: .5em 0;
	font-size: 2em;
	font-size: 2em;
	color: #fff;
	background: #5d1435 !important;
	letter-spacing: .25em;
	border-top: 1px solid #5d1435;
	border-bottom: 1px solid #5d1435;
/*	box-shadow: inset 0 2px 0 #fff,  inset 0 -2px 0 #fff; */
}

.pg_certificate .sheetFrame .sheetHeader .category:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #8b1d48 !important;
	transform: skew(-35deg, 0) translate(50%, 0);
}

.pg_certificate .sheetFrame .sheetHeader .category:after {
	content: "";
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-top: .1em solid #fff;
	border-bottom: .1em solid #fff;
}


.pg_certificate .lighting_pro .sheetFrame .sheetHeader .category {
	font-size: 1em;
	letter-spacing: .1em;
	line-height: 2.6em;
}

.pg_certificate .lighting_consult .sheetFrame .sheetHeader .category {
	font-size: 1.3em;
	letter-spacing: .1em;
	line-height: 2em;
}

.pg_certificate .sheetFrame .sheet .sheetBody {
/*	padding: 10% 16% 0; */
	padding: 8% 8% 0;
}


.pg_certificate .sheetFrame .sheet .certificateNum > span {
	padding-left: 1em;
}

.pg_certificate .sheetFrame .sheet .certificateNum .num {
	padding: 0 1em;
}

.pg_certificate .sheetFrame .sheet .namaeTxt {
/*	margin: .5em -16%; */
	margin: .8em -8% 1.5em;
	font-size: 1.65em;
	white-space: nowrap;
}

.pg_certificate .sheetFrame .sheet .namaeTxt > span {
	display: inline-block;
	margin: 0 auto;
	border-bottom: 2px solid #9fa0a0;
	padding: 0 1em;
	padding-bottom: .3em;
}

.pg_certificate .sheetFrame .sheet .namaeTxt .namae {
	padding-right: 1em;
	font-size: 0.9em;
	letter-spacing: .25em;
}






.pg_certificate .sheetFrame .sheet .txt {
	line-height: 1.7;
/*	letter-spacing: -.05em; */
}

.pg_certificate .lighting_pro .sheetFrame .sheet .txt {
	line-height: 1.7;
/*	letter-spacing: -.05em; */
	font-size: 25px;
}

.pg_certificate .sheetFrame .sheet .period {
	margin: 1em 0;
	font-size: .8em;
	white-space: nowrap;
}

.pg_certificate .sheetFrame .sheet .date {
	margin: 1.8em 0 0;
/*	font-size: .9em; */
	font-size: .8em;
}

.pg_certificate .sheetFrame .sheet .sheetFooter {
	margin: 1.8em auto 0;
	/* padding: 0 12%; */
	white-space: nowrap;
	text-align: right;
	max-width: 13.5em;
}

.pg_certificate .sheetFrame .sheet .sheetFooter .ieijName {
	padding: .27em 0;
	padding-left: 2.2em;
	background: url(../images/member/logo_ieij.png) no-repeat 0 0;
	background-size: contain;
}

/* .pg_certificate .sheetFrame .sheet .sheetFooter .ieijName, */
.pg_certificate .sheetFrame .sheet .sheetFooter .kaichoName {
	font-size: .9em;
}

/*.pg_certificate .sheetFrame .sheet .sheetFooter .ieijName .hd, */
.pg_certificate .sheetFrame .sheet .sheetFooter .kaichoName .hd {
	display: inline-block;
	padding: 0 .4em 0 0;
	width: 7em;
	font-size: .9em;
	text-align: right;
}

.pg_certificate .sheetFrame .sheet .sheetFooter .kaichoName {
	margin: .5em 0 0;
}

 .pg_certificate .sheetFrame .sheet .sheetFooter .ieijName .namae {
/*	font-size: 1.5em; */
	padding-left: 1em;
}

.pg_certificate .sheetFrame .sheet .sheetFooter .kaichoName .namae {
	font-size: 1.75em;
}

.pg_certificate .sheetFrame .en,
.pg_certificate .cardFrame .en {
	font-family: 'Lato',sans-serif;
	font-size: 1.05em;
	font-weight: bold;
}


@media screen and (max-width: 767px) {
	/* certificate */
	.pg_certificate .sheetFrame {
		width: 80vw;
	}

	.pg_certificate .sheetFrame .sheet {
		font-size: 2.68vw;
	}
}

@media screen and (max-width: 500px) {
	/* certificate */
	.pg_certificate .sheetFrame {
		width: calc(100vw - 30px);
	}

	.pg_certificate .sheetFrame .sheet {
		font-size: 3.15vw;
	}
}

@media print {
	.pg_certificate .sheetFrame {
		margin-top: 0;
	}

	.pg_certificate .sheetFrame:before {
		padding-top: 135%;
	}

	.pg_certificate .sheetFrame .sheet {
		font-size: 23px;
	}
}


/* card */
.pg_certificate .cardFrame {
	position: relative;
	margin: 50px auto 0;
	max-width: 480px;
/*	background: #9ddbf4 url(../images/member/logo_card_bg.png) no-repeat center calc(50% + 1em);
	background-size: auto 75%;
	border-radius: 15px;
	border: 24px solid #9ddbf4;
	border-top-width: 30px;*/
	border: 1px solid #9fa0a0;
}

.pg_certificate .cardFrame:before {
	content: "";
	display: block;
	height: 0;
	padding: 65% 0 0;
}

/*.pg_certificate .cardFrame:after,
.pg_certificate .cardFrame .card:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	border: 2px solid #c8922d;
	border-radius: 12px;
	z-index: 1;
}

.pg_certificate .cardFrame .card:after {
	left: -.5em;
	right: -.5em;
	top: -.5em;
	bottom: -.5em;
	border-width: 4px;
	border-radius: 14px;
}
*/

.pg_certificate .cardFrame .card {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.3;
/*	padding: 12% 7% 0; */
	padding: 5% 0 0;
	font-size: 17px;
	font-weight: 500;
/*	font-weight: bold;
	border-radius: 9px;
	font-family: 'MS P明朝','MS P Mincho', serif;*/
	z-index: 10;
	background: url(../images/member/ico_ieij_s.png) no-repeat left 5% bottom 5%, url(../images/member/stamp_s.png) no-repeat right 12% bottom 5%;
	/* background-size: 11% auto, 14% auto; */
}

/*
.pg_certificate .cardFrame .card:before {
	content: "";
	display: block;
	position: absolute;
	width: 3em;
	height: 3em;
	background: #9ddbf4 url(../images/member/logo_card.png) no-repeat center center;
	background-size: contain;
	top: 0;
	left: 50%;
	transform: translate(-50%, -45%);
	border-radius: 50%;
	border: 4px solid #9ddbf4;
	z-index: 12;
}
*/

.pg_certificate .cardFrame .card .title {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.3;
	overflow: hidden;
	position: relative;
	padding: .36em 0;
	color: #fff;
	background: #5d1435;
	border-top: 1px solid #5d1435;
	border-bottom: 1px solid #5d1435;
}

.pg_certificate .cardFrame .card .title > span {
	display: inline-block;
	margin: 0 auto;
	padding: .0636em 9%;
	min-width: 75%;
	background: url(../images/member/logo_ieij_card.png) no-repeat 0 center;
	background-size: contain;
}

.pg_certificate .cardFrame .card .title:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #8b1d48;
	transform: skew(-35deg, 0) translate(50%, 0);
}

.pg_certificate .cardFrame .card .titlePro {
	font-size: 0.9em;
	line-height: 2.5em;
}

.pg_certificate .cardFrame .card .titleConsult {
	font-size: 1em;
	line-height: 2.5em;
}

.pg_certificate .cardFrame .card .cardBody {
	font-size: 1em;
	padding: 5% 7% 0;
}

.pg_certificate .cardFrame .card .nameFrame {
	margin: 0 0 .5em;
	padding: 0 .5em .25em;
	font-size: 1.07em;
	border-bottom: 2px solid #9fa0a0;
	letter-spacing: 0;
}

.pg_certificate .lighting_consult .cardFrame .card .nameFrame {
	margin: 0 0 .5em;
	padding: 0 .5em .25em;
	font-size: 0.9em;
	border-bottom: 2px solid #9fa0a0;
	letter-spacing: 0;
}

.pg_certificate .cardFrame .card .certificateNum .num {
	padding: 0 .5em;
}

.pg_certificate .cardFrame .card .namaeTxt {
	margin: 0 0 0 1em;
	white-space: nowrap;
}

.pg_certificate .cardFrame .card .namaeTxt .namae {
	padding-right: 1em;
/*	letter-spacing: .25em; */
}

.pg_certificate .cardFrame .card .txt {
	padding: 0 .5em;
	line-height: 1.55;
	letter-spacing: .035em;
	word-break: break-word;
}


.pg_certificate .cardFrame .card .cardFooter {
	margin: 1em 0 0;
/*	text-align: right;
	white-space: nowrap; */
	text-align: center;
}

.pg_certificate .cardFrame .card .period {
/*	margin: .2em 0; */
	margin: 0 0 .15em;
	white-space: nowrap;
}
.pg_certificate .cardFrame .card .cardFooter .ieijName{
	font-size: 1.5em;

}

.pg_certificate .cardFrame .card .cardFooter .ieijName .hd {
	display: inline-block;
	padding: 0 .4em 0 0;
	width: 7em;
	font-size: .9em;
	text-align: right;
}

.pg_certificate .cardFrame .card .cardFooter .ieijName .namae {
}


@media screen and (max-width: 767px) {
	.pg_certificate .cardFrame .card {
		padding: 10% 5% 0;
		font-size: 2.3vw;
	}
}

@media screen and (max-width: 640px) {
	.pg_certificate .cardFrame .card {
		font-size: 2.7vw;
	}
}

@media screen and (max-width: 500px) {
	/* certificate */
	.pg_certificate .cardFrame {
		border-width: 25px 20px 20px;
	}

	.pg_certificate .cardFrame .card {
		font-size: 3.15vw;
	}
}


/* --------------------------------------------------
  ABOUT PAGE STYLES
  -------------------------------------------------- */
/* president */
.pg_president .presidentSection .signature p {
	display: inline-block;
	width: auto;
	text-align: left;
}

.pg_president .presidentSection .signature {
	font-size: 1.37em;
	letter-spacing: .1em;
}

.pg_president .presidentSection .signature .date {
	font-size: 0.84em;
}

/* summary */
.pg_summary .introSection .movieFrame {
	margin: 30px auto;
	text-align: center;
}

.pg_summary .introSection .movieFrame .mov {
	position: relative;
}

.pg_summary .introSection .movieFrame .mov:before {
	content: "";
	display: block;
	height: 0;
	padding: 56.25% 0 0;
}

.pg_summary .introSection .movieFrame .mov iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pg_summary .introSection .summaryTbl th {
	background: #f3f3f3;
}

.pg_summary .summarySection .head {
	margin: 30px 0 10px;
	font-size: 16px;
}

.pg_summary .summarySection .historyTbl .tr {
	border: 1px solid #ccc;
	line-height: 1.4;
}

.pg_summary .summarySection .historyTbl .tr:not(:last-child) {
	border-bottom: 0;
}

.pg_summary .summarySection .historyTbl .td:not(:last-child) {
	border-right: 1px solid #ccc;
}

.pg_summary .summarySection .historyTbl .td {
	padding: 10px;
}

.pg_summary .summarySection .historyTbl .td:nth-child(1) {
	width: 20%;
}

.pg_summary .summarySection .historyTbl .td:nth-child(2) {
	width: 15%;
}

.pg_summary .summarySection .historyTbl .td:nth-child(3) {
	width: 65%;
}

.pg_summary .summarySection .historyTbl .td.full {
	width: 100%;
}

.pg_summary .summarySection .historyTbl .td:nth-child(2) {
	text-align: center;
}

/* org_chart */
.pg_orgChart .orgChartSection .imgFrame {
	text-align: center;
	margin: 45px auto 0;
}

.pg_orgChart .orgChartSection .imgFrame a {
	display: inline-block;
	margin: 0 auto;
}

.pg_orgChart .orgChartSection .imgFrame a:hover {
	opacity: .6;
}

.pg_orgChart .orgChartSection .imgFrame a img {
	border: 1px solid #ccc;
}

.pg_orgChart .orgChartSection .imgFrame .cap {
	display: block;
	margin: 20px 0 0;
}

/* jigyo */
.pg_business .businessSection .ol {
	margin: 20px .5em;
}

/* jigyo */
.pg_publicNotice .publicNoticeSection .list {
	margin: 30px .5em 20px;
}

/* publicNotice */
.pg_publicNotice .publicNoticeSection .note {
	font-size: .9em;
}

/* map */
.pg_map .addressSection .img {
	max-width: 120px;
	background: url(../images/about/photo_building.jpg) no-repeat center center;
	background-size: cover;
}

.pg_map .addressSection .img img {
	visibility: hidden;
}

.pg_map .addressSection .txt {
	flex-grow: 1;
	padding-left: 40px;
}

.pg_map .accessSection .mapFrame {
	margin-top:30px;
}

.pg_map .accessSection .mapFrame iframe {
	width: 100%;
}

/* directors */
.pg_directors .directorsSection .directorsTbl .tr {
	line-height: 1.4;
}

.pg_directors .directorsSection .directorsTbl .tr:last-child {
	border-bottom: 1px solid #ccc;
}

.pg_directors .directorsSection .directorsTbl .tHead {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f3f3f3;
	font-weight: bold;
}

.pg_directors .directorsSection .directorsTbl .lined {
	border-bottom: 1px solid #ccc;
}

.pg_directors .directorsSection .directorsTbl .td {
	padding: 10px;
}

.pg_directors .directorsSection .directorsTbl .td:nth-child(1) {
	width: 37%;
}

.pg_directors .directorsSection .directorsTbl .td:nth-child(2) {
	width: 17%;
}

.pg_directors .directorsSection .directorsTbl .td:nth-child(3) {
	width: 46%;
}

.pg_directors .directorsSection .directorsTbl .mark {
	display: inline-block;
	margin-left: -1.3em;
	margin-right: .1em;
}

/* pact */
.pg_pact .pactSection .pactTbl {
	min-width: 730px;
}

@media print, screen and (max-width: 1079px) {
	.pg_pact .pactSection .tblGuideTxt {
		display: block;
	}
}

.pg_pact .pactSection .pactTbl th,
.pg_pact .pactSection .pactTbl td {
	padding: 5px;
	font-size: .94em;
}

.pg_pact .pactSection .pactTbl th {
	background: #f3f3f3;
}

.pg_pact .pactSection .pactTbl .link_txt + .link_txt {
	margin-top: 10px;
}


/* pro */
.pg_pro .proSection .commonTbl {
	min-width: 730px;
}

.pg_pro .proSection .commonTbl th,
.pg_pro .proSection .commonTbl td {
	padding: 5px;
	font-size: 14.5px;
}

.pg_lower table.sortable thead th,
.pg_pro .proSection .commonTbl thead th {
	padding: 0;
	text-align: center;
}

.pg_lower table.sortable thead th a,
.pg_pro .proSection .commonTbl thead th a {
	display: block;
	padding: 5px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
}

.pg_lower table.sortable thead th a:hover,
.pg_pro .proSection .commonTbl thead th a:hover {
	background: #abd2d2;
	opacity: 1;
}

.pg_lower table.sortable thead th img,
.pg_pro .proSection .commonTbl thead th img {
	display: inline-block;
}

.pg_pro .proSection .commonTbl thead th:nth-child(1) {
	width: 16%;
}

.pg_pro .proSection .commonTbl thead th:nth-child(2) {
	width: 14%;
}

.pg_pro .proSection .commonTbl thead th:nth-child(3) {
	width: 24%;
}

.pg_pro .proSection .commonTbl thead th:nth-child(4) {
	width: auto;
}

#fancybox-close {
	top: 5px;
	right: 5px;
}

#fancybox-wrap {
	padding: 0;
}

#fancybox-outer {
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}

@media print, screen and (max-width: 1079px) {
	.pg_pro .proSection .tblGuideTxt {
		display: block;
	}
}


/* --------------------------------------------------
  EDUCATE PAGE STYLES
  -------------------------------------------------- */
/* kiso */ 
.pg_lower .inqBox .th,
.pg_educate .inquiryInfoSection .th {
	width: 4.2em;
}

.pg_lower .inqBox .td,
.pg_educate .inquiryInfoSection .td {
	width: calc(100% - 4em);
}

.pg_lower .inqBox .auto .th {
	width: auto;
	white-space: nowrap;
}

.pg_lower .inqBox .auto .td {
	width: calc(100% - 7.2em);
	width: auto;
	flex-grow: 1;
}

@media print, screen and (min-width: 768px) {
	.pg_educate .inquiryFrame .head {
		width: 7em;
	}

	.pg_educate .inquiryFrame .txt {
		width: calc(100% - 7em);
	}
}

.pg_educate .tblCap {
	margin: 20px 0 10px;
}

.pg_educate .commonTbl th {
	background: #f6f6f6;
	text-align: center;
	vertical-align: top;
}

.pg_lower .pageNavFrame {
	margin: 30px 0;
}

.pg_lower .pageNavFrame a {
	display: block;
	position: relative;
	margin: 0 0 10px;
	padding: 12px 10px;
	line-height: 1.3;
	border-radius: 5px;
	background: #e5ecf1;
	text-align: center;
	text-decoration: none;
}

.pg_lower .pageNavFrame.mdl a {
	display: flex;
}

.pg_lower .pageNavFrame a:after {
	content: "";
	display: block;
	position: absolute;
	right: 18px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-right: 2px solid #1479c3;
	border-bottom: 2px solid #1479c3;
	opacity: .6;
	transform: rotate(45deg) translateY(-50%);
}

.pg_lower .pageNavFrame.col2 a {
	width: calc(50% - 5px);
}

@media print, screen and (min-width: 768px) {
	.pg_lower .pageNavFrame.col3 a {
		width: calc(33.3% - 5px);
	}

	.pg_lower .pageNavFrame.col4 a {
		width: calc(25% - 5px);
	}
}

@media print, screen and (max-width: 767px) {
	.pg_lower .pageNavFrame.sp-col2 a {
		width: calc(50% - 5px);
	}

	.pg_lower .pageNavFrame.sp-col3 a {
		width: calc(33.33% - 5px);
	}
}

@media print, screen and (max-width: 360px) {
	.pg_lower .pageNavFrame.sp-col3 a:after {
		width: 4px;
		height: 4px;
		right: 12px;
	}
}

.pg_lower .pageNavFrame.boxAlign-left {
	margin-left: -2.5px;
	margin-right: -2.5px;
}

.pg_lower .pageNavFrame.boxAlign-left a {
	margin-bottom: 5px;
	margin-left: 2.5px;
	margin-right: 2.5px;
}


.pg_lower .pageNavFrame a.condensed {
	letter-spacing: -.08em;
}

.pg_lower .linkBtnFrame {
	margin: 30px 0;
}

.pg_lower .linkBtnFrame a {
/*	display: block; */
	display: flex;
	align-items: center;
	align-content: center;
	position: relative;
	margin: 0 0 10px;
	padding: 12px 10px;
	line-height: 1.3;
	border-radius: 5px;
	background: #e5ecf1;
	text-align: center;
	text-decoration: none;
	justify-content: center;
}

.pg_lower .linkBtnFrame a:after {
	content: "";
	display: block;
	position: absolute;
	right: 18px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-right: 2px solid #1479c3;
	border-top: 2px solid #1479c3;
	opacity: .6;
	transform: rotate(45deg) translateY(-50%);
}

.pg_lower .linkBtnFrame .current {
	background-color: rgba(20, 121, 195, 0.3);
}

.pg_lower .linkBtnFrame .current:after {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.pg_lower .linkBtnFrame.col2 a {
		width: calc(50% - 5px);
	}

	.pg_lower .linkBtnFrame.col4 {
		margin-left: -5px;
		margin-right: -5px;
	}

	.pg_lower .linkBtnFrame.col4 a {
		margin-left: 5px;
		margin-right: 5px;
		width: calc(25% - 10px);
		min-height: 62px;
		font-size: 15px;
	}
}

.pg_educate .firstSection .infoFrame .imgFrame {
	overflow: hidden;
	margin: 30px auto 50px;
	height: auto;
}

.pg_educate .firstSection .infoFrame .imgFrame img {
	float:left;
	border: 1px solid #999;
	width: 50%;
	height: auto;
}

.pg_educate .firstSection .infoFrame .imgFrame img:last-child {
	border-left: 0;
}

.pg_educate .firstSection .infoTbl th {
	width: 118px;
}

.pg_educate .firstSection .nagareImg {
	margin: 0 auto;
	max-width: 620px;
}

.pg_educate .firstSection .attentionBox {
	line-height: 1.6;
}

.pg_educate .firstSection .attentionBox .dt {
	width: 5em;
	font-weight: bold;
}

.pg_educate .firstSection .attentionBox .dd {
	width: calc(100% - 5em);
	text-indent: -0.5em;
}

.pg_educate .studentSection .innerSection:not(:last-child) {
	padding-bottom: 20px;
}

.pg_educate .studentSection .infoBox dl {
	margin: 0 10px 10px;
}

.pg_educate .studentSection .scheduleList {
	margin: 20px 0;
	max-width: 400px;
	border-top: 1px solid #669fcc;
}

.pg_educate .studentSection .scheduleList li {
	padding: 6px 15px;
	border-bottom: 1px solid #669fcc;
}

.pg_educate .studentSection .scheduleList li .th {
	display: inline-block;
	width: 10em;
}


/* request */
.pg_educate .requestOverviewSection .courseBox a {
	margin: 0 20px;
}

.pg_educate .btnFrame {
	margin: 20px 0;
}

.pg_educate .btnFrame .btn {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	width: 260px;
}

.pg_educate .btnFrame .btn + .btn {
	margin-top: 15px;
}


.pg_educate .applyGuideSection .mailFrame li,
.pg_educate .renewGuideSection .mailFrame li {
	margin: 0 0 18px;
}

.pg_educate .applyGuideSection .mailFrame span,
.pg_educate .renewSection .mailFrame span {
	display: block;
}

.pg_educate .applyGuideSection .mailFrame .hd,
.pg_educate .renewSection .mailFrame .hd {
	text-indent: -.5em;
}

@media print, screen and (min-width: 768px) {
	.pg_educate .btnFrame .btn {
		margin: 0;
	}

	.pg_educate .btnFrame .btn + .btn {
		margin: 0 0 0 30px;
	}

	.pg_educate .applyGuideSection .mailFrame .hd,
	.pg_educate .renewSection .mailFrame .hd {
		width: 16em;
	}

	.pg_educate .applyGuideSection .mailFrame .txt {
		width: calc(100% - 16em);
	}
}


.pg_educate .payGuideSection .ico {
	height: 24px;
	overflow: hidden;
}

.pg_educate .payGuideSection .commonTbl thead th {
	background: #d2e6e6
}

.pg_educate .payGuideSection .commonTbl tbody .th {
	background: #f6f6f6;
}

.pg_educate .payGuideSection .priceTbl {
	min-width: 730px;
}

@media screen and (max-width: 729px) {
	.pg_educate .payGuideSection .tblGuideTxt {
		display: block;
	}
}

.pg_educate .payGuideSection .priceTbl th,
.pg_educate .payGuideSection .priceTbl td {
	padding: 10px 6px;
}

.pg_educate .courseList span {
	display: block;
}

.pg_educate .courseList .th {
	white-space: nowrap;
}

.pg_educate .courseList .td {
	padding-left: 1em;
}

/* renew */
.pg_educate .requirementFrame .dt {
	margin-top: 30px;
}

.pg_educate .requirementFrame .dd {
	padding-left: 1em;
}
.pg_educate .renewSection .attentionBox {
	line-height: 1.6;
}

.pg_educate .renewSection .attentionBox .dt {
	width: 5em;
	font-weight: bold;
}

.pg_educate .renewSection .attentionBox .dd {
	width: calc(100% - 5em);
	text-indent: -0.5em;
}

.pg_educate .renewSection .innerBox {
	margin: 20px 15px 0;
	padding: 25px 0 5px;
	border-top: 1px solid #ddd;
}


/* --------------------------------------------------
  AWARD PAGE STYLES
  -------------------------------------------------- */
/* josei */ 
.pg_josei .btn.btn_l {
	max-width: 420px;
}

.pg_josei .joseiTbl {
	min-width: 730px;
}

.pg_josei .joseiTbl thead th {
	background: #d2e6e6;
	line-height: 1.3;
}

.pg_josei .joseiTbl th,
.pg_josei .joseiTbl td {
	padding: 5px 10px;
	text-align: center;
}

.pg_josei .joseiTbl td:nth-child(3),
.pg_josei .joseiTbl td:nth-child(4),
.pg_josei .joseiTbl td:nth-child(5),
.pg_josei .joseiTbl td:nth-child(6),
.pg_josei .joseiTbl td:nth-child(7),
.pg_josei .joseiTbl td:nth-child(8) {

	text-align: right;
}

@media print, screen and (max-width: 767px) {
	.pg_josei .joseiListSection .tblGuideTxt {
		display: block;
	}
}

.pg_josei .joseiSection .list01 .head {
	width: 5.5em;
	text-indent: -.5em;
}

.pg_josei .joseiSection .list01 .txt {
	width: calc(100% - 5.5em);
}

/* design */
.pg_design .shinsaBox .dt,
.pg_design .shinsaBox .dd {
	padding: 3px 0;
}

.pg_design .shinsaBox .dt,
.pg_design .shinsaBox .dd {
	display: block;
	line-height: 1.5;
}

.pg_design .shinsaBox .dt {
	font-weight: bold;
}


.pg_design .shinsaBox .dd {
	margin: 0 0 20px;
	text-indent: 0;
}

@media print, screen and (min-width: 768px) {
	.pg_design .shinsaBox .dt,
	.pg_design .shinsaBox .dd {
		line-height: 1.7;
	}

	.pg_design .shinsaBox .dt {
		width: 7.5em;
	}

	.pg_design .shinsaBox .dd {
		position: relative;
		flex: 1 1 auto;
		margin: 0;
		width: calc(100% - 7.5em);
		text-indent: 0;
	}

	.pg_design .shinsaBox .list_b .dt {
		width: 4.3em;
	}

	.pg_design .shinsaBox .list_b .dd {
		width: calc(100% - 4.3em);
	}

	.pg_design .shinsaBox .dd:before {
		content: ":";
		position: absolute;
		left: -.7em;
		top: 0;
		display: block;
	}
}

.pg_design .shinsainFrame dt,
.pg_design .shinsainFrame dd {
	padding: 3px 0;
}

.pg_design .shinsainFrame dt {
	width: 6.5em;
}

.pg_design .shinsainFrame dd {
	flex: 1 1 auto;
	width: calc(100% - 6.5em);
}

/* design_his */
.pg_design_his .designHistorySection .ttl_s {
	position: relative;
	padding-left: 6.8em;
}

.pg_design_his .designHistorySection .ttl_s .ico {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	padding: 4px 0 6px;
	line-height: 1;
	font-size: .82em;
	border-radius: 3px;
	color: #fff;
	background: #064c7f;
	width: 6.5em;
	transform: translateY(-50%);
	text-align: center;
}

.pg_design_his .designHistorySection .ttl_s .ico.font_s {
	font-size: .76em;
	width: 7.05em;
}

.pg_design_his .designHistorySection .head_s {
	margin: 20px 0 15px;
	line-height: 1.3;
	font-size: 16px;
	font-weight: bold;
	color: #064c7f;
}

.pg_design_his .designHistorySection .winnerFrame {
	margin: 20px 0 30px;
	padding: 0 20px;
}

.pg_design_his .designHistorySection .winnerFrame.colWrap .txt {
	padding-right: 20px;
}

.pg_design_his .designHistorySection .winnerFrame li {
	font-weight: bold;
	display: flex;
}

/*.pg_design_his .designHistorySection .winnerFrame li > span {
	display: flex;
	align-items: center;
	align-content: center;
}*/

.pg_design_his .designHistorySection .winnerFrame li .sub {
	display: inline-block;
	position: relative;
	top: 2px;
	padding-left: 1.5em;
	font-size: .85em;
	font-weight: normal;
	color: #828282;
}

.pg_design_his .designHistorySection .winnerFrame .img > .img_s {
	margin: 0 5px;
	width: auto;
	max-width: calc(50% - 10px);
}

.pg_design_his .designHistorySection .winnerFrame li .namae.nowrap {
	white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
	.pg_design_his .designHistorySection .winnerFrame li .namae {
		width: 7em;
	}

	.pg_design_his .designHistorySection .winnerFrame li .sub {
		width: calc(100% - 7em);
	}
}

@media print, screen and (min-width: 768px)  and (max-width: 991px) {
	.pg_design_his .designHistorySection .winnerFrame {
		padding: 0 5px;
	}

	.pg_design_his .designHistorySection .winnerFrame .img {
		width: 30%;
	}

	.pg_design_his .designHistorySection .winnerFrame .img > .img_s {
		display: block;
		margin: 5px auto;
		max-width: 100%;
	}

	.pg_design_his .designHistorySection .winnerFrame.colWrap .txt {
		width: 70%;
	}

	.pg_design_his .designHistorySection .winnerFrame ul {
		font-size: .9em;
		margin-left: 0.5em;
	}
}

@media print, screen and (max-width: 767px) {
	.pg_design_his .designHistorySection .head_s {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.pg_design_his .designHistorySection .winnerFrame,
	.pg_design_his .designHistorySection .winnerFrame + p,
	.pg_design_his .designHistorySection .winnerFrame + p + * {
		padding: 0 10px;
	}

	.pg_design_his .designHistorySection .winnerFrame .img {
		text-align: center;
	}

	.pg_design_his .designHistorySection .winnerFrame .img > .img_s {
		display: inline-block;
	}

	.pg_design_his .designHistorySection .winnerFrame .txt {
		margin:20px auto 0;
	}

	.pg_design_his .designHistorySection .winnerFrame ul {
		margin-left: 0;
	}

	.pg_design_his .designHistorySection .winnerFrame li .sub {
		display: block;
		padding: 0;
		line-height: 1.5;
	}
}

@media print, screen and (max-width: 599px) {
	.pg_design_his .designHistorySection .winnerFrame li {
		display: block;
	}
}

@media print, screen and (max-width: 499px) {
	.pg_design_his .designHistorySection .ttl_s {
		padding: 10px;
	}

	.pg_design_his .designHistorySection .ttl_s .ico,
	.pg_design_his .designHistorySection .ttl_s .ico.font_s {
		position: relative;
		left: auto;
		margin: 0 0 5px;
		font-size: 11px;
		transform: none;
	}
}


/* --------------------------------------------------
  IP PAGE STYLES
  -------------------------------------------------- */
/* jigyo */
.pg_ip.pg_jigyo .jigyoIntroFrame .img img {
	display: block;
	max-width: 250px;
	margin: 0 auto;
}

@media print, screen and (min-width: 641px) {
	.pg_ip.pg_jigyo .jigyoIntroFrame .img {
		width: 28.5%;
	}

	.pg_ip.pg_jigyo .jigyoIntroFrame .txt {
		width: 71.5%;
		padding-right: 15px;
		line-height: 1.6;
		letter-spacing: -0.3px;
	}
}

@media print, screen and (min-width: 768px)  and (max-width: 991px) {
	.pg_ip.pg_jigyo .jigyoIntroFrame {
		display: block;
	}

	.pg_ip.pg_jigyo .jigyoIntroFrame .img,
	.pg_ip.pg_jigyo .jigyoIntroFrame .txt {
		padding: 0;
		width: auto;
	}

	.pg_ip.pg_jigyo .jigyoIntroFrame .img {
		margin-top: 30px;
	}
}

@media print, screen and (max-width: 640px) {
	.pg_ip.pg_jigyo .jigyoIntroFrame {
		display: block;
	}

	.pg_ip.pg_jigyo .jigyoIntroFrame .img,
	.pg_ip.pg_jigyo .jigyoIntroFrame .txt {
		padding: 0;
		width: auto;
	}

	.pg_ip.pg_jigyo .jigyoIntroFrame .img {
		margin-top: 30px;
	}
}


.pg_ip.pg_jigyo .jigyoIntroFrame .txt .indnt {
	text-indent: -.5em;
}

.pg_ip.pg_jigyo .planSection .ol > li dl {
	text-indent: 0;
	padding: 0;
}

.pg_ip.pg_jigyo .planSection .ol > li dl dd {
	text-indent: -1em;
	padding-left: 1em;
	margin-left: 1em;
}

.pg_ip.pg_jigyo .txt_indent  {
	text-indent: -.5em;
}

.pg_ip.pg_jigyo .box01 li > span {
	display: block;
}

@media print, screen and (min-width: 768px) {
	.pg_ip.pg_jigyo .box01 li .th {
		width: 6em;
	}

	.pg_ip.pg_jigyo .box01 li .td {
		width: calc(100% - 6.5em);
	}
}

@media print, screen and (max-width: 767px) {
	.pg_ip.pg_jigyo .box01  {
		padding: 17px;
	}

	.pg_ip.pg_jigyo .box01 li {
		line-height: 1.5;
	}

	.pg_ip.pg_jigyo .box01 li + li {
		margin-top: 15px;
	}

	.pg_ip.pg_jigyo .box01 li .td {
		padding-left: 1em;
	}

	.pg_ip.pg_jigyo .box01 li .sp-block{
		padding-left: 5.2em;
	}
}

.pg_ip.pg_jigyo .performanceSection .presentationTbl td:first-child {
	width: 6.8em;
	text-align: center;
}

/* summary */
.pg_ip.pg_summary .orgChartBox ul {
	position: relative;
	margin: 0 10px;
}

.pg_ip.pg_summary .orgChartBox li {
	position: relative;
	display: flex;
	padding: 10px 0;
	line-height: 1.4;
	letter-spacing: 0;
}

.pg_ip.pg_summary .orgChartBox ul:before {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 1em;
	bottom: calc(.5em + 15px);
	width: 1px;
	background: #999;
	z-index: -1;
}

.pg_ip.pg_summary .orgChartBox .orgLower1 {
	padding-left: 20px;
}

.pg_ip.pg_summary .orgChartBox .orgLower2 {
	padding-left: 40px;
}


.pg_ip.pg_summary .orgChartBox li .th {
	display: inline-block;
	position: relative;
	box-sizing: unset;
	margin: 0 10px 0 0;
	padding: 5px 7px;
	height: 1em;
	line-height: 1;
	font-weight: bold;
	border-radius: 2px;
	background: #d2e6e6;
	white-space: nowrap;
}

.pg_ip.pg_summary .orgChartBox .orgTop .th {
	/* background: #e7f5db; */
	background: rgb(2, 160, 185);
	color: #fff;
	font-size: 17px;
}

.pg_ip.pg_summary .orgChartBox .orgLower2 .th {
	background: #e7f5db;
}

.pg_ip.pg_summary .orgChartBox .orgLower1 .th:before,
.pg_ip.pg_summary .orgChartBox .orgLower2 .th:before {
	content: "";
	display: block;
	position: absolute;
	left: -10px;
	top: 50%;
	left: -10px;
	width: 10px;
	height: 1px;
	background: #999;
	transform: translateY(-50%);
	z-index: -1;
}

.pg_ip.pg_summary .orgChartBox .orgLower2 .th:before {
	left: -30px;
	width: 30px;
}

.pg_ip.pg_summary .orgChartBox .td {
	display: block;
}

@media print, screen and (max-width: 500px) {
	.pg_ip.pg_summary .orgChartBox ul {
		margin: -10px 0;
	}

	.pg_ip.pg_summary .orgChartBox li {
		display: block;
	}

	.pg_ip.pg_summary .orgChartBox .td {
		padding-left: 1em;
		margin: 7px 0 0;
		width: auto;
		font-size: .9em;
	}
}

.pg_ip.pg_summary .memberListFrame .condensed {
	letter-spacing: -.6px;
}

.pg_ip.pg_summary .orgSection .memberTbl {
	min-width: 502px;
}

@media print, screen and (max-width: 549px) {
	.pg_ip.pg_summary .orgSection .tblGuideTxt {
		display: block;
	}
}

.pg_ip.pg_summary .historySection .th .tilde:after {
	content: "～";
	display: inline-block;
	margin: 0 10px;
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.pg_ip.pg_summary .historySection .th {
		width: 150px;
		flex-direction: column;
	}

	.pg_ip.pg_summary .historySection .td {
		width: calc(100% - 165px);
	}

	.pg_ip.pg_summary .historySection .th .tilde {
		display: block;
		width: 100%;
	}

	.pg_ip.pg_summary .historySection .th .tilde:after {
		display: block;
		margin: 0 auto;
		transform: rotate(90deg);
	}
}

/* publish */ 
.pg_lower .pageNavFrame a.noLink {
	background: no-repeat;
	text-align: left;
}
.pg_ip.pg_publish .pageNavFrame .noLink:after {
	display: none;
}

.pg_ip.pg_publish .bookTbl {
	min-width: 730px;
}

.pg_ip.pg_publish .bookTbl th,
.pg_ip.pg_publish .bookTbl td {
	padding: 8px 7px;
}

.pg_ip.pg_publish .bookTbl thead th {
	padding: 8px 4px;
}

.pg_ip.pg_publish .bookTbl colgroup {
    width: auto;
}

.pg_ip.pg_publish .bookTbl colgroup.year {
	width: 62px;
}

.pg_ip.pg_publish .bookTbl colgroup.size {
	width: 60px;
}

.pg_ip.pg_publish .bookTbl colgroup.page {
	width: 75px;
}

.pg_ip.pg_publish .bookTbl colgroup.price {
	width: 90px;
}

.pg_ip.pg_publish .bookTbl colgroup.price2 {
	width: 155px;
}

.pg_ip.pg_publish .bookTbl .colWrap > * > * {
	width: 100%;
}

.pg_ip.pg_publish .bookTbl .colWrap > img {
	width: 68px;
	height: auto;
}

.pg_ip.pg_publish .bookTbl .colWrap > .txt {
	padding-left: 10px;
	flex-grow: 1;
}

.pg_ip.pg_publish .bookTbl.dvd_t tbody td:nth-child(2),
.pg_ip.pg_publish .bookTbl.book_t11 tbody td:nth-child(2),
.pg_ip.pg_publish .bookTbl.book_t11 tbody td:nth-child(3),
.pg_ip.pg_publish .bookTbl.book_t12 tbody td:nth-child(2),
.pg_ip.pg_publish .bookTbl.book_t12 tbody td:nth-child(3) {
	text-align: center;
}

.pg_ip.pg_publish .bookTbl.dvd_t tbody td:nth-child(3),
.pg_ip.pg_publish .bookTbl.dvd_t tbody td:nth-child(4),
.pg_ip.pg_publish .bookTbl.book_t11 tbody td:nth-child(4),
.pg_ip.pg_publish .bookTbl.book_t11 tbody td:nth-child(5),
.pg_ip.pg_publish .bookTbl.book_t12 tbody td:nth-child(4),
.pg_ip.pg_publish .bookTbl.book_t12 tbody td:nth-child(5) {
	text-align: right;
}

.pg_ip.pg_publish .bookTbl .colHead {
	font-weight: bold;
	background: #f2f2f2;
}

.pg_ip.pg_publish .bookTbl td .inner {
	border-radius: 6px;
	margin: 10px 0 0;
	padding: 8px 15px;
	border: 3px solid #d8dfe4;
}

.pg_ip.pg_publish .bookTbl td .inner .head {
	text-align: center;
	margin: 0 -5px 5px;
	padding: 2px 0;
	margin: -8px -15px 10px;
	background: #d8dfe4;
	border-radius: 4px 4px 0 0;
}

.pg_ip.pg_publish .bookTbl td .inner p + p {
	margin-top: 10px;
}

.pg_ip.pg_publish .bookTbl .colWrap > img:not(.noBorder) {
	display: block;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px rgba(0,0,0, .2);
}

.pg_ip.pg_publish .bookTbl .pdf {
	display: block;
	text-align: left;
}

.pg_ip.pg_publish .inqSection {
	border-top: 1px solid #ccc;
}


/* award */ 
@media print, screen and (min-width: 768px) {
	.pg_ip.pg_top .newsSection {
		margin-top: 15px;
	}
}


/* committebl */
.pg_ip .committeeTbl {
	min-width: 730px;
}

.pg_ip .committeeTbl thead th {
	background: #d2e6e6;
	line-height: 1.3;
}

.pg_ip .committeeTbl th,
.pg_ip .committeeTbl td {
	padding: 5px;
	font-size: .94em;
}

.pg_ip .committeeTbl thead th {
    text-align: center;
}

@media print, screen and (max-width: 767px) {
	.pg_ip .committeeSection .tblGuideTxt {
		display: block;
	}
}

/* --------------------------------------------------
  LS PAGE STYLES
  -------------------------------------------------- */
.pg_ls .pgTitle.font_s .sub {
	text-indent: -.35em;
	margin-left: 0;
}

@media print, screen and (min-width: 768px) {
	.pg_ls .pgTitle.font_s {
		font-size: 29px;
		letter-spacing: 1px;
	}

	.pg_ls .pgTitle.font_s .sub {
		display: block;
		margin-top: .5em;
		font-size: .65em;
	}
}

.pg_ls .detailFrame {
	border-bottom: 1px solid #ccc;
}

.pg_ls .detailFrame dl{
	border-top: 1px solid #ccc;
	padding: 15px 0;
}

.pg_ls .detailFrame dl dt {
	margin-bottom: 7px;
}

.pg_ls .detailFrame dl .note {
	text-indent: -1em;
	padding-left: 1em;
}

@media print, screen and (min-width: 768px) {
	.pg_ls .scheduleList {
		padding-left: 1em;
		padding-right: 1em;
	}
}

.pg_ls .scheduleList li {
/*	margin: 12px 0; */
	margin: 20px 0;
	line-height: 1.6;
	font-size: .95em;
}

.pg_ls .detailFrame {
	counter-reset: idx;
}

.pg_ls .scheduleList li:first-child,
.pg_ls .scheduleList .scheduleItm {
	position: relative;
	padding-left: 24px;
}

.pg_ls .scheduleList .scheduleItm {
	counter-increment: idx;
}

.pg_ls .scheduleList .scheduleItm:before {
	content: counter(idx);
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	line-height: 17px;
	background: #d8e5ef;
	border-radius: 50%;
	font-size: .9em;
	font-weight: 600;
	font-family: "Lato";
	text-align: center;
}

.pg_ls .scheduleList .time {
	margin: 0 0 5px;
	width: 9em;
}

.pg_ls .scheduleList .txt {
	width: calc(100% - 8em);
}

.pg_ls .scheduleList .txt .head {
	margin: 0 0 4px;
	font-weight: bold;
}

.pg_ls .scheduleList .kyukei {
	background: #f6f6f6;
}


.pg_ls .programTtl {
	display: block;
	margin: 15px 0 15px;
	font-size: 17px;
	line-height: 1.4;
	color: #1479c3;
}

.pg_ls .scheduleList .lecturer {
	position: relative;
	padding-left: 15px;
}

.pg_ls .scheduleList .lecturer:before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 7px;
	width: 10px;
	height: 10px;
	border:3px solid #1479c3;
	border-radius: 50%;
	opacity: .3;
}

/* --------------------------------------------------
  PUBLISH PAGE STYLES
  -------------------------------------------------- */
/* ichiran */
.pg_ichiran .bookTbl {
	min-width: 730px;
}

.pg_ichiran .bookTbl th,
.pg_ichiran .bookTbl td {
	padding: 8px 7px;
}

.pg_ichiran .bookTbl thead th {
	padding: 8px 4px;
}

@media print, screen and (max-width: 767px) {
	.pg_ip .committeeSection .tblGuideTxt {
		display: block;
	}
}

.pg_ichiran .bookTbl colgroup {
    width: auto;
}

.pg_ichiran .bookTbl colgroup.code {
	width: 90px;
}

.pg_ichiran .bookTbl colgroup.code2 {
	width: 100px;
}

.pg_ichiran .bookTbl colgroup.year {
	width: 62px;
}

.pg_ichiran .bookTbl colgroup.size {
	width: 60px;
}

.pg_ichiran .bookTbl colgroup.size2 {
	width: 92px;
}

.pg_ichiran .bookTbl colgroup.page {
	width: 75px;
}

.pg_ichiran .bookTbl colgroup.price {
	width: 90px;
}

.pg_ichiran .bookTbl colgroup.price2 {
	width: 155px;
}

.pg_ichiran .bookTbl colgroup.biko {
    width: 150px;
}

.pg_ichiran #book10 .bookTbl .colWrap > * > * {
	width: 100%;
}

.pg_ichiran #book10 .bookTbl .colWrap > img {
	width: 68px;
	height: auto;
}

.pg_ichiran #book10 .bookTbl .colWrap > .txt {
	padding-left: 10px;
	flex-grow: 1;
}

.pg_ichiran .bookTbl.book_t1 tbody td:nth-child(2),
.pg_ichiran .bookTbl.book_t1 tbody td:nth-child(3),
.pg_ichiran .bookTbl.book_t2 tbody td:nth-child(1),
.pg_ichiran .bookTbl.book_t2 tbody td:nth-child(3),
.pg_ichiran .bookTbl.book_t2 tbody td:nth-child(4),
.pg_ichiran .bookTbl.book_t3 tbody td:nth-child(2),
.pg_ichiran .bookTbl.book_t4 tbody td:nth-child(2),
.pg_ichiran .bookTbl.book_t4 tbody td:nth-child(3) {
	text-align: center;
}

.pg_ichiran .bookTbl.book_t1 tbody td:nth-child(4),
.pg_ichiran .bookTbl.book_t1 tbody td:nth-child(5),
.pg_ichiran .bookTbl.book_t1 tbody td:nth-child(6),
.pg_ichiran .bookTbl.book_t2 tbody td:nth-child(5),
.pg_ichiran .bookTbl.book_t2 tbody td:nth-child(6),
.pg_ichiran .bookTbl.book_t2 tbody td:nth-child(7),
.pg_ichiran .bookTbl.book_t3 tbody td:nth-child(3),
.pg_ichiran .bookTbl.book_t3 tbody td:nth-child(4),
.pg_ichiran .bookTbl.book_t4 tbody td:nth-child(4),
.pg_ichiran .bookTbl.book_t4 tbody td:nth-child(5) {
	text-align: right;
}

.pg_ichiran .bookTbl .pdf {
	display: block;
	text-align: left;
}


/* POPUP */
body.fixed .header,
body.fixed .content,
body.fixed .footer{
    user-select: none;
}

.pg_ichiran .bookTbl .hasDetail {
	transition: background-color .3s ease-out;
}

.pg_ichiran .bookTbl .hasDetail .title {
	color: #1479c3;
}

.pg_ichiran .bookTbl .hasDetail:hover {
	cursor:pointer;
	background-color: #f6f6f6;
}

.pg_ichiran .bookTbl .hasDetail:hover .title {
	text-decoration: underline;
}

.pg_ichiran .modal {
	display: block;
	display: none;
	overflow: auto;
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 30px;
	width: 80vw;
	max-height: 86vh;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,.3);
	transform: translate(-50%, -50%);
	transition: opacity .4s ease-out;
	z-index: 100;
}

.pg_ichiran .modal.open {
	display: block;
	opacity: 1;
}

.pg_ichiran .modal .modalInner {
	position: relative;
}

.pg_ichiran .modal .btn_close {
	overflow: hidden;
	position: absolute;
	right: -10px;
	top: -10px;
	display: block;
	border-radius: 50%;
	width: 30px;
	height: 0;
	padding: 30px 0 0;
	background: #ddd;
}

.pg_ichiran .modal .btn_close:before {
	content: "×";
	display: block;
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	transition: all .15s ease-out;
}

.pg_ichiran .modal .btn_close:hover:before {
	transform: rotate(90deg);
}


.pg_ichiran .modal .title {
	margin: 0 0 5px;
	letter-spacing: 4px;
	line-height: 1.3;
	color: #1479C3;
	font-weight: bold;
	font-size: 18px;
}

.pg_ichiran .modal .title_s {
	font-weight: bold;
	font-size: 17px;
	line-height: 1.3;
	margin: 0 0 15px;
}

.pg_ichiran .modal .img {
	max-width: 200px;
}

.pg_ichiran .modal .img img {
	display: block;
	margin: 0 auto;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px rgba(0,0,0,.15);
}

.pg_ichiran .modal .title + .colWrap,
.pg_ichiran .modal .title + p:not(.title_s) {
	margin-top: 15px;
}

.pg_ichiran .modal p,
.pg_ichiran .modal li,
.pg_ichiran .modal table th,
.pg_ichiran .modal table td {
	line-height: 1.6;
	padding: 0;
}

.pg_ichiran .modal p + p {
	margin-top: 15px;
}

.pg_ichiran .modal .list li + li {
	margin-top: 0;
}

.pg_ichiran .modal .tocTbl th {
	font-weight: normal;
	text-align: left;
	width: 15em;
}

.pg_ichiran .modal .bookInfo {
	margin: 15px 0 0;
	font-size: 14px;
}

.pg_ichiran .bookTbl .noteBox {
	padding: 5px;
	margin: 5px -3px -3px;
	font-size: 12px;
	letter-spacing: -0.01em;
	background: #eaeef5;
}

@media print, screen and (min-width: 768px) {
	.pg_ichiran .modal {
		min-height: 300px;
		padding: 20px;
	}

	.pg_ichiran .modal .img {
		width: 25%;
	}

	.pg_ichiran .modal .txt {
		width: 65%;
		flex-grow: 1;
		padding-left: 20px;
	}
}

@media print, screen and (max-width: 767px) {
	.pg_ichiran .modal {
		width: 90vw;
		max-height: 90vh;
	}

	.pg_ichiran .modal .btn_close {
		right: -20px;
		top: -20px;
	}
	.pg_ichiran .modal .title {
		font-size: 16px;
	}

	.pg_ichiran .modal .title_s {
		font-size: 15px;
	}

	.pg_ichiran .modal .img {
		margin: 0 auto 20px;
	}

	.pg_ichiran .modal .tocTbl td {
		padding-bottom: 1em;
		padding-left: 1em;
	}
}

/* --------------------------------------------------
  JIEIJ PAGE STYLES
  -------------------------------------------------- */
/* index */
.pg_jieij .magazineList {
	max-width: 
}

.pg_jieij .magazineList > div {
	padding: 20px;
	max-width: 460px;
}

@media print, screen and (max-width: 767px) {
	.pg_jieij .magazineList > div {
		padding: 15px 0;
		max-width: 100%;
	}
}

.pg_jieij .magazineList > div .title {
	margin: 0 0 15px;
	padding: 5px 10px;
	line-height: 1.3;
	font-size: 18px;
	color: #fff;
	background: #1479C3;
}

.pg_jieij .magazineList a {
	padding: 10px;
	line-height: 1.4;
}

.pg_jieij .magazineList a .img {
	width: 80px;
}

.pg_jieij .magazineList a .img img {
	display: block;
	width: 100%;
	max-width: 80px;
	height: auto;
	border: 1px solid #ddd;
}

.pg_jieij .magazineList a .txt {
	width: calc(100% - 95px);
}

.pg_jieij .magazineList a .summary {
	margin-top: 20px;
	font-size: 1em;
}

.pg_jieij .magazineList a .head {
	font-size: 17px;
}

.pg_jieij .magazineList a .head_s {
	margin: 0 0 3px;
	font-size: 16px;
}

/* detail */
.pg_jieij .magazineDetailSection .imgFrame {
	margin: 40px auto 50px;
}

.pg_jieij .magazineDetailSection .imgFrame img {
	border: 1px solid #ddd;
}

.pg_jieij .magazineDetailSection .detailBox dl,
.pg_jieij .magazineDetailSection .detailBox p {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.pg_jieij .magazineDetailSection .detailBox dl:last-child,
.pg_jieij .magazineDetailSection .detailBox p:last-child {
	border: 0;
}

.pg_jieij .magazineDetailSection .detailBox .ttl_xs {
	font-size: 20px;
	font-weight: normal;
}

.pg_jieij .magazineDetailSection .detailBox .ttl_xs .txt {
	display: inline-block;
	padding: 0 10px;
	float: right;
	font-size: 15px;
	color: #444;
	text-align: right;
}

.pg_jieij .magazineDetailSection .detailBox dd,
.pg_jieij .magazineDetailSection .detailBox p {
	text-align: right;
}

.pg_jieij .magazineDetailSection .JIEIJname {
	position: relative;
	display: inline-block;
	max-width: calc(100% - 3em);
}

.pg_jieij .magazineDetailSection .JIEIJname:before {
	content: "";
	position: absolute;
	/* top: 50%; */
	top: .9em;
	left: -5em;
	width: 4em;
	height: 1px;

	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px),
	linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px),
	linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 4px),
	linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 4px);
	background-size: 4px 1px, 4px 1px, 1px 4px, 1px 4px;
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	pointer-events: none;
}

.pg_jieij .magazineDetailSection .JIEIJpage {
	margin-left: 2em;
}

@media print, screen and (max-width: 767px) {
	.pg_jieij .magazineDetailSection .detailBox .ttl_xs {
		margin: 0;
		font-size: 16px;
	}

	.pg_jieij .magazineDetailSection .detailBox dl,
	.pg_jieij .magazineDetailSection .detailBox p {
		padding: 10px 5px;
	}

	.pg_jieij .magazineDetailSection .detailBox dd,
	.pg_jieij .magazineDetailSection .JIEIJpage  {
		font-size: 14px;
	}

	.pg_jieij .magazineDetailSection .detailBox dd {
		margin-top: 1em;
	}

	.pg_jieij .magazineDetailSection .JIEIJpage  {
		display: block;
		margin-top: 1em;
		font-size: 13px;
	}
}

/* howto*/
.pg_jieij.pg_howto .innerSection {
	overflow: hidden;
}

.pg_jieij.pg_howto .box01 {
	padding: 20px 17px;
}

.pg_jieij.pg_howto .box01 .head + p {
	padding: 0 .75em;
}

.pg_jieij.pg_howto .box01 ul {
	padding-right: .75em;
}

@media print, screen and (max-width: 767px) {
	.pg_jieij.pg_howto .box01 {
		padding: 15px 7px;
	}
}

.pg_jieij.pg_howto .imgFrame .txt {
	padding: 30px 0 0;
}

@media print, screen and (min-width: 768px) {
	.pg_jieij.pg_howto .imgFrame .img {
		width: 25%;
	}

	.pg_jieij.pg_howto .imgFrame .txt {
		padding: 0 0 0 20px;
		width: 75%;
	}
}

.pg_jieij.pg_howto .list_indent4 li + li {
	margin-top: 10px;
}


/* ryakugo */
.pg_jieij.pg_ryakugo .ryakugoTbl {
	min-width: 700px;
}

@media print, screen and (max-width: 767px) {
	.pg_jieij.pg_ryakugo .ryakugoSection .tblGuideTxt {
		display: block;
	}
}

.pg_jieij.pg_ryakugo .ryakugoTbl th:first-child,
.pg_jieij.pg_ryakugo .ryakugoTbl td:first-child {
	width: 45px;
	text-align: center;
}

/* kiko1 */
.pg_kiko .sample .colWrap .hd {
	width: 2em;
}

.pg_kiko .sample .colWrap .inqBox {
	width: calc(100% - 2em);
}

.pg_kiko .sample span.guideTxt {
	display: block;
	line-height: 1.3;
}

.pg_kiko .sample .guideTxt {
	margin: 10px 20px;
	padding: 1em;
	font-size: .9em;
	border: 1px solid #ddd;
}

.pg_jieij.pg_kiko .printInfoTbl {
	min-width: 450px;
}

@media print, screen and (max-width: 480px) {
	.pg_jieij.pg_kiko .tblGuideTxt {
		display: block;
	}
}

/* kiko2 */
.pg_jieij.pg_kiko .kikoCategoryTbl {
	min-width: 700px;
}

.pg_jieij.pg_kiko .kikoCategoryTbl th,
.pg_jieij.pg_kiko .kikoCategoryTbl td {
	vertical-align: middle;
}

.pg_jieij.pg_kiko .kikoCategoryTbl .th {
	background: #d2e6e6;
}

.pg_jieij.pg_kiko .kikoCategoryTbl th {
	background: #f7f7f7;
	text-align: center;
}

@media print, screen and (max-width: 991px) {
	.pg_jieij.pg_kiko .kikoCategoryTbl th,
	.pg_jieij.pg_kiko .kikoCategoryTbl td {
		padding: 10px 4px;
		font-size: 14px;
	}
}

@media print, screen and (max-width: 767px) {
	.pg_jieij.pg_kiko .tblGuideTxt {
		display: block;
	}
}

.pg_jieij.pg_kiko .innerSection .inner {
	margin-top: 30px;
}

.pg_jieij.pg_kiko .innerSection .inner + .inner {
	margin-top: 40px;
}

.pg_jieij.pg_kiko .ttl_xxs {
	margin: 0 0 10px;
	font-size: 1em;
	text-indent: -.5em;
}

.pg_jieij.pg_kiko .ttl_xxs + ul {
	margin-top: 10px;
}

/* kiko1_hyo */
.pg_jieij.pg_kiko_hyo .kiko1_hyoSection table {
	min-width: 700px;
}

.pg_jieij.pg_kiko_hyo .kiko1_hyoSection table td {
	padding: 8px 7px;
}

.pg_jieij.pg_kiko_hyo .kiko1_hyoSection table thead th {
	padding: 8px 4px;
}

.pg_jieij.pg_kiko_hyo .kiko1_hyoSection table .th01 {
	background: #FFFFCC;
}

.pg_jieij.pg_kiko_hyo .kiko1_hyoSection table .th02 {
	background: #deeeef;
}

@media print, screen and (max-width: 767px) {
	.pg_jieij.pg_kiko_hyo .kiko1_hyoSection .tblGuideTxt {
		display: block;
	}
}

/* copyright */
.pg_jieij.pg_copyright dd {
	padding-left: 1em;
}

/* --------------------------------------------------
  GUIDE PAGE STYLES
  -------------------------------------------------- */
.pg_guide .guideTbl {
	min-width: 460px;
}

.pg_guide .guideTbl thead th {
	text-align: center;
}

.pg_guide .tokutenTbl th {
	background: #d2e6e6;
}

.pg_guide .priceTbl {
	min-width: 460px;
}

@media print, screen and (max-width: 489px) {
	.pg_guide .tblGuideTxt.guide01,
	.pg_guide .tblGuideTxt.guide02 {
		display: block;
	}
}

.pg_guide .taikaiSection .hissuList .txt {
	margin-left: .75em;
}

.pg_guide .taikaiSection .hissuList li {
	margin-right: 1.5em;
}

/* tokushou */
.pg_tokushou .tokushouSection .ttl_xs {
	border-bottom: 0;
	padding-bottom: 0;
}

.pg_tokushou .tokushouTbl th {
	background: #d2e6e6;
	width: 18%;
}

/* --------------------------------------------------
  ASK PAGE STYLES
  -------------------------------------------------- */
.pg_ask .askSection .askTbl th,
.pg_ask .askSection .askTbl td {
	padding: 7px;
	font-size: 14px;
}

@media print, screen and (min-width: 768px) {
	.pg_ask .askSection .askTbl td:first-child {
		width: 30%;
	}

	.pg_ask .askSection .askTbl td:nth-child(2) {
		width: 45%;
	}

	.pg_ask .askSection .askTbl .td_mail {
		width: 25%;
		white-space: nowrap;
	}
}


@media print, screen and (max-width: 991px) {
	.pg_ask .askSection .askTbl {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	.pg_ask .askSection .askTbl,
	.pg_ask .askSection .askTbl thead,
	.pg_ask .askSection .askTbl tbody,
	.pg_ask .askSection .askTbl tr {
		display: block;
		width: 100%;
	}

	.pg_ask .askSection .askTbl th,
	.pg_ask .askSection .askTbl td {
		display: block;
	}

	.pg_ask .askSection .askTbl td {
		width: 100% !important;
		padding-left: 12px;
	}

	.pg_ask .askSection .askTbl td.category {
		position: relative;
		padding-top: 15px;
		padding-bottom: 0;
		font-weight: bold;
		font-size: 15px;
		border-top: 1px solid #ccc;
	}

	.pg_ask .askSection .askTbl tr:first-child td.category {
		border-top: 0;
	}

	.pg_ask .askSection .askTbl td.category:before {
		content: "";
		display: block;
		position: absolute;
		left: 2px;
		top: 21px;
		border: 4px solid transparent;
		border-left: 5px solid #1479c3;
	}

	.pg_ask .askSection .askTbl td.td_mail {
		padding-bottom: 15px;
	}

	.pg_ask .askSection .askTbl thead {
		overflow: hidden;
	}

	.pg_ask .askSection .askTbl thead th {
		display: inline-block;
		position: relative;
		width: auto !important;
	}

	.pg_ask .askSection .askTbl thead th:not(:last-child):after {
		content: "/";
		display: inline-block;
		position: absolute;
		right: -5px;
	}
}

/* --------------------------------------------------
  LOGIN PAGE STYLES
  -------------------------------------------------- */
/*@media print, screen and (min-width: 768px) {
	.pg_login header {
		padding: 20px 0 0;
	}
}*/

.pg_login .content .container {
	max-width: 680px;
}

.pg_login .pgTitle + p {
	margin: -15px auto 30px;
}

.pg_login .article {
	margin: 0 auto;
	padding: 20px 15px 15px;
	max-width: 560px;
	border-top: 1px solid #ddd;
}

.pg_login .article + .article {
	border-bottom: 1px solid #ddd;
}

.pg_login .article .ttl_xs2 {
	margin: 0 0 8px;
}

.pg_login .loginBox {
	margin: 40px auto;
	padding: 15px;
	max-width: 460px;
	border-radius: 10px;
	background: #eee;
	text-align: center;
}

.pg_login .loginBox label {
	display: block;
	margin: 20px auto;
}

.pg_login .loginBox label input[type="text"],
.pg_login .loginBox label input[type="password"]{
	padding: 5px 10px;
	width: 90%;
	max-width: 300px;
}

.pg_login .loginBox .btn {
	margin: 25px auto 20px;
	max-width:15em;
	letter-spacing: 2px;
}

.pg_login .btnFrame .btn {
	max-width: 420px;
	margin: 45px auto 0;
}

/* --------------------------------------------------
  WHAT PAGE STYLES
  -------------------------------------------------- */
.pg_what .environmentSection table {
	min-width: 720px;
}

@media screen and (max-width: 767px) {
	.pg_what .environmentSection .tblGuideTxt {
		display: block;
	}
}

.pg_what.pg_okunai .imgFrame {
	padding-bottom: 10px;
}

.pg_what.pg_okunai .imgFrame .cap {
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
}

.pg_what.pg_okunai .imgFrame p.cap,
.pg_what.pg_okunai .imgFrame .cap p:not(.f_bold) {
	font-size: .9em;
}

/* Q&A */
.pg_what.pg_faq .rphoto {
	float: right;
	display: inline-block;
	width: auto;
	margin: 5px 0 5px 10px;
}

.pg_what.pg_faq .box02 {
	font-size: .9em;
}

.pg_what.pg_faq .box02 .title {
	font-size: 1em;
	margin-top: 1.8em;
}

.pg_what.pg_faq .imgFrame01 .img1 {
	padding: 0 15px 0 0;
}

.pg_what.pg_faq .imgFrame01 .img2 {
	padding: 0 0 0 15px;
}


@media screen and (max-width: 767px) {
	.pg_what.pg_faq .rphoto {
		float: none;
		display: block;
		width: auto;
		margin: 30px auto;
	}

	.pg_what.pg_faq .commonTbl td {
		border-top: 1px solid #ccc;
	}

	.pg_what.pg_faq .imgFrame01 > div {
		padding: 0 !important;
	}

	.pg_what.pg_faq .imgFrame01 > div img {
		width: auto;
		margin: 0 auto;
	}

	.pg_what.pg_faq .imgFrame01 div + div {
		margin-top: 30px;
	}
}


/* --------------------------------------------------
  EVENT PAGE STYLES
  -------------------------------------------------- */
/* top2 */
.pg_event.pg_top2 .linkList {
	margin: 0 0 30px;
}

@media print, screen and (max-width: 1040px) {
	.pg_event.pg_top2 .linkList ul {
		display: block;
	}

	.pg_event.pg_top2 .linkList li:not(:last-child) a{
		border-bottom: 1px solid #ddd;
	}
}

.pg_event.pg_top2 .linkList a {
	display: block;
	position: relative;
	padding: 10px 15px;
	padding-left: 40px;
	line-height: 1.3;
}

.pg_event.pg_top2 .linkList .ico.condensed a {
    padding-right: 0;
    letter-spacing: -.01em;
}

.pg_event.pg_top2 .linkList a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width:30px;
	height: 30px;
	transform: translateY(-50%);
	border: 0;
	background: url(../images/common/ico_side.png) no-repeat 0 0;
}

.pg_event.pg_top2 .linkList .link_template a:before {
	background-position: 0 -30px;
}

.pg_event.pg_top2 .linkList .link_melmaga a:before {
	background-position: 0 -60px;
}

.pg_event.pg_top2 .linkList a:after {
		content: "";
		display: block;
		position: absolute;
		box-sizing: border-box;
		right: 0;
		top: 50%;
		width: 6px;
		height: 6px;
		border-top: 2px solid #1479c3;
		border-right: 2px solid #1479c3;
		transform: translateY(-50%) rotate(45deg);
}

/* cal */
.pg_event .calendarSection table {
	min-width: 720px;
}

.pg_event .calendarSection table th,
.pg_event .calendarSection table td {
	padding: 6px;
}

.pg_event .calendarSection table thead th:last-child {
	width: 70px;
}

.pg_event .calendarSection .link_txt.mail {
	position: relative;
	padding-left: 20px;
}

.pg_event .calendarSection .link_txt.mail:before {
	content: "\f0e0";
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 1px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
	transform: translateY(-50%);
}

/* ADDED [20/09/02] */
.pg_event .calendarSection table .innerList {
	padding-left: 2em;
}

.pg_event .calendarSection table th.date,
.pg_event .calendarSection table td:first-child {
	width: 7.8em;
	max-width: 7.8em;
}
/* end - ADDED [20/09/02] */


@media screen and (max-width: 767px) {
	.pg_event .calendarSection .tblGuideTxt {
		display: block;
	}
}

/* ********** annual conference ********** */
.pg_event .annualconferSection .eventHistoryFrame .eventBox {
	padding: 15px 10px;
	border-bottom: 1px solid #ddd;
}

.pg_event .annualconferSection .eventHistoryFrame .eventBox .head {
}

.pg_event .annualconferSection .eventHistoryFrame .eventBox .head .link {
	color: #000 !important;
}

.pg_event .annualconferSection .eventHistoryFrame .eventBox .head > i {
	margin: 0 7px 0 0;
	color: #1479C3;
}

.pg_event .annualconferSection .eventHistoryFrame .eventBox .note {
	padding-left: 20px;
}

/* verbal */
.pg_event .annualconferSection .programTbl th,
.pg_event .annualconferSection .programTbl td {
	padding: 10px 7px;
	font-size: 0.95em;
}

.pg_event .annualconferSection .programTbl th:first-child {
	width: 8.2em;
}

.pg_event .annualconferSection .programTbl th:nth-child(2) {
	width: 17%;
}

.pg_event .annualconferSection .programTbl th:nth-child(4),
.pg_event .annualconferSection .programTbl th:nth-child(5) {
	width: 17%;
}

.pg_event .annualconferSection .programTbl,
.pg_event .annualconferSection .programTbl2 {
	min-width: 720px;
}

@media screen and (max-width: 767px) {
	.pg_event .annualconferSection .programFrame .tblGuideTxt {
		display: block;
	}
}

/* grant */
.pg_event .conferenceSection .scheduleTbl {
	margin: 20px auto 0;
}

.pg_event .conferenceSection .scheduleTbl .box {
	flex-grow: 1;
	width: 14.28%;
	border: 1px solid #ccc;
	border-right: 0;
}

.pg_event .conferenceSection .scheduleTbl .box:last-child {
	border-right: 1px solid #ccc;
}

.pg_event .conferenceSection .scheduleTbl .th,
.pg_event .conferenceSection .scheduleTbl .td {
	font-size: .86em;
	padding: 5px 0;
	width: 100%;
	letter-spacing: -0.3px;
	text-align: center;
}

.pg_event .conferenceSection .scheduleTbl .th {
	background: #d2e6e6;
}

.pg_event .conferenceSection .scheduleTbl .td {
	flex-grow: 1;
}

.pg_event .conferenceSection .feeFrame table {
	min-width: 720px;
}

@media screen and (max-width: 767px) {
	.pg_event .conferenceSection .feeFrame .tblGuideTxt {
		display: block;
	}
}

.pg_event .conferenceSection .mapFrame {
	position: relative;
}

.pg_event .conferenceSection .mapFrame:before {
	content: "";
	display: block;
	height: 0;
	padding: 75% 0 0;
}

.pg_event .conferenceSection .mapFrame iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pg_event .conferenceSection .cancelProcedure {
	margin: 20px 0;
	padding: 0 1em;
}

.pg_event .conferenceSection .cancelProcedure li {
	margin: 0 0 25px;
	padding: 15px 10px;
	line-height: 1.5;
	padding-left: calc(1.3em + 17px);
	text-indent: 0;
	border-radius: 5px;
	background: #f4f7f9;
}

.pg_event .conferenceSection .cancelProcedure li:before {
	position: absolute;
	left: 8px;
	top: 17px;
	border-radius: 0;
	background: rgba(20, 121, 195, 0.8);
	border-radius: 2px;
	color: #fff;
	content: '>';
}

/*.pg_event .conferenceSection .cancelProcedure li:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -22px;
	left: 50%;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: rgba(20, 121, 195, 0.6);
	transform: translateX(-50%);
}*/

.pg_event .conferenceSection .cancelProcedure li:last-child {
	margin-bottom: 0;
}

.pg_event .conferenceSection .cancelProcedure li:last-child:after {
	display: none;
}

.pg_event .conferenceSection .applyTbl .btn {
	display: block;
	margin: 0 auto;
	max-width: 200px;
}

/* result */
.pg_event .resultSection .dd {
	padding-left: 1em;
}

.pg_event .resultSection .program01Tbl td:first-child {
	width: 30%;
	min-width: 104px;
}

.pg_event .resultSection .program01Tbl td:last-child {
	width: 14%;
	text-align: center;
}

.pg_event .resultSection.awardSection table {
	min-width: 720px;
}

@media screen and (max-width: 767px) {
	.pg_event .resultSection.awardSection .tblGuideTxt {
		display: block;
	}
}

.pg_event .resultSection .exNumberFrame table td:last-child {
	text-align: right;
	min-width: 65px;
	width: 15%;
}

.pg_event .resultSection .exNumberFrame table .total td {
	background: #d2e6e6;
	font-weight: bold;
}

.pg_event .resultSection .exNumberFrame table {
	min-width: 320px;
}

@media screen and (max-width: 367px) {
	.pg_event .resultSection .exNumberFrame .tblGuideTxt {
		display: block;
	}
}

.pg_event .resultSection .imgFrame .cap {
	font-size: .9em;
	margin: 0.5em 0;
	text-align: center;
}

.pg_event .resultSection .imgFrame .box {
	margin: 0 0 30px;
}

/* --------------------------------------------------
  BUNKAKAI PAGE STYLES
  -------------------------------------------------- */
/* index */
.pg_bunkakai .btmNavSection {
	border-top: 1px solid #ddd;
}

.pg_bunkakai .btmNavSection dt {
	position: relative;
	margin: 5px 0;
	padding-left: 22px;
}

.pg_bunkakai .btmNavSection dt a {
	color:  #1479c3;
	font-size: 16px;
	font-weight: bold;
}

.pg_bunkakai .btmNavSection dd ul.list li + li {
	margin-top: 5px;
}

.pg_bunkakai .btmNavSection dt:before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 3px;
	top: 8px;
	width: 12px;
	height: 12px;
	border: 4px solid #064c7f;
	border-radius: 50%;
	opacity: .4;
	transform: rotate(45deg);
}

/* --------------------------------------------------
  LINK PAGE STYLES
  -------------------------------------------------- */
.pg_link .memberLinkSection .memberLinkFrame {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

@media print, screen and (min-width: 768px) {
	.pg_link .memberLinkSection .box {
		width: calc(50% - 15px);
	}
}

.pg_link .memberLinkSection dt {
	position: relative;
	margin-bottom: 5px;
	margin-top: 20px;
	padding-top: 20px;
	line-height: 1.3;
	font-size: 1.1em;
	font-weight: bold;
	border-top: 1px solid #ddd;
}

.pg_link .memberLinkSection dt:before {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 4px 0 0;
	width: 4px;
	height: 1.2em;
	background: #1479c3;
	vertical-align: middle;
}

.pg_link .memberLinkSection dt:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

@media print, screen and (max-width: 767px) {
	.pg_link .memberLinkSection .box + .box dt:first-child {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #ddd;
	}
}

/* --------------------------------------------------
  NEWS PAGE STYLES
  -------------------------------------------------- */
.pg_news .newsSection li {
	padding: 20px 0;
	border-top: 1px solid #d6d6d6;
}

.pg_news .newsSection .date {
	display: block;
	margin: 0 0 10px;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}

.pg_news .newsSection .cat {
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 0 0 20px;
	padding: 3px 10px;
	font-size: 13px;
	color: #ffffff;
	vertical-align: middle;
}

.pg_news .newsSection .cat.info {
	background: #8bc34a;
}

.pg_news .newsSection .cat.about {
	background: #ffc107;
}

.pg_news .newsSection .cat.magazine {
	background: #3e95da;
}

.pg_news .newsSection .cat.kansai {
	background: #bb5757;
}

.pg_news .newsSection .cat.tokyo {
	background: #009688;
}

.pg_news .newsSection .cat.chugoku {
	background: #607d8b;
}

.pg_news .newsSection .cat.hokuriku {
	background: #7d70a7;
}

.pg_news .newsSection .cat.tokai {
	background: #f57a71;
}

.pg_news .newsSection .cat.hokkaido {
	background: #FF4000;
}

.pg_news .newsSection .cat.tohoku {
	background: #968800;
}

.pg_news .newsSection .cat.kyushu {
	background: #5757bb;
}
.pg_news .newsSection .cat.system {
	background: #75bf9e;
}

.pg_news .newsSection .cat.event {
	background: #ab80a9;
}

.pg_news .newsSection .cat.excerpt {
	background: #ff9800;
}

.pg_news .newsSection .cat.avc {
	background: #008080;
}

.pg_news .newsSection .cat.social {
	background: #4a82a9;
}


.pg_news .newsSection .cat.receiving {
	background: #7d70a7;
}

.pg_news .newsSection .cat.spread {
	background: #FFB3D9;
}

.pg_news .newsSection a {
	color: #444;
}

/* --------------------------------------------------
  EX LINKS PAGE STYLES
  -------------------------------------------------- */
.pg_exLinks #exlinktable td {
	padding-left: 7px;
	padding-right: 7px;
}

.pg_exLinks #exlinktable td:nth-child(1) {
	width: 142px;
}

.pg_exLinks #exlinktable td:nth-child(3) {
	width: 60px;
	text-align: center;
}

.pg_exLinks #exlinktable td:nth-child(4) {
	width: 106px;
}

.pg_exLinks #exlinktable {
	min-width: 520px;
}

@media print, screen and (max-width: 567px) {
	.pg_exLinks .exLinksSection .tblGuideTxt {
		display: block;
	}

	.pg_exLinks #exlinktable td:nth-child(1) {
		width: 80px;
	}
}

/* --------------------------------------------------
  SITEMAP PAGE STYLES
  -------------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.pg_sitemap .box {
		width: calc(50% - 20px);
		max-width: 460px;
	}

	.pg_sitemap .box:last-of-type dt:first-of-type {
		margin-top: 0;
	}
}

.pg_sitemap dt,
.pg_sitemap dd {
	position: relative;
}

.pg_sitemap dt {
	font-size: 1.15em;
	margin: 2em 0 .7em;
	padding: 0 0 .25em 1em;
	border-bottom: 2px solid rgb(217 227 234);
}

.pg_sitemap dt:first-of-type {
	margin-top: 0;
}

.pg_sitemap dd {
	padding-left: 2em;
}

.pg_sitemap dt:before {
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -2px;
	border: 4px solid transparent;
	border-left: 5px solid #1479c3;
	transform: translateY(-50%);
}

.pg_sitemap dd:before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 1em;
	top: 5px;
	width: 10px;
	height: 10px;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.pg_sitemap .sitemapSection dt .link_txt {
	text-decoration: underline;
	color: #333;
}

/* --------------------------------------------------
  ********** LESS THAN 991px WIDTH **********
  -------------------------------------------------- */
@media print, screen and (max-width: 991px) {
	.pc {
		display: none;
	}

	.tab, .tab.sp {
		display: block !important;
	}

	.container {
		padding: 0 30px;
	}

	.gnav .hasChild:hover .subMenu {
		height: 300px;
	}

	.gnav .menu > li > a {
		font-size: 14px;
	}

	.gnav .subMenu .title {
		font-size: 30px;
		text-align: left;
	}

	.pg_lower .linkBtnFrame.col4 a {
		width: calc(33.33% - 10px);
	}

	/* --------------------------------------------------
	  INDEX STYLES
	  -------------------------------------------------- */
	.pg_top .visualSection .swiper-slide {
		height: 300px;
	}

	.pg_top .visualSection .swiper-slide img {
		-o-object-position: right center;
		   object-position: right center;
		-o-object-fit: cover;
		   object-fit: cover;
		font-family: "object-fit: cover;object-position: right center;";
	}

	.pg_top .visualSection .swiper-slide .text {
		padding: 0 20px;
		font-size: 16px;
	}

	/* information */
	.pg_top .specialSection .box .title {
		font-size: 17px;
	}

	/* topicsSection */
	.pg_top .topicsSection .cat,
	.pg_news .newsSection .cat {
		padding: 1px 5px;
		font-size: 12px;
	}

	/* --------------------------------------------------
	  EVENT PAGE STYLES
	  -------------------------------------------------- */
	/* annual conference */
	.pg_event .conferenceSection .scheduleTbl {
		flex-wrap: wrap;
	}

	.pg_event .conferenceSection .scheduleTbl:after {
		content: "";
		display: block;
		width: 25%;
	}

	.pg_event .conferenceSection .scheduleTbl .box {
		width: 25%;
	}

	.pg_event .conferenceSection .scheduleTbl .box:nth-child(4) {
		border-right: 1px solid #ccc;
	}

	.pg_event .conferenceSection .scheduleTbl .box:nth-child(5),
	.pg_event .conferenceSection .scheduleTbl .box:nth-child(6),
	.pg_event .conferenceSection .scheduleTbl .box:nth-child(7) {
		border-top: 0;
	}

	.pg_event .conferenceSection .scheduleTbl .th,
	.pg_event .conferenceSection .scheduleTbl .td {
		padding: 5px;
		font-size: .9em;
		letter-spacing: 0;
	}

}

/* *************************************************************
   LESS THAN width 767px
**************************************************************** */
@media print, screen and (max-width: 767px) {
	img {
		max-width: 100%;
		height: auto;
	}

	.pc, .tab, .pc.tab {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	/* ===== FLEX BOX ===== */
	.sp-colWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.sp-colWrap.sp-col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.sp-colWrap.sp-wrap {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.sp-colWrap.sp-col-rev {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}

	.sp-colWrap.sp-boxAlign-left {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	.sp-colWrap.sp-boxAlign-right {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}

	.sp-colWrap.sp-boxAlign-center {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.sp-colWrap.sp-mdl > *,
	.sp-colWrap > .sp-mdl:not(.sp-colWrap) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-line-pack: center;
		    align-content: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	.sp-colWrap.sp-mdl.ct > *,
	.sp-colWrap.sp-mdl > .ct,
	.sp-colWrap > .sp-mdl.ct:not(.sp-colWrap) {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.sp-colWrap.sp-col2 > * {
		width: 50%;
	}

	.sp-colWrap.sp-col3 > * {
		width: 33.33%;
	}
	/* ===== end - FLEX BOX ===== */

	table:not(.sp-table) th,
	table:not(.sp-table) td,
	table.tab-table:not(.sp-table) th,
	table.tab-table:not(.sp-table) td {
		display: block;
		width: 100% !important;
		border-bottom: 0;
	}

	table:not(.sp-table) th {
		padding: 8px 8px 4px;
		font-weight: bold;
		border-bottom: 0;
	}

	table:not(.sp-table) td {
		padding: 15px 1em;
		border-top: 0;
	}

	table.sp-table th,
	table.sp-table td {
	/*	padding: 8px 8px 4px; */
		padding: 8px;
		font-weight: normal;
	}

	.sp-txt_center {
		text-align: center;
	}

	.sp-txt_left {
		text-align: left;
	}

	.sp-txt_right {
		text-align: right;
	}

	.sp-block {
		display: block;
	}

	.sp-in-block {
		display: inline-block;
	}

	.sp-inline {
		display: inline;
	}

	.commonTbl {
		border-bottom: 1px solid #ccc;
		font-size: .9em;
	}

	input[type="text"].sp-max,
	input[type="tel"].sp-max,
	input[type="email"].sp-max,
	select.sp-max,
	textarea.sp-max {
		width: 100%;
	}


	header {
		height: 60px;
	}

	header .container > .colWrap {
		height: auto;
	}

	header .logo {
		position: relative;
		top: 19px;
		width: 180px;
	}

	header .headNav {
		position: static;
		padding-top: 0;
	}

	header .headNav .lang {
		position: absolute;
		top: 16px;
		/* right: 65px; */
		right: 185px;
		width: 110px;
	}

	header .headNav .lang a {
		padding-left: 35px;
		padding-top: 1px;
		padding-bottom: 0;
		font-size: 13px;
		background-position: 10px center;
	}

	header .headNav .member {
		position: absolute;
		top: 16px;
		right: 65px;
		width: 110px;
	}

	header .headNav .member a {
		padding-left: 35px;
		padding-top: 1px;
		padding-bottom: 0;
		font-size: 13px;
		background-position: 10px center;
	}

	header .headNav .faq {
		font-size: 11px;
		top: auto;
		bottom: 0;
		top: 55px;
		right: 15px;
	}
	header .headNav .header__guide {
		font-size: 11px;
		top: auto;
		bottom: 0;
		top: 55px;
		right: calc(7em + 15px);
	}
	.gnav {
		position: fixed;
		overflow: hidden;
		top: 0;
		left: 0;
		/* width: 100%; */
		width: 200vw;
		height: 100vh;
		height: calc(100vh - 65px);
		max-height: 0;
		overflow-y: auto;
		background: rgba(20, 121, 195, 0.9);
		box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
		-webkit-overflow-scrolling: touch;
		/* -webkit-transition: max-height .3s ease-out;
		transition: max-height .3s ease-out; */
		transition: all .3s ease-out;
		z-index: 100;
	}

	.gnav.open_lower {
		left: -100vw;
	}

	.gnav .container {
		display: block;
		margin: 0;
		padding: 60px 0 0;
		width: 100%;
		height: 100%;
		max-width: 100%
		overflow-y: auto;
	}

	.gnav .container > .colWrap {
		width: 100vw;
		height: auto;
	}

	.gnav .menu {
		position: relative;
		margin: 0;
		width: 50%;
		border-top: 1px solid rgba(255, 255, 255, .3);
	}

	.gnav .menu > li {
		position: relative;
	}

	.gnav .menu > li > a {
		display: block;
		position: relative;
		padding: 10px 20px;
		font-size: 16px;
		line-height: 1.3;
		font-weight: 700;
		text-decoration: none;
		text-align: left;
	}

	.gnav .menu > li a:hover {
		transform: none;
	}

	.gnav .menu > li a:after {
		content: "";
		box-sizing: border-box;
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100vw;
		height: 1px;
		background: rgba(255, 255, 255, .3);
	}

	.gnav .menu > li.hasChild > a {
		margin-right: 43px;
		border-right: 1px solid rgba(255, 255, 255, .3);
	}

	.gnav .menu > li.hasChild:before,
	.gnav .subMenu li > a:before {
		content: "";
		display: block;
		position: absolute;
		right: 20px;
		top: 15px;
		width: 6px;
		height: 6px;
		border-top: 2px solid rgba(255, 255, 255, .5);
		border-right: 2px solid rgba(255, 255, 255, .5);
		transform: rotate(45deg);
	}

	.gnav .subMenu li > a:after {
		display: none;
	}

	.gnav .menu > li:first-child > a {
		border-top: 0;
	}

	.gnav.open {
		max-height: 300vh;
	}

	.searchBox {
		display: block !important;
		position: fixed;
		bottom: -65px;
		left: 0;
		padding: 14px 15px 0;
		width: 100% !important;
		height: 65px;
		background: #fff;
		box-shadow: 0 -1px 3px rgba(0,0,0,.3);
		transition: bottom .15s ease-out;
	}

	.open .searchBox {
		bottom: 0;
	}

	.open .searchBox .search {
		position: relative;
		height: 37px;
		width: 100%;

	}

	.open .searchBox .searchBtn {
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3);
	}

	.gnav .subMenu,
	.gnav .hasChild:hover .subMenu {
		display: block;
		display: none;
		position: absolute;
		top: -60px;
		left: 100%;
		padding: 60px 0 0;
		width: 100%;
		height: calc(100vh - 60px);
		overflow-y: auto;
		background: none;
		opacity: 1;
		transform: none;
	}

	.gnav .hasChild.open {
		position: static;
	}

	.gnav .hasChild.open .subMenu {
		display: block;
	}

	.gnav .subMenu .backBtn {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 60px;
		height: 60px;
		border-right: 1px solid rgba(255, 255, 255, .3);
		cursor: pointer;
	}

	.gnav .subMenu .backBtn:before {
/*	.gnav .subMenu:before { */
		content: "";
		display: block;
		position: absolute;
		left: 23px;
		top: 20px;
		width: 20px;
		height: 20px;
		border-top: 2px solid rgba(255, 255, 255, .5);
		border-left: 2px solid rgba(255, 255, 255, .5);
		transform: rotate(-45deg);
	}

/*
	.gnav .subMenu:after {
		content: "";
		display: block;
		position: absolute;
		left: 60px;
		top: 0;
		width: 1px;
		height: 60px;
		background: rgba(255, 255, 255, .3);
	}
*/

	.gnav .subMenu .colWrap ul {
		padding: 0;
		width: auto;
	}

	.gnav .subMenu li {
		margin: 0;
	}

	.gnav .subMenu li > a {
		position: relative;
		padding: 11px 20px;
		line-height: 1.3;
		font-size: 14px;
		border-top: 1px solid rgba(255, 255, 255, .3);
	}

	.gnav .subMenu .title {
		display: none;
		padding: 15px 20px 5px;
		width: auto;
		font-size: 16px;
		border: 0;
		border-top: 1px solid rgba(255, 255, 255, .3);
	}

	.gnav .subMenu .colWrap {
		padding: 0;
	}

	/* footer */
	footer {
		padding: 25px 0 0;
	}

	footer .container{
		padding: 0 15px;
	}

	footer .container > .colWrap {
		flex-direction: column;
	}

	footer .footerLogo,
	footer .footerMenu {
		width: auto;
	}

	footer .footerLogo {
		margin: 0 0 15px;
		padding-right: 15px;
	}

	footer a, footer a:hover, footer a:visited {
		font-size: 12px;
	}

	footer .footerMenu {
		padding-left: 0;
		border-left: 0;
	}

	footer .footerMenu .title {
		width: 110px;
	}

	footer .footerMenu .menu {
		width: calc(100% - 125px);
	}

	footer .copyright {
		margin: 15px 0 0;
		font-size: 11px;
	}


	.container {
		padding: 0 15px;
	}

	.ttl {
		margin: 0 0 25px;
		font-size: 24px;
		letter-spacing: 2px;
	}

	.ttl .sub {
		font-size: 18px;
		letter-spacing: 3px;
	}

	.pg_top .bannerSection .box,
	.pg_lower .bannerSection .box {
		margin: 0 15px;
		margin: 0 auto 10px;
		max-width: 188px;
	}

	/* --------------------------------------------------
	  INDEX STYLES
	  -------------------------------------------------- */
	.pg_top .visualSection .swiper-slide {
		flex-direction: column;
		/* width: calc(100% - 60px); */
		width: 100%;
		height: auto;
	}

	.pg_top .visualSection .swiper-slide img,
	.pg_top .visualSection .swiper-slide .text {
		width: auto;
	}

	.pg_top .visualSection .swiper-slide img {
		height: 290px;
	}

	.pg_top .visualSection .swiper-slide .text {
		/* padding: 10px; */
		display: flex;
		min-height: 100px;
		align-items: center;
		align-content: center;
		padding: 0 10px;
		line-height: 1.5;
		font-size: 14px;
	}

	.pg_top .visualSection .swiper-container:before,
	.pg_top .visualSection .swiper-container:after {
	/* 	width: 30px; */
		display: none;
	}

	.pg_top .visualSection .swiper-button-next,
	.pg_top .visualSection .swiper-container-rtl .swiper-button-next,
	.pg_top .visualSection .swiper-button-prev,
	.pg_top .visualSection .swiper-container-rtl .swiper-button-prev {
		width: 20px;
		height: 20px;
	}

	.pg_top .visualSection .swiper-button-next:before,
	.pg_top .visualSection .swiper-button-prev:before {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 20px;
	}

	.pg_top .visualSection .swiper-button-next,
	.pg_top .visualSection .swiper-container-rtl .swiper-button-next {
		right: 5px;
	}

	.pg_top .visualSection .swiper-button-prev,
	.pg_top .visualSection .swiper-container-rtl .swiper-button-prev {
		left: 5px;
	}

	.pg_top .visualSection .paging {
		margin: 5px 0 0;
		height: 10px;
	}

	.pg_top .visualSection .swiper-pagination {
		padding: 0 15px;
		width: auto;
	}

	.pg_top .visualSection .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	/* --------------------------------------------------
	  LOWER PAGE STYLES
	  -------------------------------------------------- */
	.pg_lower .content {
		margin-bottom: 40px;
	}

	.pg_lower .pgTitle {
		margin: 20px 0;
		text-align: center;
		font-size: 24px;
	}

	.pg_lower .pgTitle .sub,
	.pg_lower .pgTitle .sub2 {
		margin: 0;
		margin-top: 5px;
		display: block;
	}

	.pg_lower .pdfGuideFrame {
		padding-left: 0;
		padding-right: 0;
	}

	.pg_lower .pdfGuideFrame img {
		width: 80px;
	}

	.pg_lower .linkBtnFrame.col4 {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}

	.pg_lower .linkBtnFrame.col4 a {
		margin-left: 2.5px;
		margin-right: 2.5px;
		width: calc(50% - 5px);
		letter-spacing: 0;
		font-size: 14px;
	}

	/* --------------------------------------------------
	  ABOUT PAGE STYLES
	  -------------------------------------------------- */
	/* president */
	.pg_president .presidentSection .signature {
		font-size: 1.15em;
	}

	/* summary */
	.pg_summary .summarySection .historyTbl .td {
		padding: 10px;
		border-right: 0 !important;
	}

	.pg_summary .summarySection .historyTbl .td:nth-child(1),
	.pg_summary .summarySection .historyTbl .td:nth-child(2) {
		padding-bottom: 5px;
		font-weight: bold;
	}

	.pg_summary .summarySection .historyTbl .td:nth-child(1) {
		width: auto;
	}

	.pg_summary .summarySection .historyTbl .td:nth-child(2) {
		flex-grow: 1;
		padding-left: 0;
		width: auto;
		text-align: left;
	}

	.pg_summary .summarySection .historyTbl .td:nth-child(3) {
		padding-top: 0;
		width: 100%;
		text-indent: .5em;
	}


	.pg_summary .summarySection .historyTbl .td.full {
		font-weight: normal;
		text-indent: .5em;
	}

	/* directors */
	.pg_directors .directorsSection .directorsTbl {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	.pg_directors .directorsSection .directorsTbl .tr {
		padding: 5px 0;
		border-bottom: 1px solid #ccc;
	}

	.pg_directors .directorsSection .directorsTbl .tHead + .tr {
		border-top: 1px solid #ccc;
	}

	.pg_directors .directorsSection .directorsTbl .lined {
		border-bottom-width: 2px;
	}

	.pg_directors .directorsSection .directorsTbl .tHead {
		display: none;
	}

	.pg_directors .directorsSection .directorsTbl .td {
		padding: 3px 10px;
		width: auto !important;
	}

	.pg_directors .directorsSection .directorsTbl .tBody .td:nth-child(1) {
		font-weight: bold;
	}

	.pg_directors .directorsSection .directorsTbl .tBody .td:nth-child(2),
	.pg_directors .directorsSection .directorsTbl .tBody .td:nth-child(3) {
		padding-left: 30px;
	}

	/* map */
	.pg_map .addressSection .img {
		margin: 0 auto;
		max-width: 180px;
		height: 220px;
	}

	.pg_map .addressSection .txt {
		margin: 30px auto 0;
		padding: 0;
	}


	/* --------------------------------------------------
	  EDUCATE PAGE STYLES
	  -------------------------------------------------- */
	.pg_lower .pageNavFrame a {
		font-size: 13px;
	}


	.pg_educate .studentSection .scheduleList {
		max-width: 100%;
	}

	.pg_educate .studentSection .scheduleList li {
		padding: 5px;
		font-size: .85em;
	}

	/* --------------------------------------------------
	  ASK PAGE STYLES
	  -------------------------------------------------- */
	.pg_ask .askSection .askTbl thead th {
		padding: 10px 5px;
		font-size: 12px;
		letter-spacing: -0.3px;
	}

	/* --------------------------------------------------
	  FAQ PAGE STYLES
	  -------------------------------------------------- */
	.faqSection .ttl_xs {
		font-size: 1.62rem;
	}

	.faqSection .faqBox {
		margin-top: 15px;
	}

	.faqSection .faqBox .txt_q {
		padding: 12px 40px;
		font-size: 1.62rem;
	}

	.faqSection .faqBox .txt_q .toggleBtn {
		top: 5px;
		right: 5px;
	}

	.faqSection .faqBox .txt_q,
	.faqSection .faqBox .txt_a {
		position: relative;
		padding-left: 40px;
	}

	.faqSection .faqBox .txt_a {
		padding-left: 30px;
		font-size: 15px;
	}

	.faqSection .faqBox .txt_q:before,
	.faqSection .faqBox .txt_a:before {
		left: 10px;
		top: 11px;
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 22px;
	}

	.faqSection .faqBox .txt_a:before {
		left: 0;
		top: 0;
	}

	.faqSection .faqBox .answr .mt30 {
		margin-top: 15px;
	}

	.faqSection .faqBox .answr {
		padding: 12px 20px 12px 30px;
		font-size: 15px;
	}

	.faqSection .faqBox .answr > *:not(.txt_a) {
		padding-left: 30px;
	}

	/* --------------------------------------------------
	  EVENT PAGE STYLES
	  -------------------------------------------------- */
	/* top */
	.pg_event .section .list li:not(:last-child) {
		border-bottom: 1px dotted #aaa;
		padding-bottom: 10px;
	}

	/* program */
	.pg_program .annualconferSection .commonTbl td:last-child {
		border-bottom: 1px solid #ccc;
	}

	.pg_program .annualconferSection .commonTbl tr:last-child td {
		border-bottom: 0;
	}

	/* annual conference */
	.pg_event .conferenceSection .scheduleTbl {
		border: 1px solid #ccc;
		border-bottom: 0;
	}

	.pg_event .conferenceSection .scheduleTbl:after {
		display: none;
	}

	.pg_event .conferenceSection .scheduleTbl .box {
		width: auto;
		border: 0 !important;
		border-bottom: 1px solid #ccc !important;
	}

	.pg_event .conferenceSection .scheduleTbl .th {
		width: 10em;
	}

	.pg_event .conferenceSection .scheduleTbl .td {
		width: auto;
	}

	.pg_event .conferenceSection .applyTbl th,
	.pg_event .conferenceSection .applyTbl td {
		text-align: center;
	}

	.pg_event .conferenceSection .applyTbl thead th {
		padding: 10px;
	}

	.pg_event .conferenceSection .applyTbl td{
		padding: 10px;
	}

	.pg_event .conferenceSection .applyTbl td:last-child {
		padding-bottom: 15px;
		border-bottom: 1px solid #ccc;
	}

	.pg_event .conferenceSection .applyTbl tr:last-child td:last-child {
		border-bottom: 0;
	}
}

@media print, screen and (max-width: 499px) {
	header .headNav .lang,
	header .headNav .member {
		width: 80px;
		top: 20px;

	}

	header .headNav .lang {
		right: 150px;
	}

	header .headNav .lang a,
	header .headNav .member a {
		padding: 4px 0 4px 22px;
		line-height: 1;
		font-size: 10px;
	}

	header .headNav .lang a {
		background-size: 12px auto;
		background-position: 5px center;
	}

	header .headNav .member a {
		background-size: 16px auto;
		background-position: 3px center;
	}
}

@media print, screen and (max-width: 430px) {
	header .headNav .lang {
		right: 65px;
		top: 10px;
	}
	header .headNav .member {
		top: 33px;
	}
}

@media print, screen and (max-width: 360px) {
	header .logo {
		top: 22px;
		width: 140px;
	}

	/*header .headNav .lang {
	    top: 16px;
	    width: 95px;
	}

	header .headNav .lang a {
	    font-size: 11px;
	}*/

	/* --------------------------------------------------
	  EDUCATE PAGE STYLES
	  -------------------------------------------------- */
	.pg_lower.pg_experiences .pageNavFrame a {
		font-size: 12px;
	}

	.pg_lower.pg_experiences .pageNavFrame a.condensed {
		letter-spacing: -.25px;
	}
}


/* -------------------------------
  COLOR SETTINGS FOR MEMBER PAGE
---------------------------------- */

.pg_member header .headNav .lang a {
	background-image: url(../images/common/ico_home_member.png);
}

.pg_member .searchBox .searchBtn {
	background: #8080C0;
}

.pg_member .menuBtn div:before,
.pg_member .menuBtn span:before,
.pg_member .menuBtn span:after {
	background: #8080C0;
}

.pg_member .menuBtn span {
	color: #8080C0;
}

.pg_member .menuBtn.close span:before {
	-webkit-animation: menu-bar01_member .75s forwards;
	animation: menu-bar01_member .75s forwards;
	-webkit-animation: menu-bar01_member .75s forwards;
	animation: menu-bar01_member .75s forwards;
}

.pg_member .menuBtn.close span:after {
	-webkit-animation: menu-bar03_member .75s forwards;
	animation: menu-bar03_member .75s forwards;
	-webkit-animation: menu-bar03_member .75s forwards;
	animation: menu-bar03_member .75s forwards;
}

.pg_member .menuBtn.open span:before {
	-webkit-animation: active-menu-bar01_member .75s forwards;
	animation: active-menu-bar01_member .75s forwards;
	-webkit-animation: active-menu-bar01_member .75s forwards;
	animation: active-menu-bar01_member .75s forwards;
}

.pg_member .menuBtn.open span:after {
	-webkit-animation: active-menu-bar03_member .75s forwards;
	animation: active-menu-bar03_member .75s forwards;
	-webkit-animation: active-menu-bar03_member .75s forwards;
	animation: active-menu-bar03_member .75s forwards;
}

@-webkit-keyframes menu-bar01_member {
		0% {
			background: #8080C0;
			-webkit-transform: translateY(2px) rotate(45deg);
		}

		50% {
			-webkit-transform: translateY(2px) rotate(0);
		}

		100% {
			background: #8080C0;
			-webkit-transform: translateY(0) rotate(0);
		}
}

@keyframes menu-bar01_member {
	0% {
		top: 50%;
		background: #8080C0;
		-webkit-transform: translateY(-2px) rotate(45deg);
		        transform: translateY(-2px) rotate(45deg);
	}

	50% {
		top: 50%;
		-webkit-transform: translateY(-2px) rotate(0);
		        transform: translateY(-2px) rotate(0);
	}

	100% {
		top: 0;
		background: #8080C0;
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}
}

@-webkit-keyframes menu-bar03_member {
	0% {
		bottom: 50%;
		background: #8080C0;
		-webkit-transform: translateY(2px) rotate(-45deg);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(2px) rotate(0);
	}

	100% {
		bottom: 0;
		background: #8080C0;
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar03_member {
	0% {
		bottom: 50%;
		background: #8080C0;
		-webkit-transform: translateY(2px) rotate(-45deg);
		        transform: translateY(2px) rotate(-45deg);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(2px) rotate(0);
		        transform: translateY(2px) rotate(0);
	}

	100% {
		bottom: 0;
		background: #8080C0;
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}
}

@-webkit-keyframes active-menu-bar01_member {
	0% {
		top: 0;
		background: #8080C0;
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		top: 50%;
		-webkit-transform: translateY(-2px) rotate(0);
	}

	100% {
		top: 50%;
		background: #8080C0;
		-webkit-transform: translateY(-2px) rotate(45deg);
	}
}

@keyframes active-menu-bar01_member {
	0% {
		top: 0;
		background: #8080C0;
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}

	50% {
		top: 50%;
		-webkit-transform: translateY(-2px) rotate(0);
		        transform: translateY(-2px) rotate(0);
	}

	100% {
		top: 50%;
		background: #8080C0;
		-webkit-transform: translateY(-2px) rotate(45deg);
		        transform: translateY(-2px) rotate(45deg);
	}
}

@-webkit-keyframes active-menu-bar03_member {
	0% {
		bottom: 0;
		background: #8080C0;
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(11px) rotate(0);
	}

	100% {
		bottom: 50%;
		background: #8080C0;
		-webkit-transform: translateY(11px) rotate(-45deg);
	}
}

@keyframes active-menu-bar03_member {
	0% {
		bottom: 0;
		background: #8080C0;
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(2px) rotate(0);
		        transform: translateY(2px) rotate(0);
	}

	100% {
		bottom: 50%;
		background: #8080C0;
		-webkit-transform: translateY(2px) rotate(-45deg);
		        transform: translateY(2px) rotate(-45deg);
	}
}

/* UPDATE 20.10.07 */
.symposium__pdf__links {
	display: flex!important;
}
.symposium__pdf__links p {
	display: block;
	margin-right: 30px;
}

/* UPDATE 20.11.23 */
.about__table__cs01, .about__table__cs01 th, .about__table__cs01 td {
	border: 1px solid #6699cc;
}

@media print {
	.noPrint {
		display: none;
	}
}

/* UPDATE 21.12.14 */
.contentWrap.voice > .main {
	width: 100%;
}
.voice__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice__list li {
	width: 48%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.voice__list .description__frame {
	width: calc(100% - 180px);
}
.voice__list .company__name {
	font-size: .8em;
}
.voice__list .name span {
	font-size: 1.2em;
	font-weight: bold;
}
.voice__list .note__frame {
	background: #E6E6E6;
	margin-top: 20px;
	padding: 25px 20px 20px;
	position: relative;
}
.voice__list .note__frame .fukidashi {
	background: #78D0DA;
	padding: 7px 15px;
	line-height: 120%;
	color: #FFFFFF;
	border-radius: 20px;
	position: absolute;
	top: -15px;
	left: -10px;
}
.voice__list .note__frame .fukidashi::after {
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
		border-top-color: transparent;
		border-top-style: solid;
		border-top-width: 4px;
		border-right-color: transparent;
		border-right-style: solid;
		border-right-width: 4px;
	transform: rotate(135deg);
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin: 0 0 0 -4px;
	border-top: 4px solid #78D0DA;
	border-right: 4px solid #78D0DA;
}
@media all and (max-width: 499px) {
	.voice__list {
		display: block;
	}
	.voice__list li {
		width: 100%;
		display: block;
	}
	.voice__list .description__frame {
		width: calc(100% - 10px);
		margin-left: 10px;
	}
	.voice__list .photo__frame img {
		margin: 0 auto;
	}
}

/* added 22.04.11 */
.kyugaku__list li {
	list-style: decimal;
	margin-left: 2em;
}

/* added 22.04.22 */
.goodlighting__eyecatch {
	border: 3px solid #1479C3;
	padding: 0 1em 1em;
}