@charset "utf-8";
/* CSS Document */

body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
}
/*******共通***************************************************************/

.onlypc {
  display: none;
}
.onlysp {
}

img {
  max-width: 100%;
}

/* reset */
* {
  margin: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
.center {
  text-align: center;
}
.center p {
  text-align: center;
}
.center img {
  text-align: center;
}

/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
  height: 0px;
  margin: 0px;
  padding: 0px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*-- font --*/
p {
  font-size: 14px;
  line-height: 20px;
}

/* 注記 */
ul.chuki {
  padding: 5px;
  margin-left: 1em;
}
ul.chuki li {
  text-indent: -1em;
  margin-left: 1em;
  padding-bottom: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}
p.chuki {
  text-indent: -1em;
  margin-left: 1em;
  padding-bottom: 10px;
  text-align: left;
  font-size: 12px;
  text-align: left;
  line-height: 18px;
}

/*-- list --*/
ul.defult {
  list-style: disc;
  padding-left: 5px;
  margin-left: 20px;
}
ul.defult li {
  padding-bottom: 3px;
}

/*-- table --*/
table {
  border-style: solid;
  border-width: 1px;
  border-color: #acacac;
  border-collapse: collapse;
  margin: 10px 10px 4px 10px;
  padding: 0px;
  border-box: content-box;
}
table p {
  margin: 8px 0;
}
table .none {
  border: 0px;
}
table td {
  text-align: left;
  padding: 3px 15px;
  line-height: 18px;
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
  background-color: #ffffff;
  border-box: content-box;
}
table th {
  text-align: center;
  padding: 5px 10px;
  font-weight: normal;
  border-style: solid;
  border-width: 1px;
  background-color: #e5f6d5;
  border-collapse: collapse;
  border-box: content-box;
}

/*-- wrap --*/
#wrap {
}

/*-- main --*/
#main {
}

/*-- header --*/
header {
  background: #000;
  width: 100%;
  height: 60px;
}
#head_wrap {
}
#head_wrap {
  margin: 0px auto;
}
#head_wrap h1 {
  padding: 5px;
  text-align: center;
}
#head_wrap h1 img {
  height: 50px;
}
#head_wrap nav.globalnavi {
  display: none;
}
/*-- #head_wrap nav.globalnavi li.language_en { margin-left: 50; background: url("/jp/products/candera/image/com_head_english.png") left center no-repeat;}
#head_wrap nav.globalnavi li.language_jp { margin-left: 50; background: url("/jp/products/candera/image/com_head_japanese.png") left center no-repeat;} --*/
#head_wrap nav.globalnavi li.language_en {
}
#head_wrap nav.globalnavi li.language_jp {
}
#head_wrap nav i {
}

#menu_btn {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
#menu_btn p {
  height: 40px;
  border: 1px solid #999;
  box-sizing: border-box;
  background: #000;
}
#menu_btn p a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
}

#head_wrap #dropmenu {
  background: #000;
}
#head_wrap #dropmenu li {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
#head_wrap #dropmenu > li > a {
  display: block;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 80px;
  height: 80px;
  padding: 0 30px;
}
#head_wrap #dropmenu > li > a:hover {
}
#head_wrap #dropmenu > li:hover > a {
  border-radius: 3px 3px 0 0;
  color: #ff8500;
}
#head_wrap #dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#head_wrap #dropmenu li:hover ul {
  border-top: 3px solid #ff8500;
}
#head_wrap #dropmenu li:last-child ul {
  left: -100%;
  width: 100%;
}
#head_wrap #dropmenu li ul li {
  overflow: hidden;
  width: 200px;
  height: 0;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#head_wrap #dropmenu li ul li a {
  display: block;
  padding: 13px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left;
  color: #333;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
}

#head_wrap #dropmenu li:hover ul li {
  overflow: visible;
  height: 38px;
}
#head_wrap #dropmenu li ul li:hover {
  background: #dfcccc;
}

#head_wrap #dropmenu li:hover ul li:first-child {
  border-top: 0;
}
#head_wrap #dropmenu li:hover ul li:last-child {
  border-bottom: 0;
}
#head_wrap #dropmenu li:hover ul li:last-child a {
  border-radius: 0 0 3px 3px;
}

/*-- foot --*/
#foot_wrap nav {
  background: #000;
}
#foot_wrap nav dl {
  padding: 10px;
}
#foot_wrap nav dt {
  text-decoration: none;
  color: #ccc;
  width: 100%;
}
#foot_wrap nav dl dt a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
#foot_wrap nav dl dd {
  float: left;
  width: 50%;
}
#foot_wrap nav dl dd a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

/** 20250612 Footerを変えたため追加 **/
/*footer {
  background: #000;
  width: 100%;
  padding-bottom: 10px;
}
#foot_wrap {
  text-align: center;
}*/
/**footer nav {padding: 20px 0 10px;}
footer a { text-align: center; text-decoration:none; color:#FFF; padding: 0 50px;}
footer img { width: 100px;}**/
/*footer #pagetop {
  position: fixed;
  z-index: 10;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
footer #pagetop a {
  color: #fff;
  text-decoration: none;
  display: block;
  background-color: #999;
  padding: 10px 0;
}
footer #copyright {
  text-align: center;
  font-size: 9px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-weight: normal;
  clear: both;
  background: #000;
  padding: 5px;
}*/
#footer p {
  line-height: 1.78;
  font-family: "Noto Sans JP", "Noto Sans SC", sans-serif !important;
}
#footer a {
  text-decoration: none;
  font-family: "Noto Sans JP", "Noto Sans SC", sans-serif !important;
}
#footer .sns {
  color: white;
  font-size: 1em;
  display: flex;
}
#footer .sns img{
  float: right;
  border: none;
}
#footer {
  position: relative;
  /** margin-left: -20px; **/
  /** margin-right: -20px; **/
  padding-left: 20px;
  padding-right: 20px;
}
#footer {
  background-color: #000; /** 追加 **/
  border: #333;
  padding: 0;
  padding-top: 5px !important; /** 追加 **/
}

#footer #footer-inner {
  padding: 180px 8vw; 
}
#footer #footer-inner #footer-nv {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#footer #footer-inner #footer-nv a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#footer #footer-inner #footer-nv a + a {
  margin-top: 1em;
}
#footer #footer-inner #footer-nv .title {
  font-size: 1.8rem;
  font-weight: bold;
}
#footer #footer-inner #footer-nv .list-group {
  margin-top: 10px;
}
#footer #footer-inner #footer-nv .list-group li + li {
  margin-top: 8px;
}
#footer #copyright {
  font-size: 1.2rem;
  text-align: center;
  /** background: #fff; **/
  padding: 1em;
  color: #fff; /** 追加 **/
}
@media only screen and (max-width: 767px) {
  #footer #footer-inner {
    padding: 40px 0;
  }
  #footer #footer-inner #footer-nv {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }
  #footer #footer-inner #footer-nv > * + * {
    margin-top: 1em;
  }
  #footer #footer-inner #footer-nv .title {
    font-size: 1.6rem;
    position: relative;
    padding-left: 1em;
  }
  #footer #footer-inner #footer-nv .title:before {
    content: "";
    position: absolute;
    top: 42%;
    left: 0;
    width: 5px;
    height: 5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #footer #footer-inner #footer-nv .list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  #footer #footer-inner #footer-nv .list-group li {
    padding-left: 1.2em;
    margin-top: 1em !important;
  }
  #footer #footer-inner #footer-nv .list-group + .title {
    margin-top: 1em;
  }
}
.fei-footer {
  max-width: 1200px;
  margin:0px auto;
  padding-left: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  font-size: 15px;
}
.fei-footer-box {
  width: 300px;
  margin:25px 10px 0px;
  color: #fff;
  white-space: nowrap;
}
.fei-footer-box p {
  margin-bottom: 10px;
}

