@charset "UTF-8";

/*　基本設定
-------------------------------------*/
body {
	background-color:#FFFFFF;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing:0.025;
	/*color: #5f7173;*/
	color: #444;
	font-family:"Open Sans","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust : 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	position: relative;
    right: 0;
    overflow-x: hidden;
}

/*If you want this size in pixels (px)	Declare this percent (%)
10px		77%
11	px		85%
12	px		93%
13	px		100%
14	px		108% (was 107%)
15	px		116% (was 114%)
16	px		123.1% (was 122%)
17	px		131% (was 129%)
18	px		138.5% (was 136%)
19	px		146.5% (was 144%)
20	px		153.9% (was 152%)
21	px		161.6% (was 159%)
22px		167%
23	px		174%
24	px		182%
25	px		189%
26	px		197%
*/

a:link,a:visited{
	cursor: pointer;
	color:#000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
}
img{
	vertical-align: top;
	border: 0;
}
a img{
	vertical-align:top;
}
a.win{
}
a.win img {
	display:inline-block;
	margin-left:6px;
	padding-top:2px;
}
a.win:after{
}
a.win:hover{
}
a.linkArrow01{
}
a.linkArrow01:hover{
}

#wrap{
	text-align:left;
	width:100%;
	min-width:1000px;
}
#main {
	width:1000px;
	margin:0 auto;
}
.clearfix:after {
 	content: "";
 	clear: both;
	 display: block;
	 height: 0;
}

.hidePc {
	display:none;
}
.hideTxt {
	 overflow: hidden;
	  text-indent: 100%;
	  white-space: nowrap;
}
.hideTxt * {
	display:inline !important;
	line-height:1;
	margin:0;
	padding:0 !important;
	font-size:14px;
}

/*　１カラム　*/
.layout-one-column {
	margin:0 auto;
}
.layout-one-column #main {
	margin:0 auto;
}
.layout-one-column .contentIn {
	width:1000px;
	margin:0 auto;
}

/*　2カラム（右メニュー）*/
.layout-two-column-right {
	margin:0 auto;
}
.layout-two-column-right .contentIn {
	width:1000px;
	margin:0 auto;
}
.layout-two-column-right #main {
	width:762px;
	float:left;
}
.layout-two-column-right #sidebar {
	width:214px;
	float:right;
}


/*　header
-------------------------------------*/
header {
	width:1000px;
	margin:9px auto 11px;
	position:relative;
}
header .headTxt {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
header .headTxt p {
	text-align:center;
	color:#a0b0b2;
	font-size:11px;
	line-height:1;
}
header .headLgo {
	text-align:center;
	margin:10px 0 20px;
}
header .headLgo img {
	margin-top:20px;
}
header .headContact {
	position:absolute;
	width:341px;
	right:0;
	top:55px;
}
header .headContact .tel {
	float:left;
}
header .headContact .form {
	float:right;
}
header .headContact .form a {
	display:block;
	width:169px;
	text-align:center;
	background:#006f7c;
	color:#fff;
	text-decoration:none;
	line-height:1;
	padding:8px 0;
	margin-top:-8px;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	font-weight:bold;
}
header .headContact .form a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

/* 2020.06.10 SNS ADD */
.snsArea  img{
-webkit-backface-visibility: hidden;
}
header .snsArea {
    position: absolute;
    top: 46px;
    left: 4px;
}
header .snsArea span {
    margin-left: 6px;
}
header .snsArea span:first-child {
    margin-left:0;
}

/*　globalNav
-------------------------------------*/
#globalNav {
}
#globalNav nav ul {
	border-left:1px solid #d1d9da;
}
#globalNav nav ul li {
	float:left;
	position:relative;
}
#globalNav nav ul li a {
	text-decoration:none;
	font-weight:bold;
	display:block;
	line-height:1;
	width:145px;
	text-align:center;
	border-right:1px solid #d1d9da;
	padding:12px 0 18px;
}
#globalNav nav ul li a:hover,
#globalNav nav ul li a.active {
	color:#006f7c;
}
#globalNav nav ul li.nav01 a {
	width:123px;
}
#globalNav nav ul li.nav07 a {
	width:144px;
}
#globalNav #button {
	display:none;
}

