@charset "UTF-8";

/* base */
body{
  margin: 0 !important;
}
#CCGHeader, #CCGHeader *,
#CCGFooter, #CCGFooter *{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  box-sizing: border-box !important;
  line-height: normal !important;
}
#CCGHeader *::after,
#CCGHeader *::before,
#CCGFooter *::after,
#CCGFooter *::before{
  box-sizing: border-box !important;
}
#CCGHeader, #CCGFooter{
  font-family:"segoe UI",Roboto,"Droid Sans","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴPro W3",Meiryo,"メイリオ",sans-serif !important;
}

#CCGHeader img,
#CCGFooter img{
  outline: 0 !important;
  border: 0 !important;
  border-style: none !important;
  vertical-align: bottom !important;
}
#CCGHeader a,
#CCGFooter a{
  color: #009ce5 !important;
  text-decoration: none !important;
  border-bottom: none !important;
  outline: 0 !important;
  -webkit-transition: 0.15s ease-out !important;
  -moz-transition: 0.15s ease-out !important;
  -ms-transition: 0.15s ease-out !important;
  -o-transition: 0.15s ease-out !important;
  transition: 0.15s ease-out !important;
}
#CCGHeader a:hover img,
#CCGFooter a:hover img{
  opacity: .8 !important;
  filter: alpha(opacity=80) !important;
  -webkit-transition: 0.2s ease-out !important;
  -moz-transition: 0.2s ease-out !important;
  -ms-transition: 0.2s ease-out !important;
  -o-transition: 0.2s ease-out !important;
  transition: 0.2s ease-out !important;
}
#CCGHeader{
  background-color: #fff !important;
}
#CCGHeader>#CCGHTop{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 104px !important;
  background-color: #fff !important;
  z-index: 1000 !important;
}
#CCGHeader>#CCGHBtm{
  position: relative !important;
  min-width: 1200px !important;
  z-index: 950 !important;
  /* border-top: 3px solid #7dcaf1 !important; */
  text-align: left;
}

