@charset "utf-8";
html {
height: 100%;
line-height: 1;
background: #333333;
color: #333333;
font-size: 62.5%;
font-family: 'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
/*
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
*/
}
body {
margin: 0;
padding: 0;
border: 0;
height: 100%;
font-size: 1.0rem;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6, form, dl, dt, dd, p {
margin: 0;
padding: 0;
font-size: 100%;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a:link {
color: #333333;
text-decoration: none;
}
a:visited {
color: #333333;
text-decoration: none;
}
a:active,
a:hover {
color: #333333;
text-decoration: none;
}
a img {
transition: opacity .2s ease;
}
a:hover img {
 opacity: .7;
}
abbr[title] {
border-bottom: 1px dotted;
}
em {
font-style:normal;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 100%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
ul, ol {
margin: 0;
padding: 0;
*padding: 0;
list-style: none;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
input[type="search"]::-webkit-input-placeholder {
padding-top: 7px;
color: #888888;
font-size: 2rem;
}
input[type="search"]:-ms-input-placeholder {
padding-top: 7px;
color: #888888;
font-size: 2rem;
}
input[type="search"]::-moz-placeholder {
padding-top: 7px;
color: #888888;
font-size: 2rem;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}

/* common-style */
.clg-clearfix:after {
content:"";
display:block;
clear:both;
}
.clg-clearfix {width:100%;}
ul.clg-linelist {
list-style:none;
margin:0;
padding:0;
letter-spacing:-0.4em;
word-spacing:-1em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 ul.clg-linelist {
 word-spacing:normal; 
 }
}
ul.clg-linelist li {
margin:0;
padding:0;
word-spacing:normal;
letter-spacing:normal;
display:inline-block;
*display:inline;
*zoom:1;
}
.clg-contents-wrap {
background: #ffffff;
}

/* --------------------------------------- */
/*  Responsive Header+Footer
/* --------------------------------------- */
/* header */
#HEADER_R.clg-header-wrap {
position: relative;
width: 100%;
height: 60px;
background: #ffffff;
box-shadow: 1px 0 5px rgba(0,0,0,.2);
z-index: 4;
}
#HEADER_R.clg-header-wrap.clg-fixed {
position: fixed;
top: 0;
left: 0;
padding-top: 0 !important;
}
#HEADER_R .clg-header-logo {
 float: left;
 width: 220px;
}
#HEADER_R .clg-header-logo a {
display: block;
height: 60px;
padding: 0px;
box-sizing: border-box;
}
#HEADER_R .clg-header-logo a img {
 width: 100%;
 transition: none;
}
/* footer */
.clg-footer-ptop {
/*display: none;*/
width: 60px;
height: 60px;
position: fixed;
bottom: 160px;
right: 0;
background: rgba(0,0,0,.6);
z-index: 4;
transition: opacity .2s ease;
}
.clg-footer-ptop:hover {
opacity: .7;
}
.clg-footer-ptop span {
display: block;
width: 60px;
height: 60px;
background-image: url(../images/ico_up.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 30px;
}
#FOOTER_R.clg-footer-wrap {
width: 100%;
background: #333333;
}
#FOOTER_R.clg-footer-wrap small.clg-co {
 display: block;
 padding: 30px 0;
 text-align: center;
 color: #ffffff;
 font-family: ’lucida grande’,Segoe UI, arial;
 font-size: 1.6rem;
}
#FOOTER_R.clg-footer-wrap small.clg-co i {
 display: inline-block;
 padding-right: 5px;
}
#FOOTER_R.clg-footer-wrap small.clg-co span {
 display: inline-block;
 padding-right: 5px;
}
#FOOTER_R.clg-footer-wrap small.clg-co em {
 display: inline-block;
 width: 83px;
}
#FOOTER_R.clg-footer-wrap small.clg-co em img {
 width: 100%;
}
@media screen and (max-width:767px) {
 #uheader {
 display: none;
 }
 /* header */
 #HEADER_R.clg-header-wrap {
 position: fixed;
 top: 0;
 left: 0;
 height:50px;
 }
 #HEADER_R.clg-header-wrap .clg-inner {
 padding: 0;
 position: relative;
 height: 50px;
 width: 100%;
 }
 #HEADER_R .clg-header-logo {
 margin: 0 auto;
 float: none;
 width: 182px;
 }
 #HEADER_R .clg-header-logo a {
 padding: 0;
 height: auto;
 width: auto;
 }
 #HEADER_R .clg-header-logo a img {
 width: 100%;
 height: auto;
 }
 #HEADER_R .clg-header-logo a:hover img {
 opacity: 1;
 }
 /* footer */
 .clg-footer-ptop {
 width: 50px;
 height: 50px;
 position: fixed;
 bottom: 10px;
 right: 0;
 z-index: 4;
 transition: none;
 }
 .clg-footer-ptop span {
 width: 50px;
 height: 50px;
 background-size: 28px;
 }
 #FOOTER_R.clg-footer-wrap {
 padding: 15px 0;
 }
 #FOOTER_R.clg-footer-wrap .clg-inner {
  width: 100%;
 }
 #FOOTER_R.clg-footer-wrap small.clg-co {
  padding: 10px 0;
  font-size: 1.4rem;
 }
 #FOOTER_R.clg-footer-wrap small.clg-co i {
  font-size: 1.6rem;
  font-style: normal;
 }
 #FOOTER_R.clg-footer-wrap small.clg-co em {
  width: 70px;
 }
 .clg-contents-wrap {
 padding-top: 0;
 }
}


