@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%;
}

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%);
}

.f_bold {
	font-weight: bold;
}

.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;
}

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;
}
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;
}

.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;
}

.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;
}

.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;
}

@media print, screen and (min-width: 768px) {
	.colWrap {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.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.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 th {
	background: #d2e6e6
}

.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;
}

.commonTbl.type2 {
	border-top: 1px solid #ccc;
}

.commonTbl.type2 tr {
	border-bottom: 1px solid #ccc;
}

.commonTbl.type2 th,
.commonTbl.type2 td {
	border: 0;
}

@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 .container > .colWrap {
	height: 80px;
}

header .logo a {
	display: block;
}

header .logo a .sp2 {
	display: none;
}

header .headNav {
	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);
}

.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%);
}

.gnav .hasChild:hover .subMenu {
	height: 392px;
	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 .colWrap ul.full {
	width: auto;
}

.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; */
	overflow-wrap: break-word;
}

.breal-all {
	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;
}

.pg_top .visualSection .container {
	overflow: visible;
	padding: 0;
	max-width: 100%;
}

.pg_top .visualSection .swiper-container {
        background: #1479c3;
}

.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 {
	width: 60.937%;
	height: auto;
}

.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: 20px;
	background: url(../images/index/visual_txtbg.png) no-repeat right 0;
	background-size: cover;
	color: #fff;
}

.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: 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: 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 {
	margin: 0 auto 30px;
}

.pg_top .specialSection .box:last-child {
	margin: 0 auto;
}


@media print, screen and (min-width: 768px) {
	.pg_top .specialSection .box,
	.pg_top .specialSection .box:last-child {
		margin: 0;
		width: calc(33.33% - 15px);
	}
}

.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 .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: 2px;
	line-height: 29px;
	border-radius: 15px;
	background: #404040;
	color: #ffffff;
	text-align: center;
}


@media print, screen and (max-width: 380px) {
	.pg_top .topicsSection .ttl_s {
		font-size: 20px;
		letter-spacing: .5px;
	}

	.pg_top .topicsSection .ttl_s .btn_more {
		top: 4px;
		width: 80px;
		height: 26px;
		line-height: 26px;
		font-size: 11px;
		letter-spacing: 0;
	}
}

.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.avc {
	background: #008080;
}

.pg_top .topicsSection .cat.social {
	background: #4a82a9;
}

.pg_top .topicsSection .cat.receiving {
	background: #7d70a7;
}

.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;
	max-width: 188px;
}

.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: 40px auto; /* [19/05/30] */
	font-size: 36px;
	letter-spacing: 4px;
	line-height: 1.5;
	color: #1479C3;
	font-weight: bold;
	word-break: keep-all;
}

.pg_lower .pgTitle .sub {
	display: inline-block;
	margin: 0 0 0 1em;
/*	font-size: 20px; */
	font-size: .56em;
	letter-spacing: 3px;
	line-height: inherit;
	font-weight: 500;
	vertical-align: middle;
}

.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_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_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 .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.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: 9px;
	width: 5px;
	height: 5px;
	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_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 > 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 li {
	position: relative;
	padding: 30px 0 30px 130px;
	font-size: 16px;
	border-bottom: 1px solid #d6d6d6;
	letter-spacing: 0;
}

.pg_lower .newsSection .date {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px 0 0 15px;
	width: 130px;
	color: #000;
	font-weight: 500;
}

.pg_lower .newsSection .txt {
	color: #444;
}

/*.pg_lower .newsSection a {
	text-decoration: underline;
} */


.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 ***** */
.faqSection .inner + .inner {
	margin-top: 50px;
}

.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: calc(2.8em + 20px);
}

.faqSection .faqBox .txt_q .idx,
.faqSection .faqBox .txt_a .idx {
	display: block;
	position: absolute;
	left: 0;
	margin: 0 0 7px;
	width: 2.8em;
}

.faqSection .faqBox .txt_q .idx {
	left: 20px;
}

.faqSection .faqBox .txt_q .idx:after,
.faqSection .faqBox .txt_a .idx:after {
	content: ":";
	display: inline-block;
	margin-left: 10px;
}


