@charset "UTF-8";

/* ----------------------------------------------------------------------------------------

青果卸向け販売管理システム・固有カラー設定

------------------------------------------------------------------------------------------- */
.SubTopImageWrap {
  background: url("/image/h1/hsw/products/industry/kit3/kit3_subimage.jpg") center center / cover no-repeat;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.TopBrandingImageWrap h1 p {
  display: block;
}

.PageTitleText {
  font-size: 28px !important;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0 !important;
}

.PagetitleImgBox {
  background: #102259;
}

@media screen and (max-width: 767px) {
  .TopBrandingImageWrap h1 p {
    display: block;
    padding: 15px 10px;
  }

  .PageTitleText {
    margin-bottom: 10px !important;
  }

  .PageTitleText_koubaikanri_small {
    line-height: 0.5em;
    text-shadow: 0 0 12px #FFF;
  }
}

/* TopBrandinImage
=========================================================================================== */
.MainImage {
  background: url("/image/h1/hsw/products/industry/kit3/pagetitle_kit3.jpg") center center / cover no-repeat;
  width: 100%;
  padding-bottom: 40px;
  box-sizing: border-box;
  overflow: hidden;
  /* padding-top: calc(300 / 1000 * 100%); */
}

.TopBrandingTitle {
  width: 61%;
}

@media screen and (max-width: 850px) {
.TopBrandingTitle {
  width: 75%;
}
}

@media screen and (max-width: 767px) {
.TopBrandingTitle {
  width: 90%;
}
}
.TopBrandingImage {
  background: #102259;
}

@media screen and (max-width: 767px) {

  /* .MainImage {
  display: none;
} */
  .MainImage {
    background: url("/image/h1/hsw/products/industry/kit3/pagetitle_kit3_sp.jpg") center center / cover no-repeat;
    background-position: right 10% bottom 31%;
  }

  .MainImage .MainImageTxt {
    text-shadow:
      1px 1px 4px #fff,
      -1px 1px 4px #fff,
      1px -1px 4px #fff,
      -1px -1px 10px #fff;
  }
}

.TopBrandingImageWrap h1 {
  background-size: cover;
}

/* お悩み解決
=========================================================================================== */
.Efficiency {
  color: #102259;
}

.ResolutionBackImage2 {
  background-image: url("/image/h1/hsw/products/industry/kit3/kit3_resolution.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 200px;
  margin: 0px 20px 20px 20px;
}
/* ----------------------------------------------------------------------------------------


/* Reason（Hi-PerBT Advanced 購買管理が選ばれる理由）
=========================================================================================== */
.Reason {
  background: url("/image/h1/hsw/products/industry/ad/bg_ad_reason.png");
  background-size: cover;
}

._bottom {
  margin-bottom: 70px;
}

/* ----------------------------------------------------------------------------------------


/* 下層ページ・スタイル設定 */
.FlexWrap {
  flex-wrap: wrap;
}

.ListTop {
  display: flex;
}

/* .ListBottom {
    text-align: center;
    display: block;
margin: 40px auto;
  } */
.Kit3TableEnvironment {
  margin: 0px 0px 40px 0px;
  width: 100%;
}

.Kit3TableEnvironment th {
  width: 10%;
}

@media screen and (max-width: 768px) {
  .Kit3TableEnvironment {
    margin: 0 10px;
    width: auto;
  }

  .Kit3TableEnvironment th {
    width: 20%;
  }
}

/* kit3 point */
.PointTable th {
  text-align: left;
}

/* kit3の機能ページのみ */
.kit3_function {
}

.kit3_function .kit3_function_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: -20px;
}

.kit3_function .kit3_function_list .kit3_list_block {
  width: 31%;
  background: #FFF;
  color: #306AC6;
  border-radius: 20px;
  margin-bottom: 20px;
  /* padding: 32px 0 48px; */
  padding: 0px;
  border: 2px solid #306AC6;
  box-shadow: 0px 5px 15px 0px rgb(56 125 214 / 35%);
  transition: .3s;
  position: relative;
  box-sizing: border-box;
  display: flex;
}

.kit3_function .kit3_function_list .kit3_list_block:hover {
  box-shadow: none;
  transition: .3s;
  /* background: #e7f0f8; */
  color: #FFF;
  background: #306AC6;
  transform: translateY(3px);
}

.kit3_function .kit3_function_list .kit3_list_block:after {
  content: "";
  display: block;
  background: #306AC6;
  position: absolute;
  top: 4px;
  width: 40%;
  height: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 0 0 20px 20px;
}
.kit3_function .kit3_function_list .kit3_list_block:hover:after {
  background: #FFF;
}

.kit3_function .kit3_function_list .kit3_list_block a {
  text-decoration: none;
  color: #222;
  display: block;
  /* padding: 0px 16px; */
  padding: 32px 16px;
  position: relative;
  width: 100%;
}

.kit3_function .kit3_function_list .kit3_list_block h3 {
  color: #222;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  font-size: 112%;
}
.kit3_function .kit3_function_list .kit3_list_block:hover a,
.kit3_function .kit3_function_list .kit3_list_block:hover h3 {
  color: #FFF;
}

.kit3_function .kit3_function_list .kit3_list_block h3:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #306AC6;
  border-radius: 20px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.kit3_function .kit3_function_list .kit3_list_block:hover h3:after {
  background-color: #FFF;
}

.kit3_function_list_inner {
  margin: 0 auto;
  padding: 8px 8px 24px;
}

.kit3_function_list_inner h4 {
  color: #306AC6;
  text-align: center;
}

.kit3_function_list_inner .bottom_detail {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* width: 7em; */
  font-size: 112%;
}

@media screen and (max-width: 767px) {
  .kit3_function_list_inner .food_detail {
    bottom: 0px;
  }
}

.kit3_function_list_inner .bottom_detail .txt_detail {
  color: #E60827;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  margin-bottom:10px;
  margin-left:-1em;
}
.kit3_function .kit3_function_list .kit3_list_block:hover .txt_detail {
  color: #FFF;
}

.kit3_function .kit3_function_list .kit3_list_block .txt_detail:after {
  content: '';
  width: 0.4em;
  height: 0.4em;
  border: 0;
  border-top: solid 2px #E60827;
  border-right: solid 2px #E60827;
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: .2s
}
.kit3_function .kit3_function_list .kit3_list_block:hover .txt_detail:after {
  right: -1.2em;
  transition: .2s;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
}
.kit3_function_list_inner p {
  text-align: center;
}
.kit3_function_list_inner a {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  color: #E60827;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.kit3_function_list_inner .kit3_function_list_innerlist li {
  counter-increment: cnt;
  text-indent: -1.6em;
  padding-left: 1em;
  margin: 8px;
}

.kit3_function_list_inner .kit3_function_list_innerlist li:before {
  content: "("counter(cnt) ") ";
}

@media screen and (max-width: 850px) {
  .kit3_function .kit3_function_list .kit3_list_block {
    width: 46%;
  }
}

@media screen and (max-width: 540px) {
  .kit3_function {
    margin-top: 0px;
  }
  .kit3_function .kit3_function_list {
    margin-bottom: -10px;
  }


  .kit3_function .kit3_function_list .kit3_list_block {
    width: 100%;
    margin: 10px;
  }
}

/*============== kit3機能下層ページ ================*/
.function_menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center;
}