.fei-footer-box a {
  color: #fff !important;
}
.fei-footer-box a:hover {
  color: #ff69b4 !important;
}
.fei-footer-copyright {
  width: 100%;
  margin-left: auto;
  padding: 5px 20px 5px;
  background-image: url("_scs_theme_root_/assets/images/common/background-footer.png");
  background-repeat: no-repeat;
  background-size:100% 100%;
  color: #fff;
  font-size: 12px;
  text-align: center; /** right **/
  font-family: "Noto Sans JP", "Noto Sans SC", sans-serif !important;
  line-height: 1.78;
}
@media only screen and (max-width: 768px) {
.fei-footer {
  display: block !important;
  }
}

.mt20 {
  font-family: "Noto Sans JP", "Noto Sans SC", sans-serif !important;
  margin-top: 20px !important;
  line-height: 1.78;
}
.mt35 {
  margin-top: 35px !important;
}
.mt30 {
  margin-top: 30px !important;
}

/******トップ**********************************************************

#top #mainv img{ display:block; margin:0 auto;}
#top #mainv h2{line-height:24px; padding:10px 100px 0; text-align:left; font-weight:normal;}
#top #contents { margin: 10px;}
#top #contents .cntbox p{ text-align: center;}
#top #contents .cntbox p span{ font-size: 12px;}*****/

/******■トップ■***************************************************************/
#top #mainv {
  height: 200px;
}
#top #mainv .swiper-slide .mainv_cnt001 {
  background: url(/jp/products/candera/image/top_mainv_cgi.png) no-repeat
    center center;
  background-size: cover;
  height: 200px;
  position: relative;
}
#top #mainv .swiper-slide .mainv_cnt002 {
  background: url(/jp/products/candera/image/top_mainv_uic.png) no-repeat
    center center;
  background-size: cover;
  height: 200px;
  position: relative;
}
#top #mainv .swiper-slide .mainv_cnt003 {
  background: url(/jp/products/candera/image/candera_corporate_top.png)
    no-repeat center center;
  background-size: cover;
  height: 200px;
  position: relative;
}
#top #mainv .swiper-slide .mainv_cnt004 {
  background: url(/jp/products/candera/image/top_mainv_higlyph.png)
    no-repeat center center;
  background-size: cover;
  height: 200px;
  position: relative;
}
#top #mainv .swiper-slide .mainv_cnt005 {
  background: url(/jp/products/candera/image/top_mainv_service.png)
    no-repeat center center;
  background-size: cover;
  height: 200px;
  position: relative;
}
#top #mainv .swiper-slide .mainv_wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 200px;
}
#top #mainv .swiper-slide a {
  text-decoration: none;
  color: #fff;
}
#top #mainv .swiper-slide figure {
  margin: 5px auto 0;
  text-align: center;
}
#top #mainv .swiper-slide img {
  width: 70%;
}
#top #mainv .swiper-slide p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  padding: 0 10px;
}
#top #mainv .swiper-pagination {
}
/* 全体のスタイル */
#top .swiper-pagination-bullet {
  background: url(/jp/products/candera/image/Indicator_Normal.png);
  width: 40px; /* 幅 */
  height: 10px; /* 高さ */
  opacity: 0.1; /* 半透明（デフォルトでは0.2） */
  border-radius: 0%;
}
/* 現在のスライドのスタイル */
#top .swiper-pagination-bullet-active {
  background: url(/jp/products/candera/image/Indicator_Select.png);
  width: 40px; /* 幅 */
  height: 10px; /* 高さ */
  opacity: 1; /* 不透明 */
  border-radius: 0%;
}
#top .lead p {
  line-height: 24px;
  padding: 20px;
}

/******下層ページ共通***************************************************************/

section#contents {
  padding-bottom: 40px;
}
section#contents h2 {
  font-size: 20px;
  line-height: 30px;
  padding: 20px 0;
  text-align: center;
  margin-top: 20px;
}
section#contents h3 {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
  text-align: center;
  font-weight: normal;
}
section#contents h4 {
}

.lead {
}
.lead p {
  line-height: 24px;
  padding: 0 20px 10px;
}
.cntbox {
  padding: 10px;
  background-color: #fff;
  margin: 0;
}

/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
#mainv {
}

#candera_entry #mainv {
  background: url("/jp/products/candera/image/mainv_newsletter.jpg")
    no-repeat center center #000;
  background-size: cover;
  height: 150px;
}
#candera_unsubscribe #mainv {
  background: url("/jp/products/candera/image/mainv_newsletter.jpg")
    no-repeat center center #000;
  background-size: cover;
  height: 150px;
}
#topics_list1 #mainv {
  background: url("/jp/products/candera/image/mainv_news.jpg") no-repeat
    center center #000;
  background-size: cover;
  height: 150px;
}
#service #mainv {
  background: url("/jp/products/candera/image/mainv_service.jpg")
    no-repeat center center #000;
  background-size: cover;
  height: 150px;
}
#higlyph #mainv {
  background: url("/jp/products/candera/image/mainv_higlyph.png")
    no-repeat center center #000;
  background-size: cover;
  height: 150px;
}
#uic #mainv {
  background: url("/jp/products/candera/image/mainv_uic.png") no-repeat
    center center #000;
  background-size: cover;
  height: 150px;
}
#company #mainv {
  background: url("/jp/products/candera/image/mainv_corporate.jpg")
    no-repeat center center #000;
  background-size: cover;
  height: 150px;
}
#client #mainv {
  background: url("/jp/products/candera/image/mainv_client.jpg") no-repeat
    center center #000;
  background-size: cover;
  height: 150px;
}
#jobs_list #mainv {
  background: url("/jp/products/candera/image/mainv_recruit.jpg")
    no-repeat center center #000;
  background-size: cover;
  height: 150px;
}
#privacy_policy #mainv {
  background: url("/jp/products/candera/image/mainv_privacy.jpg")
    no-repeat center center #000;
  background-size: cover;
  height: 150px;
}
/* dev */
#canderajp_agreement #mainv {
  background: url("/jp/products/candera/image/mainv_policy.png") no-repeat
    center center #000;
  background-size: cover;
  height: 150px;
}
/* prd */
#page_canderajp_agreement #mainv {
  background: url("/jp/products/candera/image/mainv_policy.png") no-repeat
    center center #000;
  background-size: cover;
  height: 150px;
}
#inquiry_list #mainv {
  background: url("/jp/products/candera/image/mainv_contact.jpg")
    no-repeat center center #000;
  background-size: cover;
  height: 150px;
}

#software-development #mainv {
  background: url("/jp/products/candera/image/mainv_software.png")
    no-repeat center center #000;
  background-size: cover;
  height: 150px;
}

#website_terms_of_use #mainv {
  background: url("/jp/products/candera/image/mainv_siteuse.jpg")
    no-repeat center center #000;
  background-size: cover;
  height: 150px;
}

#mainv h2 {
  clear: both;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
#mainv h2 strong {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}

/*問い合わせや採用のボタン一覧*/
nav#menulist {
}
nav#menulist ul li,
nav#menulist p {
  padding: 10px;
}
nav#menulist p a {
  display: block;
  padding: 10px;
  background: #eee;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
nav#menulist p i {
  color: #f07300;
  padding-right: 10px;
}

#inquiry_detail ul.hyo {
  padding: 5px 50px;
}
#inquiry_detail ul.hyo li {
  padding: 5px 0;
}
#inquiry_detail ul.hyo li p {
}
#inquiry_detail ul.hyo li p span {
  font-size: 14px;
}