/* --------------------------------------- */
/*  SiteMap
/* --------------------------------------- */
.clg-msg-ttl-wrap {
background: #333333;
height: 120px;
}
#HEADER_R .clg-inner,
#FOOTER_R .clg-inner,
.clg-sitemap-wrap .clg-inner {
margin: 0 auto;
padding: 0 10px;
width: 100%;
max-width: 996px;
box-sizing: border-box;
}
.clg-msg-ttl-wrap .clg-msg-ttl-box {
outline-color: transparent;
margin-top: 34px;
width: 100%;
background: transparent;
border: 0;
color: #ffffff;
font-size: 2.8rem;
font-weight: normal;
text-align: center;
}
.clg-msg-ttl-wrap .clg-inner {
position: relative;
display: table;
min-height: 120px;
height: 100%;
}
.clg-msg-ttl-wrap .clg-inner:before{
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(51, 51, 51, 0);
border-top-color: #333333;
border-width: 10px;
margin-left: -10px;
}
.clg-msg-ttl-wrap .clg-msg-ttl-box {
display: table-cell;
margin: 0;
line-height: 1.3;
font-size: 2.6rem;
text-align: center;
vertical-align: middle;
}
.clg-map-list-wrap {
padding: 50px 0;
}
.clg-map-list-box {
 margin-bottom: 20px;
 padding: 5px 5px 0 5px;
 font-size: 1.6rem;
 border: 1px solid #ccc;
}
.clg-map-list-box .clg-ttl {
position: relative;
}
.clg-map-list-box .clg-ttl a:after {
position: absolute;
top: 0;
left: 0;
display: block;
content: "";
width: 20px;
height: 100%;
background:#cccccc  url(../images/clg_arr.png) no-repeat 8px 50%;
background-size: 14px;
}
.clg-map-list-box .clg-ttl a {
display: block; 
padding: 10px 30px;
color: #555555;
background: #dddddd;
background-size: 16px;
font-weight: bold;
transition: opacity .2s ease;
}
.clg-map-list-box.clg-cat-conf .clg-ttl a {
color: #db1673;
background: #F7E8EF;
}
.clg-map-list-box.clg-cat-career .clg-ttl a {
color: #036ead;
background: #E4F1F9;
}
.clg-map-list-box.clg-cat-job .clg-ttl a {
color: #84b81f;
background: #E9F5D0;
}
.clg-map-list-box.clg-cat-conf .clg-ttl a:after {
background-color: #F2BDD6;
}
.clg-map-list-box.clg-cat-career .clg-ttl a:after {
background-color: #A4CFE8;
}
.clg-map-list-box.clg-cat-job .clg-ttl a:after {
background-color: #D2EAA0;
}
.clg-map-list-box .clg-ttl a:hover {
 opacity: .7;
}
.clg-map-list-box ul {
 padding: 20px 20px 0;
 box-sizing: border-box;
}
.clg-map-list-box li {
float: left;
padding: 0 20px 0 0;
width: 33.3%;
min-height: 56px;
box-sizing: border-box;
}
.clg-map-list-box li a {
display: block;
padding: 8px 0 8px 14px;
background: url(../images/clg_arr.png) no-repeat left 14px;
background-size: 12px;
font-size: 1.4rem;
line-height: 1.4;
}
.clg-map-list-box li a:hover {
opacity: .7;
}
@media screen and (max-width:767px) {

 .clg-sitemap-wrap {
 margin-top: 50px;
 }
 .clg-map-list-wrap { 
 padding: 20px 0;
 }
 .clg-map-list-wrap .clg-inner {
 padding: 0 5%;
 box-sizing: border-box;
 }
 .clg-msg-ttl-wrap {
 height: 80px;
 }
 .clg-msg-ttl-wrap .clg-msg-ttl-box {
 margin-top: 24px;
 padding: 0;
 font-size: 2rem;
 }
 .clg-msg-ttl-wrap .clg-inner {
 min-height: 0;
 }
 .clg-msg-ttl-wrap .clg-msg-ttl-box {
 padding: 5px 1%;
 font-size: 1.8rem;
 }
 .clg-map-list-box {
 margin-bottom: 10px;
 }
 .clg-map-list-box .clg-ttl a {
 padding: 15px;
 }
 .clg-map-list-box .clg-ttl a:after {
 left: auto;
 right: 0;
 }
 .clg-map-list-box ul {
  padding: 0;
 }
 .clg-map-list-box li {
 float: none;
 padding: 0;
 width: 100%;
 min-height: 0;
 border-bottom: 1px solid #ececec;
 }
 .clg-map-list-box li:last-child {
  border: 0;
 }
 .clg-map-list-box li a {
 padding: 16px 14px;
 background: url(../images/clg_arr.png) no-repeat right 50%;
 background-size: 14px;
 }
 .clg-map-list-box li a:hover {
 background:#eee url(../images/clg_arr.png) no-repeat right 50%;
 background-size: 14px;
 opacity:1;
 }
}