.function_menu li {
  margin-right: 2em;
}

.function_menu li a {
  text-decoration: none;
  font-size: 0.8em;
  font-weight: bold;
  color: #E60827;
  position: relative;
  padding-bottom: 6px;
}

.function_menu li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #E60827;
  border-right: solid 2px #E60827;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .3s;
  position: absolute;
  top: 40%;
  right: -16px;
  margin-top: -4px;
}

.function_menu li a:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #dc3543;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.function_menu li a:hover:after {
  transform: scale(1, 1);
}

.function_menu li a:hover {
  color: #E60827;
}

.functionUnder_1,
.functionUnder_2,
.functionUnder_3 {
  margin:0 0 40px 0;
}
.functionUnder_3 {
  margin:0px;
}

.functionUnder_1 p,
.functionUnder_2 p,
.functionUnder_3 p {
  margin: 20px 0px;
}
.functionUnder_1 p.last-para,
.functionUnder_2 p.last-para,
.functionUnder_3 p.last-para {
  margin: 20px 0px 0px 0px;
}

.functionUnderTitle {
  /* width: 620px;
  font-size: 1.4em; */
}

.functionUnder1_inner {
  display: flex;
  text-align: left;
  justify-content: space-around;
}

.functionUnder1_inner h3 {
  color: #306AC6;
  font-weight: bold;
}