/*******サービス***************************************************************/
#service .cntbox p {
}
#service .cntbox #service-list {
}
#service .cntbox #service-list li {
  width: 240px;
  margin: 20px auto 0;
}
#service .cntbox #service-list li a {
  display: block;
  text-decoration: none;
  color: #333;
  text-align: center;
}
#service .cntbox #service-list img {
  border: 1px solid #ccc;
  width: 240px;
}
#service .cntbox #service-list li a:hover img {
}
#service .cntbox #service-list li h3 {
  font-size: 20px;
}
#service .cntbox #service-list li p {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  width: 240px;
}

#software-development .cntbox h3,
#software-development .cntbox p {
  text-align: center;
}
#software-development .cntbox figure {
  margin: 0 auto;
  text-align: center;
}
#software-development .cntbox figure img {
  max-width: 100%;
}

/* ------------過去の製品情報--------------------*/
/**********************************************************************/
.higlyph-uic-box h1 {
  color: #fff;
  padding: 10px;
}

.higlyph-uic-box h1 img {
  width: 120px;
}
.higlyph-uic-box h2 {
  float: left;
  padding: 7px 10px 5px;
}
.higlyph-uic-box h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  letter-spacing: 2px;
  color: #000;
  line-height: 28px;
}
.higlyph-uic-box h4 {
  text-align: center;
  font-size: 16px;
  padding: 20px 0 5px;
  font-weight: bold;
  line-height: 24px;
  color: #000;
}
.higlyph-uic-box h5 {
  text-align: center;
  font-size: 16px;
  padding: 10px 0 5px;
  color: #000;
  font-weight: normal;
}

/* 製品情報個別ページ*/
.higlyph-uic-box #tokuchou {
  background-color: #fff;
  border-bottom: 1px solid #999;
  margin-top: 30px;
}
.higlyph-uic-box #tokuchou_3f {
  background-color: #fff;
  border-bottom: 1px solid #999;
}
.higlyph-uic-box #kinou,
.higlyph-uic-box #guide,
.higlyph-uic-box #shiyou {
  background-color: #fff;
  border-bottom: 1px solid #999;
}
.higlyph-uic-box #kinou img {
}
.higlyph-uic-box .box {
}
.higlyph-uic-box .new {
  font-size: 10px;
  color: #c00;
  font-weight: bold;
  padding: 0 10px;
}
.higlyph-uic-box .cntbox dl {
}
.higlyph-uic-box .cntbox dl dt {
  padding: 20px 0px 5px 10px;
  font-weight: bold;
}
.higlyph-uic-box .cntbox dl dd {
  padding: 5px 10px 10px;
  text-align: left;
  border-bottom: 1px dotted #ccc;
  font-size: 12px;
}
.higlyph-uic-box p.hosoku {
  text-align: left;
}
/* 製品情報（Higlyph 基本機能）*/
.higlyph-uic-box .cntbox dl.hig_kinou {
  width: 300px;
  margin: 0 auto;
}
.higlyph-uic-box .cntbox dl.hig_kinou dt {
  float: left;
  width: 99px;
  padding: 5px 0;
  text-align: center;
  border-top: #666666 1px dotted;
}
.higlyph-uic-box .cntbox dl.hig_kinou dt img {
  width: 80%;
}
.higlyph-uic-box .cntbox dl.hig_kinou dd {
  float: left;
  width: 199px;
  margin-left: 1px;
  padding: 5px 0;
  border-top: #666666 1px dotted;
  border-bottom: none;
}
.higlyph-uic-box .cntbox dl.hig_kinou dd p {
  font-size: 12px;
}
.higlyph-uic-box .cntbox dl.hig_kinou dd strong {
  padding: 5px 0;
  font-size: 14px;
}
.higlyph-uic-box .cntbox hr {
  clear: both;
  border: dotted #666;
  border-width: 1px 0 0 0;
  height: 1px; /* for IE6 */
  clear: both; /* for IE6 */
}

/* 製品情報（Higlyph 言語）*/
.higlyph-uic-box .cntbox .gengo_box {
  clear: both;
}
.higlyph-uic-box .cntbox .gengo_box ul {
  display: flex;
  flex-wrap: wrap;
}
.higlyph-uic-box .cntbox .gengo_box li {
  width: 50%;
  text-align: center;
  padding: 3px 0;
  font-size: 12px;
}

/* 製品情報（Higlyph classのないdlのみに指定）*/
.higlyph-uic-box .cntbox dl:not([class]) {
  margin: 0 auto;
  padding: 30px 0;
}
.higlyph-uic-box .cntbox dl:not([class]) dt {
  font-weight: bold;
  color: #333;
  padding-top: 25px;
}
.higlyph-uic-box .cntbox dl:not([class]) dd {
  padding: 10px;
  line-height: 24px;
}

/* 製品情報（VIT仕様）*/
.higlyph-uic-box #shiyou .cntbox .box2 dl {
}
.higlyph-uic-box #shiyou .cntbox .box2 dl dt {
  padding: 20px 0px 5px;
  font-weight: bold;
}
.higlyph-uic-box #shiyou .cntbox .box2 dl dd {
  padding: 5px 10px 10px;
  text-align: left;
  border-bottom: 1px dotted #ccc;
  font-size: 12px;
}

/* 製品情報（HIG 動画）*/
.higlyph-uic-box .cntbox .hig_movie {
  padding: 10px;
  text-align: center;
}
.higlyph-uic-box .cntbox .hig_movie li {
  margin: 5px auto;
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px 0 20px;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
.higlyph-uic-box .cntbox .hig_movie li div {
  text-align: center;
}
.higlyph-uic-box .cntbox .hig_movie li p {
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
}
/* 製品情報（画像とキャプション*/
.higlyph-uic-box .cntbox figure {
  text-align: center;
  padding: 5px;
  margin: 20px auto;
}
.higlyph-uic-box .cntbox figure img {
  max-width: 90%;
  text-align: center;
}
.higlyph-uic-box .cntbox figure figcaption {
  font-size: 14px;
  text-align: center;
  padding: 5px;
}
.higlyph-uic-box .cntbox p {
  text-align: left;
}
/* 製品情報（機能リスト２カラム）*/
.higlyph-uic-box .cntbox dl.kinoulist {
}
.higlyph-uic-box .cntbox dl.kinoulist dt {
  text-align: left;
}
.higlyph-uic-box .cntbox dl.kinoulist dd {
}
.higlyph-uic-box .cntbox dl.kinoulist_full {
  clear: both;
}
.higlyph-uic-box .cntbox dl.kinoulist_full dt {
  text-align: left;
}
.higlyph-uic-box .cntbox dl.kinoulist_full {
}
/* 製品情報（製品仕様）*/
.higlyph-uic-box .cntbox #seihinshiyou {
}
.higlyph-uic-box .cntbox #seihinshiyou dl {
}
.higlyph-uic-box .cntbox #seihinshiyou dl dt {
  font-weight: bold;
  text-align: center;
  border: 1px solid #666;
  padding: 3px;
  margin: 10px;
  background-color: #eee;
}
.higlyph-uic-box .cntbox #seihinshiyou dl dd {
  padding: 10px;
  margin: 0 20px;
}
.higlyph-uic-box .cntbox #seihinshiyou dl dd span {
  font-size: 12px;
}
/* 製品情報（UIC動作環境）*/
.higlyph-uic-box .cntbox #dousakankyou {
}
.higlyph-uic-box .cntbox #dousakankyou dl {
}
.higlyph-uic-box .cntbox #dousakankyou dl dt {
  font-weight: bold;
  text-align: center;
  border: 1px solid #666;
  padding: 3px;
  margin: 10px;
  background-color: #eee;
}
.higlyph-uic-box .cntbox #dousakankyou dl dd {
  padding: 10px;
  margin: 0 20px;
}
.higlyph-uic-box .cntbox #dousakankyou dl dd span {
  font-size: 12px;
}
.higlyph-uic-box .cntbox #dousakankyou hr {
}
/* 製品情報（HIG動作環境）*/
.higlyph-uic-box .cntbox #hig_dousakankyou {
}
.higlyph-uic-box .cntbox #hig_dousakankyou dl {
}
.higlyph-uic-box .cntbox #hig_dousakankyou dl dt {
  font-weight: bold;
  text-align: center;
  border: 1px solid #666;
  padding: 3px;
  margin: 10px;
  background-color: #eee;
}
.higlyph-uic-box .cntbox #hig_dousakankyou dl dd {
  padding: 10px;
  margin: 0 15px;
  border: none;
}
.higlyph-uic-box .cntbox #hig_dousakankyou dl dd span {
  font-size: 12px;
}
.higlyph-uic-box .cntbox #hig_dousakankyou hr {
}

