@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

body {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  background-color: #f8f5f0;
}
@media (min-width: 779px) {
  body {
    color: #444;
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
  color: #017cb9;
}
a:link, a:active, a:hover, a:visited {
  outline: 0 none;
}
@media (min-width: 779px) {
  a {
    color: #444;
  }
}

button, input, optgroup, select, textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

input[type="text"], input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
}

input, select {
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

figure {
  margin: 0;
}

/* typography
--------------------------------------------------------- */
.catalog-head {
  position: relative;
  background-color: #ff9e50;
  margin-left: -10px;
  margin-right: -10px;
}
.catalog-head__t {
  color: #fff;
  padding: 13px;
  font-size: 1.6rem;
}
@media (min-width: 779px) {
  .catalog-head {
    background-color: transparent;
    margin: 0 0 15px 0;
  }
  .catalog-head__t {
    color: #444;
    padding: 0 0 0 16px;
    border-bottom: none;
    background-color: transparent;
    background-image: url(../img/hdg-level1-01_bg.gif);
    background-repeat: no-repeat;
    background-position: 0 0.27em;
    font-size: 2.4rem;
  }
  .catalog-s-head {
    background-color: transparent;
    margin: 0 0 15px 0;
  }
  .catalog-s-head__t {
    color: #444;
    padding: 0 0 0 16px;
    border-bottom: none;
    background-color: transparent;
    background-image: url(../img/hdg-level1-01_bg.gif);
    background-repeat: no-repeat;
    background-position: 0 0.27em;
    font-size: 2.4rem;
  }
}


.t-level1 {
  padding: 13px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  font-size: 1.6rem;
}
@media (min-width: 779px) {
  .t-level1 {
    padding: 0 0 0 16px;
    margin: 0 0 15px 3px;
    border-bottom: none;
    background-color: transparent;
    background-image: url(../img/hdg-level1-01_bg.gif);
    background-repeat: no-repeat;
    background-position: 0 0.27em;
    font-size: 2.4rem;
  }
}

.t-level2 {
  padding: 11px 10px 15px 23px;
  background: url(../sp/img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px;
  font-size: 15px;
}

.t-level3 {
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f2f2f2;
  border-radius: 3px 3px 0 0;
}

/* button
--------------------------------------------------------- */
/* table
--------------------------------------------------------- */
/* list
--------------------------------------------------------- */
/* layout
--------------------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 779px) {
  .container {
    width: 780px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}

/* glid
--------------------------------------------------------- */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.catalog-conts .row {
  margin-right: 0;
  margin-left: 0;
}

/* Helper
--------------------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* ==========================================================================
  header
 ========================================================================== */
#TP_header {
  font-size: 14px;
  line-height: 1.3;
}
#TP_header * {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  box-sizing: border-box;
  color: #333;
}
#TP_header img {
  width: 100%;
  height: auto;
}
#TP_header fieldset {
  border: none;
}
#TP_header legend {
  display: none;
}
@media (min-width: 779px) {
  #TP_header {
    font-size: 11px;
    border-bottom: 1px solid #ddd;
    min-width: 780px;
    height: 99px;
    background-color: #fff;
  }
  #TP_header * {
    font-size: 11px;
    line-height: 1.3;
    color: #444;
  }
  #TP_header img {
    width: auto;
  }
  #TP_header li {
    list-style-type: none;
  }
}

/* -------------------------------------------------- */
#TP_header_inner {
  position: relative;
  margin: 0 auto;
}

#TP_header_upper {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
@media (min-width: 779px) {
  #TP_header_upper {
    border-bottom: none;
  }
}

#TP_site-logo a {
  display: block;
  padding: 11px 15px;
  width: 132px;
}
@media (min-width: 779px) {
  #TP_site-logo {
    padding-top: 14px;
    width: 135px;
    font-size: 0;
    line-height: 0;
  }
  #TP_site-logo a {
    width: 100%;
    padding: 0;
  }
}

#TP_menu-btn {
  position: absolute;
  top: 0;
  right: 0;
}
#TP_menu-btn li {
  padding: 14px;
  width: 52px;
  cursor: pointer;
}
#TP_menu-btn .close {
  display: none;
}
@media (min-width: 779px) {
  #TP_menu-btn {
    display: none;
  }
}

/* -------------------------------------------------- */
#TP_header-link {
  display: none;
}
@media (min-width: 779px) {
  #TP_header-link {
    display: block;
    position: absolute;
    top: 23px;
    right: 224px;
    overflow: hidden;
  }
  #TP_header-link li {
    float: left;
    margin-left: 20px;
    padding-left: 10px;
    min-height: 5px;
    background: url(../img/tp_icon_arrow_01.png) no-repeat left center;
  }
  #TP_header-link a {
    color: #444;
  }
  #TP_header-link a:hover {
    color: #f93;
  }
}

/* -------------------------------------------------- */
#TP_header_menu {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  padding: 13px 15px;
  width: 100%;
  background-color: #ededed;
  z-index: 99999;
}
@media (min-width: 779px) {
  #TP_header_menu {
    display: block;
    position: static;
    padding: 0;
    background-color: transparent;
  }
}

#TP_header-search {
  position: relative;
}
@media (min-width: 779px) {
  #TP_header-search {
    position: absolute;
    top: 14px;
    right: 0;
    width: 200px;
    height: 29px;
    background: url(../img/tp_bg_search_01.png) no-repeat;
  }
}

#SS_searchQuery {
  padding: 10px 18px;
  border: none;
  width: 100%;
  height: 34px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 34px;
}
@media (min-width: 779px) {
  #SS_searchQuery {
    padding: 0;
    position: absolute;
    top: 0;
    left: 15px;
    outline: none;
    width: 145px;
    height: 29px;
    background-color: transparent;
    font-size: 11px;
    line-height: 29px;
    border-radius: 0;
  }
}

#SS_searchSubmit {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 18px;
}
@media (min-width: 779px) {
  #SS_searchSubmit {
    top: 6px;
    right: 15px;
    width: 16px;
  }
}

/* -------------------------------------------------- */
#TP_global-nav {
  margin-top: 5px;
}
#TP_global-nav li {
  border-bottom: 1px solid #ededed;
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 29px;
}
#TP_global-nav li.nav-00 {
  background-image: url(../img/tp_icon_gnav_00.png);
}
#TP_global-nav li.nav-01 {
  background-image: url(../img/tp_icon_gnav_01.png);
}
#TP_global-nav li.nav-02 {
  background-image: url(../img/tp_icon_gnav_02.png);
}
#TP_global-nav li.nav-03 {
  background-image: url(../img/tp_icon_gnav_03.png);
}
#TP_global-nav li.nav-04 {
  background-image: url(../img/tp_icon_gnav_04.png);
}
#TP_global-nav li.nav-05 {
  background-image: url(../img/tp_icon_gnav_05.png);
}
#TP_global-nav a {
  display: block;
  padding: 20px 10px 20px 50px;
  background: url(../img/tp_icon_arrow_05.png) no-repeat 96.6% center;
  background-size: 9px;
}
@media (min-width: 779px) {
  #TP_global-nav {
    margin-top: 0;
    position: absolute;
    top: 66px;
    left: 0;
    width: 780px;
    height: 33px;
    background: url(../img/tp_bg_gnav_01.png) no-repeat right top;
  }
  #TP_global-nav li {
    border-bottom: none;
    float: left;
    padding: 0 2px 0 3px;
    background-position: 0 0;
    background-size: auto;
  }
  #TP_global-nav li.nav-00 {
    display: none;
  }
  #TP_global-nav li[class^="nav-"] {
    background-image: url(../img/tp_bg_gnav_01.png);
  }
  #TP_global-nav li a {
    display: block;
    padding: 0;
    border-bottom: 3px solid #ededed;
    width: 151px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: auto;
    text-indent: -20em;
    overflow: hidden;
  }
  #TP_global-nav li a:hover {
    background-position: center -30px;
  }
  #TP_global-nav li.nav-01 a {
    background-image: url(../img/tp_global-nav_01.png);
    border-bottom: 3px solid #0096e0;
    background-position: center -30px;
  }
  #TP_global-nav li.nav-02 a {
    background-image: url(../img/tp_global-nav_02_narrow.png);
  }
  #TP_global-nav li.nav-03 a {
    background-image: url(../img/tp_global-nav_03.png);
  }
  #TP_global-nav li.nav-04 a {
    background-image: url(../img/tp_global-nav_04.png);
  }
  #TP_global-nav li.nav-05 a {
    background-image: url(../img/tp_global-nav_05.png);
  }
}
@media (min-width: 1024px) {
  #TP_global-nav {
    width: 100%;
  }
  #TP_global-nav li a {
    width: 199px;
  }
  #TP_global-nav li.nav-01 a, #TP_global-nav li.nav-02 a, #TP_global-nav li.nav-03 a {
    width: 200px;
  }
  #TP_global-nav li.nav-02 a {
    background-image: url(../img/tp_global-nav_02.png);
  }
}
@media print {
  #TP_global-nav li a {
    background: none;
    text-align: center;
    text-indent: 0;
  }
}

/* -----------------------------------------------------
	topic-path
----------------------------------------------------- */
#TP_topic-path {
  display: none;
}
@media (min-width: 779px) {
  #TP_topic-path {
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
}

@media (min-width: 779px) {
  .TP_breadcrumb {
    margin: 0 auto;
    padding: 6px 0;
    overflow: hidden;
  }
  .TP_breadcrumb li {
    float: left;
    font-size: 1rem;
    line-height: 1.3;
    padding: 6px 15px 6px 21px;
    background: url(../img/tp_icon_arrow_04.png) no-repeat left center;
  }
  .TP_breadcrumb li:first-child {
    padding-left: 0;
    background: none;
  }
  .TP_breadcrumb li:last-child {
    display: block;
  }
  .TP_breadcrumb a {
    color: #0096e0;
  }
  .TP_breadcrumb a:hover {
    color: #f93;
  }
}

/* -----------------------------------------------------
    return_link
----------------------------------------------------- */
.return__a {
  margin: 0;
}
.return__a a {
  padding: 0 0 0 12px;
  color: #017cb9;
  font-size: 1.2rem;
  background: url(../img/icon_arrow_return.png) 2px 6px no-repeat;
}


/* -----------------------------------------------------
	footer
----------------------------------------------------- */
#TP_footer {
  position: relative;
  font-size: 14px;
  background-color: #fff;
  padding: 0 0 40px;
}
#TP_footer fieldset, #TP_footer legend {
  border: none;
}
#TP_footer a {
  color: #333;
}
@media (min-width: 779px) {
  #TP_footer {
    font-size: 1.2rem;
    border-top: 1px solid #ddd;
  }
  #TP_footer > .container {
    position: relative;
  }
  #TP_footer a {
    color: #444;
  }
}

#TP_page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100vw;
  font-size: 0;
  text-align: center;
  background: #0096e0;
  cursor: pointer;
}
@media (min-width: 779px) {
  #TP_page-top {
    bottom: 138px;
    left: calc(50vw + 487px);
    width: 40px;
  }
}

#TP_lower {
  padding-bottom: 15px;
}
@media (min-width: 779px) {
  #TP_lower {
    padding-bottom: 0;
  }
}

#TP_lower_inner {
  padding: 0;
}
@media (min-width: 779px) {
  #TP_lower_inner {
    position: relative;
    padding-bottom: 20px;
  }
}

#TP_lower-link {
  padding: 15px 0;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  overflow: hidden;
}
#TP_lower-link li {
  float: left;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
}
#TP_lower-link li a {
  display: block;
  padding: 15px 0 15px 22px;
  min-height: 12px;
  background: url(../img/tp_icon_blank_01.png) no-repeat left center;
  background-size: 14px;
}
@media (min-width: 779px) {
  #TP_lower-link {
    padding: 23px 0 11px;
    border-bottom: none;
  }
  #TP_lower-link li {
    width: auto;
    margin-right: 20px;
    padding-left: 10px;
    min-height: 5px;
    background: url(../img/tp_icon_arrow_01.png) no-repeat left center;
  }
  #TP_lower-link li.link-03, #TP_lower-link li.link-04 {
    display: none;
  }
  #TP_lower-link li a {
    display: inline-block;
    padding: 0;
    min-height: none;
    background: none;
  }
  #TP_lower-link li a:hover {
    color: #f93;
  }
}

#TP_company-logo {
  float: left;
  padding: 30px 0;
  width: 123px;
  font-size: 0;
}
#TP_company-logo img {
  width: 100%;
}
@media (min-width: 779px) {
  #TP_company-logo {
    float: none;
    padding: 0;
    width: 106px;
    position: absolute;
    top: 24px;
    right: 0;
  }
}

#TP_copyright {
  clear: both;
  text-align: center;
  font-size: 8px;
  color: #333;
}
@media (min-width: 779px) {
  #TP_copyright {
    text-align: left;
    font-size: 10px;
    color: #999;
  }
}