.functionUnder1_inner .functionUnder1_inner_left {
  width: 40%;
}

.functionUnder1_inner .functionUnder1_inner_right {
  width: 55%;
}

.functionUnder1_inner .functionUnder1_inner_right img {
  width: 100%;
}

.functionUnder1_inner .functionUnder1_inner_left ol {
  margin-left: 2em;
}

.functionUnder2_list {
  display: flex;
  justify-content: space-between;
}

.functionUnder2_list_item {
  width: 46%;
  margin-bottom: 20px;
}

.functionUnder2_list_item img {
  width: 100%;
}

.functionUnder2_list_item h3 {
  color: #306AC6;
  font-weight: bold;
}

.functionUnder2_list_item p {
  margin-bottom: 20px;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .function_menu {
    margin-bottom: 20px;
  }

  .functionUnder_1 p,
  .functionUnder_2 p,
  .functionUnder_3 p {
    margin: 0px 0px 20px 0px;
  }

  .functionUnder1_inner {
    display: block;
  }

  .functionUnder1_inner .functionUnder1_inner_left,
  .functionUnder1_inner .functionUnder1_inner_right {
    width: 100%;
    margin: 20px 0;
  }

  .functionUnder2_list {
    display: block;
  }

  .functionUnder2_list_item {
    width: 100%;
  }
}

/* foodmanufacturer
=========================================================================================== */
main .Inner.Foodmanufacturer {
  padding-bottom: 0px;
}
.foodmanufacturerTitle {
  width: auto;
}
.foodmanufacturer_1 p {
  margin-bottom: 20px;
  font-size: 100%;
}
.foodList {
  justify-content: space-around;
  margin: 0 auto;
}
.list_right {
  margin-top: 40px;
}
.ListCard .foodmanufacturer_list {
  width: 45%;
  position: relative;
}
.ListCard .foodmanufacturer_list li {
  margin-left: 1em;
  line-height: 2em;
  text-indent: -1em;
}
.foodmanufacturer_list li:before {
  background: #9EC0F7;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 5px;
  line-height: 160%;
  padding-top: 0;
  margin: 0 8px 0 0;
  box-sizing: border-box;
  display: inline-block;
}

.ListCard .foodmanufacturer_list .ListCardInner {
  padding:16px 16px 60px;
}
.foodmanufacturer_1_inner {
  background: #fff;
  margin: 0px 0 40px 0;
  display: flex;
  justify-content: space-around;
  padding: 20px;
  border-radius: 20px;
  flex-wrap: wrap;
}
.foodmanufacturer_1_inner:last-child {
  margin-bottom: 0px;
}
.foodmanufacturer_1 h3,
.foodmanufacturer_1_inner h3 {
  color: #306AC6;
  font-weight: bold;
  margin-top: 10px;
}
.foodmanufacturer_1_inner_left {
  width: 60%;
}
.foodmanufacturer_1_inner_left p {
  text-align: center;
}
.foodmanufacturer_1_inner_left img {
  width: 100%;
}
.foodmanufacturer_1_inner_right {
  width: 35%;
}
.foodmanufacturer_1_inner_right p {
}

