@charset "UTF-8";

/* 基本・リセット
================================================== */



/* "body" Tag
	※デフォルトフォントサイズ　13px相当
-------------------------------------------------- */
body {
	color: #333;
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.7;
	font-family:"Trebuchet MS","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
@media print {
	body {
		color: #000;
		background: #fff;
	}
}
table, caption, tbody, tr, th, td, small, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



/* "a" Tag
-------------------------------------------------- */
a {
	cursor: pointer;
}
a:link, a:visited {
	color: #00458a;
	text-decoration: none;
}
a:active, a:hover {
	color: #76b509;
	text-decoration: none;
}



/* "div/p" Tag
-------------------------------------------------- */
div, p {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 1.7em;
}



/* "dl/dt/dd/li/ol/ul" Tag
-------------------------------------------------- */
dl, dt, dd, li, ol, ul {
	margin: 0;
	padding: 0;
}
dl {
	margin: 0 0 1.7em;
}
dd {
	margin-left: 1em;
}
ol, ul {
	margin: 0 0 1.7em 2em;
}
li {
	list-style: none;
}
ol li {
	list-style: decimal outside;
}
ul li {
	list-style: disc outside;
}



/* "button/fieldset/form/legend/label/input/select/textarea" Tag
-------------------------------------------------- */
fieldset, form, legend, textarea {
	margin: 0;
	padding: 0;
}
form {
	margin: 0 0 1.7em;
}
fieldset {
	border: 0;
}
label, *[type="button"], *[type="image"], *[type="submit"] {
	cursor: pointer;
}
legend {
	display: none;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}



/* "h1-h6" Tag
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.7em;
	padding: 0;
	font-weight: bold;
	font-size: 100%;	/* 13px */
}



/* "hr" Tag
-------------------------------------------------- */
hr {
	display: none;
}



/* "html" Tag
-------------------------------------------------- */
html {
	overflow-y: scroll;
}



/* "img" Tag
-------------------------------------------------- */
img {
	border: 0;
	vertical-align: bottom;
}



/* "em/small/strong" Tag
-------------------------------------------------- */
em {
	font-style: italic;
	font-weight: normal;
}
strong {
	font-style: normal;
	font-weight: bold;
}



/* "table/th/td/" Tag
-------------------------------------------------- */
table {
	margin: 0 0 1.7em;
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	padding: .5em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
td {
	padding: .5em;
}



/* "HTML5" Tag
-------------------------------------------------- */
article, footer, header, nav, section {
	display: block;
}



/* id/class
================================================== */
.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	content: "";
}
.alpha a:hover, .alpha *[type="submit"]:hover, .alpha *[type="button"]:hover, .alpha *[type="image"]:hover {
	opacity: .6;
}
@media screen and (max-device-width: 480px) {
	.alpha a:hover, .alpha *[type="submit"]:hover, .alpha *[type="button"]:hover, .alpha *[type="image"]:hover {
		opacity: 1;
	}
}



/* テキスト
-------------------------------------------------- */
.red {
	color: #c00;
}
.orange {
	color: #d85209;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.vAlignMiddle {
	vertical-align: middle !important;
}
.hidden {
	display: none;
}
.visible {
	display: block;
}
.block {
	display: block !important;
}
.fsb {
	font-size: 117%;
}
.fss {
	font-size: 85%;
}
.mbx1em {
	margin-bottom: 1em;
}
.mbx0 {
	margin-bottom: 0;
}
.mbx2 {
	margin-bottom: 3.4em;
}
.mbx3 {
	margin-bottom: 5.1em;
}
.mbx4 {
	margin-bottom: 6.8em;
}
.ime {
	ime-mode: disabled
}



/* width
-------------------------------------------------- */
.w7p {
	width: 7%;
}
.w9p {
	width: 9%;
}
.w10p {
	width: 10%;
}
.w12p {
	width: 12%;
}
.w14p {
	width: 14%;
}
.w16p {
	width: 16%;
}
.w20p {
	width: 20%;
}
.w23p {
	width: 23%;
}
.w25p {
	width: 25%;
}
.w28p {
	width: 28%;
}
.w33p {
	width: 33%;
}
.w40p {
	width: 40%;
}
.w43p {
	width: 43%;
}
.w50p {
	width: 50%;
}
.w75p {
	width: 75%;
}
.w100p {
	width: 95%;
}



