.mainimg-sp {
    display: block;
    width:100%;
}
.mainimg-pc
.mainimg-tab {
    display: none;
}

@media only screen and (min-width: 481px) {
  .mainimg-tab {
    display: block;
    width:100%;
  }
  .mainimg-pc,
  .mainimg-sp {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  .mainimg-pc {
    display: block;
    width:100%;
  }
  .mainimg-tab,
  .mainimg-sp {
    display: none;
  }
}

ul#product_box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 2rem;
}

@media screen and (max-width: 1000px) {
  ul#product_box {
    display: inherit;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

ul#product_box h3 {
  border-left: 4px solid #111111;
  padding-left: 1rem;
}

ul#product_box img {
  width: 100%;
  height: auto;
}

ul#product_box .lineup_box div {
  margin: 1rem 0;
  height: 350px;
}

ul#product_box .lineup_box div:last-of-type {
  height: auto;
}

@media screen and (max-width: 768px) {
  ul#product_box .lineup_box div {
    height: auto;
  }
}

ul#product_box .lineup_box img {
  border: 1px solid #ccc;
}

ul#product_box a:hover {
  opacity: 0.5;
  transition: all 0.5ms;
}

ul#product_box .link_box {
  width: calc(100% / 4);
  cursor: pointer;
  padding-bottom: 30px;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 0 !important;
}
ul#product_box .link_box:nth-of-type(n + 2) {
  border-left: 1px solid #cccccc;
}

ul#product_box .lineup_box {
  text-align: left;
}

ul#product_box .lineup_box .link_list {
  display: list-item;
  list-style: disclosure-closed;
  margin: 1rem 0 1rem 1rem;
}

/*
*
モーダルjs設定
*
*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

.modal-img {
  width: 100%;
}

.panelactive {
  display: block !important;
}

top_main-imgcalc {
  width: calc(100% / 4);
}

/*
*
 product内部の変更点 
*
*/

.audiometer__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.audiometer__features {
}

.audiometer__features p {
  margin-bottom: 2em;
  line-height: 2.3;
}

.audiometer__features .main_tit {
  font-weight: 700;
}

.audiometer__features h4 {
  margin-bottom: 1em;
}

.audiometer__features--sub-text {
  font-weight: 700;
  color: #1d305e;
  font-size: 1.2em;
  margin-bottom: 1em !important;
}

.audiometer__basic {
  margin-top: 2.5em;
}

.audiometer__basic h3 {
  font-weight: 700;
}

.audiometer__basic h4 {
  font-weight: 700;
  color: #1d305e;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.audiometer__basic--container {
  margin-bottom: 2.5em;
}

.audiometer__basic--tablebox {
  font-size: 0.9em;
}

.audiometer__basic--tablebox th {
}

.audiometer__basic--tablebox .a_b-lefttable {
  border-collapse: collapse;
  text-align: center;
  width: calc(100% / 3);
}

.audiometer__basic--tablebox .a_b-lefttable tr:first-of-type {
  background-color: #f5f8ef;
}

.audiometer__basic--tablebox .a_b-righttable {
  width: calc((100% / 3 * 2) - 20px);
}

.audiometer__basic--tablebox .a_b-righttable tr td:first-of-type {
  background-color: #f5f8ef;
}

@media screen and (max-width: 1000px) {
  .audiometer__flex {
    display: block;
  }
  .audiometer__basic--tablebox .a_b-lefttable {
    width: 100%;
  }

  .audiometer__basic--tablebox .a_b-righttable {
    width: 100%;
    margin-top: 1em;
  }
  .audiometer__basic--tablebox .a_b-righttable td {
    display: block;
  }
}

.a_b-imgbox {
  width: calc(100% / 3);
}

.a_b-table01 {
  width: calc((100% / 3 * 2) - 20px);
}

.a_b-table01 tr td:first-of-type {
  background-color: #f5f8ef;
}

.a_b-table02 {
  width: 30%;
  text-align: center;
  margin-top: 1em;
  border-collapse: collapse;
}

.a_b-table02 tr:first-of-type {
  background-color: #f5f8ef;
}