@media screen and (max-width: 800px) {
  .foodmanufacturerTitle2 {
    width: auto;
  }
  .foodmanufacturer_1_inner h3 {
    text-align: center;
  }
}
.foodmanufacturer_1_bottom {
  margin: 20px auto 0;
}
.foodmanufacturer_1_bottom p {
}
.foodmanufacturer_1_bottom_img {
  text-align: center;
  margin-top: 20px;
}
.foodmanufacturer_1_bottom_img img{
  width: auto;
  max-width: 100%;
}
.foodmanufacturer_list h4 {
  font-size: 100%;
  text-align: center;
}
.ListCardInner .foodmanufacturer_list_btn {
  color: #E60827 !important;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom:0;
  left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
white-space: nowrap;
}
.ListCard li a:hover .ListCardInner .foodmanufacturer_list_btn {
  color: #FFF !important;
}
.food_list_ttl {
  display: block;
  height: 3.8em;
}
.food_list_inner {
  padding: 0 8px 32px;
}
.food_p {
  font-size: 0.8em;
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .foodmanufacturerTitle {
    width: 90%;
  }
  .foodmanufacturer_1 {
    padding: 0 10px;
  }
  .foodmanufacturer_1_inner {
    display: block;
  }
  .foodmanufacturer_1_inner_right,
  .foodmanufacturer_1_inner_left {
    width: 100%;
  }
  .foodList {
    display: block;
  }
  .ListCard .foodmanufacturer_list {
    width: auto;
  }
}