/*子メニュー*/
#globalNav nav {
	position:relative;
}
#globalNav .childMenu {
	display:none;
	position:absolute;
	top:44px;
	left:0;
	min-width:158px;
	width:auto;
	background:#fff;
	border:none;
	padding:20px 28px;
	white-space:nowrap;
	z-index:100;
}
#globalNav .childMenu li {
	float:none;
}
#globalNav .childMenu li a {
	width:auto;
	text-align:left;
	border:none;
	font-weight:normal;
	padding:10px 0;
}
#globalNav .nav07 .childMenu {
	left:auto;
	right:0;
}

/*　contact
-------------------------------------*/
#contact {
	background:#006f7c;
}
#contact .contactIn {
	width:840px;
	margin:0 auto;
	padding:30px 0 27px;
}
#contact .contactIn p {
	color:#fff;
	float:left;
}
#contact .contactIn p br {
	display:none;
}
#contact .contactInfo {
	float:right;
}
#contact .contactInfo .tel {
	float:left;
	margin-top:3px;
}
#contact .contactInfo .form {
	float:right;
	margin-left:16px;
	margin-top:3px;
}
#contact .contactInfo .form a {
	display:block;
	width:230px;
	text-align:center;
	background:#fff;
	color:#006f7c;
	text-decoration:none;
	line-height:1;
	padding:10px 0;
	margin-top:-12px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	font-weight:bold;
	font-size:18px;
}
#contact .contactInfo .form a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

/*　pageTop
-------------------------------------*/
#pageTop {
	position:fixed;
	bottom:18px;
	right:14px;
}

/*　footer
-------------------------------------*/
footer {
	width:1000px;
	margin:24px auto 20px;
}
footer .footerIn {
	margin-bottom:22px;
}
footer .footerIn .companyInfo {
	float:left;
	width:225px;
	padding-top:3px;
}
footer .footerIn .companyInfo .txt {
	margin-top:27px;
	font-size:12px;
}
footer .footerIn ul.accordion {
	float:left;
}
footer .footerIn ul.accordion a {
	text-decoration:none;
	color:#5f7173;
}
footer .footerIn ul.accordion a:hover {
	text-decoration:underline;
}
footer .footerIn ul li {
	list-style:none;
}
footer .footerIn .childMenu {
	margin:8px 0 0 10px;
}
footer .footerIn .childMenu li {
	font-size:12px;
	margin:2px 0;
}
footer .footerIn ul li.nav01 {
	width:198px;
	border-left:1px solid #d1d9da;
	padding-left:28px;
}
footer .footerIn ul li.nav02 {
	width:235px;
}
footer .footerIn ul li.nav03,footer .footerIn ul li.nav07 {
	margin:18px 0 12px;
}
footer .footerIn ul li.nav08 {
	margin:0 0 12px;
}
footer .footerIn ul li.nav05 {
	width:172px;
}
footer .bottomMost {
	background:#eef0f0;
	color:#8d9c9e;
	font-size:11px;
	padding:20px;
	margin-bottom:20px;
}
footer .copyright {
	text-align:right;
}
footer .copyright small {
	font-size:12px;
}

/* 2020.06.10 SNS ADD */
footer .snsArea {
	margin-top: 12px;
}
footer .snsArea span {
    margin-left: 6px;
}
footer .snsArea span:first-child {
    margin-left:0;
}

/*　子ページ
-------------------------------------*/
#page .contentIn {
	margin-bottom:150px;
}

