@charset "utf-8";


.ctgbox .box {
	width: 94%;
	margin: 0px auto;
}

/* pg_body
-----------------------------------------*/
#pg_topbox {
	padding: 70px 0 40px;
	background: #fff;
}
.pg_body {
	position:relative;
	overflow: hidden;
	width: 100%;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.pgabout .pg_body {
	background: url(../images/pg01_body.jpg) no-repeat center bottom;
	background-size: cover;
}
.pgjoin .pg_body {
	background: url(../images/pg01_body.jpg) no-repeat center bottom;
	background-size: cover;
}
.pgpartner .pg_body {
	background: url(../images/pg01_body.jpg) no-repeat center bottom;
	background-size: cover;
}
.pgnews .pg_body {
	background: url(../images/pg01_body.jpg) no-repeat center bottom;
	background-size: cover;
}
.pgcontact .pg_body {
	background: url(../images/pg01_body.jpg) no-repeat center bottom;
	background-size: cover;
}
.pgregist .pg_body {
	background: url(../images/pg01_body.jpg) no-repeat center bottom;
	background-size: cover;
}
.pgmember .pg_body {
	background: url(../images/pg01_body.jpg) no-repeat center bottom;
	background-size: cover;
}
.pg_body h2 {
	width: 100%;
	font-size: 1.5em;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
}
.pg_body h2 span {
	display: block;
	font-size: 0.7em;
	color: #cb1d1d;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.pgsub {
	width: 100%;
	position: relative;
	display: inline-block;
	margin-bottom: 60px;
	text-align: center;
}
.pgsub:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 100px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #999;
	border-radius: 2px;
}
.pgsub h1 {
	display: block;
	margin-bottom: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6em;
	color: #111;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}

/* pgabout
---------------------------------------------------- */

.pgabout #pgcont01 {
	padding: 0 0 50px;
}
.pgabout #pgcont01 .txtbox {
	width: 100%;
	margin: 0 auto 20px;
	font-size: 1.1em;
	color: #111;
	line-height: 2.0em;
}

.pgabout #pgcont02 {
	padding: 0px;
	background: #eee;
}
.pgabout #pgcont02 .box {
	padding: 60px 0 80px;
}
.pgabout #pgcont02 .pg01box01 {
	width: 100%;
}
.pgabout #pgcont02 .pg01box01 .grid01 {
	width: 50%;
	text-align: left;
}
.pgabout #pgcont02 .pg01box01 .grid01 .dnote {
	background: #eee;
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #eee 50%, #eee 100%),
	            linear-gradient(180deg, #ccc 1px, transparent 1px);
	background-size: 8px 100%, 100% 2.5em;
	line-height: 2.5em;
	padding-bottom: 1px;
}
.pgabout #pgcont02 .pg01box01 .grid01 .pname {
	padding: 6px 0 0;
	font-size: 1.2em;
	color: #111;
}
.pgabout #pgcont02 .pg01box01 .grid02 {
	width: 44%;
	margin: 0 0 0 6%;
}
.pgabout #pgcont02 .pg01box01 .grid02 img {
	position: relative;
	width: 100%;
	height: auto;
}
.pgabout #pgcont02 .pg01box01 .grid02 img.signimg {
	float: right;
	margin-top: -200px;
	width: 260px;
	height: auto;
	z-index: 9;
}

.pgabout #pgcont03 {
	padding: 0px;
}
.pgabout #pgcont03 .box {
	padding: 100px 0 70px;
}
.linkbtnbox {
    width: 40%;
    margin: 0 auto;
    padding: 0 0 80px;
}
.linkbtn {
	display: block;
	width: 100%;
	font-size: 1.2em;
	color: #fff;
	padding: 16px 0;
	background: #cb1d1d;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #cb1d1d;
	cursor: pointer;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
}
.linkbtn:hover {
	background: #111;
	border: 1px solid #111;
}


