@charset "utf-8";
/* ----------------------------------------------------------------------------

	INDEX PAGE STYLES

----------------------------------------------------------------------------- */.pg_top .ttl {
	margin: 0 auto 60px;
	font-size: 48px;
	letter-spacing: 5px;
	text-align: center;
}

/* visualSection */
.pg_top .visualSection {
	padding: 0;
}

.pg_top .visualSection .swiper-button-prev,
.pg_top .visualSection .swiper-button-next {
	background: none;
	width: 52px;
	height: 52px;
	background: #d9d9d9;
	border-radius: 50%;
	transition: opacity .5s ease-out;
}

.pg_top .visualSection .swiper-button-prev {
	left: 25px;
}

.pg_top .visualSection .swiper-button-next {
	right: 25px;
}

.pg_top .visualSection .swiper-button-prev:before,
.pg_top .visualSection .swiper-button-next:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	margin: -8px 0 0;
	width: 14px;
	height: 14px;
	border-top: 3px solid rgba(255, 255, 255, .8);
	border-right: 3px solid rgba(255, 255, 255, .7);
	transform: rotate(45deg);
}

.pg_top .visualSection .swiper-button-prev:hover,
.pg_top .visualSection .swiper-button-next:hover {
	opacity: 1;
}

.pg_top .visualSection .swiper-button-prev:before {
	left: 22px;
	transform: rotate(-135deg);
}

.pg_top .visualSection .btn_more {
	position: absolute;
	top: 30vw;
	left: 50%;
	margin: 0 0 0 -7.5vw;
	padding: 0 0 0 2vw;
	width: 15vw;
	height: 3.15vw;
	line-height:  3.15vw;
	font-size: 1.12vw;
	font-weight: bold;
	border-radius: 1.575vw;
	background: #fe4646;
	color: #fff;
	text-align: center;
	transition: opacity .3s ease-out;
}

.pg_top .visualSection .btn_more:after {
	content: "\f138";
	display: inline-block;
	position: relative;
	float: right;
	margin: 0 1vw 0 0;
	width: 1.2vw;
	height: 1.2vw;
	font-family: "Font Awesome 5 Free";
	font-size: 1.2vw;
	font-weight: bold;
	color: #fff;
}

/* menuSection */
.pg_top .menuSection {
	padding: 65px 0;
}

.pg_top .menuSection .box {
	position: relative;
	padding: 20px 0;
	border: 9px solid #f1f1f1;
	text-align: center;
}

.pg_top .menuSection .box a {
	display: block;
	position: relative;
}

.pg_top .menuSection .box a:before {
	content: "";
	display: block;
	margin: 0 auto 10px;
	width: 120px;
	height: 90px;
	background: url(../images/index/ico_menu.png) no-repeat 0 0;
}

.pg_top .menuSection .box a span {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 0 25px 0 0;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: .5px;
	line-height: 1.2;
	color: #444;
	/* font-family: "Shin Go Pro"; */
	font-weight: 500;
}

.pg_top .menuSection .box a span:after {
	content: "\f138";
	display: block;
	position: absolute;
	right: 0;
	top: 1px;
	width: 20px;
	height: 20px;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #46a2d0;
}

.pg_top .menuSection .box:nth-child(2) a:before {
	background-position: -120px 0;
}

.pg_top .menuSection .box:nth-child(3) a:before {
	background-position: -240px 0;
}

.pg_top .menuSection .box:nth-child(4) a:before {
	background-position: -360px 0;
}

.pg_top .menuSection .box:nth-child(5) a:before {
	background-position: -480px 0;
}

/* color: 29915b, 45a1cf, fdbf2f, fd4545, 336599 */
.pg_top .menuSection .box:nth-child(1) a span:after {
	color: #29915b;
}

.pg_top .menuSection .box:nth-child(2) a span:after {
	color: #45a1cf;
}

.pg_top .menuSection .box:nth-child(3) a span:after {
	color: #fdbf2f;
}

.pg_top .menuSection .box:nth-child(4) a span:after {
	color: #fd4545;
}

.pg_top .menuSection .box:nth-child(5) a span:after {
	color: #336599;
}

/* downloadSection */
.pg_top .downloadSection .btn {
	display: block;
	position: relative;
	padding: 12px 0;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 2px;
	color: #336699;
	font-weight: bold;
	background: #ecf9ff url(../images/common/ico_download.png) no-repeat right 18px top 50%;
	border: 1px solid rgba(163,190,204,0.94);
	text-align: center;
}

/* topicsSection */
.pg_top .topicsSection .ttl {
}