/*　mainImg
-------------------------------------*/
.mainImg {
	width:100%;
	height:190px;
	background-size:1200px auto !important;
	margin-bottom:19px;
}
@media screen and (min-width: 1200px) {
.mainImg {
	background-size:100% auto !important;
}
}
.mainImg .pageTtl {
	width:1000px;
	margin:0 auto;
	display:table;
}
.mainImg .pageTtl h2 {
	width:100%;
	height:190px;
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	color:#fff;
	font-weight:bold;
	font-size:36px;
	text-shadow: 0px 1px 5px rgba(11, 11, 12, 0.3);
	-webkit-text-shadow: 0px 1px 5px rgba(11, 11, 12, 0.3);
	-moz-text-shadow: 0px 1px 5px rgba(11, 11, 12, 0.3);
}

/*　pnkz
-------------------------------------*/
#pnkz {
	color:#000;
	font-size:12px;
	text-align:right;
	margin-bottom:39px;
	line-height:1;
}
#pnkz span {
	padding:7px 0 7px 13px;
	margin-left:13px;
	border-left:1px solid #d1d9da;
}
#pnkz span:first-child {
	padding-left:0;
	margin-left:0;
	border-left:none;
}

/*　pager
-------------------------------------*/
#pager {
	text-align:center;
	margin-top:55px;
	font-size:20px;
	line-height:1;
	margin-left:-50px;
}
#pager span {
	display:inline-block;
	min-height:29px;
	margin-left:50px;
}
#pager .prev {
	background:url(../images/common/ico-arrow_pager_001.png) left center no-repeat;
	padding-left:32px;
}
#pager .next {
	background:url(../images/common/ico-arrow_pager_002.png) right center no-repeat;
	padding-right:32px;
}

/*　sidebar
-------------------------------------*/
#sidebar h1 {
	background:#eef0f0;
	text-align:center;
	color:#006f7c;
	padding:10px;
}
#sidebar ul {
	border-bottom:1px solid #d1d9da;
	margin-bottom:35px;
}
#sidebar ul li {
	list-style:none;
	border-top:1px solid #d1d9da;
}
#sidebar ul li:first-child {
	border-top:none;
}
#sidebar ul li a {
	text-decoration:none;
	display:block;
	padding:12px 8px;
}
#sidebar ul li a:hover {
	color:#006f7c;
}
#sidebar ul li a.active {
	background:#006f7c;
	color:#fff;
}
#sidebar ul.child {
	border-bottom:none;
	border-top:1px solid #d1d9da;
	margin:0;
}
#sidebar ul.child li {
	margin-left:14px;
	border-top:1px dotted #d1d9da;
}
#sidebar ul.child li:first-child {
	border-top:none;
}
#sidebar .sideBnr figure {
	margin-bottom:10px;
}
#sidebar .sideBnr figure img {
	width:214px;
	height:auto;
}
#sidebar .sideBnr {
	margin-bottom:-4px;
}


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

/*　基本設定
-------------------------------------*/
#main {
	width:auto;
	margin:0  20px;
}
#main.moduleContent {
	margin:0;
}
figure {
	max-width:100%;
}
figure img {
	max-width:100%;
	height:auto;
}

.hidePc {
	display:inherit;
}
.hideSp {
	display:none;
}

/*アコーディオン用*/
.accordion .childMenu {
	display:none;
}

/*　１カラム　*/
.layout-one-column {
	margin:0 auto;
}
.layout-one-column #main {
	margin:0;
}
.layout-one-column .contentIn {
	width:auto;
	margin:0 20px;
}

/*　2カラム（右メニュー）*/
.layout-two-column-right {
	margin:0 auto;
}
.layout-two-column-right .contentIn {
	width:auto;
	margin:0 20px;
}
.layout-two-column-right #main {
	width:auto;
	float:none;
	margin-right:0;
}
.layout-two-column-right #sidebar {
	width:auto;
	float:none;
}