/**********************************************************************/

img {
  max-width: 100%;
}
/* 【UIC共通】ページ背景色 */
#uic {
  background-color: #fff;
}
#uic_page1,
#uic_page2,
#uic_page3,
#uic_page4,
#uic_page5 {
  background-color: #fff;
  margin-top: 0px;
  position: relative;
}
#uic #mainv,
/* 【UIC共通】ボックスh3～h3 */
#uic .box,
#uic_page1 .box,
#uic_page2 .box,
#uic_page3 .box,
#uic_page4 .box,
#uic_page5 .box {
  padding: 30px 10px;
  margin: 0 auto;
  border-bottom: 1px solid #999;
  clear: both;
}
#uic .box,
#uic_page1 .box:last-child,
#uic_page2 .box:last-child,
#uic_page3 .box:last-child,
#uic_page4 .box:last-child,
#uic_page5 .box:last-child {
  border-bottom: none;
}
/* 【UIC共通】文章 */
#uic .lead,
#uic_page1 .lead,
#uic_page2 .lead,
#uic_page3 .lead,
#uic_page4 .lead,
#uic_page5 .lead {
  margin: 0 auto;
  padding: 5px 0 10px;
}
#uic .lead p,
#uic_page1 .lead p,
#uic_page2 .lead p,
#uic_page3 .lead p,
#uic_page4 .lead p,
#uic_page5 .lead p {
  padding-bottom: 5px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  text-indent: 0;
}
#uic_page2 .lead ul li {
  margin-left: 20px;
  padding: 5px 0;
  list-style-type: disc;
}
/* 【UIC共通】見出し */
#uic h3 {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 20px;
  color: #000;
  text-align: center;
}
#uic_page1 h3,
#uic_page2 h3,
#uic_page3 h3,
#uic_page4 h3,
#uic_page5 h3 {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 20px;
  color: #000;
  text-align: left;
}
#uic h4,
#uic_page1 h4,
#uic_page2 h4,
#uic_page3 h4,
#uic_page4 h4,
#uic_page5 h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 10px;
  color: #000;
}
#uic h5,
#uic_page1 h5,
#uic_page2 h5,
#uic_page3 h5,
#uic_page4 h5,
#uic_page5 h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 5px;
  color: #333;
}
#uic figure,
#uic_page1 figure,
#uic_page2 figure,
#uic_page3 figure,
#uic_page4 figure,
#uic_page5 figure {
  margin: 0;
  padding: 0;
}
#uic figure img,
#uic_page1 figure img,
#uic_page2 figure img,
#uic_page3 figure img,
#uic_page4 figure img,
#uic_page5 figure img {
  max-width: 100%;
}
/* 【UIC共通】メニュー */
#bunki_navi_f {
}
#bunki_navi_f ul {
  width: 300px;
  margin: 0 auto;
  padding: 20px 0;
}
#bunki_navi_f ul li {
  float: left;
  width: 50%;
}
#bunki_navi_f ul li a,
#bunki_navi_f ul li span {
  display: block;
  margin: 5px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 2px 2px 0px 0px; /* CSS3草案 */
  -webkit-border-radius: 2px 2px 0px 0px; /* Safari,Google Chrome用 */
  -moz-border-radius: 2px 2px 0px 0px; /* Firefox用 */
}
#bunki_navi_f ul li.uic_top a {
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
}
#bunki_navi_f ul li.uic_page1 a {
  background-color: #d5802b;
  color: #fff;
  text-decoration: none;
}
#bunki_navi_f ul li.uic_page2 a {
  background-color: #2aa0e9;
  color: #fff;
  text-decoration: none;
}
#bunki_navi_f ul li.uic_page3 a {
  background-color: #6fb649;
  color: #fff;
  text-decoration: none;
}
#bunki_navi_f ul li.uic_page4 a {
  background-color: #d2382d;
  color: #fff;
  text-decoration: none;
}
#bunki_navi_f ul li.uic_page5 a {
  background-color: #822dd2;
  color: #fff;
  text-decoration: none;
}
#bunki_navi_f ul li.uic_top {
  width: 300px;
  margin: 0 auto;
}
#bunki_navi_f ul li.uic_page1,
#bunki_navi_f ul li.uic_page2,
#bunki_navi_f ul li.uic_page3,
#bunki_navi_f ul li.uic_ {
  width: 150px;
  float: left;
}
#bunki_navi_f ul li.uic_page1 span {
  background-color: #d5802b;
  color: #fff;
}
#bunki_navi_f ul li.uic_page2 span {
  background-color: #2aa0e9;
  color: #fff;
}
#bunki_navi_f ul li.uic_page3 span {
  background-color: #6fb649;
  color: #fff;
}
#bunki_navi_f ul li.uic_page4 span {
  background-color: #d2382d;
  color: #fff;
}
#bunki_navi_f ul li.uic_page5 span {
  background-color: #822dd2;
  color: #fff;
}
#bunki_navi_f nav.fixed {
}
#bunki_navi_f nav.fixed li {
}
#bunki_navi_f nav.fixed li a,
#bunki_navi_f nav.fixed li span {
}

/* 【UIC共通】メニュータブの下線 */
#uic_page1 {
  border-top: 5px solid #d5802b;
}
#uic_page2 {
  border-top: 5px solid #2aa0e9;
}
#uic_page3 {
  border-top: 5px solid #6fb649;
}
#uic_page4 {
  border-top: 5px solid #d2382d;
  box-sizing: border-box;
}
#uic_page5 {
  border-top: 5px solid #822dd2;
  box-sizing: border-box;
}

/* 【UIC共通】メインビジュアル */
#mainv_s {
  padding-bottom: 120px;
  padding-top: 40px;
}
#mainv_s p strong {
  font-size: 24px;
  line-height: 30px;
  color: #000;
}
#mainv_s p {
  padding: 5px;
  text-align: center;
}
#uic_page1 #mainv_s {
  background: url(/jp/products/candera/image/uic/U_top_img_001.png)
    no-repeat center bottom;
  background-size: 120px;
}
#uic_page2 #mainv_s {
  background: url(/jp/products/candera/image/uic/U_top_img_002.png)
    no-repeat center bottom;
  background-size: 120px;
}
#uic_page3 #mainv_s {
  background: url(/jp/products/candera/image/uic/U_top_img_003.png)
    no-repeat center bottom;
  background-size: 120px;
}
#uic_page4 h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-top: 10px;
}
#uic_page5 h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-top: 10px;
}