/* vol1
=========================================================================================== */
.col_top {
  margin-bottom: 20px;
}
.vol_top_txt {
  margin-bottom: 40px;
}
.vol01Title {
  width: 600px;
}
.vol01_box {
  display: block;
  margin: 0px 0px 40px 0px;
}
.vol01_box_inner {
  display: block;
  margin: 0 auto;
}
.vol01_box p {
  margin: 0px auto 10px auto;
}
.vol01_box a {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .vol01Title {
    width: 90%;
  }
  .vol01_box a {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
}

.vol01_box_inner ul {
  margin: 10px 0;
}
.vol01_box_inner ul li {
  margin-left: 1em;
  line-height: 2em;
}
.vol01_box_inner ul li:before {
  background: #9EC0F7;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  line-height: 160%;
  padding-top: 0;
  margin: 0 8px 0 0;
  box-sizing: border-box;
  display: inline-block;
}
.vol01_box_inner_bottom {
  padding: 20px;
  border-radius: 20px;
  margin: 20px 0;
}
.vol01_box_inner_bottom h3 {
  color: #306AC6;
}
.vol01_box_inner_bottom_list,
.vol01_box_inner_bottom_list2,
.vol01_box_inner_bottom_list3,
.vol01_box_inner_bottom_list4,
.vol01_box_inner_bottom_list5,
.vol01_box_inner_bottom_list6,
.vol01_box_inner_bottom_list7,
.vol01_box_inner_bottom_list8,
.vol01_box_inner_bottom_list9,
.vol01_box_inner_bottom_list10 {
  margin-top: 20px;
  display: flex;
}
.vol01_box_inner_bottom_list:before,
.vol01_box_inner_bottom_list2:before,
.vol01_box_inner_bottom_list3:before,
.vol01_box_inner_bottom_list4:before,
.vol01_box_inner_bottom_list5:before,
.vol01_box_inner_bottom_list6:before,
.vol01_box_inner_bottom_list7:before,
.vol01_box_inner_bottom_list8:before,
.vol01_box_inner_bottom_list9:before,
.vol01_box_inner_bottom_list10:before {
  content: '';
  display: block;
  width: 15%;
  height: 100px;
  background-size: contain;
  vertical-align: top;
  background-repeat: no-repeat;
}
.vol01_box_inner_bottom_list:nth-of-type(1):before { background-image: url(/image/h1/hsw/products/industry/kit3/column01/vol01/column01_vol01_01.png);}
.vol01_box_inner_bottom_list:nth-of-type(2):before { background-image: url(/image/h1/hsw/products/industry/kit3/column01/vol01/column01_vol01_02.png);}
.vol01_box_inner_bottom_list:nth-of-type(3):before { background-image: url(/image/h1/hsw/products/industry/kit3/column01/vol01/column01_vol01_03.png);}
.vol01_box_inner_bottom_list:nth-of-type(4):before { background-image: url(/image/h1/hsw/products/industry/kit3/column01/vol01/column01_vol01_04.png);}
.vol01_box_inner_bottom_list2:nth-of-type(1):before { background-image: url(/image/h1/hsw/products/industry/kit3/column01/vol01/column01_vol01_05.png);}
.vol01_box_inner_bottom_list2:nth-of-type(2):before { background-image: url(/image/h1/hsw/products/industry/kit3/column01/vol01/column01_vol01_06.png);}
.vol01_box_inner_bottom_list2:nth-of-type(3):before { background-image: url(/image/h1/hsw/products/industry/kit3/column01/vol01/column01_vol01_07.png);}
.vol01_box_inner_bottom_list3:nth-of-type(1):before { background-image: url(/image/h1/hsw/products/industry/kit3/column01/vol01/column01_vol01_08.png);}
.vol01_box_inner_bottom_list3:nth-of-type(2):before { background-image: url(/image/h1/hsw/products/industry/kit3/column01/vol01/column01_vol01_09.png);}
.vol01_box_inner_bottom_list4:nth-of-type(1):before { background-image: url(/image/h1/hsw/products/industry/kit3/column01/vol01/column01_vol01_02.png);}
.vol01_box_inner_bottom_list5:nth-of-type(1):before { background-image: url(/image/h1/hsw/products/industry/kit3/column01/vol01/column01_vol01_09.png);}
.vol01_box_inner_bottom_list6:nth-of-type(1):before { background-image: url(/image/h1/hsw/products/industry/kit3/column01/vol01/column01_vol01_07.png);}
.vol01_box_inner_bottom_list7:nth-of-type(1):before { background-image: url(/image/h1/hsw/products/industry/kit3/column01/vol01/column01_vol01_03.png);}
.vol01_box_inner_bottom_list8:nth-of-type(1):before { background-image: url(/image/h1/hsw/products/industry/kit3/column01/vol04/column01_vol04_01.png);}
.vol01_box_inner_bottom_list10:nth-of-type(1):before { background-image: url(/image/h1/hsw/products/industry/kit3/column01/vol04/column01_vol04_03.png);}
/* .vol01_box_inner_bottom_list9:nth-of-type(1):before { background-image: url(/image/h1/hsw/products/industry/kit3/column01/vol04/column01_vol04_02.png);} */


.vol01_box_inner_bottom_list_content {
  display: block;
  width: 80%;
  margin-top: 8px;
}
.merit_list {
  margin: 10px;
}
.merit_list li {
  margin: 20px 0;
  font-size: 16px;
}
.merit_list li h3 {
  display: inline-block;
  font-weight: bold;
  color: #222;
}
.merit_list p {
  margin-top: 0;
  margin-left: 1.3em;
}
.merit_list_bottom {
  display: flex;
}
.merit_list_bottom p {
  width: 70%;
}
.merit_list_bottom .merit_list_bottom_img {
  width: 25%;
}
.merit_list_bottom .merit_list_bottom_img img {
  width: 100%;
}
.vol01_box .bottom_txt {
  font-weight: bold;
  text-align: center;
  margin: 40px 0 20px;
}

@media screen and (max-width: 767px) {
  .merit_list p {
    margin-left: auto;
  }
  
  .merit_list_bottom {
    display: block;
  }
  .merit_list_bottom p {
    width: 100%;
  }
  .merit_list_bottom .merit_list_bottom_img {
    width: 60%;
    margin: 10px auto;
  }
  .vol01_box_inner_bottom_list:before,
  .vol01_box_inner_bottom_list2:before,
  .vol01_box_inner_bottom_list3:before,
  .vol01_box_inner_bottom_list4:before,
  .vol01_box_inner_bottom_list5:before,
  .vol01_box_inner_bottom_list6:before,
  .vol01_box_inner_bottom_list7:before,
  .vol01_box_inner_bottom_list8:before,
  .vol01_box_inner_bottom_list9:before,
  .vol01_box_inner_bottom_list10:before {
    margin-right:10px;
  }
}

/* vol2
=========================================================================================== */
.vol02Title {
  width: 100%;
}
.inner_flex {
  display: flex;
  justify-content: space-between;
}
.flex_reverse {
  flex-direction: row-reverse;
}
.inner_flex_left {
  width: 70%;
}
.inner_flex_right {
  width: 25%;
}
.inner_flex_right img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .vol02Title {
    width: 90%;
  }
  .inner_flex {
    display: block;
  }
  .inner_flex_left {
    width: 100%;
  }
  .inner_flex_right {
    width: 60%;
    margin: 10px auto;
  }
}

