@charset "UTF-8";
/* base */
body{
  margin: 0 !important;
}
body.spOpen{
  height: 100% !important;
  overflow: hidden !important;
}

#CCGHeader, #CCGHeader *,
#CCGFooter, #CCGFooter *{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  box-sizing: border-box !important;
  line-height: normalv;
}
#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;
}

/* header */
#CCGHeader{
  height: 84px !important;
  background-color: #fff !important;
}
#CCGHeader>#CCGHTop{
  position: fixed !important;
  width: 100% !important;
  height: 84px !important;
  line-height: 1 !important;
  background-color: #fff !important;
  border-bottom: 2px solid #7dcaf1 !important;
  z-index: 2;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHLogo01{
  position: absolute !important;
  top: 7px !important;
  left: 7px !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHLogo01 img{
  width: auto !important;
  height: 38px !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHLogo02{
  position: absolute !important;
  top: 16px !important;
  right: 10px !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHLogo02>a{
  display: block !important;
  width: 25px !important;
  height: 23px !important;
  background: url(/coolchoice/img/common/header/head_logo02_sp.png) no-repeat 0 0 !important;
  -webkit-background-size: 25px 23px !important;
  background-size: 25px 23px !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHLogo02>a>img{
  display: none !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHRegister,
#CCGHeader>#CCGHTop>.CCGBox>#CCGHSns{
  display: none !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHSearchBox{
  position: absolute !important;
  top: 53px !important;
  margin: 0 10px !important;
  font-family: Arial !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHSearchBox input[type=text]{
  font-family: Arial !important;
  font-size: 14px !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHSearchBox td.gsib_a{
  padding: 3px 8px !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHSearchBox td.gsib_b{
  display: none;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHSearchBox button.gsc-search-button{
  width: 66px !important;
  height: 24px !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHText{
  position: absolute !important;
  top: 10px !important;
  width: 100% !important;
  padding: 0 40px 0 65px !important;
  letter-spacing: -.4em !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHText>li{
  position: relative !important;
  display: inline-block !important;
  width: 65% !important;
  letter-spacing: normal !important;
  line-height: 31px !important;
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHText>li:first-child{
  width: 35% !important;
  border-left: 1px solid #ccc !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHText>li:last-child{
  display: none !important;
}
#CCGHeader>#CCGHTop>.CCGBox>#CCGHText>li>a{
  display: block !important;
  width: 100% !important;
  color: #707070 !important;
  font-size: 11px !important;
  line-height: 31px !important;
  text-align: center !important;
}

/* navi */
#CCGHeader>#CCGHBtm>#CCGNavi .pc{
  display: none !important;
}

#CCGHeader>#CCGHBtm>#CCGNaviSpBtn{
  position: fixed !important;
  top: 91px !important;
  right: 6px !important;
  display: inline-block !important;
  transition: all .4s !important;
  box-sizing: border-box !important;
  width: 24px !important;
  height: 19px !important;
  cursor: pointer !important;
  z-index: 9000 !important;
}
#CCGHeader>#CCGHBtm>#CCGNaviSpBtn:after{
  content: '' !important;
  display: block !important;
  width: 36px !important;
  height: 36px !important;
  margin: -8px -6px !important;
  background-color: #7dcaf1 !important;
}
#CCGHeader>#CCGHBtm>#CCGNaviSpBtn>span{
  display: inline-block !important;
  transition: all .4s !important;
  box-sizing: border-box !important;
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
  height: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  background-color: #fff !important;
}
#CCGHeader>#CCGHBtm>#CCGNaviSpBtn>span:nth-of-type(1){top: 0 !important;}
#CCGHeader>#CCGHBtm>#CCGNaviSpBtn>span:nth-of-type(2){top: 8px !important;}
#CCGHeader>#CCGHBtm>#CCGNaviSpBtn>span:nth-of-type(3){bottom: 0 !important;}
#CCGHeader>#CCGHBtm>#CCGNavi{
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  height: 0 !important;
  letter-spacing: .01em !important;
  opacity: 0 !important;
  overflow-y: auto !important;
  background-color: #009ce5 !important;
  -webkit-transition: all .6s !important;
  -ms-transition: all .6s !important;
  transition: all .6s !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi.spOpen{
  height: auto !important;
  opacity: 1 !important;
  z-index: 9500 !important;
  -webkit-transition: all .6s !important;
  -ms-transition: all .6s !important;
  transition: all .6s !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi #CCGGNaviSpLogo{
  position: absolute !important;
  top: 8px !important;
  left: 23px !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi #CCGGNaviSpLogo>a>img{
  width: auto !important;
  height: 31px !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul{
  width: 100% !important;
  margin-bottom: 15px !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul.sp{
  width: 100% !important;
  margin-bottom: 10px !important;
  padding-bottom: 20px !important;
  border-bottom: 8px solid #fff;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li{
  width: 100% !important;
  border-bottom: 1px solid #b3e1f7 !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.splogo{
  position: relative !important;
  padding-left: 60px !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li>a{
  position: relative !important;
  display: block !important;
  padding-left: 20px !important;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 40px !important;
  cursor: pointer !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li:first-child>a{
  line-height: 53px !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub>a:after{
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  right: 20px !important;
  width: 11px !important;
  height: 11px !important;
  margin-top: -7px !important;
  font-size: 0 !important;
  border-bottom: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub>a.open:after{
  margin-top: 0 !important;
  -webkit-transform: rotate(-135deg) !important;
  -ms-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub>.CCGBox{
  display: none;
  width: 100% !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub>.CCGBox>ul>li>a{
  display: block !important;
  padding: 12px 12px 12px 45px !important;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub>.CCGBox>ul>li>a .img,
#CCGHeader>#CCGHBtm>#CCGNavi>ul>li.sub>.CCGBox>ul>li>a .txt{
  display: none !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>.CCGNaviSpBtn{
  margin: 0 12px 10px !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>.CCGNaviSpBtn>a{
  position: relative !important;
  display: block !important;
  text-indent: 20px !important;
  color: #019ce5 !important;
  font-size: 13px !important;
  line-height: 45px !important;
  background-color: #fff !important;
  border-radius: 5px !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>.CCGNaviSpBtn>a:after{
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  right: 18px !important;
  width: 10px !important;
  height: 10px !important;
  margin-top: -5px !important;
  font-size: 0 !important;
  border-top: 2px solid #f28b20 !important;
  border-right: 2px solid #f28b20 !important;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>#CCGNaviSpClose{
  position: relative !important;
  width: 25px !important;
  height: 25px !important;
  margin: 15px auto !important;
  cursor: pointer !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>#CCGNaviSpClose:before{
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 34px !important;
  height: 2px !important;
  margin: -1px 0 0 -17px !important;
  background-color: #fff !important;
  -webkit-transform: rotate(-45deg) !important;
  -ms-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}
#CCGHeader>#CCGHBtm>#CCGNavi>#CCGNaviSpClose:after{
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 34px !important;
  height: 2px !important;
  margin: -1px 0 0 -17px !important;
  background-color: #fff !important;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

/* footer */
#CCGFooter{
  position: relative !important;
  letter-spacing: .01em !important;
  background-color: #000 !important;
}
#CCGFooter>#CCGPageTop{
  position: absolute !important;
  top: -70px !important;
  right: 15px !important;
}
#CCGFooter>#CCGPageTop>img{
  width: 45px !important;
}
#CCGFooter>#CCFGLinklist{
  padding: 20px 15px 0 !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFNav{
  display: none !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFSns{
  margin-bottom: 1em !important;
  letter-spacing: -.4em !important;
  text-align: center !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFSns>li{
  display: inline-block !important;
  margin: 0 5px !important;
  letter-spacing: normal !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFSubNavi{
  position: static !important;
  bottom: auto !important;
  right: auto !important;
  margin-bottom: 13px !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFSubNavi>li{
  float: none !important;
  margin-right: auto !important;
  color: #fff !important;
  font-size: 14px !important;
  text-align: left !important;
  letter-spacing: .05e !importantm
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFSubNavi>li>a{
  position: relative !important;
  display: block !important;
  color: #fff !important;
  line-height: 2 !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFSubNavi>li>a:after{
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  width: 6px !important;
  height: 6px !important;
  margin-top: -3px !important;
  font-size: 0 !important;
  border-top: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFEnv{
  padding-bottom: 1em !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: normal !important;
}
#CCGFooter>#CCFGLinklist>.CCGBox>#CCGFEnv>a{
  color: #fff !important;
  line-height: normal !important;
  text-decoration: underline !important;
}
#CCGFooter>#CCGFCopyright{
  display: block !important;
  padding: 0 15px 3em !important;
  color: #fff !important;
  font-size: 10px !important;
  text-align: left !important;
  line-height: 1 !important;
}