@media screen and (max-width: 1000px) {
  .a_b-imgbox {
    width: 100%;
  }

  .a_b-table01 {
    width: 100%;
    margin-top: 1em;
  }
  .a_b-table01 td {
    display: block;
  }
  .a_b-table02 {
    width: 100%;
  }
}

/*
*
ドルフィンページ 
*
*/

.dp__features {
}

.dp__features p {
  margin-bottom: 2.5em;
  line-height: 2.3;
}

.dp__features .main_tit {
  font-weight: 700;
}

.dp__features h4 {
  margin-bottom: 1em;
}

.dp__features--sub-text {
  font-weight: 700;
  color: #1d305e;
  font-size: 1.2em;
  margin-bottom: 1em !important;
}

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

.dp__features--inner div {
  width: calc(100% / 3);
}

.dp__features--inner div img {
  width: 100%;
}

.dp__features--inner p {
  flex: 1;
  padding-left: 20px;
}

.dp__features--img {
  width: 100%;
  margin-bottom: 40px;
}
.dp__features--img img {
  width: 100%;
}

.dolphin {
  margin-top: 40px;
}
.dolphin h3 {
  font-weight: 700;
}
.dolphin__container {
  width: 100%;
}
.dolphin h4 {
  font-weight: 700;
  color: #1d305e;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.dolphin__container--inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.dolphin__container--inner img {
  width: calc(100% / 3);
}
.dolphin__container--inner table {
  width: calc((100% / 3 * 2) - 20px);
}
.dolphin__container div {
  display: flex;
  align-items: flex-start;
}

.dolphin__container div img {
  width: 30%;
}

.dolphin__container div table {
  width: calc((100% / 3 * 2) - 20px);
  margin-left: 60px;
}

.dolphin__container div table tr td:first-of-type {
  background-color: #f5f8ef;
}

.dolphin__container > table {
  width: 30%;
  text-align: center;
  margin: 40px 0;
  border-collapse: collapse;
}

.dolphin__container > table > tbody > tr > th {
  background-color: #f5f8ef;
}

@media screen and (max-width: 1000px) {
  .dp__features--inner {
    display: block;
  }

  .dp__features--inner div {
    width: 100%;
  }

  .dp__features--inner p {
    margin-top: 20px;
    padding-left: 0;
  }

  .dolphin {
    margin-top: 40px;
  }
  .dolphin__container--inner table {
    width: calc((100% / 3 * 2) - 20px);
  }
  .dolphin__container div {
    display: block;
  }

  .dolphin__container div img {
    width: 50%;
  }

  .dolphin__container div table {
    width: 100%;
    margin-left: 0;
  }

  .dolphin__container div table td {
    display: block;
  }

  .dolphin__container > table {
    width: 100%;
  }
}

.product__link {
  width: 100%;
  background: #1d305e;
  border-radius: 8px;
}

.product__link a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.product__link a p {
  text-align: left;
  flex: 1;
  padding: 1em 4px;
}
.product__link a img {
  width: 20px !important;
}

.news__link {
  width: 100%;
  background: #b01f24;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
}

.news__link a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.news__link a p {
  flex: 1;
  padding: 1em 4px;
}
.news__link a img {
  width: 20px !important;
}