/* フロート
-------------------------------------------------- */
.leftColumn, .imgLeft {
	float: left;
}
.rightColumn, .imgRight {
	float: right;
}
.imgLeft {
	margin: 0 1.7em 0 0;
}
.imgRight {
	margin: 0 0 0 1.7em;
}



/* ボタン
-------------------------------------------------- */
.btn {
	color: #333;
	padding: 10px 12px 10px 15px;
	border: 0;
	border-radius: .46em;
	display: inline-block;
	background: #f2f2f2;
	font-size: 108%;
	line-height: 1;
}
.btn:link,
.btn:visited,
.btn:active,
.btn:hover {
	color:#333 !important;
	text-decoration: none !important;
}
.btn:after {
	content: "";
	float: right;
	display: inline-block;
	width: 8px;
	height: 15px;
	margin-left: 15px;
	background: url(/images/common/arrow02_right.png) no-repeat;
}



/* テーブル
-------------------------------------------------- */
.table {
	width: 100%;
}
.table>caption {
	color: #fff;
	padding: .2em .5em;
	border-radius: 4px 4px 0 0;
	background: #c5e2e7;
	font-weight: bold;
	text-align: left;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
}
.table>caption:before {
	content: "【";
}
.table>caption:after {
	content: "】";
}
.table>thead>tr>th {
	color: #fff;
	background: #c5e2e7;
	text-align: center;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
}
.table>thead>tr>th:first-child {
	border-top-left-radius: 4px;
}
.table>thead>tr>th:last-child {
	border-top-right-radius: 4px;
}
.table_striped>tbody>tr>th, .table_striped>tbody>tr>td {
	padding: 1em;
	vertical-align: top;
}
.table_striped>tbody>tr>th>*:last-child, .table_striped>tbody>tr>td>*:last-child {
	margin-bottom: 0;
}
.table_striped>tbody>tr>th ul input, .table_striped>tbody>tr>td ul input {
	vertical-align: text-top;
}
.table_striped>tbody>tr:nth-child(even)>th, .table_striped>tbody>tr:nth-child(even)>td {
	background-color: #f4f2ec;
}
.table_striped>tbody>tr:nth-child(even)>*:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.table_striped>tbody>tr:nth-child(even)>*:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.table + .alignCenter {
	margin-top: .5em;
}
.table em {
	color: #fff;
	margin-right: 5px;
	padding: 2px .5em;
	border-radius: 4px;
	background: #D85209;
	font-style: normal;
	font-size: 85%;
}
.table em span {
	display: none;
}



/* ヘッダー
================================================== */
#header {
	margin: 0 auto 32px;
	width: 960px;
	max-width: 100%;
	text-align: left;
}
#header .container {
	padding: 31px 10px 0 20px;
}

#header .leftColumn h1 {
	color: #333;
	font-size: 262%;
	line-height: 1;
	margin-bottom: 6px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
#header .leftColumn h2 {
	margin: 0;
	padding-left: 20px;
	color: #d85209;
	font-size: 108%;
	background: url(/images/common/logosubtitle_ico.png) no-repeat 0 50%;
	font-weight: normal;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

#header .rightColumn ul {
	margin: 2px 0 0;
	font-size: 0;
}
#header .rightColumn li {
	display: inline-block;
	list-style-type: none;
	margin-left: 15px;
}

#header .leftColumn a .leftColumnInner:hover {
	opacity: .6;
}



/* グローバルメニュー
-------------------------------------------------- */
.gmenuBox {
	clear: both;
	/*height: 60px;*/
	margin-bottom: 20px;
	background: url(/images/common/main_img.jpg) no-repeat 50% -220px;
	background-size: cover;
}
#topver {
	height: 300px;
}
#gmenu {
	text-align: left;
	background-color: rgba(0,0,0,.4);
}
#gmenu ul {
	max-width: 960px;
	margin: 0 auto;
	font-weight: bold;
	line-height: 1;
	border-right: 1px solid rgba(255,255,255,.5);
	box-sizing: border-box;
	display: flex;
}
#gmenu li {
	float: left;
	width: 16.666666%;
	/*height: 60px;*/
	/*padding-top: 14px;*/
	font-size: 124%;
	text-align: center;
	line-height: 1;
	list-style-type: none;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid rgba(255,255,255,.5);
}
#gmenu li i {
	display: block;
	font-size: 63%;
	color: #efefef;
	font-style: normal;
	margin-top: 6px;
	text-transform: uppercase;
}
#gmenu a {
	padding: 14px 0;
	display: block;
	position: relative;
	width: 100%;
	/*height: 46px;*/
}