div.flg_new {
  line-height: unset;
}

/* Download List
=========================================================================================== */
.allRadius .BottomDownload  {
  border-radius: 50px;

}

.allRadius .BottomDownload h2 {
  font-weight: bold;
  color: #306AC6;
}

.allRadius .BottomDownload p {
  text-align: left;
  padding:0px 20px;
  color: #000;
}

.allRadius .BottomDownloadInner ul {
  background: #fff;
  padding:20px;
  margin-bottom:20px;
  line-height: 180%;
}

.allRadius.ListView .BottomDownload h2 {
  color: #222;
}

.allRadius.ListView .BottomDownload  {
  width: 85%;
}

.allRadius.ListView .BottomDownloadInner ul {
  background: #DCEAF7;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .allRadius .BottomDownloadInner ul {
    width: 85%;

  }
}

/* [cc] Link Mark
=========================================================================================== */

.Link_Mark_Right a {
  text-decoration: underline;
}

.Link_Mark_Right a:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 18px;
  background: url("/image/hsw/newstyle/common/icon_link_right.png") no-repeat left 10px bottom;
  background-size: 9px;
}
@media screen and (min-width: 768px) {
  .Link_Mark_Right a:hover {
    color: #b1000e;
  }
  .Link_Mark_Right a:hover:after {
    background: url("/image/hsw/newstyle/common/icon_link_right.png") no-repeat left 12px bottom;
    background-size: 9px;
  }
}

/* [cc]  個別Style設定
=========================================================================================== */

.AnchorlinkWrapSpace {
 justify-content: center;
}

.AnchorlinkWrapSpace li {
 margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .fixed-nav .Kit3FixedNav {
    width: 16em;
    margin: 0px auto;
  }
}


.vol01_box_inner ul.NoneMark li {
  margin-left: 0em;
}

.vol01_box_inner ul.NoneMark li:before {
  display: none;
}

.vol01_box_inner ul.DispMark li {
  margin-left: 2.5em;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 160%
}
.vol01_box_inner ul.DispMark li:before {
  display: inline-block;
}

.vol01_box_inner ol.columnList li {
  margin: 0 0 0  40px;
  line-height: initial;
  list-style-type: decimal;
}



/* AnchorBtn配置の調整
=========================================================================================== */
li.Kit3LastBtn {
  /*display: none;*/
    margin-left: auto;
    margin-right: auto;
}

/* Kit3 リスト内資料ダウンロード申し込みマーク表示
=========================================================================================== */

.documentrequest_download_box li a .bottom_detail .inquiry {
  color: #E60827;
  font-weight: bold;
  white-space: nowrap;
	margin-bottom: 0;
}

.documentrequest_download_box li a:hover .bottom_detail .inquiry {
  color: #FFF;
}

.ListCard li a .bottom_detail .inquiry:after,
.documentrequest_download_box li a .bottom_detail .inquiry:after {
  content: url(../../../image/jp/r1/icon/icon_inquiry_hd.gif);
  width: 0.4em;
  height: 0.4em;
  border: 0;
  position: absolute;
  top: 15%;
  right: -0.6em;
  margin-top: -4px;
  transform: scale(0.7);
  transition: .2s
}

.ListCard li a .bottom_detail .inquiry {
  color: #E60827;
  font-weight: bold;
  white-space: nowrap;
	margin-bottom: 0;
}
.ListCard li a:hover .bottom_detail .inquiry {
  color: #FFF;
}

/* 導入事例一覧 (3列 -> 2列 表示調整)
=========================================================================================== */
.ListCard.twiceMode li a {
  height: 100%;
}
.ListCard.twiceMode li:nth-child(3n) {
	margin-right: 2%;
}
.ListCard.twiceMode li:nth-child(2n) {
	margin-right: 0;
}
.ListCard li p.nonRadiusbox a {
  box-shadow: none;
  text-decoration: underline;
  border-radius: unset;
  transition: none;
}
.ListCard li p.nonRadiusbox a:hover {
  box-shadow: none;
  text-decoration: none;
  background: #FFF;
  transform: none;
}