/* 
@media only screen and (max-width: 900px) {
  .support_wrp ul li{
    width: 100vw;
    display: block;
  }
  .support_wrp ul li.fl{
    float: initial;
  }
  .support_wrp ul li.fr{
    float: initial;
  }
  .support_wrp ul li p img{
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

#header #header_contents {
  width: 100%;
  max-width: 980px;
}

#header #header_contents .logo {
  width: calc(252 / 980 * 100%);
  height: auto;
}

#header #header_contents .logo a img {
  width: 100%;
  height: auto;
}

#header #header_contents .header_tel_btn {
  top: 25px;
  left: calc(322 / 980 * 100%);
  width: calc(370 / 980 * 100%);
  height: auto;
}

#header #header_contents .header_tel_btn img{
  width: 100%;
  height: auto;
}

#header #header_contents .header_contact_btn {
  left: calc(705 / 980 * 100%);
  width: calc(275 / 980 * 100%);
  height: auto;
}

#header #header_contents .header_contact_btn a img {
  width: 100%;
  height: auto;
}

#header #header_contents .navi01 {
  width: calc(179 / 980 * 100%);
  height: auto;
}

#header #header_contents .navi01 a img{
  width: 100%;
  height: auto;
}

#header #header_contents .navi02 {
  left: calc(179 / 980 * 100%);
  width: calc(179 / 980 * 100%);
  height: auto;
}
#header #header_contents .navi02 a img {
  width: 100%;
  height: auto;
}

#header #header_contents .navi03 {
  left: calc(358 / 980 * 100%);
  width: calc(357 / 980 * 100%);
  height: auto;
}
#header #header_contents .navi03 a img {
  width: 100%;
  height: auto;
}

#header #header_contents .navi04 {
  left: calc(715 / 980 * 100%);
  width: calc(179 / 980 * 100%);
  height: auto;
}
#header #header_contents .navi04 a img {
  width: 100%;
  height: auto;
}
#header #header_contents .navi06 {
  left: calc(894 / 980 * 100%);
  width: calc(86 / 980 * 100%);
  height: auto;
}
#header #header_contents .navi06 a img {
  width: 100%;
  height: auto;
}

.top_box {
  width: 100%;
  max-width: 1000px;
}

#top #recommended_item {
  width: 100%;
  max-width: 1000px;
}

#footer #footer_support {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
}

#footer #footer_support .footer_contact_txt {
  top: 21px;
  left: calc(127 / 910 * 100%);
  width: calc(782 / 910 * 100%);
}

#footer #footer_support .footer_tel_btn {
  top: 70px;
  left: calc(110 / 910 * 100%);
  width: calc(428 / 910 * 100%);
  height: auto;
}

#footer #footer_support .footer_tel_btn img{
  width: 100%;
  height: auto;
}

#footer #footer_support .footer_contact {
  left: calc(556 / 910 * 100%);
  width: calc(353 / 910 * 100%);
  height: auto;
}

#footer #footer_support .footer_contact a img{
  width: 100%;
  height: auto;
}
 */

#header #header_contents .navi01 {
  width: 217px;
}

#header #header_contents .navi02 {
  width: 104px;
  left: 217px;
}

#header #header_contents .navi03 {
  width: 120px;
  left: 321px;
}

#header #header_contents .navi04 {
  width: 168px;
  left: 441px;
}

#header #header_contents .navi05 {
  width: 152px;
  left: 609px;
}

#header #header_contents .navi06 {
  left: 761px;
  width: 63px;
}

#header #header_contents .navi07 {
  position: absolute;
  top: 86px;
  left: 824px;
  width: 156px;
  height: 40px;
}


.companyImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 38px;
}

.companyImg__img {
  width: calc(50% - 5px);
  padding-top: 10px;
}

@media screen and (max-width: 1000px) {
  .companyImg__img {
    width: 100%;
    padding-top: 40px;
  }
  .top_box{
    width: auto;
    height: auto;
  }
}



.snw-recommended_box {
  width: auto;
  background-color: #dddddd;
  font-size: 16px;
}

.snw-recommended_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}

@media screen and (max-width: 1000px) {
  .snw-recommended_inner {
    width: 100%;
  }
}

.snw-recommended_inner h2 {
  text-align: center;
  padding: 0 1em 35px;
  font-size: 26px;
}

.snw-recommended_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 1000px) {
  .snw-recommended_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.snw-recommended_item {
  width: 45%;
}

@media screen and (max-width: 1000px) {
  .snw-recommended_item {
    width: 75%;
  }
}

@media screen and (max-width: 1000px) {
  .snw-recommended_item:first-of-type {
    margin-bottom: 35px;
  }
}

.snw-recommended_item a {
  width: 100%;
  height: auto;
  text-decoration: none;
  color: #333333;
}

.snw-recommended_item a:hover, .snw-recommended_item a :active {
  text-decoration: underline;
}

.snw-recommended_item a img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}

.snw-recommended_point {
  color: #972428;
  text-align: center;
  font-weight: bold;
  padding-top: 1em;
  font-size: 22px;
}

.snw-recommended_itemName {
  padding-top: 1em;
  color: #333333;
}

.snw-recommended_bigtext {
  font-weight: bold;
}

.snw-recommended_read {
  padding-top: 1em;
}

.bx-wrapper .bx-pager {
  display: none;
}