@charset "UTF-8";

/*-------------------------------------------
CSS
-------------------------------------------*/
	/*-------------------------------------------
	ALL
	-------------------------------------------*/

  /*---リセット---*/

body{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight:500;
}

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }

  .breadcrumbs {
    margin: 0 0 0.8rem 0;
  }

  .linkbutton-icon {
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.5em;
    color: #333;
    transform: translateY(0.05em);
    position: absolute;
    top: 17px;
    right: 20px;
  }

  /*
  .sidebar-wrap .sidebar .widget a:hover .linkbutton-icon {
    color: #fff;
  }
  */

  tr td {
    /* padding: .5rem .625rem .625rem; */
    /*元のcss*/
    padding: .0rem .0rem .0rem .0rem;
  }

  tr th {
    /* padding: .5rem .625rem .625rem; */
    /*元のcss*/
    padding: .0rem .0rem .0rem .0rem;
  }

  /*input {}*/

  .bl_3daysSearchBlock {
    margin-bottom: 60px;
  }

  .bl_3daysSearchBlock_inner {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .bl_3daysSearchBlock_ttl {
    text-align: center;
  }

  .bl_3daysSearchBlock_ttl_main {
    font-size: 27px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 0.15em;
    font-family: "Josefin Sans", "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans", "Noto Sans Japanese", "Helvetica Neue", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif;
  }

  .bl_3daysSearchBlock_ttl_sub {
    font-size: 16px;
    color: #333;
    letter-spacing: 0.2em;
  }

  .el_searchResult {
    text-align: center;
    color: #333;
  }

  .js_target {
    display: none;
  }

  .js_target.js_selected {
    display: table-row;
  }

  .bl_selectBlock label {
    display: inline;
  }

  /*.bl_selectBlock input {}*/

  .bl_selectBlock_check label .el_checkbox {
    position: relative;
    top: 3px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #0073aa;
  }

  .bl_selectBlock_check label .el_checkbox:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 4px;
  }

  .bl_selectBlock_check input[type=checkbox]:checked+label .el_checkbox:after {
    background-color: #0073aa;
  }

  .el_searchResult {
    margin-bottom: 20px;
  }

  .bl_selectBlock {
    border: 1px solid #eee;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    background: #eee;
    margin: 0 20px 20px;
  }

  .bl_selectBlock_heading {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.0rem;
    font-weight: bold;

  }

  .bl_selectBlock_wrapper_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    margin-bottom: 5px;
  }

  .bl_selectBlock_check label {
    cursor: pointer;
    margin-bottom: 10px;
  }

  .bl_selectBlock_ttl {
    width: 100px;
    color: #333;
    letter-spacing: 0.1em;
  }

  @media screen and (max-width: 765px) {
    .bl_selectBlock_ttl {
      width: 100%;
      margin-bottom: 10px;
    }
  }

  .bl_selectBlock_content {
    width: calc(100% - 185px);
  }

  @media screen and (max-width: 765px) {
    .bl_selectBlock_content {
      width: 100%;
    }
  }

  .bl_searchResultBlock {
    font-size: 14px;
  }

  .bl_selectBlock_wrapper {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }

  /*.bl_searchResultBlock_item {}*/

  .bl_selectBlock_check {
    display: inline-block;
    display: inline-block;
  }

  .bl_selectBlock_check__secondary {
    margin-bottom: 10px;
  }

  .bl_selectBlock_check:last-child {
    margin-right: 0;
  }

  .bl_selectBlock_release {
    text-align: center;
    color: #fff;
    background: #000000;
    padding: 15px 0;
    max-width: 300px;
    margin: 10px auto 0;
  }

  /*.js_release {}*/

  .js_release:hover {
    cursor: pointer;
    opacity: 0.7;
  }


  /*---追加CSS---*/
  p {
    margin-bottom: 0.5rem;
  }

  input[type="checkbox"] {
    transform: scale(1.2);
  }

  input[type=radio] {
    width: revert;
    height: revert;
    transform: scale(1.2);
  }

  .product-mv {
    width: 100%;
    padding: 50px;
    background-color: #eee;
    text-align: center;
  }

  #product-mv {
    background-size: 100% 240px;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 120px 0;
  }

  /*.product-mv__filter {}*/

  *,
  ::after,
  ::before {
    background-position: center;
  }

  .product-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
  }

  .product_table_heading {
    display: none;
  }

  .product_page_subtitle {
    display: none;
  }


  /*---横並びブロック表示---*/
  .grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(270px, 0));
    justify-content: center;
  }

  .product-item {
    /*border-radius: 10px;*/
    background: #fff;
    padding: 20px;
    text-align: center;
    /*font-weight: bold;*/
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0);
    border: solid 1px #eee;
    height: 350px;
  }

   @media screen and (max-width: 521px) {
  .product-item {
    min-height: 300px;
  }
  }

  .product-item:hover {
    opacity: 0.7;
    transition: 0.3s;
    transform: scale(1.04);
  }

  .product-item p {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    padding: 5px 0;
    background: #eee;
    text-align: center;
  }

  .product-item img {
    margin-bottom: 0.5rem;
    max-width: 100%;
    height: 100px;
  }

  .product-item__title {
    background: #fff!important;
    text-align: left !important;
    font-size: 1.0rem !important;
  }

  .product-item li {
    font-size: 0.8rem;
    text-align: left;
    /*
    white-space: pre-line;
    text-indent: -3rem;
    padding-left: 3rem;
    */
  }

  /*
 .product-item__gsp-60 li {
    text-indent: -4rem;
    padding-left: 4rem;
 }

  .product-item__category--atc {
    background: #ffcfdf;
    background: #eee;
    text-align: center !important;
    padding: 5px 0;
  }

  .product-item__category--baxis {
    background: #fefdca;
    background: #eee;
    text-align: center !important;
    padding: 5px 0;
  }

  .product-item__category--wy {
    background: #e0f9b5;
    background: #eee;
    text-align: center !important;
    padding: 5px 0;
  }

  .product-item__category--wt {
    background: #a5dee5;
    background: #eee;
    text-align: center !important;
    padding: 5px 0;
  }

  .product-item__category--tw {
    background: #BDBDBD;
    background: #eee;
    text-align: center !important;
    padding: 5px 0;
  }

  .product-item__category--sc {
    background: #70a1d7;
    background: #eee;
    text-align: center !important;
    padding: 5px 0;
  }

  .product-item__title {
    font-size: 1.0rem !important;
    margin-bottom: 0.6rem !important;
  }
  */

  @media screen and (max-width: 821px) {
    .grid {
      grid-template-columns: repeat(auto-fit, minmax(240px, 0));
    }
  }

  @media screen and (max-width: 521px) {
    .grid {
      grid-template-columns: repeat(auto-fit, minmax(165px, 0));
    }
    .product-item {
      padding: 20px;
    }
    .product-item p {
      font-size: 0.7rem;
    }

    .product-item li {
      font-size: 0.7rem;
    }
     .product-item img {
    height: auto;
    }
  }

  /*---コンテンツエリア---*/

  .sidebar-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
  }

  .content-main {
    width: calc(100% - 300px);
  }

   @media screen and (max-width: 821px) {
    .content-main {
    width: 100%;
    }
  }

  /*---サイドバー---*/

  .sidebar {
    width: 280px;
    margin-bottom: 100px;
  }

  .sidebar-menu__heading {
    padding-top: 14px;
    padding-left: 20px;
    font-size: 1.0rem;
    font-weight: bold;
  }

  .sidebar-menu__list {
    border-bottom: 1px solid #eee;
    font-size: 0.9rem;
  }

  .sidebar a {
    height: 50px;
    padding: 14px 20px 0;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
  }


  .sidebar a:hover {
    /*
    color: #fff;
    background: #3949AB;
    */
  }

  ::before,
  ::after {
    vertical-align: inherit;
    text-decoration: inherit;
    /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  }

  .widget {
    height: 248px;
    margin-left: 20px;
    margin-bottom: 20px;
    /*background-color: #f0f0f0;*/
  }

  .widget a {
    display: block;
  }

  .widget+.widget {
    margin-top: 20px;
  }

  /*
  .widget--sticky {
    position: sticky;
    top: 100px;
  }
  */


  /*-------------------------------------------
	追加部分
	-------------------------------------------*/
    .bl_selectBlock_item {
    display: flex;
    width: 1200px;
    justify-content: space-around;
    align-items: center;
  }

  .bl_selectBlock_pict {
    display: flex;
    margin: 10px 40px 10px 0;
    align-items: center;
  }

  .bl_selectBlock_pict__img {
    width: 50px;
    height: auto;
    margin-left: 20px;
  }

  @media (width <=765px) {
    .bl_selectBlock_pict {
      display: block;
      margin: 10px 50px 10px 0;
      text-align: center;
    }

    .bl_selectBlock_item {
      margin-bottom: 20px;
    }

    .bl_selectBlock_pict__img {
      margin-left: 0;
    }
  }

  .wrap {
    max-width: 1200px;
    margin: 0 auto;
  }