/*　header
-------------------------------------*/
header {
	width:auto;
	margin:0 10px 15px;
}
header .headTxt {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	margin-top:10px;
}
header .headTxt p {
	text-align:left;
	line-height:1.5;
	width:83%;
	margin:0 auto;
}
header .headLgo {
	margin:20px 0 16px;
}
header .headLgo img {
	margin:0;
}
header .headContact {
	position:inherit;
	max-width:300px;
	width:auto;
	right:auto;
	top:auto;
	margin:30px auto 0;
}
header .headContact .tel img{
	width:130px;
	height:auto;
}
header .headContact .form {
}
header .headContact .form a {
	width:160px;
	font-size:13px;
	letter-spacing:0;
	padding:8px 0;
	margin-top:-8px;
}

/* 2020.06.10 SNS ADD */
header .snsArea {
    /*display:none;*/
    /*margin: 0 auto; */
    text-align: center;
    margin-top: 10px;
    margin-bottom: -2px;
    position: relative;
    top: inherit ;
    left: inherit;
}

/*　globalNav
-------------------------------------*/
#globalNav {
}
#globalNav #slide_menu{
  position: fixed;
	top:0;
  right: -243px;
  width: 240px;
	height:100%;
  background: #fff;
	z-index:1000;
	border-left:3px solid #006d79;
	padding-top:90px;
	overflow: scroll; /* 20221228 ADD */
}
#globalNav nav ul {
	border-left:none;
	height:100%;
	overflow:auto;
	padding-bottom:90px;
}
#globalNav nav ul li {
	float:none;
	position:relative;
}
#globalNav nav ul li.nav07 {
	margin-bottom:90px;
}
#globalNav nav ul li a {
	text-decoration:none;
	font-weight:bold;
	display:block;
	line-height:1.5;
	width:auto;
	text-align:left;
	border-right:none;
	border-bottom:1px solid #d1d9da;
	padding:10px 20px;
}
#globalNav nav ul li a:hover,
#globalNav nav ul li a.active {
	color:#006f7c;
}
#globalNav nav ul li.nav01 a {
	width:auto;
	border-top:1px solid #d1d9da;
}
#globalNav nav ul li.nav07 a {
	width:auto;
}

/*子メニュー*/
#globalNav ul li.parent p {
	cursor:pointer;
}
#globalNav ul li.parent p:hover span a {
	color:#006f7c;
}
#globalNav ul li.parent > p span a {
	pointer-events:none;
	background:url(../images/common/ico-arrow_down_001.png) right 20px center no-repeat;
	background-size:20px auto;
}
#globalNav ul li.parent > p span.open a {
	background:url(../images/common/ico-arrow_up_001.png) right 20px center no-repeat;
	background-size:20px auto;
}
#globalNav .childMenu {
	display:none;
	position:inherit;
	top:auto;
	left:auto;
	min-width:0;
	width:auto;
	background:#e0f0f0;
	border:none;
	padding:0;
	white-space:inherit;
	z-index:auto;
}
#globalNav .childMenu li {
	float:none;
}
#globalNav .childMenu li a {
	width:auto;
	text-align:left;
	font-weight:normal;
	padding:10px 20px;
	border-bottom:1px solid #d1d9da;
}
#globalNav .nav07 .childMenu {
	left:auto;
	right:auto;
}

/*ボタン用*/
#globalNav #button {
	display:block;
	position:fixed;
	right:20px;
	top:20px;
	cursor:pointer;
	background:#006f7c;
	width:50px;
	height:50px;
	z-index:10000;
	color:#fff;
}
.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 10px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 30px;
  background: transparent;
  outline: none;
  padding:0 10px;
  position:relative; }
  .tcon > * {
    display: block; }
  .tcon:hover,
  .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }
.tcon-txt {
	display:block;
	position:absolute;
	bottom:3px;
	left:0;
	font-weight:bold;
	text-align:center;
	font-size:10px;
	color:#fff;
	width:100%;
}
.tcon-menu__lines {
  display: inline-block;
  height: 3px;
  width: 30px;
  transition: 0.3s;
  background: #fff;
  position: relative;
  margin-top:-9px}
  .tcon-menu__lines::before,
  .tcon-menu__lines::after {
    display: inline-block;
    height: 3px;
    width: 30px;
    transition: 0.3s;
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 7px; }
  .tcon-menu__lines::after {
    top: -7px; }
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }

.tcon-menu--xcross {
  width: auto;height:50px; }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before,
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: 0;
      width: 30px; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active,
  .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }


/*　contact
-------------------------------------*/
#contact .contactIn {
	width:auto;
	padding:15px 20px 20px;
}
#contact .contactIn p {
	float:none;
	text-align:center;
	margin-bottom:15px;
}
#contact .contactIn p br {
	display:inherit;
}
#contact .contactInfo {
	float:none;
}
#contact .contactInfo .tel {
	float:none;
	margin-top:0;
	text-align:center;
}
#contact .contactInfo .form {
	float:none;
	margin:0;
}
#contact .contactInfo .form a {
	margin:7px auto 0;
}


/*　pageTop
-------------------------------------*/
#pageTop {
	position:inherit;
	bottom:auto;
	right:auto;
	border-top:1px solid #d1d9da;
	height:40px;
	background:url(../images/common/btn-pageTop_sp_001.png) center center no-repeat;
	background-size:auto 15px;
}
#pageTop img {
	display:none;
}
#pageTop a {
	display:block;
	width:100%;
	height:40px;
}

/*　footer
-------------------------------------*/
footer {
	width:auto;
	margin:24px 0 20px;
}
footer .footerIn .companyInfo {
	float:none;
	max-width:225px;
	margin:0 auto;
	width:auto;
}
footer .footerIn .companyInfo  p {
	text-align:center;
}
footer .footerIn .companyInfo .txt {
	margin:15px 0 20px;
	text-align:left;
}
footer .footerIn ul.accordion {
	float:none;
}
footer .footerIn ul.accordion a {
	color:#006f7c;
	font-size:14px;
	display:block;
	width:auto;
	height:100%;
	padding:10px 20px;
}
footer .footerIn ul.accordion a:hover {
	text-decoration:none;
	background:#eef0f0;
}
footer .footerIn ul li {
	padding:0 !important;
	border-bottom:1px solid #d1d9da;
}
footer .footerIn ul li.parent p span {
	cursor:pointer;
	background:url(../images/common/ico-arrow_down_001.png) right 20px center no-repeat;
	background-size:20px auto;
	display:block;
}
footer .footerIn ul li.parent p span:hover {
	background:url(../images/common/ico-arrow_down_001.png) right 20px center no-repeat #eef0f0;
	background-size:20px auto;
}
footer .footerIn ul li.parent p span.open {
	background:url(../images/common/ico-arrow_up_001.png) right 20px center no-repeat;
	background-size:20px auto;
}
footer .footerIn ul li.parent p span a {
	pointer-events:none;
}
footer .footerIn .childMenu {
	margin:0;
}
footer .footerIn .childMenu li {
	margin:0;
	border-bottom:1px solid #fff;
}
footer .footerIn .childMenu li:last-child {
	border-bottom:none;
}
footer .footerIn .childMenu li a {
	background:#d1d9da;
}
footer .footerIn ul li.nav01 {
	width:auto;
	border-left:none;
	border-top:1px solid #d1d9da;
}
footer .footerIn ul li.nav02 {
	width:auto;
}
footer .footerIn ul li.nav03,footer .footerIn ul li.nav07,footer .footerIn ul li.nav08 {
	margin:0;
}
footer .footerIn ul li.nav05 {
	width:auto;
}
footer .bottomMost {
	margin:0 20px 10px;
}
footer .copyright {
	margin:0 20px;
}

/* 2020.06.10 SNS ADD */
footer .snsArea {
    margin-top: -8px;
    margin-bottom: 20px;
    text-align: center;
}

/*　子ページ
-------------------------------------*/
#page .contentIn {
	margin-bottom:50px;
}

/*　mainImg
-------------------------------------*/
.mainImg {
	background-size:auto 100% !important;
	margin-bottom:15px;
}
.mainImg .pageTtl {
	width:100%;
	margin:0;
}
.mainImg .pageTtl h2 {
	padding:0 20px;
}