/* 【UIC共通】GOボタン */
#uic nav#bunki_navi a {
  text-align: center;
  display: block;
  margin: 10px auto;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 32px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 100px; /* CSS3草案 */
  -webkit-border-radius: 100px; /* Safari,Google Chrome用 */
  -moz-border-radius: 100px; /* Firefox用 */
}
#uic nav#bunki_navi ul li.uic_page1 p.gobtn a {
  background-color: #d5802b;
}
#uic nav#bunki_navi ul li.uic_page2 p.gobtn a {
  background-color: #2aa0e9;
}
#uic nav#bunki_navi ul li.uic_page3 p.gobtn a {
  background-color: #6fb649;
}
#uic p.uic_page4 {
  text-align: center;
  font-weight: bold;
}
#uic p.uic_page4 a {
  text-align: center;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 32px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  margin: 20px auto;
  border-radius: 100px; /* CSS3草案 */
  -webkit-border-radius: 100px; /* Safari,Google Chrome用 */
  -moz-border-radius: 100px; /* Firefox用 */
  background-color: #d2382d;
}
#uic p.uic_page5 {
  text-align: center;
  font-weight: bold;
}
#uic p.uic_page5 a {
  text-align: center;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 32px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  margin: 20px auto;
  border-radius: 100px; /* CSS3草案 */
  -webkit-border-radius: 100px; /* Safari,Google Chrome用 */
  -moz-border-radius: 100px; /* Firefox用 */
  background-color: #822dd2;
}
#uic_page3 p.uic_clientlist {
  text-align: center;
  font-weight: bold;
}
#uic_page3 p.uic_clientlist a {
  text-align: center;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 32px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  margin: 20px auto;
  border-radius: 100px; /* CSS3草案 */
  -webkit-border-radius: 100px; /* Safari,Google Chrome用 */
  -moz-border-radius: 100px; /* Firefox用 */
  background-color: #9567d6;
}

/* 【UICトップ】分岐ボタン */
#uic nav#bunki_navi {
}
#uic nav#bunki_navi ul {
}
#uic nav#bunki_navi ul li {
  padding-bottom: 30px;
  border-bottom: 1px dotted #999;
}
#uic nav#bunki_navi ul li.uic_page1 img,
#uic nav#bunki_navi ul li.uic_page2 img,
#uic nav#bunki_navi ul li.uic_page3 img {
  width: 200px;
  display: block;
  margin: 0 auto;
}
#uic nav#bunki_navi p {
  padding: 10px;
}
#uic nav#bunki_navi strong {
  display: block;
  text-align: center;
  font-size: 18px;
}

/* 【UICテクニカルインフォ】トップボタン群 */
#uic_page2 .clm3 {
  margin: 0 auto;
}
#uic_page2 .clm3 li {
  width: 33%;
  float: left;
}
#uic_page2 .clm3 li h4 {
  padding: 5px;
}
#uic_page2 .clm3 li h4 a {
  display: block;
  padding-top: 50px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  color: #333;
}
#uic_page2 .clm3 li.uic_v001 a {
  background: url(/jp/products/candera/image/uic/U_ti_bt_001_off.png)
    no-repeat center top;
  background-size: 40px;
}
#uic_page2 .clm3 li.uic_v002 a {
  background: url(/jp/products/candera/image/uic/U_ti_bt_002_off.png)
    no-repeat center top;
  background-size: 40px;
}
#uic_page2 .clm3 li.uic_v003 a {
  background: url(/jp/products/candera/image/uic/U_ti_bt_003_off.png)
    no-repeat center top;
  background-size: 40px;
}
#uic_page2 .clm3 li.uic_v004 a {
  background: url(/jp/products/candera/image/uic/U_ti_bt_004_off.png)
    no-repeat center top;
  background-size: 40px;
}
#uic_page2 .clm3 li.uic_v004 {
  clear: both;
}
#uic_page2 .clm3 li.uic_v005 a {
  background: url(/jp/products/candera/image/uic/U_ti_bt_005_off.png)
    no-repeat center top;
  background-size: 40px;
}
#uic_page2 .clm3 li.uic_v006 a {
  background: url(/jp/products/candera/image/uic/U_ti_bt_006_off.png)
    no-repeat center top;
  background-size: 40px;
}
#uic_page2 .clm3 li p {
  padding-left: 50px;
  display: none;
}

/* UIC2018（テクニカルインフォ）見出し*/
#uic_page2 h3.uic_v001 {
  background: url(/jp/products/candera/image/uic/U_ti_bt_001_off.png)
    no-repeat center top;
  background-size: 40px;
  padding-top: 50px;
  font-size: 24px;
  line-height: 40px;
}
#uic_page2 h3.uic_v002 {
  background: url(/jp/products/candera/image/uic/U_ti_bt_002_off.png)
    no-repeat center top;
  background-size: 40px;
  padding-top: 50px;
  font-size: 24px;
  line-height: 40px;
}
#uic_page2 h3.uic_v003 {
  background: url(/jp/products/candera/image/uic/U_ti_bt_003_off.png)
    no-repeat center top;
  background-size: 40px;
  padding-top: 50px;
  font-size: 24px;
  line-height: 40px;
}
#uic_page2 h3.uic_v004 {
  background: url(/jp/products/candera/image/uic/U_ti_bt_004_off.png)
    no-repeat center top;
  background-size: 40px;
  padding-top: 50px;
  font-size: 24px;
  line-height: 40px;
}
#uic_page2 h3.uic_v005 {
  background: url(/jp/products/candera/image/uic/U_ti_bt_005_off.png)
    no-repeat center top;
  background-size: 40px;
  padding-top: 50px;
  font-size: 24px;
  line-height: 40px;
}
#uic_page2 h3.uic_v006 {
  background: url(/jp/products/candera/image/uic/U_ti_bt_006_off.png)
    no-repeat center top;
  background-size: 40px;
  padding-top: 50px;
  font-size: 24px;
  line-height: 40px;
}
#uic_page2 h4 strong {
  background-color: #ff0000;
  color: #fff;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 14px;
  display: block;
  width: 80px;
  margin: 0 auto 10px;
}
#uic_page2 h4 span {
  display: block;
}

/* 【UICテクニカルインフォ】２カラム（左右均等）*/
#uic_page2 .clm2 {
  margin: 0 auto;
  padding: 20px 0;
}
#uic_page2 .clm2 div {
}
#uic_page2 .clm2 div figure {
  margin: 0;
}
#uic_page2 .clm2 div p {
  margin: 10px 0;
}
#uic_page2 .clm2 div ul {
  margin: 10px 0;
}
#uic_page2 .clm2 div ul li {
  margin-left: 20px;
  padding: 5px 0;
  list-style-type: disc;
}
#uic_page2 .clm2 div h5 {
  padding: 5px 0;
  border-bottom: 1px dotted #666666;
  margin: 10px 0;
}

/* 【UICテクニカルインフォ】２カラム（左やや広い）*/
#uic_page2 .clm2_op {
  margin: 0 auto;
  padding: 20px 0;
}
#uic_page2 .clm2_op div.wide {
}
#uic_page2 .clm2_op div {
}
#uic_page2 .clm2_op ul {
  margin: 10px 0;
}
#uic_page2 .clm2_op ul li {
  margin-left: 20px;
  padding: 5px 0;
  list-style-type: disc;
}
#uic_page2 .clm2_op div figure {
  margin: 0;
}
#uic_page2 .clm2_op div p {
  margin: 10px 0;
}
#uic_page2 .clm2_op div h5 {
  padding: 5px;
  border-bottom: 1px dotted #666666;
  margin: 10px 30px;
}

/* 【UICテクニカルインフォ】キャプション */
#uic_page1 figure figcaption p,
#uic_page2 figure figcaption p {
  font-size: 14px;
  text-align: center;
}
#uic_page5 figure figcaption p {
  font-size: 14px;
  text-align: center;
}
#uic_page1 .clm2 figure figcaption p,
#uic_page2 .clm2 figure figcaption p {
  text-align: left;
}
#uic_page5 .clm2 figure figcaption p {
  text-align: left;
}
#uic_page1 .clm2_op figure figcaption p,
#uic_page2 .clm2_op figure figcaption p {
  text-align: left;
}
#uic_page5 .clm2_op figure figcaption p {
  text-align: left;
}
#uic_page2 .license {
  margin: 30px auto;
}
#uic_page2 .license p {
  text-align: left;
  padding-bottom: 15px;
  line-height: 20px;
}