.pgabout #pgcont04 {
	padding: 0px;
	background: #f1f1f1;
}
.pgabout #pgcont04 .box {
	padding: 100px 0 100px;
}
.staffbox {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.staffbox .grid {
	width: 31.3%;
	margin: 0 1%;
	padding: 0;
}
.staffbox .grid li {
	padding: 12px 6px 8px;
	border-bottom: solid 1px #999;
}
.staffbox .grid li span {
	display: inline-block;
	width: 150px;
	color: #9b8b2f;
}

.pgabout #pgcont05 {
	margin-bottom: -10px;
	padding: 80px 0 0;
}
.pgabout #pgcont05 .txtbox {
	width: 100%;
	padding: 0 0 30px;
	text-align: center;
}
.pgabout #pgcont05 .mapbox {
	width: 100%;
	margin: 0 auto;
}


/* pgjoin
---------------------------------------------------- */

.pgjoin #pgcont01 {
	padding: 0 0 50px;
}
.pgjoin #pgcont01 .txtbox {
	width: 100%;
	margin: 0 auto 20px;
	font-size: 1.1em;
	color: #111;
	line-height: 2.0em;
	text-align: center;
}
.pgjoin #pgcont01 .txtbox span {
	color: #cb1d1d;
	font-weight: 700;
}

.pgjoin #pgcont01 .facphbox {
	width: 100%;
	margin: 30px 0 50px;
	padding: 0 40px;
	color: #ccc;
	background: #fff;
	z-index: 3;
}
.pgjoin #pgcont02 {
	padding: 0 0 80px;
}
.pgjoin #pgcont02 .pgsub {
	margin: 0 0 10px;
}
.pgjoin #pgcont02 .pgsub::before {
	display: none;
}
.pgjoin #pgcont02 .tokutenlist {
	width: 100%;
	margin: 0 auto;
	padding: 70px 0;
	text-align: center;
	background: #000 url(../../common/images/sillh.png) repeat-y right top;
}
.pgjoin #pgcont02 .tokutenlist li {
	padding: 10px 0 30px;
	text-align: center;
}
.pgjoin #pgcont02 .tokutenlist li span {
	padding: 4px 0;
	font-size: 1.8em;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	border-bottom: solid 1px #ccc;
}
.pgjoin #pgcont03 {
	padding: 0 0 80px;
}
.memberbox {
	width: 96%;
	margin: 0 auto 50px;
	padding: 0;
	display: flex;
	align-items: top;
	justify-content: center;
}
.memberbox .mitem {
	width: 33.33%;
	padding: 30px 20px 20px;
	text-align: center;
	border-left: solid 1px #999;
}
.memberbox .mitem01,
.memberbox .mitem02 {
	width: 50%;
	padding: 30px 50px 20px;
}
.memberbox .mitem:first-child {
	border-left: none;
}
.memberbox .mitem h1 {
	margin: 0 0 14px;
	padding: 0 0 14px;
	font-size: 1.4em;
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	border-bottom: dotted 1px #999;
}
.memberbox .mitem li {
	padding: 6px 0;
	font-size: 36px;
	color: #cb1d1d;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.memberbox .mitem li span {
	margin: 0 8px 0 0;
	font-size: 0.6em;
	color: #111;
	font-weight: 300;
}
.memberbox .mitem li span.yen {
	margin: 0 0 0 8px;
	font-size: 0.5em;
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.memberbox .mitem li.capt {
	font-size: 0.9em;
	color: #444;
	font-weight: 300;
}

.memberbtnbox {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.memberbtnbox .grid {
	width: 44%;
	margin: 0 3%;
	padding: 0;
}
.memberbtnbox .grid .linkbtnbox {
	width: 90%;
	margin: 0 5%;
}
.memberbtnbox .grid .linkbtnbox p {
	padding: 8px 0 0;
}

/* pgpartner
---------------------------------------------------- */

.pgpartner #pgcont01 {
	padding: 0 0 50px;
}
.pgpartner #pgcont01 .txtbox {
	width: 100%;
	margin: 0 auto 20px;
	font-size: 1.1em;
	color: #111;
	line-height: 2.0em;
	text-align: center;
}
.pgpartner #pgcont03 .txtbox {
	width: 100%;
	margin: 0 auto 20px;
	font-size: 1.1em;
	color: #111;
	line-height: 2.0em;
	text-align: center;
}

