@charset "utf-8";
/* ----------------------------------------------------------------
  Base
----------------------------------------------------------------- */
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}/* ----------------------------------------------------------------
  Base
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  width: 100%;
}
@font-face {
  font-family: Meiryo;
  src: local('Meiryo'), local('メイリオ');
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  word-break: break-word;
}
a,
body {
  color: #000;
}
a {
  color: #366ea2;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
}
a:visited {
  text-decoration: none;
  color: #6a0069;
}
a:link {
  text-decoration: none;
  color: #366ea2;
  -webkit-transition: all .3s;
  transition: all .3s;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: bold;
}
img {
  vertical-align: top;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  outline: none;
  padding: 0;
  line-height: 1;
}
input::-ms-clear { visibility: hidden; }
:focus {
  outline: none;
}
ul, ol {
  list-style-type: none;
}
pre {
  background-color: #3c3c3c;
  color: #fff;
  overflow: auto;
  padding: 20px;
}
header nav ul li a:link, header nav ul li a:visited {
  color: #fff;
}
.info-new-icon {
  vertical-align: middle;
  margin: 0 0 5px 10px;
}/* ----------------------------------------------------------------
  Layout
----------------------------------------------------------------- */
.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px 40px;
}
.l-inner.\--top {
  padding: 20px 15px 20px;
}
.l-wrapper {
  width: 100%;
}
.l-content {
  display: flex;
  flex-wrap: wrap;
}
.l-main {
  width: calc(100% - 340px);
  margin-bottom: 40px;
}
.l-main.\--col1 {
  width: 100%;
}
.l-sub {
  margin: 40px 0 0 auto;
  width: 300px;
}
.l-main-block {
  margin-bottom: 20px;
}
.l-side-block {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px;
}
/* for tablet */
@media only screen and (max-width: 960px) {
  .l-wrapper {
    min-width: auto;
  }
  .l-inner {
    padding: 30px 15px;
  }
  .l-inner.\--top {
    padding-bottom: 0;
  }
  .l-main {
    width: 100%;
  }
  .l-sub {
    width: 100%;
    margin-top: 0;
  }
}/* ----------------------------------------------------------------
  Utility
----------------------------------------------------------------- */
.u-mt-40 {
  margin-top: 40px;
}.c-icon {
  height: auto;
  width: 100%;
}
.c-icon > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.c-top-heading {
  display: flex;
  align-items: center;
  font-size: 2rem;
}
.c-top-heading:not(.\--pickup) {
  margin-bottom: 10px;
}
.c-top-heading.\--bd-bottom {
  border-bottom: 2px solid #E3E3E3;
}
.c-top-heading.\--pickup {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}
.c-top-heading.\--pickup::before {
  content: '';
  height: 50px;
  width: 40px;
  background-image: url(/common/ibl/images/v2/icon_pickup.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.c-top-heading.\--new::before {
  content: '';
  height: 40px;
  width: 30px;
  background-image: url(/common/ibl/images/v2/icon_news.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.c-top-heading.\--feature::before {
  content: '';
  height: 50px;
  width: 40px;
  background-image: url(/common/ibl/images/v2/icon_feature.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.c-top-heading.\--link > a {
  color: #0D5583;
}
.c-heading {
  display: flex;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.0rem;
  margin-bottom: 20px;
  border-left: 10px solid #26277A;
  padding: 10px 0 6px 22px;
  font-weight: 400;
}
.c-side-heading {
  font-size: 2.2rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  text-align: center;
}
.c-side-heading.\--info::before {
  content: '\f0f3';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d1d1d1;
  font-size: 2.4rem;
  margin-right: 10px;
}
.c-side-heading.\--categories::before {
  content: '\f02b';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d1d1d1;
  font-size: 2.4rem;
  margin-right: 10px;
}
.c-side-heading.\--ranking::before {
  content: '\f521';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d1d1d1;
  font-size: 2.4rem;
  margin-right: 10px;
}
.c-side-heading.\--watch::before {
  content: '\f2d2';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d1d1d1;
  font-size: 2.4rem;
  margin-right: 10px;
}
.c-title {
  font-size: 3.2rem;
  border-left: 10px solid #26277A;
  font-weight: 400;
  padding: 10px 0 6px 22px;
  margin: 10px 0 34px;
}
.c-keywords {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-keywords__item {
  display: block;
  font-size: 1.2rem;
  margin: 0 6px 6px 0;
  padding: 6px;
  line-height: 1;
}
.c-keywords__item.\--type {
  background: #385fa7;
  color: #fff;
}
.c-keywords__item.\--category {
  background: #549e98;
  color: #fff;
}
.c-keywords__item.\--classification {
  background: #4686b8;
  color: #fff;
}
.c-keywords__item.\--pr {
  background-color: #fff;
  color: #999;
  border: 1px solid #999;
}
.c-btn {
  width: 200px;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  padding: 12px 18px;

}
a.c-btn:link, .a.c-btn:visited {
  color: #fff;
}
.c-btn.\--blue {
  background-color: #3b3d77;
}
.c-btn.\--black {
  background-color: #151643;
}
.c-sponsored {
  display: inline-block;
  background: #fff;
  color: #999;
  border: 1px solid #999;
  padding: 0 4px;
  font-size: 1.2rem;
}
.c-sponsored.\--list {
  display: flex;
  width: fit-content;
  margin: -10px 0 10px;
}/* ----------------------------------------------------------------
  Module
----------------------------------------------------------------- */
.m-header {
  
}
.m-header__top {
  background: #fff;
  border-bottom: 2px solid #a4a0a1;
  width: 100%;
}
.m-header__top-inner {
  display: flex;
  margin: 0 auto;
  padding: 3px 0 2px;
  width: 837px;
}
.m-header-menu {
  display: flex;
  flex: 1;
  margin: 5px 0 0 15px;
}
.m-header-menu-main {
  border-right: 1px solid #8f898b;
  display: flex;
  margin-right: 15px;
  padding: 4px 8px 0 0;
}
.m-header-menu-main__item {
  border-top: 4px solid #222c82;
  margin-right: 10px;
  width: 115px;
}
.m-header-menu-main__item.\--seminar {
  border-color: #95c3ff;
}
.m-header-menu-main__item > a {
  color: #000;
  font-size: 1.1rem;
  display: block;
  padding: 2px 0 4px;
  text-align: center;
}
.m-header-menu-main__item > span {
  background: #222c82;
  color: #fff;
  display: block;
  font-size: 1.1rem;
  padding: 2px 0 4px;
  text-align: center;
}
.m-header-menu-aside {
  display: flex;
  flex-wrap: wrap;
}
.m-header-menu-aside__item {
  display: flex;
  /*margin-right: 16px;*/
  margin-right: 15px;
}
.m-header-menu-aside__item > a {
  color: #000;
  font-size: 1.1rem;
}
.m-header__center-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px 10px;
}
.m-header-copy {
  font-size: 1.4rem;
}
.m-header__bottom {
  width: 100%;
}
.m-header__bottom-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px 20px;
  flex-wrap: wrap;
}
.m-header-logo > a {
  display: flex;
}
.m-header-auth {
  display: flex;
}
.m-header-auth > a {
  display: block;
}
.m-header-auth > a:first-of-type {
  margin-right: 10px;
}
.m-header__search-keyword {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cacaca;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 5px;
  padding: 6px 7px;
  width: 200px;
}
.m-header__search-btn {
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1;
  padding: 8px 7px;
  background-color: #000;
  text-align: center;
  width: 50px;
}
.m-header__bottom-left {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.m-header-logo {
  margin-right: 50px;
}
.m-header__search {
  margin-right: 30px;
}
/* for tablet */
@media only screen and (max-width: 960px) {
  .m-header__bottom-right {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .m-header__top {
      display: none;
  }
}
@media only screen and (max-width: 640px) {
  .m-header__search {
    padding-top: 15px;
  }
}.m-footer {
  background: #eaeaea;
  width: 100%;
}
.m-footer__inner {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1200px;
}
.m-footer-links:first-of-type {
  padding: 20px 0;
}
.m-footer-links:last-of-type {
  padding: 20px 0;
}
.m-footer-links__inner {
  display: flex;
  flex-wrap: wrap;
}
.m-footer-links__group-ttl {
  margin-bottom: 15px;
}
.m-footer-links:first-of-type {
  border-bottom: 1px solid #c6c6c6;
}
.m-footer-links__block:not(:last-of-type) {
  margin-right: 50px;
}
.m-footer-links__block > a {
  color: #333;
  display: block;
}
.m-footer-links__block > a:not(:last-of-type) {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.m-footer-links__block > a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  color: #999;
  font-size: 1.6rem;
  margin-right: 10px;
}
.m-footer-links a {
   color: #333;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 5px 0;
}
.m-footer-links:last-of-type a:not(:last-of-type) {
  border-right: 1px solid #8f898b;
  margin-right: 10px;
  padding-right: 10px;
}
.m-footer-copylight {
  padding: 12px;
  background-color: #151643;
  color: #A5A6BC;
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .m-footer-links__block {
    width: 100%;
  }
}.category-band-top {
  background: #151643;
  padding: 5px 0;
}
.category-band-top__inner,
.category-band-bottom__inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  flex-wrap: wrap;
}
.category-band-top__inner {
  justify-content: space-between;
}
.category-band-bottom__inner-left {
  margin-right: 20px;
}
.category-band-bottom__inner-right {
  display: flex;
}
.category-band-top__item {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 6px 8px;
  text-align: center;
  position: relative;
  display: flex;
  cursor: pointer;
}
.category-band-top__item .subMenu {
  width: auto;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #151643;
  text-align: left;
  padding: 1em 1.4em 1.3em 0.9em;
  transform: translateY(100%);
  z-index: 2;
}
.category-band-top__item:first-of-type .subMenu {
  padding: 1em 1.5em 1.5em 1.5em;
  column-count: 2;
  column-gap: 1.5em;
}
.category-band-top__item .subMenu a:not(:last-of-type)::before {
  content: '・';
  color: #E8E9F8;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.category-band-top__item:first-of-type .subMenu a:not(:last-of-type)::before {
  content: '\f02b';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875em;
  color: #E8E9F8;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.category-band-top__item .subMenu a {
  white-space: nowrap;
  display: block;
  font-size: 0.875em;
  line-height: 1.5;
  padding: 0.4em 0.5em 0.4em 1.2em;
  position: relative;
}
.category-band-top__item:first-of-type .subMenu a {
  padding: 0.4em 0.5em 0.4em 1.4em;
}
.category-band-top__item:first-of-type .subMenu a:last-of-type {
	margin-left: 0;
}
.category-band-top__item .subMenu a:last-of-type {
  display: inline-block;
  padding: 0.4em 0.6em;
  margin-top: 0.5em;
  margin-left: 0.4em;
  border: 1px solid #EEEEEE;
}
.category-band-bottom {
  background: #eaeaea;
  padding: 8px 0;
}
.category-band-bottom__item {
  display: block;
  color: #333;
  font-size: 1.4rem;
}
.category-band-bottom__item.\--search {
  background: #888;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  padding: 7px 14px 7px 10px;
}
.category-band-bottom__item.\--search::before {
  content: '\f002';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 1.7rem;
  margin-right: 10px;
}
.category-band-bottom__item:not(:last-of-type) {
  margin-right: 28px;
}
.category-band-top a:link, .category-band-top a:visited {
  color: #fff;
}
.category-band-bottom a:not(.\--search):link, .category-band-bottom a:not(.\--search):visited {
  color: #333;
}
/* for tablet */
@media only screen and (max-width: 960px) {
  .category-band-top__inner {
    justify-content: flex-start;
  }
  .category-band-bottom__inner-left {
    margin-bottom: 7px;
  }
}.side-category {}

.side-category-item {
  margin-bottom: 6px;
  padding-left: 20px;
  position: relative;
}
.side-category-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('/common/ibl/images/v2/icon_circle.png');
  background-position: center top;
  background-size: 7px auto;
  background-repeat: no-repeat;
  width: 7px;
  height: 7px;
}
.side-info {}
.side-info-item {
  display: block;
}
.side-info-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.side-banner {
  margin-bottom: 40px;
}
.side-banner a {
  display: block;
}
.side-banner p {
  margin-bottom: 20px;
}
.side-banner img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .side-banner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .side-banner p {
    width: calc(50% - 10px);
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .side-banner p:nth-of-type(2n) {
      margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .side-banner {
    margin-bottom: 10px;
  }
  .side-banner p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}.m-articles {
}
.m-articles.\--features {
  margin-top: 70px;
}
.m-articles.\--recommend {
  padding: 0 20px;
}
.m-articles-item {
  display: flex;
}
.m-articles-item {
  border-bottom: 1px dashed #bbb;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.m-articles.\--pickup .m-articles-item:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.m-articles-item__body {
  width: 100%;
  flex: 1;
}
.m-articles-item__icon {
  min-width: auto;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.m-articles-item__ttl {
  font-size: 1.5rem;
}
.m-articles-item__company {
  font-size: 1.4rem;
  display: block;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #DADADA;
}
.m-articles__btn {
  display: flex;
  justify-content: center;
}
.m-articles__btn a:link,
.m-articles__btn a:visited {
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .m-articles.\--features {
    margin-top: 40px;
  }
  .m-articles.\--recommend {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .m-articles.\--recommend {
    padding: 0 5px;
  }
}.m-ranking {
}
.m-ranking-articles {
}
.m-ranking-articles__item {
  color: #0d5583;
  display: flex;
}
.m-ranking-articles__item:not(:last-of-type) {
  padding: 0 0 8px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #bbb;
}
.m-ranking-articles__item::before {
  content: '';
  display: block;
  height: 40px;
  min-width: 40px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.m-ranking-articles__item:nth-of-type(1)::before {
  background-image: url(/common/ibl/images/v2/icon_ranking_no1.png);
}
.m-ranking-articles__item:nth-of-type(2)::before {
  background-image: url(/common/ibl/images/v2/icon_ranking_no2.png);
}
.m-ranking-articles__item:nth-of-type(3)::before {
  background-image: url(/common/ibl/images/v2/icon_ranking_no3.png);
}
.m-ranking-articles__item:nth-of-type(4)::before {
  background-image: url(/common/ibl/images/v2/icon_ranking_no4.png);
}
.m-ranking-articles__item:nth-of-type(5)::before {
  background-image: url(/common/ibl/images/v2/icon_ranking_no5.png);
}
.m-ranking-articles__item:nth-child(-n+3)::before {
  color: #000;
}
.side-watch-list__item {
  display: flex;
}
.side-watch-list__item:not(:last-of-type) {
  border-bottom: 1px dashed #bbb;
  margin-bottom: 12px;
  padding: 0 0 8px;
}/* ----------------------------------------------------------------
  Module > tab
  タブ切り替え 共通ファイル
----------------------------------------------------------------- */
.m-tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.m-tab.\--col3 {
}
.m-tab.\--col3 > .m-tab-label {
  width: 33.33%;
  border-bottom: 1px solid $color-border;
  padding: 0 0 5px;
  margin: 0;
  color: #999;
  text-align: center;
}
.m-tab.\--col3 > .m-tab-switch:checked + .m-tab-label {
  border-color: $color-main;
  color: $color-main;
}
.m-tab.\--col2 {
}
.m-tab.\--col2 > .m-tab-label {
  width: 50%;
  border-bottom: 1px solid $color-border;
  padding: 5px 0;
  margin: 0;
  text-align: center;
}
.m-tab.\--col2 > .m-tab-switch:checked + .m-tab-label {
  border: 1px solid $color-border;
  border-bottom: 1px solid #fff;
}
.m-tab-label {
  order: -1;
  cursor: pointer;
  color: $color-main;
  font-size: 1.4rem;
  line-height: 1;
  margin: 5px 20px 5px 0;
}
.m-tab-content {
  width: 100%;
  display: none;
  margin: 15px 0 0;
}
.m-tab-switch {
  display: none;
}
.m-tab-switch:checked {
}
.m-tab-switch:checked + .m-tab-label {
  font-weight: 700;
}
.m-tab-switch:checked + .m-tab-label + .m-tab-content {
  display: block;
}.m-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.m-pagination__item {
  margin: 0 3px;
}
.m-pagination__item > a {
  display: block;
  margin-bottom: 5px;
  padding: 5px 12px;
  background: #fff;
  border: 1px solid #ccc;
  color: #444;
}
.m-pagination__item > a:hover {
  background-color: #ccc;
  color: #fff;
}
.m-pagination__item.is-active > a {
  background: #ccc;
  color: #fff;
}
.m-pagination-prev > a,
.m-pagination-next > a {
  border: none;
}
.m-pagination-prev > a,
.m-pagination-next > a {
  color: #999;
}
.m-pagination-leader {
  margin-top: 5px;
}.m-login {
  border: 1px solid #ccc;
  margin: 70px auto;
  padding: 15px;
  text-align: center;
  width: 600px;
}
.m-login__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.m-login__btn:first-of-type {
  margin-right: 10px;
}.m-breadcrumb {
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  padding: 20px 15px 0;
}
.m-breadcrumb__list {
  max-width: 1200px;
}
.m-breadcrumb-item {
  color: #999;
  display: inline;
  position: relative;
}
.m-breadcrumb-item:not(:last-child):after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: scaleX(.6);
  transform: scaleX(.6);
}
.m-breadcrumb-item__link {
  color: #999;
}
.total {
  color: #555;
}/*===========================================================================
questionnaire form
===========================================================================*/
.qFormWrap {
  margin-top: 70px;
}
.qFormWrap h1 {
  text-align: center;
  font-size: 100%;
  border: none;
  font-weight: 400;
}
.qFormWrap h2 {
  padding-left: 2.5em;
  padding-right: 3em;
  padding-bottom: 0.8em;
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-size: 112.5%;
  border-bottom: 1px dashed #BBBBBB;
  position: relative;
  background: none;
  color: #000000;
  font-weight: 400;
}
.qFormWrap h2::before {
  display: none;
}
.qTtl {
  display: inline-block;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-right: 0.5em;
background-color: #595BA5;	
  line-height: 100%;
  color: #FFFFFF;
  font-size: 87.5%;
  border-radius: 1.4em;
  position: absolute;
  top: 0;
  left: -0.3em;
}
.qFormWrap textarea,
.qFormWrap input[type="text"] {
  box-sizing: border-box;
  border: 1px solid #CACACA;
  width: 100%;
  max-width: 100%;
}
.qFormWrap textarea {
  padding: 15px;
}
.qFormWrap .formMust {
  margin-top: 0.1em;
}

/*===========================================================================
privacy area
===========================================================================*/
#privacyAreaWrap {
  border: 1px solid #CCCCCC;
  margin-top: 70px;
  margin-bottom: 30px;
}
#privacyAreaWrap h1 {
font-size: 112.5%;
color: #FFFFFF;
background-color: #1A1B54;
padding-top: 0.5em;
padding-right: 0.8em;
padding-left: 0.8em;
padding-bottom: 0.5em;
margin-top: 0;
margin-bottom: 1em;
border: none;
}
#privacyAreaWrap h2 {
  border: none;
  font-size: 125%;
  font-weight: bold;
  background: none;
  color: #000000;
  padding: 0;
  margin-top: 50px;
}
#privacyAreaWrap h2::before {
  display: none;
}
#privacyAreaWrap p {
  margin: 15px 0;
}
#privacyAreaBox {
  height: 400px;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 20px;
  overflow-y: scroll;
}
#privacyAreaBox.noScroll {
  overflow-y: hidden;
  height: auto;
}
#privacyFormArea {
  width: 100%;
padding-top: 20px;
padding-bottom: 30px;
  padding-left: 3%;
  padding-right: 3%;
background-color: #ededed;
  box-sizing: border-box;
}
#privacyFormArea dl {
  display: flex;
  flex-wrap: wrap;
}
#privacyFormArea dl dt {
  flex-basis: 11em;
  padding: .2em .1em .2em 0;
}
#privacyFormArea dl dd {
  flex-basis: calc(100% - 11em);
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
#privacyFormArea input[type="text"],
textarea {
  width: 100%;
}
#privacyFormArea input + p,
#privacyFormArea textarea + p {
  margin-top: 2em;
}
#privacyFormArea label {
  display: block;
}
.privacy-impress.textCenter {
  margin: 16px 0;
}
.privacyAgree {
  text-align: center;
}
.privacyAgree div {
display: inline-block;
padding-right: 3em;
  position: relative;
}
.privacyAgree label {
  margin-right: 0;
}
.productDlBtn {
  margin: 32px 0;
  text-align: center;
}
.productDlBtn button {
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
  margin: 0 auto;
}
.productDlBtn button img {
  width: 220px;
  height: auto;
  cursor: pointer;
}