.pg_top .topicsSection .ttl_s {
	position: relative;
	margin: 0 0 10px;
	padding: 0;
	font-size: 26px;
	font-size: 2.6rem;
	color: #336699;
	font-weight: 500;
	line-height: inherit;
	border: 0;
}

.pg_top .topicsSection .ttl_s:before {
	display: none;
}

.pg_top .topicsSection .btn_more {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	padding: 0 25px 0 0;
	font-size: 18px;
	font-size: 1.8rem;
	color: #444;
}

.pg_top .topicsSection .btn_more:before {
	content: "\f138";
	display: block;
	position: absolute;
	right: 0;
	top: 1px;
	width: 17px;
	height: 17px;
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #46a2d0;
}

.pg_top .topicsSection ul {
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
	background-size: 5px 1px;
	background-position: top;
	background-repeat: repeat-x;
}

.pg_top .topicsSection li {
	padding: 20px 0;
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
	background-size: 5px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
}

.pg_top .topicsSection .date {
	display: block;
	margin: 0 0 5px;
	line-height: 1.3;
	font-size: 14px;
	font-size: 1.4rem;
	color: #909090;
}

.pg_top .topicsSection .head {
	display: block;
	position: relative;
	font-size: 19px;
	font-size: 1.9rem;
	color: #336699;
	font-weight: 500;
}

.pg_top .topicsSection .infoFrame .head {
	margin: 0 0 15px;
/*	padding: 0 0 5px;
	border-bottom: 1px solid #369; */
}

.pg_top .topicsSection .infoFrame .txt {
	color: #444;
}


/* linkSection */
.pg_top .linkSection .btn {
	position: relative;
	display: block;
	margin: 0;
	width: 257px;
	height: 48px;
	line-height: 48px;
	font-size: 17px;
	font-size: 1.7rem;
	color: #444444;
	background: #e8e8e8;
	border-radius: 24px;
	font-weight: 500;
	text-align: center;
}

.pg_top .linkSection .btn:before {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin: -10px 0 0;
	width: 20px;
	height: 20px;
	background: url(../images/index/ico_link.png) no-repeat 0 0;
}

.pg_top .linkSection .btn_link:before {
	background-position: 0 -20px;
}


/* ----------------------------------------------------------------------------

	LOWER PAGE STYLES

----------------------------------------------------------------------------- */
/* ***** HISTORY ***** */
.pg_company .historySection dl {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}

.pg_company .historySection dt,
.pg_company .historySection dd {
	padding: 0;
}

.pg_company .historySection dt {
	padding: 0 0 5px;
	font-weight: bold;
}

.pg_company .historySection dd p {
	position: relative;
	padding: 0 0 0 45px;
	line-height: 1.5;
}

.pg_company .historySection dd .month {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
}

/* ***** MEMBERSS ***** */
.pg_company .memberSection .box {
	margin: 0 0 25px;
	border: 1px solid #ccc;
}

.pg_company .memberSection .box .head {
	padding: 5px 15px;
	border-bottom: 1px solid #ccc;
	background: #f6f6f6;
	color: #369;
	font-size: 20px;
	font-weight: normal;
}

.pg_company .memberSection .box .head .ico_link {
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 20px;
	padding: 16px 0 0;
	width: 16px;
	height: 0;
}

.pg_company .memberSection .box .head .ico_link:before {
	content: "\f360";
	font-family: "Font Awesome 5 Free";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	font-weight: bold;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: #369;
}

.pg_company .memberSection .box ul {
	padding: 15px 15px;
}

.pg_company .memberSection .box li {
	margin: 5px 0;
}

.pg_company .memberSection .box li .dt {
	display: inline-block;
	width: 230px;
}


/* ***** ORGANIZATION ***** */
.pg_company .organizationSection .presidentsList li {
	padding: 5px;
	line-height: 1.5;
}

.pg_company .organizationSection .presidentsList li + li {
	margin-top: 15px;
}

.pg_company .organizationSection .presidentsList .head {
	display: block;
	width: 70px;
	font-weight: bold;
}

/* ***** ACCESS ***** */
.pg_company .accessSection .addressFrame .ttl_s {
	margin: 15px 0 0 !important;
	padding: 0;
	font-size: inherit;
	text-indent: -0.5em;
	line-height: inherit;
	font-weight: 500;
	border: 0;
}

.pg_company .accessSection .addressFrame .ttl_s:before {
	display: none;
}

.pg_company .accessSection .accessFrame {
	margin: 40px auto;

}

.pg_company .accessSection .accessFrame .access {
	margin: 30px auto 0;

}