.ptnrpickup {
	width: 80%;
	margin: 0 auto 40px;
	background: -webkit-repeating-linear-gradient(-45deg, #f3f3f3, #f3f3f3 3px,#ffffff 3px, #ffffff 7px);
	background: repeating-linear-gradient(-45deg, #f3f3f3, #f3f3f3 3px,#ffffff 3px, #ffffff 7px);
	box-shadow: 0px 0px 0px 2px #f3f3f3;
	border: dashed 2px white;
	text-align: center;
}
.ptnrpickup .inbox {
	margin: 0;
	padding: 40px;
}
.ptnrpkbox .grid01 {
	width: 54%;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.7em;
	text-align: left;
}
.ptnrpkbox .grid01 h6 {
	padding: 0 0 20px;
	font-size: 1.3em;
	border-bottom: solid 1px #999;
}
.ptnrpkbox .grid01 h6 span {
	margin: 0 0 0 8px;
	font-size: 12px;
}
.ptnrpkbox .grid01 .msgbox {
	width: 96%;
	margin: 0 4% 0 0;
	padding: 20px 0;
	font-size: 0.9em;
	line-height: 2.0em;
	text-align: left;
}
.ptnrpkbox .grid01 dl {
	font-size: 0.9em;
	line-height: 2.0em;
}
.ptnrpkbox .grid01 dl dd {
	padding: 0 0 0 12px;
}
.ptnrpkbox .grid01 dl dd a {
	color: #cb1d1d;
	text-decoration: underline;
}

.ptnrpkbox .grid02 {
	width: 42%;
	margin: 0 0 0 4%;
}
.ptnrpickup .inbox .plogoimg {
	margin: 3px 0;
	padding: 1px;
	width: 200px;
	border: solid 1px #999;
}
.ptnrpkbox .grid02 img {
	width: 100%;
	height: auto;
}


.pgpartner #pgcont02 {
	margin: 0 0 80px;
	padding: 80px 0;
	background: url(../../common/images/bg_cont05.jpg) no-repeat center bottom;
	background-size: cover;
}
.pgpartner #pgcont02 .subctg{
	margin: 0 0 50px;
}
.pgpartner #pgcont02 .ssflex {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0 10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	justify-content: space-between;
}
.pgpartner #pgcont02 .ssflex > div {
	width: 33%;
	margin: 0 20px;
	padding: 10px 0px;
	background: #fff;
}
.pgpartner #pgcont02 .ssflex > div img {
	width: 70%;
	height: auto;
	transition-duration: 0.3s;
}
.pgpartner #pgcont02 .ssflex > div img:hover {
	transform: scale(1.04);
}

.pgpartner #pgcont02 .ssflex > div p {
	padding: 0.5em 0 0;
	font-size: 0.7em;
	color: #ccc;
	text-align: center;
}
.pgpartner #pgcont02 .ptnrbox {
	width: 76%;
	margin: 0 auto;
	font-size: 1.3em;
	line-height: 1.7em;
	color: #fff;
	text-align: left;
}
.pgpartner #pgcont02 .ptnrbox span {
	position: relative;
	display: inline-block;
	padding: 0 16px;
}
.pgpartner #pgcont02 .ptnrbox span a {
	color: #fff;
	text-decoration: underline;
}
.pgpartner #pgcont02 .ptnrbox span a:hover {
	color: #fff;
	text-decoration: none;
}
.pgpartner #pgcont02 .ptnrbox span:first-child {
	padding: 0 16px 0 0;
}
.pgpartner #pgcont02 .ptnrbox span:before {
	position: absolute;
	content: "/";
	left: -4px;
	display: block;
}
.pgpartner #pgcont02 .ptnrbox span:first-child:before {
	content: "";
	left: 0;
}


/* pgnews
---------------------------------------------------- */
.newspkup {
	width: 96%;
	margin: 0 2% 50px;
}
.newspkup .newsdate {
	padding: 0 0 8px;
	border-bottom: dotted 1px #ccc;
}
.newspkup .newssub {
	padding: 6px 0 8px;
	border-bottom: dotted 1px #ccc;
}
.newspkup .newscomm {
	padding: 30px 0 50px;
	text-align: left;
}
.newspkup .newsphoto {
	padding: 0 0 30px;
	text-align: center;
}
.newspkup .newsphoto img {
	width: 100%;
	max-width: 640px;
	height: auto;
}
.newspkup .newslink {
	padding: 0 0 50px;
}
.newspkup .newslink a {
	text-decoration: underline;
}
.newspkup .morebtnbox {
	width: 30%;
	margin: 0 35%;
	padding: 0 0 50px;
}