/*-------------------- input default --------------------*/
.product-questionnaire input[type="radio"] {
  margin: 3px 7px 7px 5px;
}
.product-questionnaire input[type="checkbox"] {
  margin: 0 7px 0 4px;
}
.product-questionnaire input[type="search"],
.product-questionnaire select {
  display: inline-block;
  padding: 0.4em;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #CACACA;
  font-size: 100%;
}
.product-questionnaire input[type="text"] {
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #CACACA;
  background: #fff;
}
.product-questionnaire textarea {
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #CACACA;
  background: #fff;
}
/*-------------------- alart --------------------*/
.formAlart {
  width: 80%;
  border: 1px solid #EFB8B8;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  color: #DD0003;
  text-align: center;
  box-sizing: border-box;
}

/*-------------------- form  must icon --------------------*/
.formMust {
  display: inline-block;
  padding-top: 0.5em;
  padding-bottom: 0.4em;
  padding-left: 0.5em;
  padding-right: 0.6em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  background-color: #C72525;
  line-height: 100%;
  color: #FFFFFF;
  font-size: 1.1rem;
  border-radius: 3px;
  vertical-align: text-top;
}

@media only screen and (max-width: 640px) {
  .formAlart {
    width: 100%;
  }
  #privacyFormArea dl dt {
    flex-basis: 100%;
    padding-right: 0;
  }
  #privacyFormArea dl dd {
    flex-basis: 100%;
    margin-bottom: 0.5em;
  }
} .searchBox {
   margin-bottom: 20px;
 }