#gmenu a:link, #gmenu a:visited {
	color: #fff;
}
#gmenu a:active, #gmenu a:hover, #gmenu a.current {
	color: #fff;
}
#gmenu a.current {
	background: url(/images/common/gnav_current.jpg) no-repeat 0 100%;
}



/* ログイン
-------------------------------------------------- */
.panel {
	height: 400px;
	position: relative;
	font-size: 108%;
	text-align: left;
}
.panel a:link,
.panel a:visited {
	color: #fff;
	text-decoration: underline;
}
.panel a:active,
.panel a:hover {
	color: #fff;
	text-decoration: none;
}
.panel > *:first-child {
	color: #fff;
	margin: 0 auto 0 auto;
	padding: 20px;
	border-radius: 10px;
	overflow-y: auto;
	display: block;
	max-width: 100%;
	width: 340px;
	height: 240px;
	position: absolute;
	top: 60px;
	left: 50%;
	background: rgba(0,0,0,.5);
left: 50%;
-webkit-transform : translateX(-50%);
transform : translateX(-50%);
}
.panel .table {
	margin: 0;
}




/* コンテンツコンテナ
================================================== */
#contentsContainer {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 108%;	/* 14px */
	display: flex;
	justify-content: space-between;
}
#contentsContainer>*:last-child {
	margin-bottom: 60px;
}



/* メインカラム
================================================== */
#mainColumn {
	width: 73%;
	max-width: 100%;
	margin-bottom: 60px;
}
#mainColumnTopver {
	float: left;
	width: 710px;
	max-width: 100%;
	margin-left: -15px;
	margin-bottom: 60px;
}


h3.mtitle {
	position: relative;
	margin-bottom: 15px;
	padding: 10px 15px 10px 45px;
	font-size: 139%;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
	border: 3px solid #e6e6e6;
	border-radius: .4em;
	background: url(/images/common/ico_note01.png) no-repeat 10px 50% #d9530a;
}

h4.stitle,
h5.stitle {
	padding: 0 0 10px 2px;
	font-size: 117%;
	border-bottom: 2px solid #e6e6e6;
}



/* サイドカラム
================================================== */
#sideColumn {
	width: 23%;
	margin-bottom: 60px;
}

#sideColumn ul.sideLink {
	margin-left: 0;
	padding: .8em .5em .8em 2em;
	border: 3px solid #e6e6e6;
	border-radius: .46em;
	background: #f2f2f2;
}
#sideColumn ul.sideLink li {
	margin-top: .5em;
}
#sideColumn ul.sideLink li:first-child {
	margin-top: 0;
}

#sideColumn-calendar {
	width: 23%;
	margin-bottom: 60px;
	border: 3px solid #e6e6e6;
  border-radius: .46em;
  background: #f2f2f2;
	box-sizing: border-box;
}



/* footer
================================================== */
#footer {
	background: url(/images/common/footer_bg.gif) repeat-x;
}

#footer .pankuzuBox {
	border-bottom: 1px solid #ccbda3;
}
#footer .pankuzuBox ul.pankuzu {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 0;
}

#footer .pankuzu li {
	display: inline-block;
	margin: 10px .4em 9px 0;
	list-style-type: none;
	font-size: 13px;
}
#footer .pankuzu li:last-child {
	margin-right: 0;
}

#footer .pankuzu .homeLink {
	margin-left: 20px;
	padding-left: 22px;
	background: url(/images/common/pankuzu_ico.png) no-repeat left 50%;
}

#footer .pankuzu li:after {
	content: "＞";
	font-size: 86%;
	margin-left: .7em;
}
#footer .pankuzu li:last-child:after {
	content: none;
}
#footer .pankuzu li a {
	color: #333;
}


#footer .container {
	position: relative;
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	text-align: left;
	box-sizing: border-box;
}

#footer ul.footerLink {
	float: left;
	margin: 0 25px;
}
#footer ul.footerLink li {
	display: inline-block;
	margin-right: 20px;
	list-style-type: none;
}
#footer ul.footerLink li a {
	color: #333;
	text-decoration: underline;
}
#footer ul.footerLink li a:hover {
	text-decoration: none;
}
#footer p.copy {
	float: right;
	margin: 0 25px 0 0;
	text-transform: capitalize;
	font-size: 100%;
}