.pgmove {
	/zoom: 1;
	position: relative;
	overflow: hidden;
	margin: 30px 0 60px;
	padding: 10px;
}
.pgmove ul {
	position: relative;
	left: 50%;
	float: left;
}

.pgmove ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0;
}

.pgmove li span {
	display: inline-block;
	margin: 0 2px 2px 0;
	padding: 1px 10px;
	color: #fff;
	background: #111;
	border: 1px solid #111;
	text-decoration: none;
	vertical-align: middle;
}
.pgmove li a {
	display: inline-block;
	margin: 0 2px 2px 0;
	padding: 1px 10px;
	color: #111;
	background: #fff;
	border: 1px solid #111;
	text-decoration: none;
	vertical-align: middle;
}

.pgmove li a:hover {
	color: #fff;
	background: #111;
	border-color: #111;
}

.newsframe {
	width: 96%;
	margin: 0 2%;
}
.newsframe .newsbox {
	position: relative;
	display: block;
	margin: 0;
	padding: 32px 0;
	border-bottom: 1px dotted #111;
}
.newsframe .newsbox a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	cursor: pointer;
}
.newsframe .newsbox .newsdate {
	width: 14%;
}
.newsframe .newsbox .newsdate img {
	width: 100% !important;
	height: auto !important;
}
.newsframe .newsbox .newscomm {
	width: 82%;
	margin-left: 4%;
	padding: 5px 0 0;
	text-align: left;
	text-decoration: none;
}
.newsframe .newsbox:hover .newscomm {
	text-decoration: none;
}
.newsframe .newsbox .newscomm img {
	vertical-align: middle;
	margin:0 0 1px 6px;
	width: 32px;
	height: 11px;
}
.newsframe .newsbox .newscomm .nlistdt {
	padding: 6px;
	color: #fff;
	background: #111;
}
.newsframe .newsbox .newscomm .nlistsub {
	padding: 10px 0 0;
	text-decoration: underline;
}
#ixnews .box .morebtnbox {
	width: 26%;
	margin: 0 37%;
	padding: 50px 0 0;
}

/* pageNav
-------------------------*/
.pageNav {
	height: 60px;
	margin: 30px 0;
	line-height: 60px;
	text-align: center;
}
.pageNav .page,
.pageNav span{
	margin-right: 8px;
	padding: 4px 8px;
	text-decoration:none;
	border: 1px solid #112447;
	color:#112447;
}
.pageNav .current {
	color: #fff;
	border: 1px solid #112447;
	background: #112447;
}
.pageNav a.page:hover {
	color: #fff;
	border:1px solid #112447;
	background:#112447;
}
.pageNav .extend {
	border:none;
}

/* pgcontact
---------------------------------------------------- */

.pgcontact #pgcont01 .txtbox {
	line-height: 1.6em;
	text-align: center;
}


/* pgform
------------------------------------------------------------*/

.formbox {
	padding: 30px 0 60px;
}
.formbox table {
	width: 100%;
	background: #fff;
}
.formbox table th {
	width: 32%;
	padding: 24px 0 24px 20px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}