.searchBox.\--subcategory {
   margin-top: 40px;
 }
.searchBox__heading {
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  text-align: center;
}
.searchBox__heading::before {
  content: '\f002';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d1d1d1;
  font-size: 2.0rem;
  margin-right: 5px;
}
.searchBox__heading_R {
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.searchBox__heading_R::before {
  content: '\f002';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d1d1d1;
  font-size: 2.0rem;
  margin-right: 5px;
}
.searchBox__inner {
  background-color: #ededed;
  border-radius: 10px;
  padding: 5px;
}
.searchBox__contents {
  color: #555;
  display: block;
  padding: 20px;
  font-size: 1.3rem;
}
.searchBox__contents.is-close {
  display: none;
}
.searchBox__input {
  background: #fff;
  border: 1px solid #cacaca;
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding: 6px;
  width: 100%;
}
.searchBox__select-box {
  display: flex;
  align-items: center;
  margin: 20px 0 15px;
}
.searchBox__select-box_R {
  align-items: center;
  margin: 20px 0 15px;
}
.searchBox__select {
  background: #fff;
  border: 1px solid #cacaca;
  display: inline-block;
  padding: 6px;
  min-width: 273px;
}
.searchBox__select_R {
  background: #fff;
  border: 1px solid #cacaca;
  display: inline-block;
  padding: 6px;
  min-width: 260px;
}
.searchBox__arrow {
  display: flex;
  margin: 0 10px;
  width: 14px;
}
.searchBox__arrow > img {
  width: 100%;
}
.searchBox__check-box {
  margin-bottom: 20px;
  line-height: 2;
}
.searchBox__submit-btn {
  margin: 0 auto;
}
.searchBox__submit-btn:hover {
  opacity: 0.6;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.searchBox__check-box input[type="checkbox"] {
  margin-right: 6px;
}
.searchBox__check-box label {
  margin-right: 10px;
  white-space: nowrap;
}
.searchBox__closeBtn.js-search-toggle {
  display: block;
  text-align: right;
  cursor: pointer;
}
.searchBox__closeBtn span {
  color: #555;
}
.searchBox__closeBtn span:first-of-type {
  display: none;
  position: relative;
}
.searchBox__closeBtn span:nth-of-type(2) {
  display: block;
  position: relative;
}
.searchBox__closeBtn span:first-of-type::before,
.searchBox__closeBtn span:nth-of-type(2)::before {
  content: " ";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0% 0% no-repeat;
  background-image: url(/common/ibl/images/v2/icon_close_01.png);
  width: 18px;
  height: 18px;
  margin-right: 5px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.searchBox__closeBtn span:nth-of-type(2)::before {
   -moz-transform: translateY(3px) rotate(45deg);
    -ms-transform: translateY(3px) rotate(45deg);
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
}
.searchBox__closeBtn span:nth-of-type(2) {
  display: block;
  position: relative;
}
.searchBox__closeBtn.is-close span:first-of-type {
  display: block;
}
.searchBox__closeBtn.is-close span:nth-of-type(2) {
  display: none;
}
.searchBox .select2-container {
  margin-bottom: 10px;
  min-width: 100%;
}
.searchBox .select2-container .select2-selection--single {
  height: 32px;
}
.searchBox .select2-container--default .select2-selection--single {
  border-radius: 0;
}
@media only screen and (max-width: 640px) {
  .searchBox__select {
    min-width: 200px;
  }
}.aside-pickup {}

.aside-pickup-block {
  background-color: #f4f7fd;
  border: 2px solid #abb3de;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.lazy {
 opacity: 0;
}
.lazy[data-loaded] {
 opacity: 1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.ad-rectangle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.ad-rectangle-item {
  margin: 0 auto;
}
.ad-rectangle-item > div {
  margin-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  .ad-rectangle-item > div  {
      margin-right: 10px;
      margin-left: 10px;
  }
}