.backtopBtn {
	position: fixed;
	top: 75%;
	left: 50%;
	margin-left: 520px;
}
@media screen and (max-width: 1080px){
	.backtopBtn {
		margin-left: 0;
		position: absolute;
		top: auto;
		right: 10px;
		left: auto;
		top:-25px;
	}
}
@media screen and (min-width: 1080px) and (max-width: 1170px){
	.backtopBtn {
		margin-left: 480px;
	}
}


/* モーダル
================================================== */

.gmenu_sm {
	display: none;
}



/* ノースクリプト
================================================== */
#noScript {
	color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #c00;
	font-size: 116%;	/* 15px */
	font-weight: bold;
	line-height: 2;
	text-align: center;
	text-shadow: -1px -1px 0 rgba(0,0,0,.2);
}
@media print {
	#noScript {
		display: none;
	}
}



/* スマホ用メニュー
================================================== */

.header_bar_sm {
	display: none;
}


/* タブレット
=========================================================================================================================================== */

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


/* グローバルメニュー
-------------------------------------------------- */
.gmenuBox {
	background-position: center center;
	margin-top: 20px;
}

}

/* sm
=========================================================================================================================================== */

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

/* ボタン
-------------------------------------------------- */
.alignRight .btn {
	margin-bottom: 10px;
}



/* グローバルメニュー
-------------------------------------------------- */

#topver {
	margin-top: 20px;
}

#gmenu .gmenuBox {
	background-position: center center;
}

#gmenu {
	display: none;
}

.gmenuBox.panel .table th {
	width: 100%;
	display: block;
	padding-bottom: 0;

}

.gmenuBox.panel {
	height: auto;
	min-height: 430px;
	overflow:hidden;
}

.gmenuBox.panel .table td {
	width: 100%;
	display: block;
	padding-top: 0;

}

.gmenuBox.panel > :first-child {
	min-height: 240px;
	height: auto;
	box-sizing: border-box;
}

/* ヘッダー
================================================== */
#header {
	margin: 0 auto 0;
	width: 960px;
	max-width: 100%;
	text-align: left;
}
#header .container {
	padding: 10px 10px 0 20px;
}

.director #header .container {
	padding-top: 31px;
}

#header .container .rightColumn {
	display: none;
}

#header .leftColumn h1 {
	font-size: clamp(25px,4.8vw,40px);
	padding-bottom: 10px;
}

#header .leftColumn h2 {
	margin-bottom: 0;
	line-height: 1.4;
	padding-left: 30px;

}

/* コンテンツコンテナ
================================================== */

#contentsContainer {
	flex-direction: column;
	padding: 10px;
	box-sizing: border-box;
}
#mainColumn {
  width: 100%;
	min-height: auto;
	margin-bottom: 20px;
}
#mainColumn p.alignRight.alpha {
	margin-bottom: 0;
}

#mainColumn p.alignRight.alpha .btn {
	font-size: 14px;
	margin-bottom: 10px;
}

#mainColumn p.alignCenter.alpha .btn {
	font-size: 14px;
	margin-bottom: 10px;
}


#mainColumn p.alignLeft.alpha .btn {
	font-size: 14px;
	margin-bottom: 10px;
}

h3 {
	font-size: 120% !important;
}
#sideColumn {
  width: 100%;
}
#sideColumn-calendar {
  width: 100%;
}


.contentsBox .table_striped th {
	width: 100%;
	display: block;
	padding-bottom: 0;
	box-sizing: border-box;
}

.contentsBox .table_striped td {
	width: 100%;
	display: block;
	box-sizing: border-box;
}


.table_striped td {
	padding-right: 10px;
	padding-left: 10px;
}



/* footer
================================================== */

#footer .container {
	padding: 10px;
}
#footer p.copy {
	margin: 0;
	font-size: 11px;
	text-align: center;
	width: 100%;
	padding-top: 20px;
}
#footer ul.footerLink {
	margin: 0;
}


/* スマホ用メニュー
================================================== */

body.director .header_bar {
	display: none !important;
}
.header_bar_sm {
	display: block;
	position: fixed;
  top: 0;
  left: 0;
	width: 100%;
	z-index: 999;
}

.header_bar_sm .toggle {
	display: none;
}
.header_bar_sm .Label {		/*タイトル*/
	padding: 10px 10px 10px 50px;
	display: block;
	color: #c2c2c2;
	background:#666666;
	text-align: left;
}