.formbox table td {
	padding: 24px 0 24px 20px;
	color: #444;
	border-bottom: 1px solid #fff;
	line-height: 1.6em;
}
.pgcontact  #pgcont01 .formbtnbox {
	width: 40%;
	margin: 0 auto;
	padding: 30px 0 80px;
}
form#form1 table textarea {
	width: 96%;
	margin: 0px;
	padding: 6px;
	background: #fff;
	border: solid 1px #ccc;
	background: #fff;
	border-radius:2px;
}
form#form1 table input {
	width: 96%;
	padding: 6px 5px;
	background: #fff;
	border: solid 1px #ccc;
	background: #fff;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
	border-radius: 2px;
}
form#form1 table select {
	padding: 6px 5px;
	background: #fff;
	border: solid 1px #ccc;
	background: #fff;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
	border-radius: 2px;
}
form#form1 table label input {
	width: auto;
	padding: 6px 30px 6px 5px;
}
form#form1 table label span {
	padding-right: 4px;
}
.pgform .formbox table {
	width: 100%;
	margin: 0;
	border-top: solid 1px #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pgform .formbox table th  {
	width: 26%;
	padding: 13px 1% 14px;
	line-height: 1.5em;
	text-align: left;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
}
.pgform .formbox table td {
	width: 70%;
	padding: 13px 1% 14px;
	font-size: 1.0em;
	color: #333;
	line-height: 1.5em;
	text-align: left;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
}
.pgform .formbox table span {
	padding-left: 10px;
	font-size: 1.0em;
	color: #666;
}
.pgform .formbox table td textarea {
	margin: 2px 0;
}
.pgform .formbox p.selpref {
	padding: 0 0 10px;
}
.pgform .formbox p.txtcheck {
	padding: 10px 0 0;
}
.pgform .formbox .submitbox {
	width: 60%;
	margin: 10px 0 10px 25%;
	padding: 30px 0;
}

.submitbox ul {
	overflow: hidden;
}
.submitbox ul li {
	list-style:none;
	float:left;
	width: 48%;
	text-align: center;
}
.submitbtn {
	display: block;
	width: 240px;
	color: #fff;
	padding: 16px 0;
	background: #3d3d3d;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #3d3d3d;
	cursor: pointer;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
}
.submitbtn:hover {
	background: #111;
	border: 1px solid #111;
}
.resetbtn {
	display: block;
	width: 200px;
	color: #111;
	padding: 16px 0;
	background: #fff;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
	cursor: pointer;
}
.fbackbtn {
	display: block;
	width: 240px;
	color: #fff;
	padding: 16px 0;
	background: #3d3d3d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #3d3d3d;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
form#form1 {
	padding: 10px 0;
	color: #666;
	background: #fff;
}
form#form1 .labelblock {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
form#form1 .flabel {
	display: inline-block;
	width: 20%;
}
.txtcheck {
 	font-size: 0.9em;
}

.imeon {
	ime-mode: active;
}
.imeoff {
	ime-mode: disabled;
}

.pgcontact #pgcont01 .textbox {
    padding: 0 0 50px;
    font-size: 1.0em;
    line-height: 1.5em;
    text-align: center;
}

#errfrm,
.errorfrm {
	width: 90%;
	margin: 0 auto;
	text-align:center;
}
.errorfrm h1 {
	width:900px;
	color:#ff0000;
	margin:10px 0;
	padding:3px 0px;
	line-height:1.4em;
}
.errdv {
	width: 80%;
	margin: 10px auto;
	padding: 60px ;
	background-color:#fff;
	border: 3px solid #d6e6f3;
	background: #fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.errdv span {
	font-size:106%;
	color:#111;
	font-weight:bold;
}
.errorfrm h5 {
	margin:0;
	padding:0;
	color:#666666;
	font-weight:normal;
	line-height:1.8em;
}
.backbtnbox {
	width: 240px;
	margin: 0 auto;
	padding: 0 0 80px;
}
.thanksbox {
	width: 60%;
	margin: 50px 20%;
	border: solid 3px #eee;
}
.thinbox {
	padding: 30px 50px;
	text-align: center;
}
.thtopmsg {
	padding: 0 0 50px;
 	font-size: 1.3em;
	line-height: 2.0em;
}
.backlink {
	padding: 10px 0;
	text-align: center;
}

.imeon {
	ime-mode: active;
}
.imeoff {
	ime-mode: disabled;
}




/* ----------------------------- max 1100px ------------------------------------------------------------*/

@media only screen and (max-width: 1100px){

/* pgtitle
------------------------------------------------------------*/

.pgtitle {
	width: 100%;
	padding: 50px 0 20px;
}
.pgtitle h1.csub {
	padding: 30px 0 50px;
	border-top: solid 6px #112447;
}

}