.faqSection .faqBox .txt_q .idx:first-letter {
	color: #369;
}
.faqSection .faqBox .txt_a .idx:first-letter {
	color: #dd0000;
}

.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: calc(2.8em + 10px);
	font-size: 1.7rem;
	font-weight: normal;
	line-height: 1.2;
}

.faqSection .faqBox .txt_a .idx {
	font-weight: bold;
}

.faqSection .faqBox .answr .mt30 {
	margin-top: 30px;
}

/* --------------------------------------------------
  MEMBER STYLES
  -------------------------------------------------- */
.pg_member .gnav {
	background-color: #6b3d98;
}

.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 a {
	flex-grow: 1;
	color: #333;
}

/* --------------------------------------------------
  ABOUT PAGE STYLES
  -------------------------------------------------- */
/* 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 {
	line-height: 1.4;
}

.pg_directors .directorsSection .directorsTbl .th:nth-child(1),
.pg_directors .directorsSection .directorsTbl .td:nth-child(1) {
	width: 38%;
}

.pg_directors .directorsSection .directorsTbl .th:nth-child(2),
.pg_directors .directorsSection .directorsTbl .td:nth-child(2) {
	width: 62%;
}


/* history */
.pg_history .historySection .historyTbl {
	line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
	.pg_history .historySection .historyTbl .th {
		width: 130px;
		font-weight: bold;
	}

	.pg_history .historySection .historyTbl .td {
		width: calc(100% - 130px);
	}
}

/* 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_pro .proSection .commonTbl thead th {
	padding: 0;
	text-align: center;
}

.pg_pro .proSection .commonTbl thead th a {
	display: block;
	padding: 5px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
}

.pg_pro .proSection .commonTbl thead th a:hover {
	background: #abd2d2;
	opacity: 1;
}

.pg_pro .proSection .commonTbl thead th img {
	display: inline-block;
}

.pg_pro .proSection .commonTbl thead th:nth-child(1) {
	width: 13%;
}

.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;
	}
}

/* --------------------------------------------------
  MORE PAGE STYLES
  -------------------------------------------------- */
.pg_more .moreInfoSection .moreInfoTbl {
	line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
	.pg_more .moreInfoSection .moreInfoTbl .th:nth-child(1),
	.pg_more .moreInfoSection .moreInfoTbl .td:nth-child(1) {
		width: 60%;
	}

	.pg_more .moreInfoSection .moreInfoTbl .th:nth-child(2),
	.pg_more .moreInfoSection .moreInfoTbl .td:nth-child(2) {
		width: 40%;
		min-width: 236px;
	}
}

/* --------------------------------------------------
  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);
}

.pg_lower .pageNavFrame.col3 a {
	width: calc(33.3% - 5px);
}


.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: 9em;
}


/* 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: 767px) {
	.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);
}



/* --------------------------------------------------
  IP PAGE STYLES
  -------------------------------------------------- */
/* award */ 
.pg_ip .linkBtnFrame {
	margin: 30px 0;
}

.pg_ip .linkBtnFrame 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_ip .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%);
}

@media print, screen and (min-width: 767px) {
	.pg_ip .linkBtnFrame.col2 a {
		width: calc(50% - 5px);
	}
}

/* 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;
	}
}


/* --------------------------------------------------
  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;
}

/* --------------------------------------------------
  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 dd,
.pg_jieij .magazineDetailSection .detailBox p {
	text-align: right;
}

.pg_jieij .magazineDetailSection .JIEIJname {
	position: relative;
}

.pg_jieij .magazineDetailSection .JIEIJname:before {
	content: "";
	position: absolute;
	top: 50%;
	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: 1em;
}

@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;
}


/* --------------------------------------------------
  GUIDE PAGE STYLES
  -------------------------------------------------- */
.pg_guide .guideTbl {
	min-width: 660px;
}

.pg_guide .guideTbl thead th {
	line-height: 1.1;
	padding-left: 5px;
	padding-right: 5px;
}

.pg_guide .guideTbl thead th:not(:first-child) {
	width: 22%;
}

@media print, screen and (max-width: 991px) {
	.pg_guide .invitationSection .tblGuideTxt {
		display: block;
	}
}

