/* argument */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.ffRb { font-family: 'Roboto', sans-serif; }

/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
@media (max-width: 767px) { .download .box_breadcrumb { border: none; margin-bottom: 10px; } }

.download__dest { padding: 32px 0 58px; }

@media (max-width: 767px) { .download__dest { line-height: 23px; padding-bottom: 50px; } }

/* .download__content { padding: 75px 0 90px; } */

@media (max-width: 767px) { .download__content { background: none; padding: 0 0 80px; border-bottom: 1px solid #E0E0E0; } }

.download__list { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.download__item { width: 100%; margin-bottom: 50px; padding: 15px; }

@media (max-width: 767px) { .download__item { padding: 0; width: 100%; margin-bottom: 48px; }
  .download__item:last-child { margin-bottom: 0; } }

.download__item a { display: block; position: relative; }

.download__item__img { margin-right: 40px; }

@media (max-width: 767px) { .download__item__img { padding: 28px 22px; min-height: 222px; } }

.download__item__img .imgIn { background: #f7f7f7; padding:50px; display: table-cell; vertical-align: middle; text-align: center; position: relative; overflow: hidden; }

@media (max-width: 767px) { .download__item__img .imgIn { max-width: 294px; max-height: 168px; } }

.download__item .txtTitle { font-size: 20px; font-size: 2rem; letter-spacing: 0em; font-weight: bold; margin-bottom: 20px;}

@media (max-width: 767px) { .download__item .txtContent { font-size: 15px; font-size: 1.5rem; line-height: 23px; } }

.download__item .btn_cm { max-width: 100%; border-color: #FF3B00; color: #FF3B00; font-size: 16px; font-size: 1.6rem; line-height: 23px; border-radius: 50px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; padding: 0 32px; min-height: 40px; margin-top: 27px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .download__item .btn_cm { min-height: 0; padding: 8px 32px 2px; } }

@media (max-width: 767px) { .download__item .btn_cm { padding: 0 18px; letter-spacing: 0; margin-top: 20px; } }

.download__item .btn_cm span { display: inline-block; text-align: left; padding: 8px 0; font-size:14px; }

.download__item .btn_cm span:after { background: url("../../img/common/ico_tab_or.svg") center/100% no-repeat; position: relative; display: inline-block; margin-left: 8px; }

@media only screen and (min-width: 1025px) { .download__item .btn_cm:hover { background-color: #fff; } }

.download__item .btn_cm--none span:after { display: none; }

.boxContent { width: 70%; }

/*# sourceMappingURL=maps/download.min.css.map */
.plugin-bg,
.plugin-bg2 {
  background-color: #f7f7f7;
}
.plugin-flex {
  display: flex;
  justify-content: space-between;
}
.plugin-flex2 {
  display: flex;
  justify-content: flex-start;
}
.plugin-flex-item {
  width: 46%;
}
.plugin-btn {
  width: 50%;
}

.imgIn img {
  max-width: none;
}
.plugin-item-flex {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.plugin-item-flex .plugin-btn{
  width: 48%;
}

.plugin-item-flex .plugin-btn .btn_cm{
  margin-top: 10px;
}
.download__item__des {
  width: 70%;
}
.plugin-anchor {
  display: flex;
  gap: 30px 20px;
  flex-wrap: wrap;
  padding: 20px 0 0;
}
.download__dest2 {
  background:#f7f7f7;
  padding: 32px 0;
  margin-bottom: 40px;
}
@media (max-width: 376px) {
  .plugin-flex,
  .plugin-flex2 {
    flex-direction: column;
} 
.plugin-flex-item {
  width: 100%;
}
.download__item__img {
  margin-right: 0;
}
.download__item__img .imgIn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.download__item__des {
  width: 100%;
}
.download__item .txtTitle {
  text-align: center;
}
.plugin-btn {
  width: 100%;
}
.plugin-item-flex {
  width: 100%;
}
} 