/* 導入事例一覧 (ListView リンク表示調整)
=========================================================================================== */
.ListCard li div.ListViewMoreLink {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ListCard li div.ListViewMoreLink > p {
  margin-top: 5px;
}

/* 折り返し表示調整用
=========================================================================================== */
.br_block {
  display: inline-block;
}

h1 p.br_block {
  display: inline-block;
  padding: 0px;
  line-height: 100% !important;
  font-size: 100% !important;
}

h2 span.br_block {
  display: inline-block;
  padding: 0px;
  font-size: 100%;
  color: #333;
  background-color: #ffffff;
}

.br_block_1em {
  display: inline-block;
  margin-left: 1em;
}

.BottomDownload h2 span.br_block {
  color: #306AC6;
  background: #DCEAF7;
}

/* 下層ナビ 幅の固定化(965px)を解除 */
@media screen and (max-width: 965px) {
  .subMenuList ul {
    width: initial;
  }
}

/* 資料ダウンロード・お問い合わせ高さ調整用
=========================================================================================== */
.Inner.pd_TopBottom20 {
  padding: 20px 0;
}

.Inner.pd_Bottom20 {
  padding-top: 0px;
  padding-bottom: 20px;
}

.column02_contain {
  margin-top:20px;
}

.column02_box {
  margin: 0px auto 20px auto;
}

/* テーブル表示調整
=========================================================================================== */
.NowrapTableList {
  margin: 0px 0px 20px 0px;
  width: 100%;
}

.NowrapTableList th {
  width: auto;
  white-space: nowrap;
}

.NowrapTableList td dl {
  margin-bottom: 0;
}

.NowrapTableList td dl dt:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .NowrapTableList {
    margin: 0 15px 20px;
    width: 100%;
  }

  .NowrapTableList th {
    width: auto;
    white-space: nowrap;

  }
}

@media screen and (max-width: 579px) {
  .NowrapTableList th {
    white-space: normal;

  }
}

table.LayoutFixed {
  table-layout: fixed;
}

/* YouTube表示調整
=========================================================================================== */
.youtube {
  width: 560px;
  padding-top: calc(560px * 0.5625);
}

.youtube iframe {
  height: auto !important;
  aspect-ratio: 16 / 9 ;
}

@media screen and (max-width: 585px) {
  .youtube {
    width: 100%;
    padding-top: 56.25%;
  }
}

.JS .ColumnSet.youtubeStyle {
  margin-left: 0;
}

.youtubeStyle .Column2 {
	width: 48%;
}

.youtubeStyle .Column2 .youtube {
  width: 100%;
  padding-top : 56.25%;
}

@media screen and (max-width: 767px) {
  .youtube {
    width: 100%;
    padding-top: 56.25%;
  }

  .youtubeStyle .Column2.FirstItem,
  .youtubeStyle .Column2.LastItem {
    margin: 0 auto 50px;
  }
  
  .youtubeStyle .Column2 {
    width: 100%;
  }
  
}

/* 個別Style設定
=========================================================================================== */
.TextStyle_h4 {
  font-size: 120%;
}

@media screen and (max-width: 994px) {
  .TextStyle_h4 {
    font-size: 108%;
  }
}
@media screen and (max-width: 767px) {
  .TextStyle_h4 {
    font-size: 108%;
  }
}

/* リスト表示調整用 */
.ListTextSize {
  font-size: 100% !important;
}

.anchorlink.slimBtn .BasicBtn {
      padding: 12px;
}