/* ----------------------------- max 896px ------------------------------------------------------------*/

@media only screen and (max-width: 896px){

.pgtitle {
	padding: 50px 0 20px;
}
.pgtitle h1.csub {
	padding: 30px 0 40px;
}


/* pgabout
---------------------------------------------------- */



.pgabout #pgcont02 .pg01box01 .grid01 {
	width: 94%;
	margin: 0 3% 50px;
	text-align: left;
}
.pgabout #pgcont02 .pg01box01 .grid01 .dnote {
	background: #eee;
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #eee 50%, #eee 100%),
	            linear-gradient(180deg, #ccc 1px, transparent 1px);
	background-size: 8px 100%, 100% 2.5em;
	line-height: 2.5em;
	padding-bottom: 1px;
}
.pgabout #pgcont02 .pg01box01 .grid01 .pname {
	padding: 6px 0 0;
	font-size: 1.2em;
	color: #111;
}
.pgabout #pgcont02 .pg01box01 .grid02 {
	width: 70%;
	margin: 0 15% 3%;
}
.pgabout #pgcont02 .pg01box01 .grid02 img {
	position: relative;
	width: 100%;
	height: auto;
}

.pgabout #pgcont04 {
	padding: 0px;
	background: #f1f1f1;
}
.pgabout #pgcont04 .box {
	padding: 100px 0 100px;
}
.staffbox {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.staffbox .grid {
	width: 94%;
	margin: 0 3%;
	padding: 0;
}
.staffbox .grid li {
	padding: 12px 6px 8px;
	border-bottom: solid 1px #999;
}
.staffbox .grid li span {
	display: inline-block;
	width: 150px;
	color: #9b8b2f;
}

.pgabout #pgcont05 {
	margin-bottom: -10px;
	padding: 80px 0 0;
}
.pgabout #pgcont05 .txtbox {
	width: 100%;
	padding: 0 0 30px;
	text-align: center;
}
.pgabout #pgcont05 .mapbox {
	width: 100%;
	margin: 0 auto;
}


/* pgjoin
---------------------------------------------------- */

.pgjoin #pgcont01 .facphbox {
    width: 100%;
    margin: 10px auto 0;
    padding: 10px 16px 10px;
}
.faphgly {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px 0;
}
.faphgly .faph_item {
	width: 50%;
	padding: 20px 15px;
	box-sizing: border-box;
}
.faphgly .faph_item img {
	width: 100%;
	height: auto;
}

.pgjoin #pgcont03 {
	padding: 0 0 80px;
}
.memberbox {
	width: 96%;
	margin: 0 auto 50px;
	padding: 0;
	display: block;
}
.memberbox .mitem {
	width: 100%;
	padding: 30px 0 20px;
	text-align: center;
	border-left: none;
}
.memberbox .mitem01,
.memberbox .mitem02 {
	width: 100%;
	padding: 30px 0 20px;
	border-left: none;
}
.memberbox .mitem:first-child {
	border-left: none;
}

.memberbtnbox {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.memberbtnbox .grid {
	width: 94%;
	margin: 0 3%;
	padding: 0;
}
.memberbtnbox .grid .linkbtnbox {
	width: 100%;
	margin: 0;
}


/* pgpartner
---------------------------------------------------- */

.ptnrpkbox .grid01 {
	width: 100%;
	margin: 0 0 30px;
	font-size: 0.9em;
	line-height: 1.7em;
	text-align: left;
}
.ptnrpkbox .grid01 h6 {
	padding: 0 0 20px;
	font-size: 1.3em;
	border-bottom: solid 1px #999;
}
.ptnrpkbox .grid01 h6 span {
	margin: 0 0 0 8px;
	font-size: 12px;
}
.ptnrpkbox .grid01 .msgbox {
	width: 96%;
	margin: 0 4% 0 0;
	padding: 20px 0;
	font-size: 0.9em;
	line-height: 2.0em;
	text-align: left;
}
.ptnrpkbox .grid01 dl {
	font-size: 0.9em;
	line-height: 2.0em;
}
.ptnrpkbox .grid01 dl dd {
	padding: 0 0 0 12px;
}
.ptnrpkbox .grid01 dl dd a {
	color: #cb1d1d;
	text-decoration: underline;
}

.ptnrpkbox .grid02 {
	width: 100%;
	margin: 0;
}
.ptnrpickup .inbox .plogoimg {
	margin: 3px 0;
	padding: 1px;
	width: 200px;
	border: solid 1px #999;
}
.ptnrpkbox .grid02 img {
	width: 100%;
	height: auto;
}

/* pgnews
---------------------------------------------------- */


.pgnews .nohitbox {
	width: 100%;
	padding: 100px 50px 100px;
	font-size: 1.2em;
	border: solid 6px #ccc;
}
.newspkup .morebtnbox {
	width: 60%;
	margin: 0 20%;
	padding: 0 0 50px;
}

/* ixnews
---------------------------------------------------- */

.newsframe {
	width: 90%;
	margin: 0 5%;
}
.newsframe .newsbox a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	cursor: pointer;
}
.newsframe .newsbox .newsdate {
	display: block;
	width: 100%;
}
.newsframe .newsbox .newscomm {
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: underline;
}
.pgnews .box .morebtnbox {
	width: 40%;
	margin: 0 30%;
	padding: 40px 0 0;
}