.header_bar_sm .Label:visited {
	color: #c2c2c2;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}

.header_bar_sm .Label:hover {
	color: #a8a8a8;
}

.header_bar_sm .Label:hover::before {
	border-top: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
}

.header_bar_sm .Label:active::before {
	color: #c2c2c2;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}


.header_bar_sm .Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 8px;
	height: 8px;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 4px );
	left: 20px;
	transform: rotate(45deg);
}
.header_bar_sm  .Label,
.header_bar_sm  .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.header_bar_sm  .content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
	background:#666666;
	color: #fff;
}
.header_bar_sm .toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.header_bar_sm .toggle:checked + .Label::before {
	transform: rotate(135deg) !important;
	top:calc( 50% - 6px );
	left: 23px;
}
.header_bar_sm  .content a {
	color: #fff;
	display: block;
	padding-bottom: 10px;
}
.header_bar_sm .content a:hover {
	opacity: .8;
}
.header_bar_sm .content ul {
	margin: 0;
	padding: 0;
}
.header_bar_sm .content ul li {
	text-align: left;
	list-style: none;
}
.header_bar_sm .content ul li:last-child a {
	padding-bottom: 0;
}


/* モーダル
================================================== */


.gmenu_sm {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: block;
}

.gmenu_sm .p-modal {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}

.gmenu_sm .p-modal__back {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.gmenu_sm .p-modal__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 80%;
  padding: 10px 30px;
  background-color: #fff;
}


.gmenu_sm .p-modal__close {
  position: absolute;
  top: 0;
  right: 30px;
  cursor: pointer;
  font-size: 210%;
}



.gmenu_sm .p-modal {
  visibility: hidden;
  opacity : 0;
}

.gmenu_sm .is-show {
  visibility: visible;
  opacity : 1;
}

.gmenu_sm ul.menu_sm_navi {
	background:rgba(0,0,0,0.9);
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.gmenu_sm ul.menu_sm_navi li {
	width: 25%;
	list-style: none;
}

.gmenu_sm ul.menu_sm_navi button {
  background-color: transparent;
  border: none;
	color: #fff;
  cursor: pointer;
	display: block;
	padding: 45px 0 10px 0;
	text-align: center;
	width: 100%;
	line-height: 1;
	font-size: 12px;
}

.gmenu_sm ul.menu_sm_navi button:hover {
	opacity: .6;
}

.gmenu_sm ul.menu_sm_navi a {
	color: #fff;
	display: block;
	padding: 45px 0 10px 0;
	text-align: center;
	border-right: 1px solid #898989;
	line-height: 1;
	font-size: 12px;
}
.gmenu_sm ul.menu_sm_navi a:hover {
	opacity: .6;
}

.gmenu_sm ul.menu_sm_navi li:first-child a {
	background-image: url(/images/common/icon1.png);
		background-repeat: no-repeat;
	background-position: top 15px center;
	background-size: auto 20px;
}

.gmenu_sm ul.menu_sm_navi li:nth-child(2) a {
	background-image: url(/images/common/icon2.png);
		background-repeat: no-repeat;
	background-position: top 15px  center;
	background-size: auto 20px;
}


.gmenu_sm ul.menu_sm_navi li:nth-child(3) a {
		background-image: url(/images/common/icon3.png);
			background-repeat: no-repeat;
	background-position: top 15px center;
	background-size: auto 20px;
}


.gmenu_sm ul.menu_sm_navi li:nth-child(4) button {
	background-image: url(/images/common/icon4.png);
		background-repeat: no-repeat;
	background-position: top 15px center;
	background-size: auto 20px;
}


.p-modal__contents {
	padding-top: 20px;
	padding-bottom: 10px;
}

.p-modal__contents ul {
	padding: 0;
	margin: 0;
}

.p-modal__contents ul li {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.p-modal__contents ul li a {
	padding: 7px 0;
	color: #000;
	display: block;
	font-size: 16px;
}
.p-modal__contents ul li a:hover {
	opacity: .6;
}
.gmenu_sm  p {
	display: block;
	border-bottom: 1px solid #000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

/* footer
================================================== */
#footer {
	padding-bottom: 90px;
}
#footer .pankuzuBox ul.pankuzu {
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
}

#footer .pankuzu .homeLink {
	margin-left: 0;
}

.backtopBtn img {
	width: 35px;
	height: 35px;
}

}