/* --------------------------------------------------
  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;
}

/* --------------------------------------------------
  ********** 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;
	}

	/* --------------------------------------------------
	  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;
	}

	/* topicsSection */
	.pg_top .topicsSection .cat {
		padding: 1px 5px;
		font-size: 12px;
	}

	/* --------------------------------------------------
	  MORE PAGE STYLES
	  -------------------------------------------------- */
	.pg_more .moreInfoSection .moreInfoTbl .tHead .th {
		line-height: 1;
	}

	.pg_more .moreInfoSection .moreInfoTbl .th,
	.pg_more .moreInfoSection .moreInfoTbl .td {
		padding-left: 5px;
		padding-right: 5px;
	}

}

@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; */
		top: 15px;
	}

	header .headNav .lang {
		position: absolute;
		top: 16px;
		right: 65px;
		/* right: 185px;
		width: 110px; */
		width: 120px;
	}

	header .headNav .lang a {
		padding-left: 35px;
		font-size: 13px;
		background-position: 10px center;
	}

	header .headNav .member {
		position: absolute;
	/*	top: 16px; */
		right: 65px;
	/*	width: 110px; */
		width: 120px;
	}

	header .headNav .member a {
		padding-left: 35px;
		font-size: 13px;
		background-position: 10px center;
	}

	.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;
	}

	.open {
		max-height: 100vh;
	}

	.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 .text {
		padding: 10px;
		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 {
		margin-top: 5px;
		display: block;
	}

	.pg_lower .pdfGuideFrame {
		padding-left: 0;
		padding-right: 0;
	}

	.pg_lower .pdfGuideFrame img {
		width: 80px;
	}


	/* --------------------------------------------------
	  ABOUT PAGE STYLES
	  -------------------------------------------------- */
	/* 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 .td {
		padding: 10px 8px;
	}


	/* 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;
	}

	/* --------------------------------------------------
	  MORE PAGE STYLES
	  -------------------------------------------------- */
	.pg_more .moreInfoSection .moreInfoTbl .td {
		padding-left: 20px;
	}
}

@media print, screen and (max-width: 599px) {
	header .logo {
		top: 20px;
		width: 280px;
	}

	header .logo a img {
		display: none;
	}

	header .logo a .sp2 {
		display: block;
	}
}