/* header */
#CCGHeader>#CCGHTop>.CCGBox{
  position: relative !important;
  width: 1200px !important;
  height: 104px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHLogo01{
  position: absolute !important;
  top: 28px !important;
  left: 0 !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHLogo02{
  position: absolute !important;
  top: 13px !important;
  right: 0 !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHRegister{
  position: absolute !important;
  bottom: 8px !important;
  right: 123px !important;
  letter-spacing: -.4em !important;
  text-align: right !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHRegister>li{
  display: inline-block !important;
  margin-left: 15px !important;
  letter-spacing: normal !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHSns{
  position: absolute !important;
  bottom: 9px !important;
  right: 0 !important;
  letter-spacing: -.4em !important;
  text-align: right !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHSns>li{
  display: inline-block !important;
  margin-left: 12px !important;
  letter-spacing: normal !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHSearchBox{
  position: absolute !important;
  top: 13px !important;
  right: 113px !important;
  width: 406px !important;
  font-family: Arial !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHSearchBox td.gsc-input{
  width: 347px !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHSearchBox td.gsib_b{
  display: none !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHSearchBox td.gsib_a{
  padding: 6px 8px !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHSearchBox input[type=text]{
  font-family: Arial !important;
  font-size: 16px !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHSearchBox td.gsc-search-button{
  width: 57px !important;
  text-align: right !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHSearchBox button.gsc-search-button{
  width: 53px !important;
  height: 33px !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHText{
  position: absolute !important;
  top: 20px !important;
  right: 535px !important;
  letter-spacing: -.4em !important;
  line-height: 1 !important;
  text-align: right !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHText>li{
  display: inline-block !important;
  margin-left: 15px !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHText>li>a{
  position: relative !important;
  padding-left: 10px !important;
  color: #4a4a4a !important;
  font-size: 12px !important;
  line-height: 1 !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHText>li>a:hover{
  opacity: .8 !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHText>li>a:before{
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  width: 6px !important;
  height: 6px !important;
  margin-top: -3px !important;
  margin-left: -4px !important;
  font-size: 0 !important;
  border-top: 1px solid #4a4a4a !important;
  border-right: 1px solid #4a4a4a !important;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

/* navi */
#CCGNaviSpBtn{
  display: none !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi{
  width: 1200px !important;
  margin: 0 auto !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi .sp{
  display: none !important;
}

#CCGHeader>#CCGHBtm>#CCGNavi>ul{
  width: 1200px !important;
  letter-spacing: -.4em !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li{
  position: relative !important;
  display: inline-block !important;
  letter-spacing: normal !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li01{width: 168px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li02{width: 168px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li05{width: 192px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li03{width: 168px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li04{width: 168px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li06{width: 168px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li08{width: 168px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li>a{
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 74px !important;
  white-space: nowrap !important;
  text-indent: 120% !important;
  overflow: hidden !important;
  background-repeat: no-repeat !important;
  background-image: url(/coolchoice/img/common/header/global_nav_bg.png) !important;
  cursor: pointer !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li>a:before{
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  display: block !important;
  width: 1px !important;
  height: 42px !important;
  margin-top: -21px !important;
  background-color: #449bdf !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li08>a:after{
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  display: block !important;
  width: 1px !important;
  height: 42px !important;
  margin-top: -21px !important;
  background-color: #449bdf !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li:hover+li>a:before{
  content:normal !important;
}
/*
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li01>a{background-position: 0 0 !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li02>a{background-position: -188px 0 !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li03>a{background-position: -362px 0 !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li04>a{background-position: -519px 0 !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li05>a{background-position: -673px 0 !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li06>a{background-position: -812px 0 !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li07>a{background-position: -970px 0 !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li08>a{background-position: -1071px 0 !important;}

#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li01:hover>a{background-position: 0 -74px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li02:hover>a{background-position: -188px -74px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li03:hover>a{background-position: -362px -74px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li04:hover>a{background-position: -519px -74px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li05:hover>a{background-position: -673px -74px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li06:hover>a{background-position: -812px -74px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li07:hover>a{background-position: -970px -74px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li08:hover>a{background-position: -1071px -74px !important;}
*/
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li01>a{background-position: 0 0 !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li02>a{background-position: -168px 0 !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li05>a{background-position: -336px 0 !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li03>a{background-position: -528px 0 !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li04>a{background-position: -696px 0 !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li06>a{background-position: -864px 0 !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li08>a{background-position: -1032px 0 !important;}

#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li01:hover>a{background-position: 0 -74px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li02:hover>a{background-position: -168px -74px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li05:hover>a{background-position: -336px -74px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li03:hover>a{background-position: -528px -74px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li04:hover>a{background-position: -696px -74px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li06:hover>a{background-position: -864px -74px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li08:hover>a{background-position: -1032px -74px !important;}

#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub>.CCGBox{
  position: absolute !important;
  top: 74px !important;
/*  left: 0 !important; */
  display: none !important;
  padding: 4px !important;
  background-color: #fff !important;
  border: 3px solid #30afea !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub:hover>.CCGBox{
  display: block !important;
}
/*
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li02.sub>.CCGBox{width: 782px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li03.sub>.CCGBox{width: 398px !important;}
*/
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li02.sub>.CCGBox{width: 782px !important; left:  -50px;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li03.sub>.CCGBox{width: 782px !important; left: -200px;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li04.sub>.CCGBox{width: 590px !important;}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub>.CCGBox>ul{
  letter-spacing: -.4em !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub>.CCGBox>ul>li{
  display: inline-block !important;
  width: 184px !important;
  height: 95px !important;
  margin: 4px !important;
  border: 1px solid #e9e9e9 !important;
  letter-spacing: normal !important;
  overflow: hidden !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub>.CCGBox>ul>li>a{
  position: relative !important;
  display: block !important;
  width: 182px !important;
  height: 93px !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub>.CCGBox>ul>li>a>.base{
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-transition: 0.15s ease-out !important;
  -moz-transition: 0.15s ease-out !important;
  -ms-transition: 0.15s ease-out !important;
  -o-transition: 0.15s ease-out !important;
  transition: 0.15s ease-out !important;
  min-width: auto !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub>.CCGBox>ul>li>a:hover>.base{
  top: -71px !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub>.CCGBox>ul>li>a>.base>.img{
  position: relative !important;
  height: 64px !important;
  margin-top: 7px !important;
  text-align: center !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub>.CCGBox>ul>li>a>.base>.img>img{
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  max-width: 168px !important;
  height: auto !important;
  max-height: 64px !important;
  margin: auto !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub>.CCGBox>ul>li>a>.base>.title{
  height: 22px !important;
  color: #131c26 !important;
  font-size: 10px !important;
  text-align: center !important;
  line-height: 22px !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub>.CCGBox>ul>li>a>.base>.txt{
  height: 71px !important;
  padding: 6px 8px !important;
  color: #131c26 !important;
  font-size: 10px !important;
  background-color: #f5f5f5 !important;
}


#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li02.sub>.CCGBox>ul>li{
  height: 119px !important;
}

#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li02.sub>.CCGBox>ul>li>a:hover>.base>.title{
  height: 34px !important;
}

#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li02.sub>.CCGBox>ul>li>a>.base>.img{
  height: 64px !important;
  margin-top: 7px !important;
}

#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li02.sub>.CCGBox>ul>li>a{
  height: 117px !important;
}

#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li02.sub>.CCGBox>ul>li>a>.base>.title{
  display: table-cell !important;
  width: 182px !important;
  height: 46px !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
}

#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li02.sub>.CCGBox>ul>li>a>.base>.txt{
  height: 83px !important;
}

#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li03.sub>.CCGBox>ul>li{
  height: 107px !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li03.sub>.CCGBox>ul>li>a{
  height: 105px !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.li03.sub>.CCGBox>ul>li>a>.base>.title{
  display: table-cell !important;
  width: 182px !important;
  height: 34px !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
}




/* footer */
#CCGFooter{
  position: relative !important;
  min-width: 1200px !important;
  letter-spacing: 0.01em !important;
}
#CCGFooter>#CCGPageTop{
  position: absolute !important;
  top: -100px !important;
  right: 20px !important;
  cursor: pointer !important;
}

#CCGFooter>#CCFGLinklist{
  padding-top: 29px !important;
  background-color: #000 !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox{
  position: relative !important;
  width: 1200px !important;
  margin: 0 auto !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav{
  width: 1200px !important;
  padding-bottom: 29px !important;
  letter-spacing: -.4em !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav>.CCGBox{
  display: inline-block !important;
  min-height: 345px !important;
  padding: 0 15px 0 35px !important;
  letter-spacing: normal !important;
  vertical-align: top !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav>.CCGBox.box01{
/*  width: 20% !important; */
  width: 15% !important;
  border-right: 1px solid #fff !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav>.CCGBox.box02{
/*  width: 36% !important;  */
  width: 38% !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav>.CCGBox.box03{
/*  width: 27% !important; */
  width: 25% !important;
  border-left: 1px solid #fff !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav>.CCGBox.box04{
/*  width: 17% !important; */
  width: 22% !important;
  border-left: 1px solid #fff !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav>.CCGBox>h5{
  margin: 0 0 2em !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: bold !important;
  letter-spacing: .04em !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav>.CCGBox>h5>a{
  color: #fff !important;
  font-size: 15px !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav>.CCGBox>h5>a:hover{
  color: #c9caca !important;
  text-decoration: none !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav>.CCGBox>ul{
  color: #fff !important;
  font-size: 13px !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav>.CCGBox>ul>li{
  color: #fff !important;
  font-size: 13px !important;
  margin-bottom: .8em !important;
  letter-spacing: .05em !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav>.CCGBox>ul>li:last-child{
  margin-bottom: 0 !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav>.CCGBox>ul>li>a{
  color: #fff !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav>.CCGBox.box02{
  letter-spacing: -.4em !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav>.CCGBox.box02>ul{
  display: inline-block !important;
  width: 50% !important;
  letter-spacing: normal !important;
  vertical-align: top !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav>.CCGBox.box02>ul:last-child{
  width: 50% !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFSns{
  display: none !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFEnv{
  margin-left: 15px !important;
  padding-bottom: 1em !important;
  color: #fff !important;
  font-size: 13px !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFEnv>a{
  color: #fff !important;
  text-decoration: underline !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFSubNavi{
  position: absolute !important;
  bottom: -30px !important;
  right: 0 !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFSubNavi>li{
  float: left !important;
  padding-left: 1em !important;
  color: #fff !important;
  font-size: 11px !important;
  letter-spacing: .04em !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFSubNavi>li>a{
  color: #444 !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFSubNavi>li>a:hover{
  color: #009ce6 !important;
}
#CCGFooter>#CCGFCopyright{
  display: block !important;
  text-align: left !important;
  width: 1200px !important;
  margin: 0 auto !important;
  padding: 12px 0 36px !important;
  font-size: 12px !important;
}