.pg_company .accessSection .accessFrame .map {
	position: relative;

}

.pg_company .accessSection .accessFrame .map:before {
	content: "";
	display: block;
	height: 0;
	padding: 85% 0 0;

}

.pg_company .accessSection .accessFrame .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.pg_company .accessSection .accessFrame .access li {
	margin: 8px 0;
	line-height: 1.5;

}

/* ***** PUBLICATION ***** */
.pg_publication .publicationSection .tbl {
	margin: 20px auto;
	border: 1px solid #bbb;
	border-bottom: 0;
}

.pg_publication .publicationSection .tbl .tr {
	border-bottom: 1px solid #bbb;
}

.pg_publication .publicationSection .tbl .tHead {
	background: #eee;
	text-align: center;
}

.pg_publication .publicationSection .tbl .th,
.pg_publication .publicationSection .tbl .td {
	padding: 7px;
	border-right: 1px dotted #ccc;
	line-height: 1.5;
}

.pg_publication .publicationSection .tbl .tr > .th,
.pg_publication .publicationSection .tbl .tr > .td {
	border-right: 0;
	border-bottom: 1px dashed #ccc;
}

.pg_publication .publicationSection .tbl .tr:not(.tHead) > .th {
	background: #fafafa;
}

.pg_publication .publicationSection .tbl .tr > .th {
	font-weight: bold;
}

.pg_publication .publicationSection .tbl .tHead > .td {
	border-bottom: 0;
}

.pg_publication .publicationSection .tbl .tr > .td:last-child {
	border-bottom: 0;
}

.pg_publication .publicationSection .tbl .colWrap {
	height: 100%;
}

.pg_publication .publicationSection .tbl .colWrap > div:last-child {
	border-right: 0;
}

.pg_publication .publicationSection .tbl ul {
	width: 100%;
}

.pg_publication .publicationSection .tbl .tr > .th ul {
	margin-left: .5em;
}

.pg_publication .publicationSection .tbl .info {
	padding: 0;
}

.pg_publication .publicationSection .tbl .info .colWrap > div {
	width: 25%;
	display: flex;
	justify-content: center;
	text-align: center;
}

.pg_publication .publicationSection.dvd .tbl .info .colWrap > div {
	width: 33.333%;
}

.pg_publication .publicationSection .tbl .tHead .detail {
	display: none;
}


.pg_publication .publicationSection .tbl .txt_link {
	display: block;
	margin: 5px 0;
}

.pg_publication .applySection h3 {
	font-size: 17px;
}

.pg_publication .applySection .btn_download {
	margin: 10px auto;
}


/* ***** STANDARDS ***** */
.pg_standards .standardList {
	margin: 25px 0;
	border-top: 1px dotted #ccc;
}

.pg_standards .standardList li a {
	display: block;
	position: relative;
	padding: 10px 25px 10px 40px;
	background: url(../images/common/ico_pdf.png) no-repeat 10px center;
	border-bottom: 1px dotted #ccc;
}

.pg_standards .standardList li a:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -5px 0 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ddd;
	border-right: 2px solid #ddd;
	transform: rotate(45deg);
}


/* ***** DESCRIPTION ***** */
.pg_description .article .btnFrame {
	margin: 25px auto 45px;
}

.pg_description .article .btnFrame:last-child {
	margin-bottom: 0;
}

.pg_description .article .btnFrame .btn01 {
	font-size: 16px;
	width: 270px;
	letter-spacing: 1px;
	margin: 0 auto;
}

.pg_description .article .btnFrame .btn01 + .btn01 {
	margin: 20px auto 0;
}

.pg_description .popup .container {
	padding: 20px;
}

.pg_description .popup .noteList {
	font-size: 0.85em;
}

.pg_description .popup .noteList dt {
	width: 3em;
}

.pg_description .popup .noteList dd {
	width: calc(100% - 3em);
}

