@charset "utf-8";
/* update 2022_0506 */
/* CSS Document */
/* font */


/* breadcrumb-setting */
.gw_breadcrumb {
  margin-top: 0;
  width: 100%;
  height: 30px;
  font-size: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 10px;
}

.gw_breadcrumb * {
  vertical-align: middle;
}

.gw_breadcrumb li {
  height: auto;
  color: #707070;
  display: inline-block;
}

.gw_breadcrumb li:not(:first-child)::before {
  content: "";
  background: url(https://7net-img.omni7.jp/co/common/images/bg-icon-arrow-03.png);
  background-repeat: no-repeat;
  width: 4px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
}

.gw_breadcrumb li:first-child {
  padding-left: 0;
  background: none;
}

.gw_breadcrumb li a:hover {
  text-decoration: underline;
  color: #d43500;
}

.gw_breadcrumb li {
  color: #000;
}

.gw_breadcrumb li a {
  text-decoration: none;
  color: #666;
  padding-left: 5px;
}

.gw_breadcrumb li p {
  display: inline;
  padding-left: 5px;
}

#gw_breadcrumb {
  margin-bottom: 0px;
}

#gw_custom_area h1,
#gw_custom_area h2,
#gw_custom_area h3 {
  border: none !important;
  margin: 0;
  padding: 0;
  background: none;
}

#gw_custom_area header {
  padding: 0;
  margin: 0 auto;
}

#gw_container a {
  color: #000000;
  text-decoration: none;
}

#gw_custom_area #gw_container a:active,
#gw_custom_area #gw_container a:hover {
  text-decoration: none !important;
  opacity: 0.5;
}

#gw_container ul {
  list-style: none;
}

#gw_container a:hover {
  opacity: 0.5;
}

/* copy-guard */
#gw_custom_area img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  user-select: none;
}

.gw_copyguard_img {
  pointer-events: none;
}

#gw_custom_area {
  overflow-x: hidden;
}

/* PC領域 */
@media screen and (min-width: 981px) {
  .gw_pc_only {
    display: block !important;
  }

  .gw_sp_only {
    display: none !important;
  }

  #gw_container {
    color: #646464;
    font-size: calc(1.6rem*0.625);
    font-family: "Hiragino Sans";
  }

  .gw_container {
    width: 980px;
    padding: 0;
    margin: 0 auto;
  }

  #gw_container img {
    margin: 0 auto;
  }

  .gw_main_bg {
    padding: 30px 0 60px;
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/oshikatsucolumn/bg.png);
  }

  .gw_top_mrgn{
    padding-top: 20px!important;
  }
  .gw_box {
    -webkit-box-shadow: 0px 0px 11px #A1B5AA;
            box-shadow: 0px 0px 11px #A1B5AA;
    background-color: #ffffff;
    width: 980px;
    margin: 0 auto;
  }

  .gw_sub_ttl {
    width: 820px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #DBF9E9));
    background: linear-gradient(transparent 60%, #DBF9E9 60%);
    opacity: 1;
  }

  .gw_txt_position{
    margin-left: 80px;
  }

  .gw_sub_ttl p {
    padding-left: 8px;
    font-size: 30px;
    line-height: 51px;
    margin: 60px 0 40px;
    font-weight: 600;
  }

  .gw_txt{
    font-size: 22px;
    line-height: 37px;
    padding-bottom: 40px;
  }

}



/* タブレット領域 */
@media screen and (min-width: 641px) and (max-width: 980px) {
  .gw_pc_only {
    display: none !important;
  }

  .gw_sp_only {
    display: block !important;
  }

  #gw_container {
    color: #646464;
    font-size: calc(1.6rem*0.625);
    font-family: "Hiragino Sans";
  }

  .gw_container {
    max-width: 640px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  #gw_container img {
    width: 90%;
    margin: 0 auto;
    max-width: 640px;
  }


  .gw_main_bg {
    padding: 10px 0 25px;
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/oshikatsucolumn/bg.png);
  }
  .gw_top_mrgn{
    padding-top: 20px!important;
  }
  .gw_box {
    -webkit-box-shadow: 0px 0px 5px #A1B5AA;
            box-shadow: 0px 0px 5px #A1B5AA;
    background-color: #ffffff;
    width: 88%;
    margin: 0 auto;
  }

  .gw_sub_ttl {
    width: fit-content;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #DBF9E9));
    background: linear-gradient(transparent 60%, #DBF9E9 60%);
    opacity: 1;
  }

  .gw_txt_position{
    margin-left: 15px;
    margin-top: 15px;
  }

  .gw_sub_ttl p {
    padding-left: 3px;
    font-size: calc(0.875rem + ((1vw - 3.2px) * 2.4242));
    min-height: 0vw;
    line-height: 1.7;
    font-weight: 600;
  }

  .gw_txt{
    padding-top: 15px;
    font-size: calc(0.6875rem + ((1vw - 3.2px) * 1.6667));
    min-height: 0vw;
    line-height: 1.7;
    padding-bottom: 25px;
    padding-right: 15px;
  }


}



/* SP領域 */
@media screen and (max-width:640px) {
  .gw_pc_only {
    display: none !important;
  }

  .gw_sp_only {
    display: block !important;
  }

  #gw_container {
    color: #646464;
    font-size: calc(1.6rem*0.625);
    font-family: "Hiragino Sans";
  }

  .gw_container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  #gw_container img {
    width: 90%;
    margin: 0 auto;
  }


  .gw_main_bg {
    padding: 10px 0 25px;
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/oshikatsucolumn/bg.png);
  }
  .gw_top_mrgn{
    padding-top: 20px!important;
  }
  .gw_box {
    -webkit-box-shadow: 0px 0px 5px #A1B5AA;
            box-shadow: 0px 0px 5px #A1B5AA;
    background-color: #ffffff;
    width: 88%;
    margin: 0 auto;
  }

  .gw_sub_ttl {
    width: fit-content;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #DBF9E9));
    background: linear-gradient(transparent 60%, #DBF9E9 60%);
    opacity: 1;
  }

  .gw_txt_position{
    margin-left: 15px;
    margin-top: 15px;
  }

  .gw_sub_ttl p {
    padding-left: 3px;
    font-size: calc(0.875rem + ((1vw - 3.2px) * 2.4242));
    min-height: 0vw;
    line-height: 1.7;
    font-weight: 600;
  }

  .gw_txt{
    font-size: calc(0.6875rem + ((1vw - 3.2px) * 1.6667));
    min-height: 0vw;
    line-height: 1.7;
    padding-bottom: 25px;
    padding-right: 15px;
    padding-top: 15px;
  }
  
}