/* pgcontact
---------------------------------------------------- */


.pgform .formbox table {
	width: 100%;
	margin: 0;
	border-top: solid 1px #ccc;
}
.pgform .formbox table th  {
	display: block;
	width: 100%;
	padding: 13px 5px 6px;
	line-height: 1.5em;
	text-align: left;
	border-right: none;
	border-bottom: dotted 1px #ccc;
	vertical-align: middle;
}
.pgform .formbox table td {
	display: block;
	width: 100%;
	padding: 7px 30px 14px;
	font-size: 1.0em;
	color: #333;
	line-height: 1.5em;
	text-align: left;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
}
.pgform .formbox table span {
	padding-left: 10px;
	font-size: 1.0em;
	color: #666;
}

.submitbox ul {
	overflow: hidden;
}
.submitbox ul li {
	list-style:none;
	float: none;
	width: 90%;
	margin-bottom: 20px;
	text-align: center;
}
.submitbtn {
	display: block;
	width: 100%;
}
.resetbtn {
	display: block;
	width: 100%;
}
.fbackbtn {
	display: block;
	width: 100%;
}


}


/* ----------------------------- max 640px ------------------------------------------------------------*/

@media only screen and (max-width: 640px){

/* pg_body
-----------------------------------------*/

.pg_body {
	position:relative;
	overflow: hidden;
	width: 100%;
	height: 120px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #eee;
}



.pgjoin #pgcont02 .tokutenlist {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
}
.pgjoin #pgcont02 .tokutenlist li {
	padding: 10px 0 30px;
	text-align: center;
}
.pgjoin #pgcont02 .tokutenlist li span {
	padding: 4px 0;
	font-size: 4.0vw;
}

/* pgpartner
---------------------------------------------------- */

.pgpartner #pgcont02 .ssflex {
	width: 70%;
	margin: 0 auto;
	padding: 30px 0 10px;
	display: block;
}
.pgpartner #pgcont02 .ssflex > div {
	width: 100%;
	margin: 0 0 30px;
	padding: 0px;
}
.linkbtnbox {
	width: 80%;
	margin: 0 auto;
	padding: 0 0 80px;
}


}

/* ----------------------------- max 480px ------------------------------------------------------------*/

@media only screen and (max-width: 480px){


.ptnrpickup {
	width: 100%;
	margin: 0 auto 40px;
	background: -webkit-repeating-linear-gradient(-45deg, #f3f3f3, #f3f3f3 3px,#ffffff 3px, #ffffff 7px);
	background: repeating-linear-gradient(-45deg, #f3f3f3, #f3f3f3 3px,#ffffff 3px, #ffffff 7px);
	box-shadow: 0px 0px 0px 2px #f3f3f3;
	border: dashed 2px white;
	text-align: center;
}
.ptnrpickup .inbox {
	margin: 0;
	padding: 30px 20px;
}


}

/* ----------------------------- max 360px ------------------------------------------------------------*/

@media only screen and (max-width: 360px){




}
