@charset "utf-8";

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  font-size: 0;
}

/* ===== 総合カタログトップ ===== */

/* mainvisual */
#mainvisual {
  padding-bottom: 35px;
  background: linear-gradient(to bottom, #ffe402 0%, #fff 35%, #fff 81%, #ffe402 100%);
}
#mainvisual h1 {
  padding: 30px 0;
  color: #333;
  text-align: center;
  font-size: 38px;
  line-height: 1;
}
#mainvisual h1 span {
  font-weight: bold;
}
#mainvisual h1 .top,
#mainvisual h1 .red,
#mainvisual h1 .bottom {
  display: block;
}
#mainvisual h1 .top .style_01 {
  font-size: 46px;
}
#mainvisual h1 .red {
  margin: 26px 0;
  color: #c4000a;
  font-size: 54px;
}
#mainvisual h1 .bottom {
  color: #000;
  font-size: 20px;
}
#mainvisual .cat_list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#mainvisual .cat_list .cat_list_item {
  max-width: 425px;
}
#mainvisual .cat_list .cat_list_item:nth-child(2) {
  margin-left: 40px;
}
#mainvisual .cat_list .cat_list_item dl dt {
  position: relative;
  padding: 23px 20px 30px;
  border-top: 8px solid #c4000a;
  background: linear-gradient(to bottom, #474747, #222);
  color: #fff;
  text-align: center;
}
#mainvisual .cat_list .cat_list_item dl dt .lead {
  position: absolute;
  top: -25px;
  left: 50%;
  display: flex;
  height: 40px;
  border: 1px solid #010101;
  background: #fff;
  color: #333;
  font-size: 22px;
  transform: translateX(-50%);
}
#mainvisual .cat_list .cat_list_item dl dt .lead .black {
  padding: 8px 18px 8px 15px;
  background: #010101;
  color: #fff;
  font-weight: 600;
}
#mainvisual .cat_list .cat_list_item dl dt .lead .white {
  position: relative;
  padding: 8px 15px 8px 2px;
  background: #fff;
  color: #333;
  font-weight: 600;
}
#mainvisual .cat_list .cat_list_item dl dt .lead .white::before {
  position: absolute;
  top: 0;
  left: -18px;
  display: block;
  width: 19px;
  height: 38px;
  border-width: 0 0 38px 18px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: "";
}
#mainvisual .cat_list .cat_list_item dl dt .title {
  font-weight: bold;
  font-size: 20px;
}
#mainvisual .cat_list .cat_list_item dl dt .title .bottom {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  font-size: 33px;
  line-height: 1;
}
#mainvisual .cat_list .cat_list_item dl dd {
  position: relative;
  margin-top: 30px;
}
#mainvisual .cat_list .cat_list_item:nth-child(2) dl dd {
  margin-right: -9px;
}
.cv_btn {
  margin-top: 40px;
}
.cv_btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 15px 60px 15px 135px;
  width: 520px;
  border-radius: 4px;
  background: #c4000a;
  box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.2);
  color: #fff;
  text-align: left;
  font-size: 20px;
}
.cv_btn a span {
  position: relative;
  font-size: 18px;
}
.cv_btn a span:not(.bottom):before {
  position: absolute;
  top: 16px;
  left: -62px;
  display: block;
  width: 42px;
  height: 32px;
  background: url(/img/support/general-catalog/bg_general-catalog_004.png) no-repeat;
  content: "";
}
.cv_btn a .bottom {
  display: block;
  margin-top: 10px;
  font-size: 25px;
}

/* coming_text */
.coming_text {
  margin-top: 25px;
  color: #f00;
  text-align: left;
}

/* sections */
.sections {
  margin: 35px 0 45px;
}
.sections .sections_inner {
  padding: 40px 20px;
  background: #fafafa;
}
.sections h2 {
  padding: 25px 20px 30px;
  width: 100%;
  border-top: 6px solid #c7000b;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 27px;
}
.sections h2 .style_01 {
  font-weight: 600;
  font-size: 38px;
}
.sections p {
  font-size: 18px;
}
.flex_box {
  display: flex;
  justify-content: space-between;
}
.sections .flex_box {
  margin-top: 40px;
}
.sections .flex_box .title_02 {
  margin-bottom: 20px;
  padding: 5px 0 5px 14px;
  border-left: 5px solid #c00;
  font-weight: bold;
  font-size: 21px;
  line-height: 20px;
}

/*カタログ*/

.catalog_wrap {
  margin: 30px 20px;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
}
.catalog_wrap .head_title {
  padding: 17px 0;
  background: #ebebeb;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}
.catalog_contents [class$="_block"] {
  padding: 30px 20px 25px;
}
.catalog_contents [class$="_block"] + [class$="_block"] {
  border-top: 1px dotted #ccc;
}
.catalog_contents .title {
  margin-bottom: 5px;
  padding-left: 8px;
  border-left: 3px solid #c00;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}
.catalog_contents .announcement {
  padding: 20px 0;
  font-weight: 600;
}
.catalog_contents .announcement .red {
  color: #d7000f;
  font-weight: 600;
}
.catalog_contents .jpn_block .left_area {
  float: left;
}
.catalog_contents .jpn_block .right_area {
  float: right;
  margin-right: 30px;
}
.catalog_contents .area_item {
  padding: 25px 0;
}
.catalog_contents .area_item + .area_item {
  border-top: 1px dotted #ccc;
}
.catalog_contents .area_item li {
  float: left;
  margin: 12px 0 0 14px;
}
.catalog_contents .area_item li:first-child,
.catalog_contents .area_item li:first-child + li,
.catalog_contents .area_item li:first-child + li + li {
  margin-top: 0;
}
.catalog_contents .area_item li:first-child,
.catalog_contents .area_item li:first-child + li + li + li {
  margin-left: 0;
}
.catalog_contents .area_item li a {
  display: block;
}
.catalog_contents .area_item li .no_link {
  position: relative;
  display: inline-block;
  opacity: 0.5;
}
.catalog_contents .area_item li .no_link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  content: "";
}
.catalog_wrap .flex_box {
  padding: 40px 0 30px;
  border-bottom: 1px dotted #ccc;
}
.catalog_contents .lead_txt {
  padding: 10px 0 25px;
  font-weight: bold;
  font-size: 16px;
}

/* ===== ダウンロード確認 ===== */

/*カタログ*/
#main #breadcrumbs p em {
  font-weight: normal;
}
.catalog_title {
  margin: 40px 0;
  padding: 15px 0 15px 15px;
  border-top: #bbb solid 1px;
  border-bottom: #bbb solid 1px;
}
.catalog_title h2 {
  font-weight: bold;
}
.catalog_txt_box {
  padding-left: 15px;
}
.catalog_txt_box em {
  font-weight: bold;
  font-style: normal;
}