@media screen and (min-width: 768px) {
  .BottomDownloadArea .BottomDownload.BottomDownloadInner {
      width: 100%;
      padding: 20px 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .BottomDownloadArea .BottomDownload.BottomDownloadInner {
      width: 85%;
      padding: 20px;
  }
}

.BottomDownloadArea .BottomDownload.BottomDownloadInner .BtnBox.TowButtom BtnWrap {
    margin-bottom: 0;
}

.BottomDownloadArea .BottomDownload.BottomDownloadInner .BtnBox.TowButtom ul {
  background: #DCEAF7;
  margin-bottom: 0;
}

.BottomDownloadArea .BottomDownload.BottomDownloadInner .BtnBox.TowButtom li {
    width: 100%;
}

.BottomDownloadArea .BottomDownload.BottomDownloadInner .BtnBox.TowButtom li .BtnDoc {
    width: initial;
    margin: 0 10px;
}

ul.NoneMark > li {
  margin-left: 1em;
}

ul.NoneMark > li:before {
  display: none;
}

/* アンカーボタン　テキスト表示調整用*/
.anchorlink.textMax11 li.plus2 a:after {
  right: 10px;
}


@media screen and (max-width: 950px) {
  .anchorlink.textMax11 li a:after {
    right: 10px;
  }

  .anchorlink.textMax11 .BasicBtn {
    padding-left: 10px;
    padding-right: 18px;
  }

}

@media screen and (max-width: 767px) {
  .anchorlink.textMax11 li a:after {
    right: 22px;
  }

  .anchorlink.textMax11 .BasicBtn {
    padding-left: 12px;
    padding-right: 12px;
  }

}

@media screen and (max-width: 520px) {
  .anchorlink.textMax11 li a:after {
    right: 10px;
  }

  .anchorlink.textMax11 .BasicBtn {
    padding-right: 18px;
  }

}

@media screen and (max-width: 430px) {
  .anchorlink.textMax8 li a:after {
    right: 13px;
  }

  .anchorlink.textMax8 .BasicBtn {
    padding-right: 22px;
  }
	
  .anchorlink.textMax11 li a:after {
    right: 10px;
  }

  .anchorlink.textMax11 .BasicBtn {
    padding-right: 18px;
  }

}

/* テーブル　スマホ表示調整用*/

@media screen and (max-width: 490px) {
  .TableList2.narrowSP th {
    min-width: initial;
  }
}

.kit3_ShowSP {
  display: none;
}
.kit3_HideSP {
  display: table;
}

@media screen and (max-width: 579px) {
  .kit3_ShowSP {
    display: table;
  }  
  .kit3_HideSP {
    display: none;
  }
}

/* バナーボタン表示用
=========================================================================================== */
.BannerBtn .BasicBtn {
  /*font-size: 138%;*/
  color: #fff !important;
  background: #b1000e;
  width: 95%;
  margin: auto;
  border-radius: 10px;
}

.BannerBtn .BasicBtn:hover {
  color: #b1000e !important;
  background: #fff !important;
  background-size: 9px;
  border: 1px solid #b1000e;
}

.BannerBtn a:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 18px;
  background: url("/image/hsw/newstyle/common/icon_link_right_btn_wl.png") no-repeat left 10px bottom;
  background-size: 9px;
}
.BannerBtn a:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 18px;
  background: url("/image/hsw/newstyle/common/icon_link_right_btn_wl.png") no-repeat left 10px bottom;
  background-size: 9px;
}
.BannerBtn a:hover:after {
  background: url("/image/hsw/newstyle/common/icon_link_right_btn_l.png") no-repeat left 12px bottom;
  background-size: 9px;
}

@media screen and (max-width: 768px) {
  .BannerBtn a:after {
    width: 26px;
    height: 18px;
    background: url("/image/hsw/newstyle/common/icon_link_right_btn_wl.png") no-repeat right 2px bottom;
    background-size: 10px;
  }
  .BannerBtn a:hover:after {
    width: 26px;
    height: 18px;
    background: url("/image/hsw/newstyle/common/icon_link_right_btn_l.png") no-repeat right 0px bottom;
    background-size: 10px;
  }
}

/* 補足内リンク　テキスト表示調整用*/
.AdditionalNotesStyle2  .LinkListStyle1.adStyle li {
  font-size: 110%;
  line-height: 100%;
  margin-top: 0px;
}

/* 2Column バナーボタン表示用
=========================================================================================== */
.Inner .BottomDownloadArea .Column2 { 
  width: 45%;
}
.Inner .BottomDownloadArea .Column2.FirstItem { 
  margin-left: 30px;
}
.Inner .BottomDownloadArea .Column2.LastItem { 
  margin-Right: 30px;
}

@media screen and  (max-width: 767px) {
  .Inner .BottomDownloadArea .Column2 { 
    width: 90%;
  }
}