/* 【UICテクニカルインフォ】動画　*/
#uic_page2 .cnt-box .mvucon {
  text-align: center;
  margin: 20px auto;
  width: 100%;
  display: none;
}

#uic_page2 .uic_animationcurve {
  width: 100%;
  margin-top: 20px;
  padding: 0;
}
#uic_page2 .uic_animationcurve video {
  width: 100%;
  margin-top: 20px;
  padding: 0;
}
#uic_page2 .uic_animationcurve img {
  width: 100%;
  margin-top: 20px;
  padding: 0;
}
#uic_page2 .uic_animationcurve p {
  text-align: center;
}

/* 【UICユースケース】４つのイメージ */
#uic_page3 ul#hmi_app_ex {
  margin: 0 auto;
}
#uic_page3 ul#hmi_app_ex li {
  padding: 140px 20px 20px 20px;
  border: 1px solid #999;
  margin: 20px 0;
}
#uic_page3 ul#hmi_app_ex li.v001 {
  background: url(/jp/products/candera/image/uic/U_uc_img_001.png)
    no-repeat center top;
  background-size: 240px;
}
#uic_page3 ul#hmi_app_ex li.v002 {
  background: url(/jp/products/candera/image/uic/U_uc_img_002.png)
    no-repeat center top;
  background-size: 240px;
}
#uic_page3 ul#hmi_app_ex li.v003 {
  background: url(/jp/products/candera/image/uic/U_uc_img_003.png)
    no-repeat center top;
  background-size: 240px;
}
#uic_page3 ul#hmi_app_ex li.v004 {
  background: url(/jp/products/candera/image/uic/U_uc_img_004.png)
    no-repeat center top;
  background-size: 240px;
}
#uic_page3 ul#hmi_app_ex li h4 {
  text-align: center;
  font-size: 18px;
  padding: 5px;
  font-weight: bold;
}
#uic_page3 ul#hmi_app_ex li p {
  margin: 5px auto;
}

/* 【UICユースケース】バナー */
#agltrial_btn {
  text-align: center;
  margin: 0;
  padding: 20px 0 30px;
}
#agltrial_btn a {
  margin: 10px 0 0;
  text-align: center;
  color: #fff;
  background-color: #8cc63f;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; /* Firefox用 */
}

/* 【UIC製品仕様】sdk */
#uic_page4 #sdk {
}
#uic_page4 #sdk div {
}
#uic_page4 #sdk div h5 {
  padding: 5px;
  border-bottom: 1px dotted #666666;
  margin: 10px auto;
}
#uic_page4 #sdk ul {
  margin: 10px 10px;
}
#uic_page4 #sdk ul li {
  margin-left: 20px;
  padding: 5px 0;
  list-style-type: disc;
  text-indent: -3px;
}
#uic_page4 #sdk ul li span {
  font-size: 12px;
}

/* 【UIC製品仕様】動作環境 */
#uic_page4 #speclist div {
}
#uic_page4 #speclist table {
}
#uic_page4 #speclist table th {
  font-weight: normal;
}
#uic_page4 #speclist table td {
}
#uic_page4 #speclist table td span {
  font-size: 12px;
}

/**********************************************************************/

/*******ニュース***************************************************************/
#topics_list1 .news-search-year {
  padding-bottom: 20px;
}

#topics_list1 .news-search-category {
  padding: 20px 0;
  border-top: 1px dotted #999;
}

#topics_list1 .news-search-year p,
#topics_list1 #contents .cntbox .news-search-category p {
  text-align: center;
}
#topics_list1 .news-search-year p a,
#topics_list1 .news-search-category p a {
  padding: 10px 0;
  color: #333;
  text-decoration: none;
  display: block;
  width: 33.3333%;
  float: left;
  font-size: 16px;
}

#topics_list1 .news-search-year p a.current,
#topics_list1 .news-search-category p a.current {
  text-decoration: none;
  background: #eee;
  color: #999;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; /* Firefox用 */
}

#topics_list1 .news-search-category p a span.news-icon-all {
  color: #7fe5e9;
}
#topics_list1 .news-search-category p a span.news-icon-news {
  color: #e9a952;
}
#topics_list1 .news-search-category p a span.news-icon-software {
  color: #56cc82;
}
#topics_list1 .news-search-category p a span.news-icon-event {
  color: #4c95e5;
}
#topics_list1 .news-search-category p a span.news-icon-movie {
  color: #8fabb0;
}
#topics_list1 .news-search-category p a span.news-icon-column {
  color: #b585e9;
}

/* レポートページ***/

contents#report {
  background-color: #fff;
  text-align: center;
  margin: 0px auto;
  padding: 0px;
}
#report .mainv {
}
#report figure {
  text-align: center;
  margin-top: 20px;
}
#report figure img {
  max-width: 100%;
}
#report figure figcaption {
  font-size: 10px;
  text-align: center;
  padding: 10px 0;
}
#report h3 {
  padding: 25px 0 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  text-align: center;
  color: #fff;
  background: #000;
}
#report h3 span {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  display: block;
}
#report h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 100;
  border-left: 5px solid #e05b5d;
  padding: 5px 5px 5px 10px;
  margin-top: 40px;
  text-align: left;
}
#report h5 {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  text-indent: -1em;
  margin-top: 40px;
  margin-left: 20px;
  font-weight: bold;
}
#report .lead {
  padding: 5px;
}
#report .lead p {
  padding: 20px 10px 0;
  font-size: 14px;
  line-height: 24px;
}
#report .lead p.answer_Roland {
}
#report .lead p.answer_Roland02 {
}
#report .youtube_box {
  text-align: center;
  margin: 10px auto;
  width: 560px;
}
#report .youtube_box iframe {
  width: 560px;
  height: 315px;
}

/* レポートページ（加賀FEIの HMI 開発ツール 「CGI Studio」） ***/
#report .candera-logo figure {
  text-align: center;
}
#report .candera-logo figure img {
  width: 200px;
}
#report .candera-logo p {
}

#report figure.img-left {
}
#report figure.img-left img {
}
#report figure.img-right {
}
#report figure.img-right img {
}
#report figure.img-middle {
  text-align: center;
}
#report figure.img-middle img {
  width: 250px;
}
#report figure.img-small {
  text-align: center;
}
#report figure.img-small img {
  width: 150px;
}
#report .btn {
  margin: 20px;
}
#report .btn a {
  background: #666;
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; /* Firefox用 */
}

#report .report-kiji-box {
  padding: 50px 0;
  margin: 0 auto;
}
#report .report-kiji-box p {
  text-align: center;
  line-height: 20px;
  padding-bottom: 10px;
}
#report .report-contact-box {
  padding-bottom: 50px;
  margin: 0 auto;
}
#report .report-contact-box p {
  text-align: center;
  line-height: 30px;
}
/* ---------------------------------------------
*   List
--------------------------------------------- */
/*  c-list-news
--------------------------------------------- */

.c-list-news p {
  padding: 15px;
  font-size: 14px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 16px 16px 0 16px;
  margin-bottom: 32px;
}
.c-list-news .c-topics__date {
  font-size: 12px;
  text-align: right;
  display: block;
  float: right;
  padding: 4px 10px;
}
.c-list-news li {
  margin-bottom: 30px;
}
.c-list-news a {
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #787878;
  background: #fff;
  display: block;
  color: inherit;
  text-decoration: none;
  width: 90%;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}