/*　pnkz
-------------------------------------*/
#pnkz {
}

/*　pager
-------------------------------------*/
#pager {
	margin:50px 0 50px -50px;
	font-size:16px;
}
#pager span {
	display:inline-block;
	min-height:20px;
	margin-left:50px;
}
#pager .prev {
	background:url(../images/common/ico-arrow_pager_sp_001.png) left center no-repeat;
	background-size:contain;
	padding-left:25px;
}
#pager .next {
	background:url(../images/common/ico-arrow_pager_sp_002.png) right center no-repeat;
	background-size:contain;
	padding-right:25px;
}

/*　sidebar
-------------------------------------*/
#sidebar {
}
#sidebar figure {
	text-align:center;
}
#sidebar figure img {
	max-width:100%;
	height:auto;
}

}

/* 20200730 ADD */
#globalNav #slide_menu ul li.nav08pc {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top: 0;
    z-index: -1;
    position: absolute;
    border: none;
}
#globalNav #slide_menu ul li.nav08pc a{
    border-right: none;
}
.form a.headreform{
	background: none !important;
  color: #000 !important;
  text-decoration: underline !important;
  margin-top: 8px !important;
}

@media screen and (max-width: 760px) {
	#globalNav #slide_menu ul li.nav08pc {
    text-indent: inherit;
    white-space: inherit;
    overflow: inherit;
    z-index: inherit;
    position: inherit;
	}
	#globalNav nav ul li.nav07 {
    margin-bottom: 0;
	}
	#globalNav nav ul li.nav08pc {
    margin-bottom: 90px;
	}
	.form{
		position: relative;
	}
	.form a.headreform{
		text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top: 0;
    z-index: -1;
    position: absolute;
	}
}

/* 202212 ADD */
header .headLgo {
  margin: 10px 0 40px;
}

footer .footerIn ul.accordion {
  width: 250px;
}

footer .footerIn ul li.nav00 {
  border-left: 1px solid #d1d9da;
  padding: 0 0 12px 28px;
  width: 198px;
}

footer .footerIn ul.accordion a {
  color: #444;
  text-decoration: none;
}

footer .footerIn ul li span a {
	color: #000;
  font-weight: bold;
}

footer .footerIn .childMenu {
  margin: 8px 0 0 0;
}

footer .footerIn .companyInfo .txt {
	color: #000;
  font-weight: bold;
}

#globalNav nav ul {
  border-left: initial;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#globalNav nav ul li a {
  font-size: 16px;
  width: initial;
}

#globalNav nav ul li.nav01 a {
  width: initial;
}

#globalNav nav ul li.nav07 a {
  width: initial;
}

#globalNav nav ul li {
  float: initial;
  position: relative;
}

#globalNav nav ul li a {
  border-right: initial;
  line-height: 1;
  padding: 12px 16px 18px;
  text-align: center;
  width: initial;
}

.btnLink a {
  background: #006f7c;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: 190px;
}

.btnLink a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

@media screen and (max-width: 760px) {
  footer .footerIn ul.accordion {
    display: none;
  }
  footer .footerIn .companyInfo .txt {
    margin: 30px 0 20px;
    text-align: center;
  }
  footer .copyright {
    margin: 30px 0 0;
    text-align: center;
  }
  #pageTop {
    background: url(../images/common/btn-pageTop_001.png) center center no-repeat;
    background-size: auto 50px;
    border-top: none;
    bottom: auto;
    height: 50px;
    margin-bottom: 30px;
    position: inherit;
    right: auto;
  }
  #globalNav #button {
    z-index: 9990;
  }
  #globalNav nav ul {
    display: block;
  }
  #globalNav nav ul li a {
    font-size: inherit;
    width: auto;
  }
  #globalNav nav ul li a {
    line-height: 1.5;
    padding: 10px 20px;
    text-align: initial;
  }
}