/* ==========================================================================
   catalog-conts
========================================================================== */
.catalog-conts {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.catalog-conts__inner {
  padding: 10px 0;
}
@media (min-width: 779px) {
  .catalog-conts {
    width: 950px;
    padding: 20px 0;
  }
  .catalog-conts__inner {
    padding: 0;
  }
}

.str-main {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
}
@media (min-width: 779px) {
  .str-main {
    float: left;
    padding: 20px;
    margin-bottom: 0;
    width: 700px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
}
.home-prodact {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
}
.home-search__sec {
    margin: 0 -15px;
    padding: 0 15px;
}
.home-search-name__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.home-search__search {
  margin: 0 0 20px;
}
.home-search__search input[type="text"] {
  margin: 0;
  padding: 0 .5em;
  background: #f2f2f2;
  width: calc(100% - 5px - 9.333vw);
  height: 9.333vw;
  display: inline-block;
}
.home-search__search input[type="submit"] {
  margin: 0 0 0 5px;
  width: 9.333vw;
  height: 9.333vw;
  background: url(../img/btn_search_01.png) no-repeat 0 0;
  background-size: cover;
  border: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
}
.home-search__search ul {
  margin: 15px -10px 0 0;
}
.home-search__search ul li {
  display: inline-block;
  margin-right: 10px;
  width: 45%;
}
.home-search__search label {
  padding:0 0 0 15px;
  font-size: 1.2rem;
}
.home-search__search input[type="radio"] {
  margin-top: 2px;
  margin-left: -15px;
  line-height: normal;
  position: absolute;
}
.home-tab {
  margin:0 -10px 0 0;
  width: 100%;
  overflow: hidden;
}
.home-tab label {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: calc(50% - 5px);
  overflow: hidden;
  font-size: 0.5rem;
  line-height: .1em;
}
.btn-tab1 {
  float: left;
}
.btn-tab1 span {
  display: block;
  background: #0096e0 url(../img/btn_tab_sp_01_on.png) 0 0 no-repeat;
  background-size: contain;
}
.btn-tab2 {
  float: right;
}
.btn-tab2 span {
  display: block;
  margin: 0;
  padding: 0;
  background: #0096e0 url(../img/btn_tab_sp_02_on.png) 0 0 no-repeat;
  background-size: contain;
}
.home-tab label span img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
  line-height:1em;
}
.tab1:checked ~ .home-tab__contants > .tab-contants1,
.tab2:checked ~ .home-tab__contants > .tab-contants2 {
  display: block;
}
.tab1:checked ~ .btn-tab1 > span > img,
.tab2:checked ~ .btn-tab2 > span > img {
  opacity: 0;
}
.home-tab__contants {
  clear: both;
  width: 100%;
  background: #fff;
}
.home-tab__contents {
  display:none;
}
.tab-contants1 {
  margin:10px 0;
}
.tab-contants1 ul {
  overflow: hidden;
  margin: 0 -10px -10px 0;
}
.tab-contants1 ul li {
  width: calc(50% - 10px);
  margin: 0 10px 10px 0;
  float: left;
}
.tab-contants1 ul li a {
  padding:10px 0 15px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.00, #fff));
  background: -webkit-linear-gradient(#fff, #f5f5f5);
  background: -moz-linear-gradient(#fff, #f5f5f5);
  background: linear-gradient(#fff, #f5f5f5);
  display: block;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
}
.menu__img1 {
  margin: 0 auto 10px;
  width: 50px;
  height: 56px;
  display: block;
}
.menu__img1 img {
  width: auto;
  height: 100%;
}
.tab-contants2 {
  margin:10px 0;
}
.tab-contants2 ul {
  overflow: hidden;
  margin: 0 -10px -10px 0;
}
.tab-contants2 ul li {
  width: calc(50% - 10px);
  margin: 0 10px 10px 0;
  float: left;
}
.tab-contants2 ul li a {
  padding:10px 0 15px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.00, #fff));
  background: -webkit-linear-gradient(#fff, #f5f5f5);
  background: -moz-linear-gradient(#fff, #f5f5f5);
  background: linear-gradient(#fff, #f5f5f5);
  display: block;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
}
.menu__img2 {
  margin: 0 auto 10px;
  width: 105px;
  height: 50px;
  display: block;
}
.menu__img2 img {
  width: auto;
  height: 100%;
}
.menu__name {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #356797;
  display: block;
}
.conditions-nav {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}
.conditions {
  margin:10px 0;
}
.conditions__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.conditions__lst1st {
  background-color: #f0fbff;
  border-top: 1px solid #d3d9dd;
  border-right: 1px solid #d3d9dd;
  border-left: 1px solid #d3d9dd;
  margin: 0 0 15px;
}
.conditions__lst li > span,
.conditions__lst a {
  color: #666;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.conditions__lst1st > li {
  border-bottom: 1px solid #d3d9dd;
  font-weight: 600;
}
.conditions__lst1st > li.conditions__li-filio span,
.conditions__lst1st > li > a {
  padding-left: 15px;
  padding-right: 24px;
  background-image: url(../img/tp_icon_arrow_05.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 9px auto;
}
.conditions__lst1st > li.conditions__li-filio span {
  background-image: none;
}
.conditions__lst2nd {
  border-top: 1px solid #d3d9dd;
}
.conditions__lst2nd > li {
  background-color: #fff;
  font-weight: 400;
}
.conditions__lst2nd > li:not(:last-of-type) {
  border-bottom: 1px solid #d3d9dd;
}
.conditions__lst2nd > li > a {
  padding-right: 24px;
  padding-left: 35px;
  position: relative;
  background-image: url(../img/icon_arrow_w.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 9px auto;
}
.conditions__lst2nd > li > a::before {
  content: '';
  width: 3px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  top: 21px;
  left: 21px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 3px 5px;
  background-image: url(../img/tp_icon_arrow_02.png);
}
.app-legend {
  border-top: 1px solid #d3d9dd;
  padding: 20px 0 ;
}
.app-legend li {
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #f9f9f9), color-stop(0.50, #f1f1f1));
  background: -webkit-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
  background: -moz-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
  background: linear-gradient(to bottom, #f9f9f9 50%, #f1f1f1 50%);
}
.app-legend--app {
  margin-bottom: 10px;
}
.app-legend li a {
  display: block;
  width: 100%;
  height: 56px;
  padding: 17px 0 0 56px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #666;
  background-position: 14px 14px;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}
.app-legend--app a {
  background-image: url(../img/icon_app.png);
}
.app-legend--legend a {
  background-image: url(../img/icon_legend.png);
}
.attention-brand-menu {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}
.attention-brand__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.attention-brand__slider {
  margin: 20px 21px 0;
  border:1px solid #017cb9;
}
.attention-brand__slider li a img {
  max-width: 100%;
  height: auto;
}
.online-shop {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}
.online-shop__menu {
  margin:10px 0;
}
.online-shop__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.online-shop__menu ul li {
  width: 100%;
}
.shop-link a {
  width: 100%;
  display: block;
 }
.shop-link a img {
  width: 100%;
  height: auto;
}
.txt-link {
  margin: 10px 0;
  background:url(../img/tp_icon_blank_01.png) 0 2px no-repeat;
  background-size: 14px;
}
.txt-link a {
  padding-left: 25px;
}

.helth-saport {
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #f9f9f9), color-stop(0.50, #f1f1f1));
  background: -webkit-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
  background: -moz-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
  background: linear-gradient(to bottom, #f9f9f9 50%, #f1f1f1 50%);
  margin-bottom: 10px;
}
.helth-saport a {
  display: block;
  width: 100%;
  height: 56px;
  padding: 20px 0 0 70px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  font-size: 1.4rem;
  background-position: 14px 14px;
  background-repeat: no-repeat;
  background-size: 40px 30px;
  background-image:url(../img/icon_helth-saport.png);
}
.lifestyle-habit {
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #f9f9f9), color-stop(0.50, #f1f1f1));
  background: -webkit-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
  background: -moz-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
  background: linear-gradient(to bottom, #f9f9f9 50%, #f1f1f1 50%);
}
.lifestyle-habit a {
  display: block;
  width: 100%;
  height: 56px;
  padding: 20px 0 0 70px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  font-size: 1.4rem;
  background-position: 14px 14px;
  background-repeat: no-repeat;
  background-size: 40px 30px;
  background-image:url(../img/icon_lifestyle-habit.png);
}
.medicinal-drug {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}
.medicinal-drug__menu {
  margin:10px 0;
}
.medicinal-drug__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.medicinal-drug__menu a {
  width: 100%;
  display:block;
}
.medicinal-drug__menu a img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media (min-width: 779px) {
  .catalog-head-jbt {
    margin: 20px 0;
  }
  .top-main {
    float: left;
    width: 700px;
  }
  .home-prodact {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .home-search-name__t {
    margin: -20px -20px 0;
    border-radius: 7px 7px 0 0;
    padding: 6px 10px 6px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
  .search-box {
    margin: 12px 0 20px;
    width: 660px;
    height: 85px;
    background: #e6eef2;
  }
  .search-box label {
    height: 38px;
    padding: 11px 20px;
    display: inline-block;
    font-size: 1.2rem;
  }
  .search-box input[type="text"] {
    width: 430px;
    height: 38px;
    margin: 13px 10px 0 0;
    border: 1px solid #d2e3ec;
    background: #fff;
  }
  .search-box input[type="submit"] {
    width: 70px;
    height: 38px;
    margin-top: 13px;
    padding:2px 0 0 17px;
    border-radius: 3px;
    background-color: #0f75ad;
    background-image: url(../img/btn_search_01.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 38px;
    font-size: 1.2rem;
    color: #fff;
  }
  .home-search__search ul {
    margin: 0 0 0 188px;
  }
  .home-tab label {
    width: 320px;
    height: 50px;
  }
  .btn-tab1 span {
    display: block;
    background: #fff url(../img/btn_tab_pc_01_on.png) 0 0 no-repeat;
    background-size: contain;
  }
  .btn-tab2 span {
    display: block;
    background: #fff url(../img/btn_tab_pc_02_on.png) 0 0 no-repeat;
    background-size: contain;
  }
  .tab-contants1 ul {
    overflow: hidden;
    margin: 0 -15px 0 0;
  }
  .tab-contants1 ul li {
    width: 210px;
    margin: 0 15px 10px 0;
    float: left;
  }
  .tab-contants1 ul li a {
    padding:15px 0;
  }
  .menu__img1 {
    margin: 0 auto 10px;
    width: 76px;
    height: 86px;
    display: block;
  }
  .menu__img1 img {
    width: 100%;
    height: auto;
  }
  .menu__name {
    font-size: 1.4rem;
  }
  .tab-contants2 ul {
    overflow: hidden;
    margin: 0 -15px 0 0;
  }
  .tab-contants2 ul li {
    width: 210px;
    margin: 0 15px 10px 0;
    float: left;
  }
  .tab-contants2 ul li a {
    padding: 0 0 15px;
  }
  .menu__img2 {
    margin: 0 auto 10px;
    width: 210px;
    height: 100px;
    display: block;
  }
  .menu__img2 img {
    width: 100%;
    height: auto;
  }
  .conditions-nav {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .conditions__t {
    margin: -20px -20px 0;
    border-radius: 7px 7px 0 0;
    padding: 6px 10px 6px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
  .conditions__lst1st {
    margin: 20px -20px 0 0;
    border: none;
    background: #fff;
    height: 430px;
  }
  .conditions__lst1st li {
    width: 320px;
    height: 46px;
    float:left;
    margin:0 20px 20px 0;
  }
  .conditions__lst1st li a {
    width: 320px;
    height: 46px;
    font-size: 1.4rem;
    padding: 15px 0 0 11px;
    border: 1px solid #d3d9dd;
    border-radius: 5px;
    background: url(../img/inc_arrow_cat.png) 301px 19px no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6eef2), color-stop(0.00, #f3fbff));
    background: url(../img/inc_arrow_cat.png) 301px 19px no-repeat,-webkit-linear-gradient(#f3fbff, #e6eef2);
    background: url(../img/inc_arrow_cat.png) 301px 19px no-repeat,-moz-linear-gradient(#f3fbff, #e6eef2);
    background: url(../img/inc_arrow_cat.png) 301px 19px no-repeat,linear-gradient(#f3fbff, #e6eef2);
    display: block;
  }
  .conditions__li-filio {
    width: 320px;
    margin:0 20px 0 0;
    float:left;
  }
  .conditions__li-filio span {
    width: 320px;
    height: 46px;
    border: 1px solid #d3d9dd;
    border-radius: 5px 5px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6eef2), color-stop(0.00, #f3fbff)) !important;
    background: -webkit-linear-gradient(#f3fbff, #e6eef2) !important;
    background: -moz-linear-gradient(#f3fbff, #e6eef2) !important;
    background: linear-gradient(#f3fbff, #e6eef2) !important;
    display: block;
  }
  .conditions__lst2nd {
    border-right: 1px solid #d3d9dd;
    border-bottom: 1px solid #d3d9dd;
    border-left: 1px solid #d3d9dd;
    paddin-bottom: 10px;
  }
  .conditions__lst2nd li {
    margin: 0 10px;
    font-size: 1.2rem;
    float: none;
    border: 0;
    pdding: 0;
    width: 270px;
  }
  .conditions__lst2nd li a {
    font-size: 1.2rem;
    border: 0;
    margin: 0;
    width: 270px;
    background:#fff;
    display: block;
    position: relative;
    color:#017cb9;
  }
  .conditions__lst2nd li a::before {
    position: absolute;
    top:20px;
    left:2px;
    width:10px;
    height:10px;
    content:'';
    background: url(../img/tp_icon_arrow_02.png) 0 0 no-repeat;
  }
  .app-legend {
    overflow: hidden;
    margin: 0 -20px 0 0;
    padding: 20px 0 0;
  }
  .app-legend li {
    width: 320px;
    margin: 0 20px 0 0;
    float: left;
  }
  .attention-brand-menu {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .attention-brand__t {
    margin: -20px -20px 0;
    border-radius: 7px 7px 0 0;
    padding: 6px 10px 6px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
  .attention-brand__list {
    overflow: hidden;
    margin: 12px -15px 0 0;
  }
  .attention-brand__list li {
    float: left;
    width: 210px;
    margin: 0 15px 0 0;
  }
  .attention-brand__list li a {
    width: 208px;
    display:block;
  }
  .attention-brand__list li a img {
    width:100%;
    height:auto;
    border: 1px solid #ccc;
  }
   .attention-brand__list li a span {
    padding:10px 20px;
    display:block;
    font-size: 1.2rem;
    background:url(../img/tp_icon_arrow_02.png) 10px 15px no-repeat;
  }
  .product-contact {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  .product-contact__t {
    margin: -20px -20px 0;
    border-radius: 7px 7px 0 0;
    padding: 6px 10px 6px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
  .product-contact__txt {
    color: #f56a34;
    font-size: 1.2rem;
    margin: 10px 0 14px;
    text-align: center;
  }
  .customer-contact {
    overflow: hidden;
    border: 1px solid #ddd;
  }
  .customer-contact dt {
    width: 230px;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    background: #f5f5f5;
    height: 110px;
    float: left;
    color: #369;
}
  .customer-contact dt span {
    font-size: 1.2rem;
  }
  .customer-contact dd {
    width: 427px;
    padding: 10px;
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    height: 110px;
    float: right;
    color: #369;
    border-left: 1px solid #ddd;
  }
  .customer-contact dd span {
    font-size: 1.2rem;
    font-weight: normal;
    color: #444;
  }
  .customer-contact dd a {
    font-size: 1.2rem;
    disaplay: block;
    font-weight: normal;
    padding: 0 0 0 10px;
    background:url(../img/tp_icon_arrow_02.png) 0px 5px no-repeat;
    color: #017cb9;
  }
  .contact-poisoning {
    overflow: hidden;
    border: 1px solid #127eba;
    padding: 5px 0;
    background: #f0fbff;
    color:#369;
  }
  .contact-poisoning dt {
    width: 331px;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    float: left;
  }
  .contact-poisoning dt span {
    font-size: 1rem;
    font-weight: normal;
  }
  .contact-poisoning dd {
    width: 326px;
    margin:0;
    padding: 28px 10px;
    font-size: 1.8rem;
    font-weight: bold;
    float: left;
    border-left: 1px solid #127eba;
  }
  .contact-poisoning dd span {
    font-size: 1.2rem;
    font-weight: normal;
  }
  .online-shop {
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  .online-shop__t {
    margin: -20px -20px 10px;
    border-radius: 7px 7px 0 0;
    padding: 6px 10px 6px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
  .medicinal-drug {
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  .medicinal-drug__t {
    margin: -20px -20px 10px;
    border-radius: 7px 7px 0 0;
    padding: 6px 10px 6px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
  .txt-link {
    background: url(../img/tp_icon_arrow_02.png) 5px 7px no-repeat;
  }
  .txt-link a {
    padding-left: 15px;
    color: #017cb9
  }
  .helth-saport a {
    padding: 20px 0 0 59px;
    background-position: 10px 14px;
    color: #017cb9
  }
 .lifestyle-habit a {
    padding: 20px 0 0 59px;
    background-position: 10px 14px;
    color: #017cb9
  }
  .medicinal-drug__link {
    background: url(../img/tp_icon_arrow_02.png) 5px 7px no-repeat;
    width: 100%;
    display: block;
  }
  .medicinal-drug__link a {
    padding-left: 15px;
    color: #017cb9
  }
}
.catalog-list__sec {
  border: 1px solid #d3d9dd;
  line-height: normal;
  width: 100%;
}
.catalog-list__sec:not(:first-of-type) {
  border-top-width: 0;
}
.catalog-list__t {
  font-size: 1.4rem;
  position: relative;
}
.catalog-list__t a {
  display: table;
  width: 100%;
  padding: 8px 30px 8px 10px;
  color: #356797;
  background-color: #f0fbff;
  background-image: url(../img/tp_icon_arrow_05.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 9px auto;
}
.catalog-list__txt, .catalog-list__thum {
  display: table-cell;
  vertical-align: middle;
}
.catalog-list__thum {
  width: 55px;
  text-align: center;
  padding-right: 15px;
}
.catalog-list__thum img {
  width: 100%;
}
.catalog-list__lst {
  border-top: 1px solid #d3d9dd;
}
.catalog-list__lst li {
  font-size: 1.3rem;
}
.catalog-list__lst li:not(:last-of-type) {
  border-bottom: 1px solid #d3d9dd;
}
.catalog-list__lst a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #356797;
  background-image: url(../img/inc_arrow_cat.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 3px auto;
}
.catalog-s-list__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.catalog-s-list__pa {
  margin: 0 -15px 20px;
}
.catalog-s-list__pa li {
  display: inline-block;
}
.catalog-s-list__pa li a {
  display: block;
  font-size: 1.4rem;
  padding-left: 22px;
  padding-right: 10px;
  position: relative;
}
.catalog-s-list__pa li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 46%;
  left: 10px;
  width: 10px;
  height: 6px;
  background-image: url(../img/icon_arrow_down.png);
  background-repeat: no-repeat;
  background-size:6px auto;
}
.catalog-s-list__sec {
  margin: 0 0 20px;
}
.catalog-s-category__t {
  margin: 0 0 10px;
  width: 100%;
  padding: 12px 10px;
  font-size: 1.4rem;
  color: #444;
  background-color: #f2f2f2;
}
.catalog-s-item__sec {
  margin: 0 0 20px;
}
.catalog-s-item__box {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d3d9dd;
}
.catalog-s-item__t {
  padding: 14px 18px;
  border-bottom: 1px solid #d3d9dd;
  background: #f0fbff;
  position: relative;
}
.catalog-s-item__t a {
  color: #356797;
  font-size: 14px;
  font-weight: bold;
}
.catalog-s-item__ico {
  overflow: hidden;
  margin: 5px 0 0;
}
.catalog-s-ico {
  float: left;
  margin: 0 5px 0 0;
}
.catalog-s-ico span {
  height: 21px;
  padding: 2px 12px 0;
  font-size: 1.2rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  display: block;
}
.catalog-s-ico img {
  height: 21px;
  width: auto;
}
.catalog-s-item__img {
  margin: 0 -1px 0 0;
  padding: 10px 0 0;
  border-right: 1px solid #d3d9dd;
  width:25vw;
  float: left;
}
.catalog-s-item__img img {
  display: table-cell;
  vertical-align: middle;
  max-width: 80%;
  height: auto;
  margin: auto;
}
.catalog-s-item__descr {
  margin: 0;
  padding: 10px;
  border-left: 1px solid #d3d9dd;
  float: right;
  min-height: 25vw;
  width:calc(100% - 25vw + 1px);
  font-size: 1.2rem;
}



@media (min-width: 779px) {
  .catalog-list__sec {
    width: 320px;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
  }
  .catalog-list__sec:not(:first-of-type) {
    border-top-width: 1px;
  }
  .catalog-list__t a {
    display: table;
    position: relative;
    width: 100%;
    padding: 2px 30px 2px 10px;
    color: #444;
    background-color: #f0fbff;
    background-image: none;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4fcff), color-stop(100%, #e5f7fd));
    background-image: -moz-linear-gradient(#f4fcff, #e5f7fd);
    background-image: -webkit-linear-gradient(#f4fcff, #e5f7fd);
    background-image: linear-gradient(#f4fcff, #e5f7fd);
    background-position: 0 0;
    background-size: contain;
  }
  .catalog-list__t a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    border-color: transparent transparent transparent #017cb9;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .catalog-list__t a:hover::after {
    border-color: transparent transparent transparent #fff;
  }
  .catalog-list__t a:hover {
    color: #fff;
    background-color: #1b89c0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3a9dcf), color-stop(100%, #1b89c0));
    background-image: -moz-linear-gradient(#3a9dcf, #1b89c0);
    background-image: -webkit-linear-gradient(#3a9dcf, #1b89c0);
    background-image: linear-gradient(#3a9dcf, #1b89c0);
  }
  .catalog-list__lst {
    padding: 5px 0;
  }
  .catalog-list__lst li {
    font-size: 1.2rem;
  }
  .catalog-list__lst li:not(:last-of-type) {
    border-bottom: none;
  }
  .catalog-list__lst a {
    display: inline-block;
    padding: 3px 3px 3px 20px;
    color: #017cb9;
  }
  .catalog-list__lst a:hover {
    color: #f93;
  }
  .catalog-s-list__t {
    margin: -15px -15px 0;
    padding: 11px 10px 15px 23px;
    background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
    background-size: 4px auto;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .catalog-s-list__pa {
    margin: 0 0 20px;
  }
  .catalog-s-list__pa li {
    display: inline-block;
  }
  .catalog-s-list__pa li a {
    display: block;
    font-size: 1.2rem;
    padding-left: 12px;
    padding-right: 10px;
    position: relative;
    color: #017cb9;
  }
  .catalog-s-list__pa li a::before {
    content: '';
    display: block;
    position: absolute;
    top: 46%;
    left: 0;
    width: 10px;
    height: 6px;
    background-image: url(../img/icon_arrow_down.png);
    background-repeat: no-repeat;
    background-size:6px auto;
  }
  .catalog-s-list__sec {
    margin: 0 0 20px;
  }
  .catalog-s-category__t {
    margin: 0 0 10px;
    width: 100%;
    padding: 10px 14px;
    font-size: 1.4rem;
    color: #444;
    border: 1px solid #e9e7e4;
    border-radius: 3px;
    background-color: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #f9f9f9), color-stop(0.50, #f1f1f1));
    background: -webkit-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: -moz-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: linear-gradient(to bottom, #f9f9f9 50%, #f1f1f1 50%);
  }
  .catalog-s-item__sec {
    margin: 0 0 20px;
  }
  .catalog-s-item__box {
    width: 100%;
    overflow: hidden;
    border: 1px solid #d3d9dd;
    min-height: 103px;
  }
  .catalog-s-item__t {
    padding: 14px 18px;
    border-bottom: 1px solid #d3d9dd;
    border-left: 1px solid #d3d9dd;
    background: #f0fbff;
    float: right;
    width: 556px;
  }
  .catalog-s-item__t a {
    color: #356797;
    font-size: 14px;
    font-weight: bold;
  }
  .catalog-s-item__ico {

  }
  .catalog-s-item__img {
    margin: 0 -1px 0 0;
    width:103px;
    float: left;
    text-align: center;
    border-right: 1px solid #d3d9dd;
  }
  .catalog-s-item__img img {
    vertical-align: middle;
    max-width: 90%;
    max-height: 100px;
    height: auto;
    margin: auto;
  }
  .catalog-s-item__descr {
    margin: 0;
    width: 556px;
    border-left: 1px solid #d3d9dd;
    padding: 10px;
    min-height: 53px ;
    float: right;
    font-size: 1.2rem;
  }
}

.prod-main {
  margin-bottom: 10px;
}
.product-name {
  background: #fff;
  margin: 0 0 10px;
  padding: 15px;
}
.product-name__sec {
  margin: 0 -15px;
  padding: 0 15px;
}
.product-name__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.product-name__txt {
  font-size: 1.2rem;
  margin: 0 0 15px;
}
.product-name__search {
  background: #f0fbff;
  padding: 15px 15px 0;
  width: 100%;
}
.capital_letter__left,
.capital_letter__right {
  margin: 0;
  overflow: hidden;
}
.capital_letter__left li,
.capital_letter__right li {
  margin: 0;
  position: relative;
  float: left;
  width: 20%;
  height: auto;
  padding: 0;
}
.capital_letter__left li::before,
.capital_letter__right li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-name__search {
  margin: 0;
}
.product-name__search label {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
}
.capital--checkbox__empty {
  border: none;
  background-color: transparent;
}
.capital--checkbox__enable label {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  border-width: 1px;
  border-color: #d3d9dd;
  border-style: solid;
  color: #356797;
  font-size: 2.4rem;
  font-weight: 400;
  padding-top: calc(7vw - 1.3rem);
  text-align: center;
  display: block;
}
.capital--checkbox__disable label {
  cursor:not-allowed;
  background-color: #f3f3f3;
  border-radius: 4px;
  border-width: 1px;
  border-color: #d3d9dd;
  border-style: solid;
  color: #d3d9dd;
  font-size: 2.4rem;
  font-weight: 400;
  padding-top: calc(7vw - 1.3rem);
  text-align: center;
  display: block;
}
.capital--checkbox__enable input,
.capital--checkbox__disable input,
.capital--checkbox__empty input {
  display: none;
}
.capital--checkbox__enable .check_box:checked + .label {
  background: #017cb9;
  color: #fff;
}
.capital--checkbox__enable .check_box:disabled + .label {
  background: #f3f3f3;
  color: #d3d9dd;
}
.capital_letter__button {
  background: #fff;
  margin: 15px -30px 0;
  padding: 15px 0 0;
  overflow: hidden;
}
.capital_letter__button li {
  margin: 0;
  padding: 0 15px;
  width: 50%;
  float: left;
}

.capital_letter__button li button {
  width:100%;
  margin: 0;
  padding: 15px 0;
  border-radius: 4px;
  border: none;
  background: #017cb9;
  font-size: 1.5rem;
  color: #fff;
}
.prodact-freeword {
  background: #fff;
  margin: 0 0 10px;
  padding: 15px;
}
.prodact-freeword__sec {
  margin: 0 -15px;
  padding: 0 15px;
}
.product-freeword__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.prodact-freeword__search {

}
.prodact-freeword__search p {
  font-size: 1.2rem;
  margin: 0 0 10px;
}
.prodact-freeword__search input[type="text"] {
  margin: 0;
  padding: 0 .5em;
  background: #f2f2f2;
  width: calc(100% - 5px - 9.333vw);
  height: 9.333vw;
  display: inline-block;
}
.prodact-freeword__search input[type="submit"] {
  margin: 0 0 0 5px;
  width: 9.333vw;
  height: 9.333vw;
  background: url(../img/btn_search_01.png) no-repeat 0 0;
  background-size: cover;
  border: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
}
.prodact-freeword__search ul {
  margin: 15px -10px 0 0;
}
.prodact-freeword__search ul li {
  display: inline-block;
  margin-right: 10px;
}
.prodact-freeword__search label {
  padding-left:15px;
  font-size: 1.2rem;
}
.prodact-freeword__search input[type="radio"] {
  margin-top: 2px;
  margin-left: -15px;
  line-height: normal;
  position: absolute;
}

@media (min-width: 779px) {
  .prod-main {
    float: left;
    width: 700px;
  }
  .product-name {
    float: left;
    padding: 20px;
    margin-bottom: 10px;
    width: 700px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .product-name__sec {
    margin: -20px;
    padding: 0 15px ;
  }
  .product-name__t {
    border-radius: 7px 7px 0 0;
    padding: 6px 10px 6px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
  .product-name__sec p {
    margin: 20px 0;
    font-size: 1.2rem;
  }
  .product-name__search {
    margin: 0;
    padding: 0 5px;
    background: #fff;
    overflow: hidden;
  }
  .capital_letter__left {
    padding: 0 9px 0 1px;
    float: left;
    width: 330px;
  }
  .capital_letter__right {
    padding: 0 1px 0 9px;
    float: right;
    width: 330px;
  }
  .capital_letter__left li,
  .capital_letter__right li {
    margin: 0;
    position: relative;
    float: left;
    width: 64px;
    height: 56px;
    padding: 0;
  }
  .capital_letter__left li::before,
  .capital_letter__right li::before {
    content: "";
    display: block;
  }
  .product-name__search {
    margin: 0;
  }
  .product-name__search label {
    position: absolute;
    top: 0;
    left: 9px;
    width: 46px;
    height: 46px;
  }
  .capital--checkbox__empty {
    border: none;
    background-color: transparent;
  }
  .capital--checkbox__enable label {
    cursor: pointer;
    border-radius: 5px;
    border-width: 1px;
    border-color: #d3d9dd;
    border-style: solid;
    color: #356797;
    font-size: 1.4rem;
    font-weight: 400;
    padding-top: 11px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f3fbff), color-stop(0.00, #e6eef2));
    background: -webkit-linear-gradient(#e6eef2, #f3fbff);
    background: -moz-linear-gradient(#e6eef2, #f3fbff);
    background: linear-gradient(#e6eef2, #f3fbff);
  }
  .capital--checkbox__disable label {
    cursor:not-allowed;
    background-color: #f3f3f3;
    border-radius: 5px;
    border-width: 1px;
    border-color: #d3d9dd;
    border-style: solid;
    color: #d3d9dd;
    font-size: 1.4rem;
    font-weight: 400;
    padding-top: 11px;
    text-align: center;
    display: block;
  }
  .capital--checkbox__enable input,
  .capital--checkbox__disable input,
  .capital--checkbox__empty input {
    display: none;
  }
  .capital--checkbox__enable .check_box:checked + .label {
    background: #017cb9;
    color: #fff;
  }
  .capital--checkbox__enable .check_box:disabled + .label {
    background: #f3f3f3;
    color: #d3d9dd;
  }
  .capital_letter__button {
    background: #fff;
    margin: 15px -30px 0;
    padding: 15px 0 0;
    overflow: hidden;
  }
  .capital_letter__button {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 30px;
  }
  li.clear--btn {
    padding-left: 230px;
    padding-right: 10px;
  }
  li.search--btn {
    padding-left: 10px;
    padding-right: 230px;
  }
  li.clear--btn button,
  li.search--btn button {
    padding: 12px 0;
    font-size: 1.4rem;
  }
  .prodact-freeword {
    float: left;
    padding: 20px;
    margin-bottom: 10px;
    width: 700px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .prodact-freeword__sec {
    margin: -20px;
    padding: 0 15px ;
  }
  .prodact-freeword__t {
    border-radius: 7px 7px 0 0;
    padding: 6px 10px 6px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
  .search-box {
    margin: 12px 0 20px;
    width: 660px;
    height: 85px;
    background: #e6eef2;
  }
  .search-box label {
    height: 38px;
    padding: 11px 20px;;
    display: inline-block;
    font-size: 1.2rem;
  }
  .search-box input[type="text"] {
    width: 430px;
    height: 38px;
    margin: 13px 10px 0 0;
    border: 1px solid #d2e3ec;
    background: #fff;
  }
  .search-box input[type="submit"] {
    width: 70px;
    height: 38px;
    margin-top: 13px;
    padding:2px 0 0 17px;
    border-radius: 3px;
    background-color: #0f75ad;
    background-image: url(../img/btn_search_01.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 38px;
    font-size: 1.2rem;
    color: #fff;
  }
  .prodact-freeword__search ul {
    margin: 0 0 0 188px;
  }
}
#producsearch {
  display: none;
}
.p-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-search-head {
  position: relative;
  z-index: 2;
  width: 100%;
}
.p-search-head h2 {
  width: 100%;
  height: 4.2rem;
  padding: 1.4rem 0 0 .9rem;
  font-size: 1.4rem;
  color: #fff;
  background: #0096e0;
  border-radius: 4px;
}
.p-search__close, .p-search__open {
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 50%;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 11px;
  right: 14px;
}
.p-search__close {
  background-image: url(../img/btn_close.png);
}
.p-search__open {
  background-image: url(../img/btn_open.png);
}
.producsearch_openbox {
  border: 1px solid #0096e0;
  background: #f0fbff;
  z-index: 2;
}
.search--result {
  margin: 1.4rem 0;
  font-size: 1.4rem;
}
.producsearch__t {
  margin: 0;
  padding: 17px 0 0 25px;
  background: url(../img/icon_hdg_01.png) no-repeat 15px 15px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.producsearch__name {
  padding: 15px 15px 0;
  width: 100%;
}
.producsearch__name label {
position: absolute;
top: 3%;
left: 3%;
width: 94%;
height: 94%;
}
.incapital_letter__left,
.incapital_letter__right {
  margin: 0;
  overflow: hidden;
}
.incapital_letter__left li,
.incapital_letter__right li {
  margin: 0;
  position: relative;
  float: left;
  width: 20%;
  height: auto;
  padding: 0;
}
.incapital_letter__left li::before,
.incapital_letter__right li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.incapital--checkbox__enable label {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  border-width: 1px;
  border-color: #d3d9dd;
  border-style: solid;
  color: #356797;
  font-size: 2.4rem;
  font-weight: 400;
  padding-top: calc(7vw - 1.3rem);
  text-align: center;
  display: block;
}
.incapital--checkbox__disable label {
  cursor:not-allowed;
  background-color: #f3f3f3;
  border-radius: 4px;
  border-width: 1px;
  border-color: #d3d9dd;
  border-style: solid;
  color: #d3d9dd;
  font-size: 2.4rem;
  font-weight: 400;
  padding-top: calc(7vw - 1.3rem);
  text-align: center;
  display: block;
}
.incapital--checkbox__enable input,
.incapital--checkbox__disable input,
.incapital--checkbox__empty input {
  display: none;
}
.incapital--checkbox__enable .check_box:checked + .label {
  background: #017cb9;
  color: #fff;
}
.incapital--checkbox__enable .check_box:disabled + .label {
  background: #f3f3f3;
  color: #d3d9dd;
}
.incapital_letter__button {
  margin: 0;
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #d3d9dd;
}
.incapital_letter__button li {
  width: 50%;
}
.clear--btn {
  padding: 0 15px 0 0;
  float: left;
}
.search--btn {
  padding: 0 0 0 15px;
  float: right;
}
.incapital_letter__button li button {
  width:100%;
  margin: 0;
  padding: 15px;
  border-radius: 4px;
  border: none;
  background: #017cb9;
  font-size: 1.5rem;
  color: #fff;
}
.prodactfreeword_openbox {
  margin: 0 -15px;
  padding: 0 15px;
}
.producsearch__freeword {
  padding: 15px;
}
.producsearch__freeword p {
  font-size: 1.2rem;
  margin: 0 0 10px;
}
.producsearch__freeword input[type="text"] {
  margin: 0;
  padding: 0 .5em;
  background: #f2f2f2;
  width: calc(100% - 5px - 9.333vw);
  height: 9.333vw;
  display: inline-block;
}
.producsearch__freeword input[type="submit"] {
  margin: 0 0 0 5px;
  width: 9.333vw;
  height: 9.333vw;
  background: url(../img/btn_search_01.png) no-repeat 0 0;
  background-size: cover;
  border: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
}
.producsearch__freeword ul {
  margin: 15px -20px 0 0;
}
.producsearch__freeword ul li {
  display: inline-block;
  margin-right: 10px;
}
.producsearch__freeword label {
  padding-left:15px;
  font-size: 1.2rem;
}
.producsearch__freeword input[type="radio"] {
  margin-top: 2px;
  margin-left: -15px;
  line-height: normal;
  position: absolute;
}
@media (min-width: 779px) {
  .p-search-head {
    margin: 20px 0;
    padding: 0 5px;
  }
  .p-search-head h2 {
    margin: 0;
    padding: 13px 0 0 17px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-color: #017cb9;
    font-size: 1.5rem;
  }
  .p-search__close, .p-search__open {
    background-repeat: no-repeat;
    background-size: 23px auto;
    background-position: 50%;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 9px;
    right: 17px;
  }
  .p-search {
    padding: 0 5px;
    width: 100%;
  }
  .producsearch_openbox {
    padding: 10px;
    margin-bottom: 10px;
    width:100%;
    border-radius: 7px;
    border:1px solid #e9e7e4;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .producsearch__t {
    border-radius: 7px 7px 0 0;
    margin: -10px -10px 10px;
    padding: 6px 10px 6px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 11px 9px;
    background-size: 4px 16px 100% 100%;
  }
  .producsearch__name {
    padding: 0;
    background: #fff;
    overflow: hidden;
  }
  .incapital_letter__left {
    padding: 0 9px 0 0;
    float: left;
    width: 319px;
  }
  .incapital_letter__right {
    padding: 0 0 0 9px;
    float: right;
    width: 319px;
  }
  .incapital_letter__left li,
  .incapital_letter__right li {
    margin: 0;
    position: relative;
    float: left;
    width: 62px;
    height: 54px;
    padding: 0;
  }
  .incapital--checkbox__enable input,
  .incapital--checkbox__disable input,
  .incapital--checkbox__empty input {
    display: none;
  }
  .producsearch__name label {
    position: absolute;
    top: 0;
    left: 8px;
    width: 46px;
    height: 46px;
  }
  .incapital--checkbox__enable label {
    cursor: pointer;
    border-radius: 5px;
    border-width: 1px;
    border-color: #d3d9dd;
    border-style: solid;
    color: #356797;
    font-size: 1.4rem;
    font-weight: 400;
    padding-top: 11px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f3fbff), color-stop(0.00, #e6eef2));
    background: -webkit-linear-gradient(#e6eef2, #f3fbff);
    background: -moz-linear-gradient(#e6eef2, #f3fbff);
    background: linear-gradient(#e6eef2, #f3fbff);
  }
  .incapital_letter__button {
    margin-bottom: 15px;
    clear: both;
  }
  li.clear--btn {
    padding-left: 156px;
    padding-right: 10px;
  }
  li.search--btn {
    padding-left: 10px;
    padding-right: 156px;
  }
  .incapital_letter__button li button {
    padding: 12px 0;
    font-size: 1.4rem;
  }
  .producsearch__freeword {
    padding: 0 10px;
  }
  .prodactfreeword_openbox {
    margin: 0 -15px;
    padding: 20px;
  }
  .insearch-box {
    margin: 12px 0 20px;
      width: 100%;
      height: 85px;
      background: #f5f0e6;
  }
  .insearch-box label {
    height: 38px;
    padding: 11px 20px;;
    display: inline-block;
    font-size: 1.2rem;
  }
  .insearch-box input[type="text"] {
    width: 398px;
    height: 38px;
    margin: 13px 10px 0 0;
    border: 1px solid #f4dfbf;
    background: #fff;
  }
  .insearch-box input[type="submit"] {
    width: 70px;
    height: 38px;
    margin-top: 13px;
    padding:2px 0 0 17px;
    border-radius: 3px;
    background-color: #f78810;
    background-image: url(../img/btn_search_01.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 38px;
    font-size: 1.2rem;
    color: #fff;
  }
  .producsearch__freeword ul {
    margin: 0 0 0 167px;
  }
  .search--result {
    padding-bottom: 20px;
  }
}

.body-main {
  margin-bottom: 10px;
}
.body-name {
  background: #fff;
  margin: 0 0 10px;
  padding: 15px;
}
.body-name__sec {
  margin: 0 -15px;
  padding: 0 15px;
}
.body-name__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.body-name__txt {
  font-size: 1.2rem;
  margin: 0 0 15px;
}
.body-name__search {
  background: #f0fbff;
  padding: 15px 15px 0;
  width: 100%;
}
.body-name-part {
  background: #0096e0;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  position: relative;
}
.body-name-part dt {
  font-size: 1.5rem;
  color: #fff;
  width: 27%;
  margin: 0;
  position: absolute;
  top: 50%;
  left:0;
  text-align: center;
}
dt.line1 {
  margin-top: -.6em;
}
dt.line2 {
  margin-top: -1.2em;
}
.body-name-part dd {
  background: #f0fbff;
  margin:0;
  width: 73%;
  float: right;
}
.body-name-part dd ul {
  margin: 0 -5px -5px 0;
  overflow: hidden;
}
.body-name-part dd ul li {
  display: block;
  float: left;
  margin: 0 0 5px 5px;
}
.body-name-part dd ul li input {
  display: none;
}
.body-name-part dd ul li label {
cursor: pointer;
background-color: #fff;
border-radius: 4px;
border-width: 1px;
border-color: #d3d9dd;
border-style: solid;
color: #356797;
font-size: 2rem;
font-weight: 400;
text-align: center;
display: block;
}
.label-low {
  padding: .5em .6em;
}
.label-high {
  padding: 1.2em .6em;
}
.body--checkbox__enable .check_box:checked + .label-low,
.body--checkbox__enable .check_box:checked + .label-high {
  background: #017cb9;
  color: #fff;
}
.body-name__search__button {
  background: #fff;
  margin: 15px -30px 0;
  padding: 15px 0 0;
  overflow: hidden;
}
.body-name__search__button li {
  margin: 0;
  padding: 0 15px;
  width: 50%;
  float: left;
}

.body-name__search__button li button {
  width:100%;
  margin: 0;
  padding: 15px 0;
  border-radius: 4px;
  border: none;
  background: #017cb9;
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 779px) {
  .body-main {
    float: left;
    width: 700px;
  }
  .body-name {
    float: left;
    padding: 20px;
    margin-bottom: 10px;
    width: 700px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .body-name__sec {
    margin: -20px;
    padding: 0 15px ;
  }
  .body-name__sec p {
    padding: 20px 0 0;
  }
  .body-name__t {
    display: none;
  }
  .body-name-part dt br {
    display: none;
  }
  .body-name__search {
    padding: 0;
    background: #fff;
  }
  .body-name-part {
    background: #e6eef2;
  }
  .body-name-part dt {
    margin-left: 18px;
    font-size: 1.4rem;
    text-align: left;
    width: 130px;
    color: #444;
  }
  .body-name-part dd {
    width: 530px;
    background: #fff;
  }
  dt.line1,dt.line2 {
    margin-top: -.7em;
  }
  .body-name-part dd ul li label {
    cursor: pointer;
    border-radius: 5px;
    border-width: 1px;
    border-color: #d3d9dd;
    border-style: solid;
    color: #356797;
    font-size: 1.4rem;
    font-weight: 400;
    padding-top: 11px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f3fbff), color-stop(0.00, #e6eef2));
    background: -webkit-linear-gradient(#e6eef2, #f3fbff);
    background: -moz-linear-gradient(#e6eef2, #f3fbff);
    background: linear-gradient(#e6eef2, #f3fbff);
  }
  .label-low,.label-high {
    padding: 1.1em 1.2em;
  }
  .body-name__search__button {
    clear: both;
    overflow: hidden;
    margin: 15px 0 0;
    padding: 15px 0 30px;
  }
  li.clear--btn {
    padding-left: 230px;
    padding-right: 10px;
  }
  li.search--btn {
    padding-left: 10px;
    padding-right: 230px;
  }
  li.clear--btn button,
  li.search--btn button {
    padding: 12px 0;
    font-size: 1.4rem;
  }
}



#bodysearch {
  display: none;
}
.b-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.b-search-head {
  position: relative;
  z-index: 2;
  width: 100%;
}
.b-search-head h2 {
  width: 100%;
  height: 4.2rem;
  padding: 1.4rem 0 0 .9rem;
  font-size: 1.4rem;
  color: #fff;
  background: #0096e0;
  border-radius: 4px;
}
.b-search__close, .b-search__open {
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 50%;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 11px;
  right: 14px;
}
.b-search__close {
  background-image: url(../img/btn_close.png);
}
.b-search__open {
  background-image: url(../img/btn_open.png);
}
.bodysearch_openbox {
  border: 1px solid #0096e0;
  background: #f0fbff;
  z-index: 2;
}
.search--result {
  margin: 1.4rem 0;
  font-size: 1.4rem;
}
.bodysearch_openbox .bodysearch__t {
  margin: 0;
  padding: 17px 0 0 25px;
  background: url(../img/icon_hdg_01.png) no-repeat 15px 15px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.bodysearch__name {
  padding: 15px 15px 0;
  width: 100%;
}
.inbody-name-part {
  background: #0096e0;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  position: relative;
}
.inbody-name-part dt {
  font-size: 1.5rem;
  color: #fff;
  width: 27%;
  margin: 0;
  position: absolute;
  top: 50%;
  left:0;
  text-align: center;
}

dt.line1 {
  margin-top: -.6em;
}
dt.line2 {
  margin-top: -1.2em;
}
.inbody-name-part dd {
  background: #f0fbff;
  margin:0;
  width: 73%;
  float: right;
}
.inbody-name-part dd ul {
  margin: 0 -5px -5px 0;
  overflow: hidden;
}
.inbody-name-part dd ul li {
  display: block;
  float: left;
  margin: 0 0 5px 5px;
}
.inbody-name-part dd ul li input {
  display: none;
}
.inbody-name-part dd ul li label {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  border-width: 1px;
  border-color: #d3d9dd;
  border-style: solid;
  color: #356797;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  display: block;
}
.inbody-name__button {
  margin: 0;
  padding: 15px 0;
  overflow: hidden;
}
.inbody-name__button li {
  width: 50%;
}
.inbody-name__button li button {
  width:100%;
  margin: 0;
  padding: 15px;
  border-radius: 4px;
  border: none;
  background: #017cb9;
  font-size: 1.5rem;
  color: #fff;
}

@media (min-width: 779px) {
  .body-name__t {
    border-radius: 7px 7px 0 0;
    padding: 6px 10px 6px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
  .b-search-head {
    margin: 20px 0;
    padding: 0 5px;
  }
  .b-search-head h2 {
    margin: 0;
    padding: 13px 0 0 17px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-color: #017cb9;
    font-size: 1.5rem;
  }
  .b-search__close, .b-search__open {
    background-repeat: no-repeat;
    background-size: 23px auto;
    background-position: 50%;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 9px;
    right: 17px;
  }
  .b-search {
    padding: 0 5px;
    width: 100%;
  }
  .bodysearch_openbox {
    padding: 10px;
    margin-bottom: 10px;
    width:100%;
    border-radius: 7px;
    border:1px solid #e9e7e4;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .bodysearch__t {
    border-radius: 7px 7px 0 0;
    margin: -10px -10px 10px;
    padding: 6px 10px 6px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 11px 9px;
    background-size: 4px 16px 100% 100%;
  }
  .bodysearch__name {
    padding: 0;
    background: #fff;
    overflow: hidden;
  }
  .inbody-name-part {
    background: #e6eef2;
  }
  .inbody-name-part dt {
    margin-left: 18px;
    font-size: 1.4rem;
    text-align: left;
    width: 130px;
    color: #444;
  }
  .inbody-name-part dt br {
    display: none;
  }
  .inbody-name-part dd {
    width: 498px;
    background: #fff;
  }
  dt.line1,dt.line2 {
    margin-top: -.7em;
  }
  .inbody-name-part dd ul li label {
    cursor: pointer;
    border-radius: 5px;
    border-width: 1px;
    border-color: #d3d9dd;
    border-style: solid;
    color: #356797;
    font-size: 1.4rem;
    font-weight: 400;
    padding-top: 11px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f3fbff), color-stop(0.00, #e6eef2));
    background: -webkit-linear-gradient(#e6eef2, #f3fbff);
    background: -moz-linear-gradient(#e6eef2, #f3fbff);
    background: linear-gradient(#e6eef2, #f3fbff);
  }
  .label-low,.label-high {
    padding: 1.1em 1.2em;
  }
  .inbody-name__button{
    clear: both;
    overflow: hidden;
    margin: 15px 0 0;
    padding: 15px 0 30px;
  }
  li.clear--btn {
    padding-left: 230px;
    padding-right: 10px;
  }
  li.search--btn {
    padding-left: 10px;
    padding-right: 230px;
  }
  li.clear--btn button,
  li.search--btn button {
    padding: 12px 0;
    font-size: 1.4rem;
  }
}
#composearch {
  display: none;
}
.c-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-search-head {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 0 15px;
}
.c-search-head h2 a{
  width: 100%;
  height: 4.2rem;
  padding: 1.4rem 0 0 .9rem;
  font-size: 1.4rem;
  color: #fff;
  background: #0096e0;
  border-radius: 4px;
  display: block;
}
.c-search__close, .c-search__open {
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 50%;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 11px;
  right: 14px;
}
.c-search__close {
  background-image: url(../img/btn_close.png);
}
.c-search__open {
  background-image: url(../img/btn_open.png);
}
.composearch_openbox {
  border: 1px solid #0096e0;
  background: #f0fbff;
  z-index: 2;
}
.compo-main {
  margin-bottom: 10px;
}
.compo-name {
  background: #fff;
  margin: 0 0 10px;
  padding: 15px;
}
.compo-name__sec {
  margin: 0 -15px;
  padding: 0 15px;
}
.compo-name__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.compo-name__txt {
  font-size: 1.2rem;
  margin: 0 0 15px;
}
.compo-name__search {
  background: #f0fbff;
  padding: 15px 15px 0;
  width: 100%;
}
.compo-name__search {
  margin: 0;
}
.compo-name__search label {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
}
.compo-freeword {
  background: #fff;
  margin: 0 0 10px;
  padding: 15px;
}
.compo-freeword__sec {
  margin: 0 -15px;
  padding: 0 15px;
}
.compo-freeword__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.compo-freeword__search {

}
.compo-freeword__search p {
  font-size: 1.2rem;
  margin: 0 0 10px;
}
.compo-freeword__search input[type="text"] {
  margin: 0;
  padding: 0 .5em;
  background: #f2f2f2;
  width: calc(100% - 5px - 9.333vw);
  height: 9.333vw;
  display: inline-block;
}
.compo-freeword__search input[type="submit"] {
  margin: 0 0 0 5px;
  width: 9.333vw;
  height: 9.333vw;
  background: url(../img/btn_search_01.png) no-repeat 0 0;
  background-size: cover;
  border: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
}
.compo-freeword__search ul {
  margin: 15px -10px 0 0;
}
.compo-freeword__search ul li {
  display: inline-block;
  margin-right: 10px;
}
.compo-freeword__search label {
  padding-left:15px;
  font-size: 1.2rem;
}
.compo-freeword__search input[type="radio"] {
  margin-top: 2px;
  margin-left: -15px;
  line-height: normal;
  position: absolute;
}
.compo-category {
  background: #fff;
  margin: 0 0 10px;
  padding: 15px;
}
@media (min-width: 779px) {
  .compo-main {
    float: left;
    width: 700px;
  }
  .compo-name {
    float: left;
    padding: 20px;
    margin-bottom: 10px;
    width: 700px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .compo-name__sec {
    margin: -20px;
    padding: 0 15px ;
  }
  .compo-name__t {
    border-radius: 7px 7px 0 0;
    padding: 6px 10px 6px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
  .compo-name__sec p {
    margin: 20px 0;
    font-size: 1.2rem;
  }
  .compo-name__search {
    margin: 0;
    padding: 0 5px;
    background: #fff;
    overflow: hidden;
  }
  .compo-name__search {
    margin: 0;
  }
  .compo-name__search label {
    position: absolute;
    top: 0;
    left: 9px;
    width: 46px;
    height: 46px;
  }
  .compo-freeword {
    float: left;
    padding: 20px;
    margin-bottom: 10px;
    width: 700px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .compo-freeword__sec {
    margin: -20px;
    padding: 0 15px ;
  }
  .compo-freeword__t {
    border-radius: 7px 7px 0 0;
    padding: 6px 10px 6px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
  .search-box {
    margin: 12px 0 20px;
    width: 660px;
    height: 85px;
    background: #e6eef2;
  }
  .search-box label {
    height: 38px;
    padding: 11px 20px;;
    display: inline-block;
    font-size: 1.2rem;
  }
  .search-box input[type="text"] {
    width: 430px;
    height: 38px;
    margin: 13px 10px 0 0;
    border: 1px solid #d2e3ec;
    background: #fff;
  }
  .search-box input[type="submit"] {
    width: 70px;
    height: 38px;
    margin-top: 13px;
    padding:2px 0 0 17px;
    border-radius: 3px;
    background-color: #0f75ad;
    background-image: url(../img/btn_search_01.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 38px;
    font-size: 1.2rem;
    color: #fff;
  }
  .compo-freeword__search ul {
    margin: 0 0 0 188px;
  }
  .compo-category {
    float: left;
    padding: 20px;
    margin-bottom: 10px;
    width: 700px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .compo-category__sec {
    margin: -20px;
    padding: 0 15px ;
  }
  .compo-category__t {
    border-radius: 7px 7px 0 0;
    padding: 6px 10px 6px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
  .incatalog-list {
    margin: 0 5px;
  }
}

.compo-name__sec {
  margin: 0 -15px;
  padding: 0 15px;
}
.compo-name__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.compo-name-item {
  border-top: 1px solid #d3d9dd;
  border-right: 1px solid #d3d9dd;
  border-left: 1px solid #d3d9dd;
}
.compo-name-item li {
  padding: 14px 65px 14px 18px;
  border-bottom: 1px solid #d3d9dd;
  background: #f0fbff;
  font-weight: bold;
}
.compo-name-item li a {
  color: #356797;
}

@media (min-width: 779px) {
  .compo-name {
    float: left;
    padding: 20px;
    margin-bottom: 10px;
    width: 700px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .compo-name__sec {
    margin: -20px;
    padding: 0 15px ;
  }
  .compo-name__t {
    border-radius: 7px 7px 0 0;
    padding: 6px 10px 6px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
  .compo-name-item {
    margin: 0 0 20px;
  }
  .compo-name-item li {
    font-size: 1.2rem;
  }
  .compo-name-item li a {
    color: #356797;
  }
  .c-search-head {
    margin: 20px 0 0;
    padding: 0 5px 15px;
  }
  .c-search-head h2 a {
    margin: 0 0 15px;
    padding: 13px 0 0 17px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-color: #017cb9;
    font-size: 1.5rem;
    display: block;
  }
  .c-search__close, .c-search__open {
    background-repeat: no-repeat;
    background-size: 23px auto;
    background-position: 50%;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 9px;
    right: 17px;
  }
  .c-search {
    padding: 0 5px;
    width: 100%;
  }
  .composearch_openbox {
    padding: 10px;
    margin-bottom: 10px;
    width:100%;
    border-radius: 7px;
    border:1px solid #e9e7e4;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .composearch__t {
    border-radius: 7px 7px 0 0;
    margin: -10px -10px 10px;
    padding: 6px 10px 6px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 11px 9px;
    background-size: 4px 16px 100% 100%;
  }
  .composearch__name {
    padding: 0;
    background: #fff;
    overflow: hidden;
  }
  .top_20 {
    margin-top:20px;
  }
}


.topical-main {
  margin-bottom: 10px;
}
.topical-name {
  background: #fff;
  margin: 0 0 10px;
  padding: 15px;
}
.topical-name__sec {
  margin: 0 -15px;
  padding: 0 15px;
}
.topical-name__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.topical-name__txt {
  font-size: 1.2rem;
  margin: 0 0 15px;
}
.topical-freeword {
  background: #fff;
  margin: 0 0 10px;
  padding: 15px;
}
.topical-freeword__sec {
  margin: 0 -15px;
  padding: 0 15px;
}
.topical-freeword__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.topical-freeword__search {

}
.topical-freeword__search p {
  font-size: 1.2rem;
  margin: 0 0 10px;
}
.topical-freeword__search input[type="text"] {
  margin: 0;
  padding: 0 .5em;
  background: #f2f2f2;
  width: calc(100% - 5px - 9.333vw);
  height: 9.333vw;
  display: inline-block;
}
.topical-freeword__search input[type="submit"] {
  margin: 0 0 0 5px;
  width: 9.333vw;
  height: 9.333vw;
  background: url(../img/btn_search_01.png) no-repeat 0 0;
  background-size: cover;
  border: 0;
  display: inline-block;
  color: transparent;
  font-size: 0;
}
.topical-freeword__search ul {
  margin: 15px -10px 0 0;
}
.topical-freeword__search ul li {
  display: inline-block;
  margin-right: 10px;
}
.topical-freeword__search label {
  padding-left:15px;
  font-size: 1.2rem;
}
.topical-freeword__search input[type="radio"] {
  margin-top: 2px;
  margin-left: -15px;
  line-height: normal;
  position: absolute;
}
.topical-category {
  background: #fff;
  margin: 0 0 10px;
  padding: 15px;
}
.topical-fcategory__sec {
  margin: 0 -15px;
  padding: 0 15px;
}
.topical-name__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.topical-list__sec {
  border: 1px solid #d3d9dd;
  line-height: normal;
  width: 100%;
}
.topical-list__sec:not(:first-of-type) {
  border-top-width: 0;
}
.topical-list__t {
  font-size: 1.4rem;
  position: relative;
  padding: 8px 30px 8px 10px;
  color: #444;
  background-color: #e6eef2;
}
.topical-list__lst {
  border-top: 1px solid #d3d9dd;
}
.topical-list__lst li {
  font-size: 1.3rem;
}
.topical-list__lst li:not(:last-of-type) {
  border-bottom: 1px solid #d3d9dd;
}
.topical-list__lst a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #356797;
  background-image: url(../img/inc_arrow_cat.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 3px auto;
}

@media (min-width: 779px) {
  .topical-main {
    float: left;
    width: 700px;
  }
  .topical-freeword {
    float: left;
    padding: 20px;
    margin-bottom: 10px;
    width: 700px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .topical-freeword__sec {
    margin: -20px;
    padding: 0 15px ;
  }
  .topical-name__t {
    border-radius: 7px 7px 0 0;
    padding: 6px 10px 6px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
  .search-box {
    margin: 12px 0 20px;
    width: 660px;
    height: 85px;
    background: #f5f0e6;
  }
  .search-box label {
    height: 38px;
    padding: 11px 20px;;
    display: inline-block;
    font-size: 1.2rem;
  }
  .search-box input[type="text"] {
    width: 430px;
    height: 38px;
    margin: 13px 10px 0 0;
    border: 1px solid #f4dfbf;
    background: #fff;
  }
  .search-box input[type="submit"] {
    width: 70px;
    height: 38px;
    margin-top: 13px;
    padding:2px 0 0 17px;
    border-radius: 3px;
    background-color: #f78810;
    background-image: url(../img/btn_search_01.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 38px;
    font-size: 1.2rem;
    color: #fff;
  }
  .topical-freeword__search ul {
    margin: 0 0 0 188px;
  }
  .topical-category {
    float: left;
    padding: 20px;
    margin-bottom: 10px;
    width: 700px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .topical-category__sec {
    margin: -20px;
    padding: 0 15px ;
  }
  .topical-category__t {
    border-radius: 7px 7px 0 0;
    padding: 6px 10px 6px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
  .topical-category__sec p {
    margin: 20px 0;
    font-size: 1.2rem;
  }
  .topical-list__sec {
    width: 320px;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
  }
  .topical-list__sec:not(:first-of-type) {
    border-top-width: 1px;
  }
}

.det-main {
  margin-bottom: 10px;
}
.detail-name {
  background: #fff;
  margin: 0;
  padding: 15px;
}
.detail-name a {
  color:#0096e0;
}
.detail-name a:hover {
  color:#f93;
}
.detail-name__sec {
  margin: 0 -15px;
  padding: 0 15px;
}
.detail-name__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.type-1st__text {
  font-size: 1.2rem;
  
}
.type-1st__text--right {
  font-size: 1.2rem;
  text-align: right;
}
.type-2nd__text,.type-3rd__text {
  font-size: 1.2rem;
}
.type-2nd__text--right,.type-3rd__text--right {
  font-size: 1.2rem;
  text-align: right;
}
.datail-category__ico {
  overflow: hidden;
}
.category__icon {
  margin-left: 10px;
  padding: 3px 12px 0;
  height: 26px;
  font-size: 1.2rem;
  background: #e6eef2;
  float: left;
}
.type__icon {
  margin-left: 10px;
  float: left;
}
.detail-image__sec {
  display: table;
  width: 100%;
}
.detail-image__box {
  text-align: center;
  margin: 20px auto;
}
.detail-image__box img {
  vertical-align: middle;
}
.detail-category__link {
  overflow: hidden;
  width: 100%;
  padding: 0 6px 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e0e0e0;
}
.detail-category__link li {
  font-size: 1.2rem;
  float: left;
  margin: 0;
}
.detail-category__link li::after {
  content: ">";
  width: 1.2rem;
  height: 1.2rem;
  padding: 0 .6rem;
}
.detail-category__link li:last-child {
  font-weight: bold;
}
.detail-category__link li:last-child::after {
  content: "";
  width: 0;
  padding: 0;
}
.detail-price__section {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e0e0e0;
}
.detail-price__section dl {
  width: 100%;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.detail-price__section dl dt {
  float: left;
  width: 34%;
  height: 30px;
  border-right: 1px solid #e0e0e0;
  background: #f0fbff;
  padding: 8px 9px 0;
  font-size: 1.4rem;
  color: #333;
}
.detail-price__section dl dd {
  float: right;
  padding: 8px 9px 0;
  font-size: 1.4rem;
  text-align: right;
  color: #333;
}
.detail-feature__sec h2 {
  margin: 0 0 15px;
  font-size:1.6rem;
  font-weight: bold;
  color: #0096e0;
}
.detail-feature__sec ul {
  margin: 0 0 30px;
}
.detail-feature__sec ul li {
  line-height:2;
  font-size: 1.4rem;
}
.detail-feature__sec ul li::before {
  content: "●";
}
.detail-feature__sec div {
  margin: 0 0 20px
}
.detail-brand__sec {
  margin: 0 0 25px;
  width: 100%;
}
.detail-brand__link {
  margin: 0 auto;
  width: 250px;
  height: 40px;
  border: 1px solid #d6dcdf;
  border-radius: 5px;
}
.detail-brand__link a {
  display: block;
  width: 250px;
  height: 40px;
  padding: 14px 0 0;
  text-align: center;
  font-size: 1.2rem;
  color: #017cb9;
  background: url(../img/tp_icon_arrow_01.png) 70px 50% no-repeat;
}
.detail-effct__sec dl {
  width: 100%;
}
.detail-effct__sec dl dt {
  width: 100%;
  height: 38px;
  background: #f2f2f2;
  font-size: 1.4rem;
  padding: 12px 12px 0;
}
.detail-effct__sec dl dd {
  margin: 0 0 16px;
  padding: 14px 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.detail-effct__sec div {
  margin: 0 0 20px
}
.detail-directions__sec dl {
  width: 100%;
}
.detail-directions__sec dl dt {
  width: 100%;
  height: 38px;
  background: #f2f2f2;
  font-size: 1.4rem;
  padding: 12px 12px 0;
}
.detail-directions__sec dl dd {
  margin: 0 0 16px;
  padding: 14px 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.detail-directions__sec div {
  margin: 0 0 20px
}
.detail-compo__sec dl {
  width: 100%;
}
.detail-compo__sec dl dt {
  width: 100%;
  height: 38px;
  background: #f2f2f2;
  font-size: 1.4rem;
  padding: 12px 12px 0;
}
.detail-compo__sec dl dd {
  margin: 0 0 16px;
  padding: 14px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.detail-compo__sec dl table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.detail-compo__sec dl table th {
  padding: 0 9px;
  width: 62.6%;
  height: 30px;
  text-align: left;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: normal;
  background: #f0fbff;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.detail-compo__sec dl table td {
  padding: 0 9px;
  height: 30px;
  text-align: left;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: normal;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.detail-compo__sec div {
  margin: 0 0 20px
}
.detail-howto__sec dl {
  width: 100%;
}
.detail-howto__sec dl dt {
  width: 100%;
  height: 38px;
  background: #f2f2f2;
  font-size: 1.4rem;
  padding: 12px 12px 0;
}
.detail-howto__sec dl dd {
  margin: 0 0 16px;
  padding: 14px 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.detail-howto__sec div {
  margin: 0 0 20px
}
.detail-whenthis__sec dl {
  width: 100%;
}
.detail-whenthis__sec dl dt {
  width: 100%;
  height: 38px;
  background: #f2f2f2;
  font-size: 1.4rem;
  padding: 12px 12px 0;
}
.detail-whenthis__sec dl dd {
  margin: 0 0 16px;
  padding: 14px 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.detail-option__sec p {
  font-size: 1.4rem;
}
.detail-option__sec span.ttl {
  display: block;
  width: 100%;
  height: 38px;
  background: #f2f2f2;
  font-size: 1.4rem;
  padding: 12px 12px 0;
}
.detail-option__sec span.txt {
  display: block;
  margin: 0 0 16px;
  padding: 14px 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

.detail-option__sec div {
  margin: 0 0 20px
}
.detail-ico__sec {
  margin: 0 0 30px;
}
.detail-ico {
  overflow: hidden;
}
.detail-ico li {
  display: inline-block;
  padding: 0;
  margin-right: 5px;
  vertical-align: bottom;
}
.detail-package {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  display: table;
  margin:10px 0;
}
.detail-package th {
  height: 30px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #f0fbff;
  font-size: 1.4rem;
  font-weight: normal;
}
.detail-package td {
  height: 30px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.4rem;
}
.detail-package td.price {
  padding: 0 9px;
  text-align: right;
  width: 50%;
}
.detail-package dd ul {
  width: 100%;
}
.detail-package dd ul li {
  width: 100%;
  height: 30px;
  padding: 6px 9px 0;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  font-size: 1.4rem;
}
.detail-dealer__sec dl {
  width: 100%;
}
.detail-dealer__sec dl dt {
  width: 100%;
  height: 38px;
  background: #f2f2f2;
  font-size: 1.4rem;
  padding: 12px 12px 0;
}
.detail-dealer__sec dl dd {
  margin: 0 0 16px;
  padding: 14px 0;
  font-size: 1.4rem;
}
.detail-attached__link {
  display: block;
  width: 100%;
  border: 1px solid #d6dcdf;
  margin: 0 0 10px;
  background:url(../img/tp_icon_arrow_02.png) 10px 50% no-repeat;
}
.detail-attached__link a {
  padding: 15px 21px;
  display: block;
}
.detail-attached__link a span {
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.detail-attached__link a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  width: 2.5em;
  height: 1em;
  background:url(../img/icon_blank_01.png) right 0 no-repeat;
  background-size: 14px 12px;
}
.detail-outcatalog {
  width: 100%;
}
.detail-outcatalog dl {
  width: 100%;
  border: 1px solid #e0e0e0;
}
.detail-outcatalog dt {
  padding: .2em;
  border-bottom: 1px solid #e0e0e0;
  background: #ccc;
  font-size: 1.2rem;
  font-weight: bold;
}
.detail-outcatalog dd {
  margin: 0;
  padding: .2em;
  font-size: 1.2rem;
}
.private-info__sec {
  margin: 0 0 15px;
}
.private-info {
  width: 100%;
  border-collapse: collapse;
  border-bottom:1px solid #d3d9dd;
  border-right:1px solid #d3d9dd;
  background: #ccc;
}
.private-info,
.private-info tbody,
.private-info tr,
.private-info th,
.private-info td {
  display: block;
  overflow: hidden;
}

.private-info th,
.private-info td {
  padding: 0.2em;
  font-size: 1.2rem;
  text-align: center;
  border-left:1px solid #d3d9dd;
  border-top:1px solid #d3d9dd;
  min-height: 2em;
}
.private-info th {
  width: 40%;
  float: left;
}
.private-info td {
  width: 60%;
  float: right;
  background: #fff;
}
.private-info td.comment {
  text-align: left;
}
.private-info td.bottom-cell {
  width: 100%;
}
.private-spec_sec {
  margin: 0 0 15px;
}
.private-spec {
  display: block;
  width: 100%;
  margin:0;
  border-top: 1px solid #d3d9dd;
  border-left: 1px solid #d3d9dd;
  border-right: 1px solid #d3d9dd;
  border-collapse: collapse;
}
.private-spec thead {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  width: calc(40vw - 26px);
}
.private-spec tbody {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  overflow-x: auto;
  white-space: nowrap;
}
.private-spec th {
  display: block;
  margin: 0;
  padding: .2em;
  font-size: 1.2rem;
  width: calc(40vw - 26px);
  border-bottom: 1px solid #d3d9dd;
  background: #ccc;
  min-height: 2em;
}
.private-spec tbody tr {
  display: inline-block;
  margin: 0 -2px;
  padding: 0;
}
.private-spec td {
  display: block;
  margin: 0;
  padding: .2em;
  font-size: 1.2rem;
  width: calc(45vw - 30px);
  border-right: 1px solid #d3d9dd;
  border-bottom: 1px solid #d3d9dd;
  text-align: center;
  min-height: 2em;
}
.private-spec th.price,
.private-spec td.price {
  min-height: 4em;
}
.private-spec td.price {
  padding: 0.6em;
}

@media (min-width: 779px) {
  .det-main {
    float: left;
    width: 700px;
  }
  .detail-name {
    float: left;
    padding: 20px;
    margin-bottom: 10px;
    width: 700px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .detail-name__sec {
    margin: -20px;
    padding: 0 15px ;
    position: relative;
  }
  .detail-name__t {
    margin: 20px 5px;
    padding: 4px 14px 0;
    background: none;
    width: 650px;
    min-height: 50px;
    border-bottom: 1px dashed #999;
    border-left: 4px solid #017cb9;
    font-size: 3.0rem;
    font-weight: bold;
  }
  .type-1st__text {
    padding: 10px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .type-1st__text--right {
    padding: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
  }
  .type-2nd__text,.type-3rd__text {
    margin: 0 1em;
  }
  .type-2nd__text--right,.type-3rd__text--right {
      margin: 0 1em;
  }
  .datail-category__ico {
    margin: 10px;
    float: left;
  }
  .detail-image__box {
    padding: 20px 0;
  }
  .detail-category__link {
  }
  .detail-category__link ul li {
    padding: 6px 0;
  }
  .detail-category__link a {
    color: #017cb9;
  }
  .detail-feature__sec {
    margin: 0;
  }
  .detail-feature__sec ul li {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .detail-feature__sec div {
    text-align: center;
  }
  .detail-brand__link {
    height: 50px;
  }
  .detail-brand__link a {
    height: 50px;
    background: url(../img/tp_icon_arrow_01.png) 70px 21px no-repeat;
  }
  .detail-effct__sec dl dt {
    margin: 0 0 10px;
    width: 100%;
    padding: 10px 14px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #444;
    border: 1px solid #e9e7e4;
    border-radius: 3px;
    background-color: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #f9f9f9), color-stop(0.50, #f1f1f1));
    background: -webkit-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: -moz-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: linear-gradient(to bottom, #f9f9f9 50%, #f1f1f1 50%);
  }
  .detail-effct__sec dl dd {
    padding: 9px 0;
    font-size: 1.2rem;
  }
  .detail-effct__sec div {
    text-align: center;
  }
  .detail-directions__sec dl dt {
    margin: 0 0 10px;
    width: 100%;
    padding: 10px 14px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #444;
    border: 1px solid #e9e7e4;
    border-radius: 3px;
    background-color: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #f9f9f9), color-stop(0.50, #f1f1f1));
    background: -webkit-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: -moz-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: linear-gradient(to bottom, #f9f9f9 50%, #f1f1f1 50%);
  }
  .detail-directions__sec dl dd {
    padding: 9px 0;
    font-size: 1.2rem;
  }
  .detail-directions__sec div {
    text-align: center;
  }
  .detail-compo__sec dl dt {
    margin: 0 0 15px;
    width: 100%;
    padding: 10px 14px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #444;
    border: 1px solid #e9e7e4;
    border-radius: 3px;
    background-color: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #f9f9f9), color-stop(0.50, #f1f1f1));
    background: -webkit-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: -moz-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: linear-gradient(to bottom, #f9f9f9 50%, #f1f1f1 50%);
  }
  .detail-compo__sec dl dd {
    padding: 9px 0;
  }
  .detail-compo__sec dl table th {
    width: 520px;
    font-size: 1.2rem;
  }
  .detail-compo__sec dl table td {
    font-size: 1.2rem;
  }
  .detail-compo__sec div {
    text-align: center;
  }
  .detail-howto__sec dl dt {
    margin: 0 0 10px;
    width: 100%;
    padding: 10px 14px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #444;
    border: 1px solid #e9e7e4;
    border-radius: 3px;
    background-color: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #f9f9f9), color-stop(0.50, #f1f1f1));
    background: -webkit-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: -moz-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: linear-gradient(to bottom, #f9f9f9 50%, #f1f1f1 50%);
  }
  .detail-howto__sec dl dd {
    padding: 9px 0;
    font-size: 1.2rem;
  }
  .detail-howto__sec div {
    text-align: center;
  }
  .detail-whenthis__sec dl dt {
    margin: 0 0 10px;
    width: 100%;
    padding: 10px 14px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #444;
    border: 1px solid #e9e7e4;
    border-radius: 3px;
    background-color: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #f9f9f9), color-stop(0.50, #f1f1f1));
    background: -webkit-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: -moz-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: linear-gradient(to bottom, #f9f9f9 50%, #f1f1f1 50%);
  }
  .detail-whenthis__sec dl dd {
    padding: 9px 0;
    font-size: 1.2rem;
  }
  .detail-option__sec p {
    padding: 9px 0;
    font-size: 1.2rem;
  }
  .detail-option__sec span.ttl {
    margin: 0 0 10px;
    width: 100%;
    padding: 10px 14px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #444;
    border: 1px solid #e9e7e4;
    border-radius: 3px;
    background-color: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #f9f9f9), color-stop(0.50, #f1f1f1));
    background: -webkit-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: -moz-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: linear-gradient(to bottom, #f9f9f9 50%, #f1f1f1 50%);
  }
  .detail-option__sec span.txt {
    padding: 9px 0;
    font-size: 1.2rem;
  }
  .detail-option__sec div {
    text-align: center;
  }
  .detail-package th {
    font-size: 1.2rem;
  }
  .detail-package td {
    font-size: 1.2rem;
    
  }
  .detail-package__txt {
    font-size: 1.2rem;
  }
  .detail-dealer__sec dl dt {
    margin: 0 0 10px;
    width: 100%;
    padding: 10px 14px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #444;
    border: 1px solid #e9e7e4;
    border-radius: 3px;
    background-color: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #f9f9f9), color-stop(0.50, #f1f1f1));
    background: -webkit-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: -moz-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: linear-gradient(to bottom, #f9f9f9 50%, #f1f1f1 50%);
  }
  .detail-dealer__sec dl dd {
    padding: 9px 0;
    font-size: 1.2rem;
  }
  .detail-attached {
    margin:0 -20px 0 0;
    overflow: hidden;
  }
  .detail-attached__link {
    margin: 0 20px 20px 0;
    width: 320px;
    border-radius: 5px;
    float: left;
  }
  .detail-attached__link a {
    width: 320px;
    padding: 15px 2.5em 15px 1.5em;
    display: table;
  }
  .detail-attached__link a span {
    display: table-cell;
    vertical-align: middle;
    margin: auto 10px;
  }
  .detail-attached__link a span::after {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    background:url(../img/icon_blank_01.png) 50% 50% no-repeat;
    background-size: 14px 12px;
  }
  .private-info__sec {
    margin: 0 0 35px;
  }
  .private-info {
    width: 100%;
    border-collapse: collapse;
    border-top:1px solid #d3d9dd;
    border-right:1px solid #d3d9dd;
    background: #fff;
    display: table;
  }
  .private-info tbody {
    display: table-row-group;
  }
  .private-info tr {
    display: table-row;
  }
  .private-info th,
  .private-info td {
    width: 12.5%;
    display: table-cell;
    padding: 0.5em;
    font-size: 1.2rem;
    text-align: left;
    border-left:1px solid #d3d9dd;
    border-bottom:1px solid #d3d9dd;
    height: auto;
  }
  .private-info th {
    background: #ccc;
    float: none;
  }
  .private-info td {
    float: none;
    background: #fff;
  }
  .private-info td.bottom-cell {
    width: auto;
  }
  .private-spec {
    display: table;
    width: 100%;
    margin:0;
    border-top: 1px solid #d3d9dd;
    border-left: 1px solid #d3d9dd;
    border-collapse: collapse;
  }
  .private-spec thead {
    display: table-header-group;
    margin: 0;
    padding: 0;
    float: none;
  }
  .private-spec tbody{
    display: table-row-group;
    margin: 0;
    padding: 0;
    width: auto;
    white-space: nowrap;
  }
  .private-spec th {
    display: table-cell;
    padding: 0;
    font-size: 1.2rem;
    width: auto;
    border-right: 1px solid #d3d9dd;
    border-bottom: 1px solid #d3d9dd;
    background: #ccc;
  }
  .private-spec tbody tr {
    display: table-row;
    margin: 0;
    padding: 0;
  }
  .private-spec td {
    display: table-cell;
    margin: 0;
    padding: .5em;
    font-size: 1.2rem;
    width: auto;
    border-right: 1px solid #d3d9dd;
    border-bottom: 1px solid #d3d9dd;
    text-align: center;
  }
  .private-spec td.price{
    padding: .625em 0;
  }

}

@media (min-width: 779px) {
  .otc-name__t {
    margin: -20px -20px 15px;
    border-radius: 7px 7px 0 0;
    padding: 6px 10px 6px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
}

.app-main {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
}
.app-new {
  margin: 0 0 20px;
}
.app-new__sec {
  margin: 0 -15px;
  padding: 0 15px;
}
.app-new__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.app-new__list {
  width: 100%;
  height: 6em;
  overflow-y: scroll;
}
.app-new__list li {
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px dotted #999;
  word-wrap: break-word;
}
.app-new__list li span {
  display: block;
}
.app-list__sec {
  border: 1px solid #d3d9dd;
  line-height: normal;
  width: 100%;
}
.app-list__sec:not(:first-of-type) {
  border-top-width: 0;
}
.app-list__t {
  font-size: 1.4rem;
  position: relative;
}
.app-list__t a {
  display: table;
  width: 100%;
  padding: 8px 30px 8px 10px;
  color: #356797;
  background-color: #f0fbff;
  background-image: url(../img/tp_icon_arrow_05.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 9px auto;
}
.app-list__txt, .app-list__thum {
  display: table-cell;
  vertical-align: middle;
}
.app-list__thum {
  width: 55px;
  text-align: center;
  padding-right: 15px;
}
.app-list__thum img {
  width: 100%;
}

@media (min-width: 779px) {
  .app-main {
    float: left;
    padding: 20px;
    margin-bottom: 0;
    width: 700px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .app-new__list {
    height: 8em;
    padding: 0 1em;
    overflow-y: scroll;
  }
  .app-new__list li {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px dotted #999;
    word-wrap: break-word;
    font-size: 1.2rem;
  }
  .app-new__list li span {
    display: inline-block;
    width: 12em;
  }
  .app-new__list li a {
    color: #017cb9;
    display: inline-block;
  }
  .app-new__list li a:hover {
    color: #f93;
  }
  .app-list__sec {
    width: 320px;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
  }
  .app-list__sec:not(:first-of-type) {
    border-top-width: 1px;
  }
  .app-list__t a {
    display: table;
    position: relative;
    width: 100%;
    padding: 2px 30px 2px 10px;
    color: #444;
    background-color: #f0fbff;
    background-image: none;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4fcff), color-stop(100%, #e5f7fd));
    background-image: -moz-linear-gradient(#f4fcff, #e5f7fd);
    background-image: -webkit-linear-gradient(#f4fcff, #e5f7fd);
    background-image: linear-gradient(#f4fcff, #e5f7fd);
    background-position: 0 0;
    background-size: contain;
  }
  .app-list__t a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    border-color: transparent transparent transparent #017cb9;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .app-list__t a:hover::after {
    border-color: transparent transparent transparent #fff;
  }
  .app-list__t a:hover {
    color: #fff;
    background-color: #1b89c0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3a9dcf), color-stop(100%, #1b89c0));
    background-image: -moz-linear-gradient(#3a9dcf, #1b89c0);
    background-image: -webkit-linear-gradient(#3a9dcf, #1b89c0);
    background-image: linear-gradient(#3a9dcf, #1b89c0);
  }
}

.app-s-name__sec {
  margin: 0 -15px;
  padding: 0 15px;
}
.app-s-name__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.app-s-category__t {
  margin: 0 0 10px;
  width: 100%;
  padding: 12px 10px;
  font-size: 1.4rem;
  color: #444;
  background-color: #f2f2f2;
}
.app-s-item__sec {
  margin: 0 0 20px;
}
.app-s-item {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d3d9dd;
  border-left: 1px solid #d3d9dd;
}
.app-s-item thead th {
  width: 100%;
  padding: 15px 80px 15px 18px;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #d3d9dd;
  border-bottom: 1px solid #d3d9dd;
  position: relative;
  background: #f0fbff;
  font-size: 1.4rem;
}
.app-s-item thead th img {
  width: auto;
  height: 17px;
  position: absolute;
  top: calc(50% - 8px);
  right: 18px;
}
.app-s-item tbody th {
  padding: 10px 0;
  text-align: center;
  color: #444;
  font-size: 1.2rem;
  font-weight: normal;
  border-right: 1px solid #d3d9dd;
  border-bottom: 1px solid #d3d9dd;
}
.app-s-item tbody th span {
  font-size: 0.96rem;
}
.app-s-item tbody td {
  padding: 10px 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  border-right: 1px solid #d3d9dd;
  border-bottom: 1px solid #d3d9dd;
}

@media (min-width: 779px) {
  .app-s-category__t {
    margin: 0 0 10px;
    width: 100%;
    padding: 10px 14px;
    font-size: 1.4rem;
    color: #444;
    border: 1px solid #e9e7e4;
    border-radius: 3px;
    background-color: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #f9f9f9), color-stop(0.50, #f1f1f1));
    background: -webkit-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: -moz-linear-gradient(top, #f9f9f9 50%, #f1f1f1 50%);
    background: linear-gradient(to bottom, #f9f9f9 50%, #f1f1f1 50%);
  }
  .app-s-list__sec {
    padding: 0 0 30px;
  }
  .app-s-item__sec {
    margin: 0 0 10px;
  }
  .app-s-item thead th {
    padding: 20px 86px 20px 24px;
    font-size: 1.2rem;
    text-align: left;
    vertical-align: middle;
  }
  .app-s-item thead th a {
    color: #356797;
  }
  .app-s-item tbody td a {
    color: #008fde;
  }
}

.legend-main {
  margin-bottom: 10px;
}
.legend {
  background: #fff;
  padding: 15px 15px 0;
}
.legend__sec {
  margin: 0 -15px;
  padding: 0 15px;
}
.legend__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.legend__list {
  margin: 0 0 10px;
}
.legend__list > li {
  font-size: 1.4rem;
  padding:0 0 18px 1em;
  position: relative;
  overflow: hidden;
}
.legend__list > li::before {
  content: "・";
  width: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.legend-risk__ico {
  display: block;
  float: left;
  height:21px;
  margin: 10px 10px 0 0;
}
.legend-risk__ico img {
  max-height: 100%;
  width: auto;
}
.legend-dsrp__img {
  display: block;
  margin: 15px 0 0 -.5em;
}
.legend-dsrp__img img {
  max-width: 100%;
  height: auto;
}
.legend-mark__img {
  display: block;
  margin: 15px 0 15px -.5em;
}
.legend-mark__img img {
  max-width: 100%;
  height: auto;
}
.legend-notice {
  font-size: .96rem;
}
.antitamper {
  background: #fff;
  padding: 15px 15px 0;
}
.antitamper__sec {
  margin: 0 -15px;
  padding: 0 15px 15px;
}
.antitamper__t {
  margin: -15px -15px 0;
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.antitamper__sec h3 {
  margin: 0 0 10px;
  width: 100%;
  padding: 12px 10px;
  font-size: 1.4rem;
  color: #444;
  background-color: #f2f2f2;
}
.antitamper__list {
  overflow: hidden;
  margin: 0 0 22px;
}
.antitamper__list li {
  float: left;
  margin: 0 15px 8px 0;
  height: 47px;
}
.antitamper__list img {
  max-height: 100%;
  width: auto;
}
.antitamper__sec p {
  font-size: 1.4rem;
}
.antitamper__sec p span {
  color: #ea529f;
  font-weight: bold;
}
@media (min-width: 779px) {
  .legend-main {
    float: left;
    width: 700px;
  }
  .legend {
    float: left;
    padding: 20px;
    margin-bottom: 10px;
    width: 700px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .legend__sec {
    margin: -20px;
    padding: 15px;
  }
  .legend__list li {
    font-size: 1.2rem;
  }
  .legend-risk__list {
    width: 350px;
  }
  .antitamper {
    float: left;
    padding: 20px;
    margin-bottom: 10px;
    width: 700px;
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .antitamper__sec h3 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9f9f9 50%, #f1f1f1 50%) repeat scroll 0 0;
    border: 1px solid #e9e7e4;
    border-radius: 3px;
    color: #444;
    font-size: 1.4rem;
    margin: 0 0 10px;
    padding: 10px 14px;
    width: 100%;
  }
  .antitamper__list {
    margin: 20px;
  }
  .antitamper__list li {
    height: 94px;
  }
  .antitamper__sec p {
    font-size: 1.2rem;
  }








}









@media (min-width: 779px) {
  .str-sub {
    float: right;
    width: 220px;
    margin-bottom: 60px;
  }
}

#cataloghead {
  display: none;
}
@media (min-width: 779px) {
  #cataloghead {
    display: block !important;
  }
}

.c-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.c-nav-head {
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: #f88d44;
}
.c-nav-head__t {
  color: #fff;
  padding: 13px;
  font-size: 1.6rem;
}
.c-nav__close, .c-nav__open {
  background-repeat: no-repeat;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 12px;
  right: 14px;
}
.c-nav__close {
  background-image: url(../img/icn_close.png);
}
.c-nav__open {
  background-image: url(../img/icn_search.png);
}
.c-nav__search {
  display: block;
  padding: 15px 15px;
  background-color: #f2f2f2;
}
.c-nav__input {
  position: relative;
}
.c-nav__input input[type="text"] {
  width: 100%;
  border-radius: 17px;
  padding: 10px 33px 10px 13px;
  height: 34px;
  line-height: 34px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.c-nav__input input[type="text"]:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.c-nav__input input[type="text"]::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.c-nav__input input[type="text"]::-webkit-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.c-nav__input input[type="submit"] {
  position: absolute;
  right: 10px;
  top: 8px;
  background-color: transparent;
  background-image: url(../img/tp_icon_search_01.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  width: 18px;
  height: 18px;
  font-size: 0;
  padding: 0;
}
.c-nav__radio {
  color: #444;
  padding: 0 17px;
}
.c-nav__radio label {
  display: inline-block;
}
.c-nav__radio label:not(:last-of-type) {
  margin-right: 10px;
}
.c-nav__radio input[type="radio"] {
  border: 1px solid #b3b3b3;
  margin-right: 5px;
  position: relative;
  top: -.2em;
}
@supports (-webkit-text-size-adjust: none) and (not (-ms-accelerator: true)) and (not (-moz-appearance: none)) {
  .c-nav__radio input[type="radio"] {
    top: 0;
  }
}
.c-nav__lst {
  background-color: #fff2db;
}
.c-nav__lst li > span,
.c-nav__lst a {
  color: #666;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.c-nav__lst1st > li {
  border-bottom: 1px solid #efddbd;
  font-weight: 600;
}
.c-nav__lst1st > li.c-nav__li-filio span,
.c-nav__lst1st > li > a {
  padding-left: 15px;
  padding-right: 24px;
  background-image: url(../img/icon_arrow_o.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 9px auto;
}
.c-nav__lst1st > li.c-nav__li-filio span {
  background-image: none;
}
.c-nav__lst2nd {
  border-top: 1px solid #efddbd;
}
.c-nav__lst2nd > li {
  background-color: #fff;
  font-weight: 400;
}
.c-nav__lst2nd > li:not(:last-of-type) {
  border-bottom: 1px solid #efddbd;
}
.c-nav__lst2nd > li > a {
  padding-right: 24px;
  padding-left: 35px;
  position: relative;
  background-image: url(../img/icon_arrow_w.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 9px auto;
}
.c-nav__lst2nd > li > a::before {
  content: '';
  width: 3px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  top: 21px;
  left: 21px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 3px 5px;
  background-image: url(../img/tp_icon_arrow_01.png);
}
@media (min-width: 779px) {
  .c-nav {
    position: static;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .c-nav-head {
    border-radius: 5px 5px 0 0;
    background: transparent url("../img/nav-local_h2_bg.gif") no-repeat 0 0;
  }
  .c-nav-head__t {
    color: #fff;
    padding: 10px 16px 5px;
    font-size: 1.4rem;
  }
  .c-nav__close, .c-nav__open {
    display: none;
  }
  .c-nav__search {
    padding: 10px;
    background-color: #f5f0e6;
  }
  .c-nav__input {
    position: relative;
  }
  .c-nav__input input[type="text"] {
    border-radius: 12px;
    padding: 6px 31px 6px 10px;
    height: 26px;
    line-height: 1;
    font-size: 1.2rem;
    border: 1px solid #f4dfbf;
    margin-bottom: 5px;
  }
  .c-nav__input input[type="submit"] {
    top: 5px;
    background-size: 16px auto;
    width: 16px;
    height: 16px;
  }
  .c-nav__radio {
    color: #444;
    padding: 0 10px;
  }
  .c-nav__radio label {
    font-size: 1.2rem;
    cursor: pointer;
  }
  .c-nav__radio input[type="radio"] {
    border: 1px solid #b3b3b3;
    margin-right: 5px;
    top: -.25em;
  }
  .c-nav__lst {
    background-color: #fff;
  }
  .c-nav__lst li > span, .c-nav__lst a {
    color: #630;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .c-nav__lst1st > li {
    border-bottom: 1px solid #dcd9d5;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .c-nav__lst1st > li.c-nav__li-filio span, .c-nav__lst1st > li > a {
    padding-right: 10px;
    background-image: none;
    background-position: 0 0;
    background-size: contain;
  }
  .c-nav__lst1st > li > a {
    padding-left: 30px;
    position: relative;
  }
  .c-nav__lst1st > li > a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 14px;
    background-image: url(../img/icon_arrow_02.png);
  }
  .c-nav__lst1st > li > a:hover {
    color: #fff;
    background-color: #1aa1d6;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f78810), color-stop(100%, #ff9232));
    background-image: -moz-linear-gradient(#f78810, #ff9232);
    background-image: -webkit-linear-gradient(#f78810, #ff9232);
    background-image: linear-gradient(#f78810, #ff9232);
  }
  .c-nav__lst1st > li > a:hover::before {
    background-image: url(../img/icon_arrow_03.png);
  }
  .c-nav__lst1st > li.c-nav__li-filio span {
    padding-left: 10px;
    background-image: none;
    background-color: #faf3e4;
  }
  .c-nav__lst2nd {
    border-top: 1px solid #dcd9d5;
    font-size: 1.2rem;
  }
  .c-nav__lst2nd > li {
    background-color: #fff;
  }
  .c-nav__lst2nd > li:not(:last-of-type) {
    border-bottom: 1px solid #dcd9d5;
  }
  .c-nav__lst2nd > li > a {
    padding-right: 24px;
    padding-left: 29px;
    padding-top: 10px;
    padding-bottom: 9px;
    position: relative;

  }
  .c-nav__lst2nd > li > a::before {
    content: '';
    width: 3px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    top: 18px;
    left: 21px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 3px 5px;
    background-image: url(../img/tp_icon_arrow_01.png);
  }
}

.aside-sec {
  margin-bottom: 10px;
  background-color: #fff;
}
.aside-sec a:hover {
  color: #f93;
}
.aside-sec__t {
  padding: 11px 10px 15px 23px;
  background: url(../img/icon_hdg_01.png) no-repeat 10px 10px;
  background-size: 4px auto;
  font-size: 1.5rem;
  font-weight: 400;
}
.aside-sec__inner {
  padding: 0 15px 15px;
}
.aside-sec__linklst {
  border: 1px solid #ddd;
}
.aside-sec__linklst li {
  font-size: 1.3rem;
}
.aside-sec__linklst li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.aside-sec__linklst a {
  display: block;
  padding: 10px;
}
.aside-sec__linklst a[target="_blank"] {
  padding-left: 34px;
  background: url(../img/icon_blank_01.png) no-repeat 10px 12px;
  background-size: 14px auto;
}

.aside-contact {
  border-radius: 5px 5px 0 0;
  background-color: #fff;
}
.aside-contact__t {
  color: #fff;
  padding: 15px 0;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2997ce), color-stop(50%, #1b89c0), color-stop(100%, #2997ce));
  background: -moz-linear-gradient(#2997ce, #1b89c0 50%, #2997ce 100%);
  background: -webkit-linear-gradient(#2997ce, #1b89c0 50%, #2997ce 100%);
  background: linear-gradient(#2997ce, #1b89c0 50%, #2997ce 100%);
}
.aside-contact__reference {
  display: block;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.aside-contact__call {
  margin-bottom: 12px;
  padding: 10px 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.aside-contact__call ul {
  text-align:center; 
}
.aside-contact__call ul li {
  font-size: 1.3rem;
  display: block;
}
.aside-contact__call ul li span {
  color: #017cb9;
  font-size: 1.7rem;
  font-weight: 600;
}
.aside-contact__call ul li:last-of-type span {
  letter-spacing: 0.12em;
}
.aside-contact__week {
  margin: 3px 0 5px;
  font-size: 1.1rem;
  color: #017cb9;
  text-align: center;
}
.aside-contact__note {
  color: red;
  font-size: 1rem;
  letter-spacing: -1px;
  text-align: center;
}
.aside-contact__txt {
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.aside-contact__link {
  border: 1px solid #ddd;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 15px;
}
.aside-contact__link a {
  display: block;
  padding: 10px;
}
.aside-contact__link span {
  display: block;
  font-size: 1rem;
  margin-top: 5px;
}
.aside-contact__poisoning {
  border-radius: 3px;
  border: 1px solid #2166ac;
  padding: 9px 8px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #2166ac;
  background: #f0fbff;
}
.aside-contact__poisoning p {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.5;
}
.aside-contact__poisoning a {
  color: #2166ac;
  text-decoration: underline;
}
.aside-contact__poisoning a:hover {
  opacity: .8;
}
.aside-contact__poisoning dl {
  margin: 0;
  line-height: 1.5;
  font-size: 1.3rem;
}
.aside-contact__poisoning dl dt {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #356797;
}
.aside-contact__poisoning dl dd {
  margin: 0;
}
.aside-contact__poisoning dl dd span {
  font-size: 1.2rem;
  font-weight: normal;
}


@media (min-width: 779px) {
  .aside-sec {
    position: static;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .aside-sec__inner {
    padding: 0 15px 9px;
  }
  .aside-sec__t {
    padding: 6px 10px 6px 18px;
    font-size: 1.5rem;
    font-weight: bold;
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/icon_hdg_02.png) no-repeat 8px 8px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 4px 16px 100% 100%;
  }
  .aside-sec__linklst {
    border: none;
  }
  .aside-sec__linklst li {
    font-size: 1.2rem;
  }
  .aside-sec__linklst li:not(:last-of-type) {
    border-bottom: none;
  }
  .aside-sec__linklst a {
    display: block;
    padding: 9;
    color: #017cb9;
  }
  .aside-sec__linklst a[target="_blank"] {
    padding: 12px 10px 6px 24px;
    background: url(../img/tp_icon_arrow_01.png) no-repeat 15px 17px;
    background-size: 3px 6px;
  }
  .aside-contact__call ul li span {
    font-size: 1.17rem;
  }
  .aside-contact__week {
    margin: 3px 0 5px;
    font-size: 1.008rem;
    text-align: left;
    color: #017cb9;
  }
  .aside-contact__week .none {
    display: none;
  }
  .aside-contact__txt {
    font-size: 1.008rem;
  }
  .aside-contact__link {
    margin: 0 0 10px;
    line-height: 1.1rem;
    border-radius: 3px;
    background: url(../img/tp_icon_arrow_01.png) no-repeat 10px 10px,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f6f5f4));
    background: url(../img/tp_icon_arrow_01.png) no-repeat 10px 10px,-moz-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/tp_icon_arrow_01.png) no-repeat 10px 10px,-webkit-linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background: url(../img/tp_icon_arrow_01.png) no-repeat 10px 10px,linear-gradient(#ffffff, #fefefe 50%, #f6f5f4 100%);
    background-size: 3px 16px 100% 100%;
  }
  .aside-contact__link a {
    display: block;
    color: #017cb9;
    padding: 7px 0 6px 18px;
    text-align: left;
  }
  .aside-contact__link span {
    display: block;
    font-size: 1rem;
    margin-top: 5px;
  }
  .aside-contact__note {
    margin-bottom: 5px;
    padding-left: 1.2em;
    position: relative;
    font-size: 1.008rem;
    color: #444;
    text-align: left;
    zoom: 1;
  }
  .aside-contact__note span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .aside-contact__poisoning {
    border-radius: 3px;
    border: 1px solid #2166ac;
    padding: 9px 8px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #2166ac;
    background: #f0fbff;
  }
  .aside-contact__poisoning span {
    font-size: 1rem;
    font-weight: normal;
  }
}


@media (min-width: 461px) {
  /*min-width:461px*/
}
@media (min-width: 779px) {
  /*min-width:779px*/
}
@media (min-width: 1024px) {
  /*min-width:1024px*/
}

/* pc sp 出しわけ
--------------------------------------------------------- */
.sp--none {
  display: none;
}
.pc--none {
  display: block;
}
@media (min-width: 779px) {
  .sp--none {
    display: block;
  }
  .pc--none {
    display: none;
  }
}


/* script css
--------------------------------------------------------- */
/* ----- Masonry----- */
@media (max-width: 778px) {
  .grid {
    height: auto !important;
    position: static !important;
  }

  .grid-item {
    position: static !important;
  }
}
/* ----- Slider ----- */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    bottom: -45px;
    display: block;
    z-index: 10;
    width: 18px;
    height: 29px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 75px;
}
[dir='rtl'] .slick-prev
{
    right: 75px;
    left: auto;
}
.slick-prev:before
{
    content: url(../img/slider_arrow_l.png);
}
[dir='rtl'] .slick-prev:before
{
    content: url(../img/slider_arrow_r.png);
}

.slick-next
{
    right: 75px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 75px;
}
.slick-next:before
{
    content: url(../img/slider_arrow_r.png);
}
[dir='rtl'] .slick-next:before
{
    content: url(../img/slider_arrow_l.png);
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -15px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 9px;
    height: 9px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 9px;
    height: 9px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content:  url(../img/slider_dot_off.png);;
    text-align: center;

    opacity: 1;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    content:  url(../img/slider_dot_on.png);;
}
