@charset "UTF-8";
a {
	color: #06C;
}
a:hover {
	color: #09F;
}
/*------------------------------------------------------------
	Header Parts
------------------------------------------------------------*/
.p-header-upper {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: #D72929 3px solid;
	border-bottom: #EEE 1px solid;
	background: #FFF;
}
.p-header-upper-logo {
	font-size: 0;
	max-width: 33.33%;
}
.p-header-upper-logo img {
}
@media screen and (max-width: 767px) {
.p-header-upper {
	display: none;
}
}
/*------------------------------------------------------------
	Bread Crumb
------------------------------------------------------------*/
.p-bread {
	letter-spacing: -.4em;
	font-size:0.8em;
	padding: 3px 0;
}
.p-bread-item {
	letter-spacing: normal;
	display: inline-block;
	line-height: 2;
	position: relative;
}
.p-bread-item + .p-bread-item:before {
	content: " > ";
	color: #999;
}
.p-bread-item > a {
	color:#888;
	text-decoration: none;
}
.p-bread-item > a:hover {
	color:#49A6E3;
}
@media screen and (max-width: 767px) {
.p-bread {
	font-size:0.75em;
}
}
/*------------------------------------------------------------
	Footer Parts
------------------------------------------------------------*/
.p-footer {
	margin-top: 40px;
}
.p-footer-inner {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #EEE;
	border-top: #D72929 2px solid;
}
.p-footer-copy {
	text-align: left;
	font-size: 0.8rem;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
.p-footer-copy {
	text-align: center;
	font-size: 0.7rem;
}
}
/*------------------------------------------------------------
	Menu
------------------------------------------------------------*/
.p-menu-block + .p-menu-block {
	margin-top: 7px;
}
.p-menu-item {
	position: relative;
}
.p-menu-item + .p-menu-item {
	margin-top: 1px;
}
.p-menu-item > a{
	display: block;
	color: #222;
	font-weight: 600;
	text-decoration: none;
	padding: 8px 12px;
	position: relative;
	-webkit-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	font-size: 0.8rem;
	border: #DDD 1px solid;
}
.p-menu-item > a:before{
	position: absolute;
	content: "";
	width: 4px;
	left: 2px;
	top: 2px;
	bottom: 2px;
}
@media all and (-ms-high-contrast: none){
.p-menu-item > a{
	padding-bottom: 8px;
}
}
.p-menu-item.is-parent > a{
	padding-right: 28px;
}
.p-menu-item.is-open > a {
	cursor: text;
}
.p-menu-item-child {
	border: #E9E9E9 1px solid;
	border-top: 0;
	position: relative;
}
.p-menu-item-child.is-parent > a{
	padding-right: 28px;
}
.p-menu-item-child > a {
	display: block;
	background-color: #F9F9F9;
	background-position: 8px 13px;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 7px 12px 7px 18px;
	-webkit-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	font-size: 0.8rem;
	line-height: 1.6;
	position: relative;
}
.p-menu-item > .p-switch {
	position: absolute;
	content: "";
	font-size: 0;
	border: #CCC 1px solid;
	top: 10px;
	right: 8px;
	width: 17px;
	height: 17px;
	background: transparent;
	z-index: 1;
	cursor: pointer;
	/*pointer-events: none;*/
}
.p-menu-item > .p-switch:after {
	content: "";
	background: url(../img/plus_k.png) center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.p-menu-item.is-active > .p-switch:after {
	background: url(../img/minus_k.png) center no-repeat;
	transform:rotate(-180deg);
	-ms-transform: rotate(-180deg);
}
.p-menu-item-child-child {
	border-top: #FFF 1px solid;
	position: relative;
}
.p-menu-item-child-child > a {
	display: block;
	background-color: #E1E1E1;
	text-decoration: none;
	padding: 5px 12px 5px 25px;
	-webkit-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	font-size: 0.8rem;
	line-height: 1.6;
	color: #222;
	position: relative;
}
.p-menu-item-child-child  > a:hover,
.p-menu-item-child-child .is-stay > a {
	background-color: #D7EEF9;
}
.p-menu-item-child-child.is-parent > a{
	padding-right: 28px;
}
.p-menu-item-child-child > a:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 1px;
	background: #06C;
	left: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.p-menu-item-child > .p-switch {
	position: absolute;
	content: "";
	font-size: 0;
	border: #AAA 1px solid;
	top: 5px;
	right: 5px;
	width: 17px;
	height: 17px;
	background: transparent;
	z-index: 1;
	cursor: pointer;
	/*pointer-events: none;*/
}
.p-menu-item-child > .p-switch:after {
	content: "";
	background: url(../img/plus_k.png) center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.p-menu-item-child.is-active > .p-switch:after {
	background: url(../img/minus_k.png) center no-repeat;
	transform:rotate(-180deg);
	-ms-transform: rotate(-180deg);
}
.p-menu-item-child > a:hover,
.p-menu-item-child.is-stay > a {
	background-color: #D7EEF9;
}
.p-menu-item-child-child > .p-switch {
	position: absolute;
	content: "";
	font-size: 0;
	border: #AAA 1px solid;
	top: 5px;
	right: 5px;
	width: 17px;
	height: 17px;
	background: transparent;
	z-index: 1;
	cursor: pointer;
}
.p-menu-item-child-child > .p-switch:after {
	content: "";
	background: url(../img/plus_k.png) center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.p-menu-item-child-child.is-active > .p-switch:after {
	background: url(../img/minus_k.png) center no-repeat;
	transform:rotate(-180deg);
	-ms-transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
.p-menu-wrapper {
	margin-top: 35px;
}
}
/*------------------------------------------------------------
	Menu - Report
------------------------------------------------------------*/
.p-menu-rp-wrapper {
	margin-top: 20px;
}
.p-menu-rp-ttl{
	background: #00B0B0;
	color: #FFF;
	font-size: 0.8rem;
	font-weight: 600;
	padding: 5px 10px;
	border-bottom: #FFF 1px solid;
}
.p-menu-rp {
	padding: 10px 10px;
	border: #E9E9E9 1px solid;
	border-top: 0;
	background-color: #F9F9F9;
}
.p-menu-rp-item > a{
	display: block;
	color: #00B0B0;
	font-size: 0.8rem;
	font-weight: 600;
	margin-bottom: 5px;
}
.p-menu-rp-item-inner {
}
.p-menu-rp-item-child {
	border: #00B0B0 1px solid;
}
.p-menu-rp-item-child + .p-menu-rp-item-child {
	border-top: 0;
}
.p-menu-rp-item-child > a {
	color: #00B0B0;
	font-size: 0.8rem;
	display: block;
	padding: 3px 10px;
}
.p-menu-rp-item-child > a:hover {
	color: #FFF;
	background: #00B0B0;
}
@media screen and (max-width: 767px) {
.p-menu-rp-wrapper {
	margin-top: 15px;
}
}
/*------------------------------------------------------------
	Menu - Banner
------------------------------------------------------------*/
.p-menu-bnr {
	margin-top: 20px;
}
.p-menu-bnr-item {
	font-size: 0;
	text-align: center;
}
.p-menu-bnr-item + .p-menu-bnr-item {
	margin-top: 10px;
}
.p-menu-bnr-item img {
	width: 100%;
}
.p-menu-bnr-item > a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
.p-menu-bnr {
	margin-top: 15px;
}
.p-menu-bnr-item img {
	width: inherit;
	max-width: 100%;
}
}
/*------------------------------------------------------------
	Menu - add
------------------------------------------------------------*/
.p-menu-add {
	margin-top: 20px;
	border: #0066CC 1px solid;
}
.p-menu-add-ttl {
	font-size: 0.8rem;
	font-weight: 600;
	background: #18469C url(../img/pgu_rogo.jpg) left 2px center no-repeat;
	background-size: 35px;
	color: #FFF;
	padding: 5px 10px 5px 40px;
}
.p-menu-add-txt {
	font-size: 0.8rem;
	padding: 10px
}
@media screen and (max-width: 767px) {
.p-menu-add {
	margin-top: 15px;
}
}
/*------------------------------------------------------------
	Menu Toggle Settimg
------------------------------------------------------------*/
.p-menu-item > ul,
.p-menu-item-child > ul,
.p-menu-item-child-child > ul {
	display: none;
}
/*------------------------------------------------------------
	Menu Color
------------------------------------------------------------*/
.p-menu-item-child > a {
	background-image: url(../img/arrow_k.png);
}
.p-menu-wrapper.is-color1 .p-menu-item > a:before{
	background-color: #D72929;
}
.p-menu-wrapper .p-menu-item > a:hover{
	opacity: 0.7;
}
/*------------------------------------------------------------
	Content
------------------------------------------------------------*/
.headline01 {
	background: url(../img/hl_bg.png) top -90px right no-repeat, url(../img/hl_bg2.png) right repeat-y #FFC778;
	background-size: 350px, 700px;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 28px 30px;
	margin-bottom: 30px;
}
.headline02 {
	position: relative;
	font-size: 1.1rem;
	line-height: 1.4;
	padding: 0 0 3px 5px;
	border-bottom: #EEE 3px solid;
	margin-bottom: 25px;
}
.headline02:before {
	position: absolute;
	content: "";
	width: 100px;
	height: 3px;
	background: #D72929;
	left: 0;
	bottom: -3px;
}
.p-section + .p-section {
	margin-top: 30px
}
@media screen and (max-width: 767px) {
.headline01 {
	background: url(../img/hl_bg.png) center right -30px no-repeat, url(../img/hl_bg2.png) right repeat-y #FFC778;
	background-size: 200px, 500px;
	font-size: 1rem;
	line-height: 1.4;
	padding: 20px 15px;
	margin-bottom: 25px;
	margin-left: -15px;
	margin-right: -15px;
}
.headline02 {
	font-size: 0.9rem;
	line-height: 1.4;
	padding: 0 0 3px 0;
	margin-bottom: 15px;
}
.p-section + .p-section {
	margin-top: 15px
}
}