.c-list-news__label {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 80px;
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  font-size: 16px;
  line-height: 20px;
  pointer-events: none;
}

.c-list-news__label:after {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  border: 15px solid transparent;
  border-width: 10px;
  border-top-width: 20px;
  border-bottom-width: 20px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.c-list-news__label--orange {
  background-color: #f07300;
}
.c-list-news__label--orange:after {
  border-bottom-color: #f07300;
}
.c-list-news__label--blue {
  background-color: #5973ff;
}
.c-list-news__label--blue:after {
  border-bottom-color: #5973ff;
}
.c-list-news__label--green {
  background-color: #00b400;
}
.c-list-news__label--green:after {
  border-bottom-color: #00b400;
}
.c-list-news__label--dimgray {
  background-color: #696969;
}
.c-list-news__label--dimgray:after {
  border-bottom-color: #696969;
}
.c-list-news__label--Hanzomon {
  background-color: #8f76d6;
}
.c-list-news__label--Hanzomon:after {
  border-bottom-color: #8f76d6;
}
.c-list-news__image {
  text-align: center;
  background-color: #eee;
  overflow: hidden;
  margin-bottom: 5px;
}
.c-list-news__image img {
  width: 100%;
}

/*******会社概要***************************************************************/
#company dl.hyo {
}
#company dl.hyo dt {
}
#company dl.hyo dt:first-child {
  border-top: none;
}
#company dl.hyo dd {
}
#company dl.hyo dd span.yakusyoku {
}
#company dl.hyo dt:first-child + dd {
  border-top: none;
}
#company dl.hyo dt p {
  font-weight: bold;
  font-size: 12px;
}
#company dl.hyo dd p {
  padding: 5px 10px 10px;
}
#company dl.hyo dd ul {
  padding: 0px 10px 5px;
}
#company dl.hyo dd ul li {
  padding: 5px 0;
  line-height: 18px;
}

/*******クライアント***************************************************************/
#client .clm1 li p,
#client .clm2 li p,
#client .clm3 li p,
#client .clm4 li p {
  font-size: 12px;
  line-height: 14px;
  padding: 5px 10px;
}

/*******採用情報***************************************************************/

/* 採用情報（概要）*/
#jobs_detail {
}
#jobs_detail dl.hyo {
  padding: 10px;
}
#jobs_detail dl.hyo dt {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  padding: 10px 0 0;
}
#jobs_detail dl.hyo dd {
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
}
#jobs_detail dl.hyo dd .chuki_title {
  padding: 14px 0 0 14px;
}
#jobs_detail dl dd ol {
  padding: 10px 20px;
}
#jobs_detail dl dd ol li {
  padding: 5px;
  list-style-type: disc;
  margin-left: 2em;
}
#jobs_detail dl dd ol li.none {
  list-style: none;
}
#jobs_detail dl dt.none,
#jobs_detail dl dd.none {
  border-top: none;
}
#jobs_detail dl dt.last,
#jobs_detail dl dd.last {
  border-bottom: dotted 1px #666666;
}

/* 採用（ボタン）***/
#jobs_detail #contents .btn {
  width: 200px;
  margin: 30px auto;
}
#jobs_detail #contents .btn a {
  font-size: 16px;
  line-height: 24px;
  display: block;
  background: #f07300;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#jobs_detail #contents .btn a:hover {
  background: #da6e00;
}

/* 採用（応募方法）***/
#jobs_detail dl#entry_choice {
  margin: 5px;
}
#jobs_detail dl#entry_choice dt {
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
#jobs_detail dl#entry_choice dd {
  padding: 10px 0;
}
#jobs_detail dl#entry_choice dd ul {
  padding: 20px 0;
}
#jobs_detail dl#entry_choice dd ul li {
  padding: 2px 5px;
}
#jobs_detail dl#entry_choice dd ul li.none {
}

/*******個人情報保護方針***************************************************************/
#privacy_policy {
}
#privacy_policy .cntbox p {
  line-height: 24px;
  padding: 10px;
}
#privacy_policy .cntbox ol li {
  padding: 10px;
  list-style: decimal;
  line-height: 24px;
}
.cntbox .box_privacycontact {
  padding: 5px;
}
.cntbox .tantou {
  text-align: left;
  padding-top: 10px;
  padding-left: 5px;
}
.cntbox .tantou span {
  font-size: 12px;
}

#inquiry_detail #doui_box {
}
#inquiry_detail #doui_box ul li {
  padding: 10px 5px;
  font-size: 14px;
  line-height: 22px;
}
#inquiry_detail #doui_box h5 {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}
#inquiry_detail #doui_box #douisyo {
  padding: 10px;
}
#inquiry_detail #doui_box #douisyo dl {
  margin: 0;
  padding: 0;
}
#inquiry_detail #doui_box #douisyo dt {
  padding: 5px;
  clear: both;
}
#inquiry_detail #doui_box #douisyo dd {
  padding: 5px;
  clear: both;
}
#inquiry_detail #doui_box .btn_box {
  text-align: center;
  margin: 10px auto 0;
}
#inquiry_detail #doui_box .lead p {
  font-size: 12px;
  line-height: 14px;
  padding: 10px 20px;
}
#inquiry_detail ul#mailbtn {
  margin: 50px auto;
}
#inquiry_detail label {
  padding: 5px;
  display: block;
}
#doui_window {
  width: 300px;
  height: 400px;
  overflow: auto;
  margin: 10px auto;
  background-color: #eee;
}

/*******サイト利用規約***************************************************************/
#website_terms_of_use {
}
#website_terms_of_use .cntbox p {
  line-height: 24px;
  padding: 10px;
}
#website_terms_of_use .cntbox ol li {
  padding: 10px;
  list-style: decimal;
  line-height: 24px;
}
.cntbox .box_privacycontact {
  padding: 5px;
}

#inquiry_detail #doui_box {
}
#inquiry_detail #doui_box ul li {
  padding: 10px 5px;
  font-size: 14px;
  line-height: 22px;
}
#inquiry_detail #doui_box h5 {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}
#inquiry_detail #doui_box #douisyo {
  padding: 10px;
}
#inquiry_detail #doui_box #douisyo dl {
  margin: 0;
  padding: 0;
}
#inquiry_detail #doui_box #douisyo dt {
  padding: 5px;
  clear: both;
}
#inquiry_detail #doui_box #douisyo dd {
  padding: 5px;
  clear: both;
}
#inquiry_detail #doui_box .btn_box {
  text-align: center;
  margin: 10px auto 0;
}
#inquiry_detail #doui_box .lead p {
  font-size: 12px;
  line-height: 14px;
  padding: 10px 20px;
}
#inquiry_detail ul#mailbtn {
  margin: 50px auto;
}
#inquiry_detail label {
  padding: 5px;
  display: block;
}
#doui_window {
  width: 300px;
  height: 400px;
  overflow: auto;
  margin: 10px auto;
  background-color: #eee;
}

/* フォーム***/
#inquiry_detail #contents h3 {
  font-size: 18px;
  padding: 50px 0 20px;
  margin: 0;
}
#inquiry_detail h4 {
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
}
#inquiry_detail .lead p {
  margin: 10px auto;
}
#inquiry_detail .lead p.check {
  text-align: center;
  display: block;
  padding: 10px 0;
  font-size: 16px;
}
#inquiry_detail #form_box {
}
#inquiry_detail #form_box dl {
  font-size: 14px;
  line-height: 18px;
}
#inquiry_detail #form_box dl dt {
  padding: 5px 0;
  clear: both;
  text-align: left;
  font-weight: bold;
  padding-top: 10px;
}
#inquiry_detail #form_box dl dd {
  padding: 5px 0;
}
#inquiry_detail #form_box dl dd hr {
  clear: both;
}
#inquiry_detail #form_box dl dd input,
#inquiry_detail #form_box dl dd select,
#inquiry_detail #form_box dl dd textarea {
  margin: 0 5px;
}
#inquiry_detail #form_box dl dt p,
#inquiry_detail #form_box dl dd p {
  padding: 5px;
}
#inquiry_detail #form_box dl dd span {
  padding-right: 10px;
}
#inquiry_detail #form_box .none {
  border-top: none;
}
#inquiry_detail #form_box .form-control {
  width: 280px;
}