.pg_description .popup .detailTxt {
	margin: 25px auto;
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* ***** STATISTICS ***** */
.statisticsSection .pageNavFrame li {
	text-align: center;
}

.statisticsSection .pageNavFrame .current .txt_link {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.guideTxt {
	margin: 0 0 5px;
	padding: 1px 8px;
	font-size: 13px;
	border: 1px solid rgba(69, 161, 207, 0.3);
	background: #fcfcfc;
	color: #45a1cf;
	border-radius: 3px;
}

.guideTxt:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
	border: 4px solid transparent;
	border-top: 5px solid #45a1cf;
}

.tblWrap {
	margin: 5px auto 30px;
	overflow: auto;
}

.tblWrap > table {
	border-collapse: collapse;
	width: 100%;
	min-width: 738px;
}


.statisticsTbl .xl24 {
	width: calc(100% / 9);
}

.statisticsTbl .col07 {
	width: calc(100% / 7);
}

.statisticsTbl .col08 {
	width: calc(100% / 8);
}

.statisticsTbl .col11 {
	width: calc(100% / 11);
}

.statisticsTbl td {
	padding: 3px 4px;
	border: 1px solid #ccc;
	line-height: 1.4;
	font-size: 0.9em;
	text-align: right;
}

.statisticsTbl thead {
	background: #eee;
}

.statisticsTbl tbody td {
	border-top: 0;
	border-bottom: 0;
}

.statisticsTbl thead td {
	padding: 5px 4px;
}

.statisticsTbl thead td {
	text-align: center;
}

.statisticsTbl tbody td:first-child {
	padding-right: 1.65%;
	white-space: nowrap;
	text-align: right;
}

.statisticsTbl tbody td:first-child.ct,
.statisticsTbl tbody td.ct {
	padding-right: 4px;
	text-align: center;
}

.statisticsTbl tr:last-child,
.statisticsTbl .bdr {
	border-bottom: 1px solid #ccc;
}

.statisticsTbl .em {
	color: #ee0000;
}

.statisticsTbl .th {
	background: #d4f5d0;
	font-weight: bold;
	color: #2c617b;
}

.statisticsSection .tblFrame {
	margin: 0 auto 7%;
}

.statisticsSection .tblFrame + .tblFrame {
	margin-top: 3.5%;
	padding-top: 6%;
	border-top: 1px  solid #ddd;
}

/* ***** FAQ ***** */
.pg_faq .faqSection .inner + .inner {
	margin-top: 50px;
}

.pg_faq .faqSection .faqBox {
	position: relative;
	margin-top: 30px;
	border: 1px solid #ddd;
}

.pg_faq .faqSection .faqBox .txt_q {
	padding: 10px 50px 10px 10px;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.2;
}

.pg_faq .faqSection .faqBox .txt_q .idx,
.pg_faq .faqSection .faqBox .txt_a .idx {
	display: block;
	margin: 0 0 7px;
	width: 6.8em;;
}

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


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

.pg_faq .faqSection .faqBox .txt_q .toggleBtn {
	content: "";
	display: block;
	position: absolute;
	overflow: hidden;
	right: 10px;
	top: 10px;
	width: 34px;
	height: 0;
	padding: 34px 0 0;
}

.pg_faq .faqSection .faqBox .txt_q .toggleBtn:hover {
	background: #f2f2f2;
}

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

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

.pg_faq .faqSection .faqBox.open .txt_q .toggleBtn:after {
	transform: rotate(0);
}


.pg_faq .faqSection .faqBox .answr {
	overflow: hidden;
	padding: 15px 25px;
	display: none;
}

.pg_faq .faqSection .faqBox .txt_a {
	margin: 0 0 15px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.pg_faq .faqSection .faqBox .title {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0 10px;
	padding: 3px 15px;
	background: #eee;
}

.pg_faq .faqSection .faqBox .txt_a + .title {
	margin-top: 0;
}

.pg_faq .faqSection .faqBox .list_disc {
	text-indent: -1em;
	padding-left: 1em;
}

.pg_faq .faqSection .faqBox .list_disc > li:before {
	content: "";
	display: inline-block;
	margin: 0 5px 0 0;
	width: .85em;
	height: .85em;
	border-radius: 50%;
	background: #000;
}

.pg_faq .faqSection .faqBox .list_katakana > li {
	list-style-type: katakana;
}

.pg_faq .faqSection .faqBox .list_iroha > li {
	list-style-type: katakana-iroha;
}

.pg_faq .faqSection .faqBox .list_kanji > li {
	list-style-type: cjk-ideographic;
}

.pg_faq .faqSection .faqBox dl {
	margin: 1.5em 0;
}

.pg_faq .faqSection .faqBox dt {
	font-weight: bold;
}

.pg_faq .faqSection .faqBox dd {
	margin: 0 0 1.5em;
	padding-left: 1em;
}

.pg_faq .faqSection .faqBox .no-indnt > dd {
	padding-left: 0;
}

.pg_faq .faqSection .faqBox ul ul,
.pg_faq .faqSection .faqBox dl ul {
	margin: 1em 0;
}

.pg_faq .faqSection .faqBox dl ul li {
	margin: 0 0 .8em;
}

.pg_faq .faqSection .faqBox .inner_dl dt {
	text-indent: 0;
	padding: 0;
}

.pg_faq .faqSection .faqBox .inner_dl dt:after {
	content: ":";
	display: inline-block;
	margin-left: 10px;
}

.pg_faq .faqSection .faqBox .inner_dl dd {
	text-indent: 0;
	padding: 0;
}

.pg_faq .faqSection .faqBox .ol > li {
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}

.pg_faq .faqSection .faqBox cite {
	border: 1px solid #ddd;
	background: #fcfcfc;
	display: block;
	margin: 3px 0 10px;
	padding: 1em;
}

.pg_faq .faqSection .faqBox .indnt {
	text-indent: -.5em;
}

.pg_faq .faqSection .faqBox .box_border_top {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #aaa;
}

.pg_faq .faqSection .faqBox .ppmList .head {
	display: inline-block;
	width: 7.5em;
}

.pg_faq .faqSection .faqBox .ppmList2 .head {
	width: 11em;
}

.pg_faq .faqSection .faqBox .ppmList2 .txt {
	width: calc(100% - 9em);
}

.pg_faq .faqSection .faqBox .ppmList2 .txt .hd {
	display: inline-block;
	width: 6em;
}

.pg_faq .faqSection .faqBox .attentionTxt .head {
	width: 2.5em;
}

.pg_faq .faqSection .faqBox .attentionTxt .txt {
	flex: 1 1 auto;
}

.pg_faq .faqSection .faqBox table {
	border-collapse: collapse;
}

.pg_faq .faqSection .faqBox table thead {
	text-align: center;
}

.pg_faq .faqSection .faqBox td,
.pg_faq .faqSection .faqBox th {
	padding: 10px;
	border: 1px solid #aaa;
}

.pg_faq .faqSection .faqBox .reportbox1 td:first-child {
	text-align: center;
}

.pg_faq .faqSection .faqBox .txt_a .f_normal {
	font-weight: normal;
}

/* ***** SDS ***** */
.pg_sds .sdsSection .sdsFrame li span,
.pg_sds .sdsSection .sdsFrame li .link_pdf {
	display: inline-block;
	vertical-align: top;
}

.pg_sds .sdsSection .sdsFrame li span {
	margin: 5px 0;
	padding: 10px 0;
	width: 3em;
}

.pg_sds .sdsSection .sdsFrame li .link_pdf {
	width: calc(100% - 4em);
}

/* ***** CONTACT ***** */
.pg_contact .contactSection .box_border_top {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #aaa;
}

.pg_contact .contactSection .linkFrame {
	margin-top: 20px;
}

.pg_contact .contactSection .numberFrame span {
	display: inline-block;
	width: 140px;
}


/* topicsSection */
.topicsSection .ttl_s {
	position: relative;
	margin: 0 0 10px;
	padding: 0;
	font-size: 26px;
	font-size: 2.6rem;
	color: #336699;
	font-weight: 500;
	line-height: inherit;
	border: 0;
}

.topicsSection .ttl_s:before {
	display: none;
}

.topicsSection .btn_more {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	padding: 0 25px 0 0;
	font-size: 18px;
	font-size: 1.8rem;
	color: #444;
}

.topicsSection .btn_more:before {
	content: "\f138";
	display: block;
	position: absolute;
	right: 0;
	top: 1px;
	width: 17px;
	height: 17px;
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #46a2d0;
}

.topicsSection ul {
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
	background-size: 5px 1px;
	background-position: top;
	background-repeat: repeat-x;
}

.topicsSection li {
	padding: 20px 0;
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
	background-size: 5px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
}

.topicsSection .date {
	display: block;
	margin: 0 0 5px;
	line-height: 1.3;
	font-size: 14px;
	font-size: 1.4rem;
	color: #909090;
}

.topicsSection .head {
	display: block;
	position: relative;
	font-size: 19px;
	font-size: 1.9rem;
	color: #336699;
	font-weight: 500;
}

.topicsSection .infoFrame .head {
	margin: 0 0 15px;
/*	padding: 0 0 5px;
	border-bottom: 1px solid #369; */
}

.topicsSection .infoFrame .txt {
	color: #444;
}

/* ***** SITEMAP ***** */
.pg_sitemap .sitemapSection .box {
	margin: 0 0 40px;
}

.pg_sitemap .sitemapSection .box .head {
	margin: 0 0 15px;
	padding: 0 0 5px;
	font-size: 16px;
	border-bottom: 1px solid #46a2d0;
}

.pg_sitemap .sitemapSection .box li {
	margin: 5px 0 5px .5em;
	font-size: .9em;
}

.pg_sitemap .sitemapSection .box li a {
	position: relative;
}

.pg_sitemap .sitemapSection .box li a:before {
	content: "";
	display: inline-block;
	position: relative;
	margin: 0 5px 0 0;
	border: 4px solid transparent;
	border-left: 4px solid rgba(69, 161, 207, 1);
}

@media screen and (min-width: 768px) {
	/* ----------------------------------------------------------------------------

		INDEX PAGE STYLES

	----------------------------------------------------------------------------- */
	/* menuSection */
	.pg_top .menuSection .box {
		margin: 0 0 24px;
		width: calc(50% - 12px);
	}

	/* downloadSection */
	.pg_top .downloadSection .btn {
		width: calc(33.33% - 15px);
	}

	/* topicsSection */
	.pg_top .topicsSection .box {
		width: calc(50% - 25px);
	}

	/* linkSection */
	.pg_top .linkSection .btn + .btn {
		margin-left: 30px;
	}

	/* ----------------------------------------------------------------------------

		LOWER PAGE STYLES

	----------------------------------------------------------------------------- */
	/* ***** HISTORY ***** */
	.pg_company .historySection dl {
		padding: 0 10px;
	}

	.pg_company .historySection dt,
	.pg_company .historySection dd {
		padding: 10px 0;

	}
	.pg_company .historySection dt {
		width: 135px;
		font-weight: normal;
	}

	.pg_company .historySection dd {
		width: calc(100% - 135px);
	}


	.pg_company .historySection dd p {
		padding: 0 0 0 70px;
		line-height: 1.6;
	}

	.pg_company .historySection dd .month {
		width: 40px;
		text-align: right;

	}

	/* ***** ORGANIZATION ***** */
	.pg_company .organizationSection .presidentsList li + li {
		margin-top: 0;
	}

	.pg_company .organizationSection .presidentsList .head {
		display: inline-block;
	}

	/* ***** ACCESS ***** */
	.pg_company .accessSection .accessFrame .map {
		width: 50%;

	}

	.pg_company .accessSection .accessFrame .access {
		display: flex;
		align-items: flex-end;
		align-content: flex-end;
		margin: 0;
		width: calc(50% - 30px);

	}

	/* ***** PUBLICATION ***** */
	.pg_publication .publicationSection .tbl .tr {
		border-bottom: 0;
	}

	.pg_publication .publicationSection .tbl .tHead .detail {
		display: block;
	}

	.pg_publication .publicationSection .tbl .tr > .th,
	.pg_publication .publicationSection .tbl .tr > .td {
		border-right: 1px solid #ccc;
	}

	.pg_publication .publicationSection .tbl .tr > .td:last-child {
		border-bottom: 1px dashed #ccc;
	}

	.pg_publication .publicationSection .tbl .tr:not(.tHead) .th {
		background: none;
	}

	.pg_publication .publicationSection .tbl .th {
		flex: 1 1 34%;
	}

	.pg_publication .publicationSection .info {
		width: 33%;
	}

	.pg_publication .publicationSection .detail {
		width: 33%;
	}

	.pg_publication .applySection li + li {
		margin-left: 2em;
	}


	/* ***** STANDARDS ***** */
	.pg_standards .standardList {
		margin: 25px 1em;
		border-top: 0;
	}

	.pg_standards .standardList li {
		margin: 7px 0;
	}

	.pg_standards .standardList li a {
		padding: 0 0 0 30px;
		background-position: 0 5px;
		border: 0;
	}

	.pg_standards .standardList li a:after {
		display: none;
	}

	/* ***** DESCRIPTION ***** */
	.pg_description .article .btnFrame {
		margin: 40px auto 0;
		font-size: 0;
		text-align: center;
	}

	.pg_description .article .btnFrame .btn01 {
		display: inline-block;
	}

	.pg_description .article .btnFrame .btn01 + .btn01 {
		margin: 0 0 0 30px;
	}

	/* ***** STATISTICS ***** */
	.statisticsTbl {
		min-width: 722px;
	}

	/* ***** FAQ ***** */
	.pg_faq .faqSection .faqBox .txt_q {
		padding: 15px 60px 15px 20px;
		font-size: 2rem;
	}

	.pg_faq .faqSection .faqBox .txt_a {
		font-size: 1.7rem;
	}

	.pg_faq .faqSection .faqBox .txt_q,
	.pg_faq .faqSection .faqBox .txt_a {
		position: relative;
		padding-left: calc(6.8em + 20px);
	}

	.pg_faq .faqSection .faqBox .txt_q .idx,
	.pg_faq .faqSection .faqBox .txt_a .idx {
		position: absolute;
		margin: 0;
		left: 0;
	}

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

	.pg_faq .faqSection .faqBox .txt_q .idx:before,
	.pg_faq .faqSection .faqBox .txt_a .idx:before {
		float: left;
		margin: 0 10px 0 0;
	}

	.pg_faq .faqSection .faqBox .answr {
		padding: 15px 40px;
	}

	.pg_faq .faqSection .faqBox .ol > li {
		text-indent: -1.5em;
		padding-left: 1.5em;
	}

	.pg_faq .faqSection .faqBox dd {
		padding-left: 2em;
	}

	.pg_faq .faqSection .faqBox .inner_dl dt {
		font-weight: normal;
		width: 245px;
	}

	.pg_faq .faqSection .faqBox .inner_dl dt:after {
		float: right;
		margin-right: 10px;
	}

	.pg_faq .faqSection .faqBox .inner_dl dd {
		width: calc(100% - 245px);
	}

	.pg_faq .faqSection .faqBox .inner_dl.list04_6 dt {
		width: 150px;
	}

	.pg_faq .faqSection .faqBox .inner_dl.list04_6 dd {
		width: calc(100% - 150px);
	}

	.pg_faq .faqSection .faqBox .inner_dl.auto dt {
		width: auto;
	}

	.pg_faq .faqSection .faqBox .inner_dl.auto dd {
		width: auto;
		flex: 1 1 auto;
	}


	/* ***** SDS ***** */
	.pg_sds .sdsSection .sdsFrame {
		margin: 0 auto;
		max-width: 850px;
	}

	.pg_sds .sdsSection .sdsFrame ul {
		width: 50%;
	}

	.pg_sds .sdsSection .sdsFrame li span {
		margin: 10px 0;
		padding: 0;
	}

	/* ***** LINK ***** */
	.pg_link .linksSection .txtLinkList ul {
		width: 50%;
	}

	/* ***** SITEMAP ***** */
	.pg_sitemap .sitemapSection .colWrap > .box {
		margin: 0 20px 60px;
		width: calc(33.3% - 40px);
	}
}

@media screen and (min-width: 992px) {
	/* ----------------------------------------------------------------------------

		INDEX PAGE STYLES

	----------------------------------------------------------------------------- */
	/* menuSection */
	.pg_top .menuSection .box {
		margin: 0;
		width: calc(20% - 12px);
	}


	/* ***** SITEMAP ***** */
	.pg_sitemap .sitemapSection .colWrap > .box {
		width: calc(25% - 40px);
	}
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
	/* ----------------------------------------------------------------------------

		INDEX PAGE STYLES

	----------------------------------------------------------------------------- */
	.pg_top .menuSection .box a span {
		font-size: 1.29vw;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	/* ----------------------------------------------------------------------------

		INDEX PAGE STYLES

	----------------------------------------------------------------------------- */
	.pg_top .menuSection .box a span {
		padding: 0 2vw 0 0;
		line-height: 1.2;
	}

	.pg_top .menuSection .box a span:after {
		width: 1.5vw;
		height: 1.5vw;
		font-size: 1.5vw;
	}

}

@media screen and (max-width: 991px) {
	/* ----------------------------------------------------------------------------

		INDEX PAGE STYLES

	----------------------------------------------------------------------------- */
	.pg_top .ttl {
		margin: 0 auto 4.0vw;
		font-size: 3.0vw;
	}

	/* menuSection */
	.pg_top .menuSection {
	    padding: 45px 0 15px;
	}

	/* downloadSection */
	.pg_top .downloadSection .btn {
		padding-right: 10px;
		font-size: 2.4vw;
		background-position: right 15px top 50%;
		background-size: 22px auto;
	}

	/* ***** STATISTICS ***** */
	.statisticsTbl td {
		padding: 3px 3px;
		font-size: 13px;
	}

	.statisticsTbl thead td {
		padding: 5px 3px;
	}

	.statisticsTbl tbody td:first-child {
		padding-right: 1.2%;
	}
}

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

	/* ----------------------------------------------------------------------------

		INDEX PAGE STYLES

	----------------------------------------------------------------------------- */
	.pg_top .ttl {
		margin: 0 auto 25px;
		font-size: 2.4rem;
	}

	/* visualSection */
	.pg_top .visualSection .swiper-button-prev,
	.pg_top .visualSection .swiper-button-next {
		width: 30px;
		height: 30px;
	}

	.pg_top .visualSection .swiper-button-prev {
		left: 15px;
	}

	.pg_top .visualSection .swiper-button-next {
		right: 15px;
	}

	.pg_top .visualSection .swiper-button-prev:before,
	.pg_top .visualSection .swiper-button-next:before {
		right: 12px;
		margin: -5px 0 0;
		width: 8px;
		height: 8px;
		border-top: 2px solid rgba(255, 255, 255, .8);
		border-right: 2px solid rgba(255, 255, 255, .7);
	}

	.pg_top .visualSection .swiper-button-prev:before {
		left: 12px;
	}

	.pg_top .visualSection .btn_more {
		top: 47vw;
		margin: 0 0 0 -15.6vw;
		padding: 0 0 0 4vw;
		width: 31.2vw;
		height: 6.5vw;
		line-height: 6.5vw;
		font-size: 2.2vw;
		border-radius: 15.6vw;
	}

	.pg_top .visualSection .btn_more:after {
		margin: 0 3vw 0 0;
		width: 1.6vw;
		height: 1.6vw;
		font-size: 1.6vw;
	}

	/* menuSection */
	.pg_top .menuSection {
	    padding: 30px 0;
	}

	.pg_top .menuSection .box {
		padding: 10px;
		border-width: 6px;
	}

	.pg_top .menuSection .box:not(:last-child) {
		margin-bottom: 24px;
	}

	.pg_top .menuSection .box a span {
		font-size: 1.6rem;
	}

	.pg_top .menuSection .box a span:after {
		top: 1px;
		font-size: 1.5rem;
	}


	/* downloadSection */
	.pg_top .downloadSection .btn {
		padding-right: 0;
		font-size: 1.8rem;
	}

	.pg_top .downloadSection .btn:not(:last-child) {
		margin-bottom: 20px;
	}


	/* topicsSection */
	.pg_top .topicsSection .ttl_s {
		margin: 0 0 10px;
		font-size: 1.9rem;
		line-height: 1.3;
	}

	.pg_top .topicsSection .btn_more {
		position: relative;
		top: 0;
		padding-right: 20px;
		text-align: right;
		font-size: 1.4rem;
	}

	.pg_top .topicsSection .btn_more:before {
		top: 0;
		width: 15px;
		height: 15px;
		font-size: 15px;
		font-size: 1.5rem;
	}

	.pg_top .topicsSection .box:not(:last-child) {
		margin-bottom: 60px;
	}

	.pg_top .topicsSection .date {
		font-size: 1.3rem;
	}

	.pg_top .topicsSection .head {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.pg_top .topicsSection .infoFrame .head {
		margin: 0 0 10px;
		padding: 0 0 10px;
	}

	.pg_top .topicsSection .infoFrame .txt {
		display: block;
	}

	/* linkSection */
	.pg_top .linkSection .btn {
		margin: 0 auto;
	}

	.pg_top .linkSection .btn + .btn {
		margin: 25px auto 0;
	}

	/* ----------------------------------------------------------------------------

		LOWER PAGE STYLES

	----------------------------------------------------------------------------- */
	/* ***** STATISTICS ***** */
	.statisticsSection .pageNavFrame .colWrap {
		border-right: 1px solid #e3e3e3;
		border-bottom: 1px solid #e3e3e3;
	}

	.statisticsSection .pageNavFrame li {
		position: relative;
		border: 1px solid #e3e3e3;
		padding: 0 5px;
		height: 46px;
		border-right: 0;
		border-bottom: 0;
		text-align: center;
		width: 25%;
		font-size: 12px;
		line-height: 1.5;
	}

	.statisticsSection .pageNavFrame li:before {
		content: "";
		display: block;
		position: absolute;
		border: 4px solid transparent;
		border-left: 4px solid rgba(69, 161, 207, 0.5);
		transform: rotate(45deg);
		right: -1px;
		bottom: -1px;
	}

	.statisticsSection .tblFrame {
		margin: 0 auto 45px;
	}

	.statisticsSection .tblFrame + .tblFrame {
		margin-top: 20px;
		padding-top: 40px;
	}
}


@media print {
	.pg_top .visualSection .swiper-wrapper {
		-webkit-transform: none !important;
		transform: none !important;
	}

	.pg_top .visualSection .swiper-wrapper:before {
		content: "";
		display:block;
		height: 0;
		padding: 37.4% 0 0;
	}

	.pg_top .visualSection .swiper-slide {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: auto !important;
	}

	.pg_top .visualSection .swiper-slide img {
		width: 100%;
		height:auto;
	}
	
	.pg_top .menuSection .box {
		width: 19%;
	}

	.pg_top .downloadSection .btn {
		width: 32%;
	}

	.pg_top .topicsSection .box {
		width: 47%;
	}

}