@media print, screen and (max-width: 499px) {
	header .headNav .lang,
	header .headNav .member {
	/*	width: 80px; 
		top: 20px; */
		top: 18px;
		width: 86px;

	}

	header .headNav .lang {
	/*	right: 150px; */
	}

	header .headNav .lang a,
	header .headNav .member a {
	/*	padding: 4px 0 4px 22px; */
		padding: 6px 0 6px 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: 450px) {
	header .logo {
		display: block;
		top: 15px;
		width: 34px;
	}

	header .logo a {
		display: block;
		width: 34px;
		height: 30px;
		overflow: hidden;
	}

	header .logo a img {
		display: block;
		max-width: 380px;
	}


	header .logo a img.sp2 {
		display: none;
	}

	/* publish JIEIJ.html */
	.pg_publish .jieijTbl tr {
		border-bottom: 1px solid #ccc;
		display: flex;
		flex-wrap: wrap;
	}

	.pg_publish .jieijTbl td {
		display: block;
	}

	.pg_publish .jieijTbl td:nth-child(1) {
		width: 60%;
	}

	.pg_publish .jieijTbl td:nth-child(2) {
		width: 40%;
	}

	.pg_publish .jieijTbl td[rowspan] {
		font-weight: bold;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		width: 100% !important;
	}

	.pg_publish .jieijTbl td[rowspan] + td {
		width: 60%;
	}

	.pg_publish .jieijTbl td:nth-child(3) {
		width: 40%;
	}
}

@media print, screen and (max-width: 360px) {
	.tblGuideTxt {
		padding: 8px 10px;
		line-height: 1;
		font-size: 12px;
	}
	/* --------------------------------------------------
	  EDUCATE PAGE STYLES
	  -------------------------------------------------- */
	.pg_lower.pg_experiences .pageNavFrame a {
		font-size: 12px;
	}

	.pg_lower.pg_experiences .pageNavFrame a.condensed {
		letter-spacing: -.25px;
	}


	/* directors */
	.pg_directors .directorsSection .directorsTbl .tHead {
		justify-content: flex-start;
	}

	.pg_directors .directorsSection .directorsTbl .tHead .th {
		width: auto;
	}

	.pg_directors .directorsSection .directorsTbl .tHead .th + .th:before {
		content: "/";
		display: inline-block;
		margin: 0 10px 0 -10px;
	}

	.pg_directors .directorsSection .directorsTbl .tr:not(.tHead) {
		display: block;
	}

	.pg_directors .directorsSection .directorsTbl .td {
		width: auto !important;
	}

	.pg_directors .directorsSection .directorsTbl .td:nth-child(1) {
		font-weight: bold;
		padding: 10px 10px 0;
	}

	.pg_directors .directorsSection .directorsTbl .td:nth-child(2) {
		padding: 0 10px 10px;
		padding-left: 20px;
	}


	/* --------------------------------------------------
	  MORE PAGE STYLES
	  -------------------------------------------------- */
	.pg_more .moreInfoSection .moreInfoTbl .tHead .th {
		padding-left: 5px;
		padding-right: 5px;
		letter-spacing: -.1px;
	}

}


/* -------------------------------
  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: #6b3d98;
}

.pg_member .menuBtn div:before,
.pg_member .menuBtn span:before,
.pg_member .menuBtn span:after {
	background: #6b3d98;
}

.pg_member .menuBtn span {
	color: #6b3d98;
}

.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: #6b3d98;
			-webkit-transform: translateY(2px) rotate(45deg);
		}

		50% {
			-webkit-transform: translateY(2px) rotate(0);
		}

		100% {
			background: #6b3d98;
			-webkit-transform: translateY(0) rotate(0);
		}
}

@keyframes menu-bar01_member {
	0% {
		top: 50%;
		background: #6b3d98;
		-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: #6b3d98;
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}
}

@-webkit-keyframes menu-bar03_member {
	0% {
		bottom: 50%;
		background: #6b3d98;
		-webkit-transform: translateY(2px) rotate(-45deg);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(2px) rotate(0);
	}

	100% {
		bottom: 0;
		background: #6b3d98;
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar03_member {
	0% {
		bottom: 50%;
		background: #6b3d98;
		-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: #6b3d98;
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}
}

@-webkit-keyframes active-menu-bar01_member {
	0% {
		top: 0;
		background: #6b3d98;
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		top: 50%;
		-webkit-transform: translateY(-2px) rotate(0);
	}

	100% {
		top: 50%;
		background: #6b3d98;
		-webkit-transform: translateY(-2px) rotate(45deg);
	}
}

@keyframes active-menu-bar01_member {
	0% {
		top: 0;
		background: #6b3d98;
		-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: #6b3d98;
		-webkit-transform: translateY(-2px) rotate(45deg);
		        transform: translateY(-2px) rotate(45deg);
	}
}

@-webkit-keyframes active-menu-bar03_member {
	0% {
		bottom: 0;
		background: #6b3d98;
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(11px) rotate(0);
	}

	100% {
		bottom: 50%;
		background: #6b3d98;
		-webkit-transform: translateY(11px) rotate(-45deg);
	}
}

@keyframes active-menu-bar03_member {
	0% {
		bottom: 0;
		background: #6b3d98;
		-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: #6b3d98;
		-webkit-transform: translateY(2px) rotate(-45deg);
		        transform: translateY(2px) rotate(-45deg);
	}
}

.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: #6b3d98;
	font-weight: bold;
}

.pg_member.pg_lower .ttl_m,
.pg_member .txt h2 {
	border-bottom: 6px solid #6b3d98;
}

.pg_member.pg_lower .ttl_xs {
	color: #6b3d98;
}

.pg_member .contentWrap > .side .title {
	color: #6b3d98;
	border-bottom: 2px solid #6b3d98;
}

.pg_member .side .side_menu a:before {
	border-left: 4px solid #6b3d98;
}

.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;
}