#inquiry_detail #form_box dl.kakunin {
  padding: 20px;
  margin: 10px;
  border: 1px dotted #ccc;
}
#inquiry_detail #form_box dl.kakunin dt {
  font-weight: bold;
  font-size: 14px;
  clear: both;
  border: none;
  padding: 2px;
  text-align: left;
  width: 100%;
  padding-top: 10px;
}
#inquiry_detail #form_box dl.kakunin dd {
  clear: both;
  border: none;
  padding: 10px;
  text-align: left;
  width: 100%;
  padding-bottom: 10px;
}

/* フォーム（必須）***/
#inquiry_detail dl dt span.hissu {
  padding: 0 8px;
  color: #fff;
  font-size: 10px;
  background-color: #666;
  text-decoration: none;
  border-radius: 3px; /* CSS3草案 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
}

/* フォーム（エラー）***/
#inquiry_detail .c-form-errorBox {
  text-align: center;
  font-weight: bold;
  margin: 0 30px;
}
#inquiry_detail .c-form-errorBox strong {
  font-size: 18px;
  padding: 10px;
  color: #900;
}
#inquiry_detail .c-form-errorBox li {
  padding: 10px;
  color: #ff0000;
  text-align: left;
}

/* フォーム（ボタン）***/

#inquiry_detail #contents .btn input[type="button"],
#inquiry_detail #contents .btn input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  padding: 10px 20px;
  font-size: 16px;
}

#inquiry_detail #contents .btn input[type="button"] {
  background: #ccc;
  color: #fff;
}
#inquiry_detail #contents .btn input[type="submit"] {
  background: #f07300;
  color: #fff;
}

#inquiry_detail #contents .btn {
  margin: 5px 10px;
  text-align: center;
  padding-bottom: 50px;
}

/**********************************************************************/

/*******プライバシーポリシー***************************************************************/
#canderajp_agreement {
}
#canderajp_agreement .cntbox p {
  line-height: 24px;
  padding: 10px;
}
#canderajp_agreement .cntbox ol li {
  padding: 10px;
  list-style: decimal;
  line-height: 24px;
}
/**********************************************************************/

/*ライセンス条項*/
#page_oss nav.l-breadcrumb,
#page_oss nav.globalnavi {
  display: none;
}
#page_oss section {
  background-color: #fff;
  clear: both;
}

#page_oss dl.hyo {
  margin: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0px solid #ddd;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ddd;
}
#page_oss dl.hyo dt {
  padding: 2px 0;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  background-color: #e3e3e3;
}
#page_oss dl.hyo dd {
  padding: 5px 0;
}
#page_oss dl.hyo dt.name,
#page_oss dl.hyo dd.name {
  border-top: 1px solid #ddd;
}
#page_oss dl.hyo dt.type,
#page_oss dl.hyo dd.type {
}
#page_oss dl.hyo dt.comment,
#page_oss dl.hyo dd.comment {
}
#page_oss dl.hyo dt p {
  font-weight: bold;
  font-size: 12px;
  padding: 1px 10px;
}
#page_oss dl.hyo dd p {
  padding: 2px 10px;
}
#page_oss #menu_btn,
#page_oss footer nav {
  display: none;
}

/*サイト利用規約(EN)*/
.site_terms_en {
  margin: 0 48px;
}

/* ニュース画像調整用 */
.news_sp_132_1 img {
  height: 100px;
}
.news_sp_132_2 img {
  height: 200px;
}
.news_sp_133_1 {
  text-align: center;
}

/* プライバシーポリシー */
.policy_list {
  line-height: 2;
}

.policy_list dt:first-child {
  margin-top: 0;
}

.pageTitle {
  margin-bottom: 18px !important;
  height: auto;
}

.policy_list .text {
  margin: 0 auto 40px;
  font-size: 1em;
  text-align: center;
  max-width: 620px;
  line-height: 2.1;
}

.policy_list .text01 {
  margin-bottom: 15px;
}

.policy_list dt {
  margin-top: 20px;
  position: relative;
  /* cursor: pointer; */
  padding: 19px 33px 19px;
  font-size: 1em;
  background-color: #fff;
}

.policy_list dt::before {
  position: absolute;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  right: 30px;
  top: 50%;
  background: url("../img/icon01.png") no-repeat center center;
  /* content: ""; */
}

.policy_list dt.on::before {
  background-image: url("../img/icon01_on.png");
}

.policy_list dd {
  padding: 15px 45px 28px 31px;
  line-height: 2.3;
  /* display: none; */
  text-align: justify;
  text-justify: inter-ideograph;
  background-color: #fff;
}

.reset_text_align dd {
  text-align: initial;
}

.policy_list dd table {
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}

.policy_list dd .table01 {
  max-width: 590px;
}

.policy_list dd table th,
.policy_list dd table td {
  padding: 8px 18px;
  box-sizing: border-box;
  text-align: left;
  word-break: break-all;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.policy_list dd table td a {
  text-decoration: none;
}

.policy_list dd table th {
  width: 235px;
  background-color: #ffffff;
}

.policy_list dd p {
  margin-top: 13px;
}

.policy_list dd .txt01 {
  margin-top: 30px;
}

.policy_list dd a {
  text-decoration: underline;
}

@media all and (min-width: 897px) {
  .policy_list dd a:hover {
    opacity: 1;
    text-decoration: none;
  }

  .policy_list dd table td a:hover {
    text-decoration: underline;
  }
}

@media all and (max-width: 896px) {
  .noPageBg {
    padding-top: 60px;
    min-height: 155px;
  }

  .policy_list dt {
    margin-top: 10px;
    padding: 19px 33px 18px 15px;
    padding-left: calc(2em + 15px);
    text-indent: -2em;
    font-size: 1em;
  }

  .policy_list .policyList01 dt {
    padding-left: 15px;
    text-indent: 0;
  }

  .policy_list .dtStyle01 {
    padding-left: calc(3em + 15px);
    text-indent: -3em;
  }

  .policy_list dt::before {
    right: 15px;
    /* background: url("../img/common/sp_icon01.png") no-repeat center center /
            18px; */
  }

  .policy_list dt.on::before {
    /* background-image: url("../img/common/sp_icon01_on.png"); */
  }

  .policy_list dd {
    padding: 1px 13px 13px;
    line-height: 1.85;
    font-size: 1em;
  }

  /* .policy_list dd table th,
    .policy_list dd table td {
        padding: 5px 18px;
        width: 100%;
        display: block;
    } */
}

@media all and (max-width: 896px) {
  .policy_list .table-scrollable {
    position: relative;
    overflow-x: auto;
    padding-bottom: 0.3em;
  }

  .policy_list .table-scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(240, 116, 0, 1);
    border-radius: 10em;
  }

  .policy_list .table-scrollable::-webkit-scrollbar-track {
    background-color: #e0e0e0;
    border-radius: 10em;
  }

  .policy_list .table-scrollable::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
  }

  .policy_list .table-scrollable table {
    margin: 0;
  }

  .policy_list .table-scrollable table th {
    white-space: nowrap;
  }

  .policy_list .table-scrollable table td {
  }

  .policy_list .table-scrollable table.indent {
    margin-left: 0;
  }
}
