@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "normal";
  font-style: normal;
  src: url("../notojp/notojp_r.woff2") format("woff2"), url("../notojp/notojp_r.woff") format("woff"), url("../notojp/notojp_r.otf") format("opentype");
}

@font-face {
  font-family: "med";
  font-style: normal;
  src: url("../notojp/notojp_m.woff2") format("woff2"), url("../notojp/notojp_m.woff") format("woff"), url("../notojp/notojp_m.otf") format("opentype");
}

@font-face {
  font-family: "bold";
  font-style: normal;
  src: url("../notojp/notojp_b.woff2") format("woff2"), url("../notojp/notojp_b.woff") format("woff"), url("../notojp/notojp_b.otf.otf") format("opentype");
}

@font-face {
  font-family: "black";
  font-style: normal;
  src: url("../notojp/notojp_bk.woff2") format("woff2"), url("../notojp/notojp_bk.woff") format("woff"), url("../notojp/notojp_bk.otf.otf") format("opentype");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  overflow: visible !important;
}

body {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 17px;
  }
}

.inner {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
}

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

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 980px;
  min-width: 100%;
  margin: 0 auto;
  padding: 0 0 120px;
  overflow: hidden;
}

#contents {
  background: none !important;
  width: 95%;
  max-width: 980px;
}

@media only screen and (max-width: 834px) {
  #contents {
    min-width: 95%;
  }
}

#main {
  margin: 0 auto;
}

#main #col_main {
  float: none;
  width: 100% !important;
}

@media screen and (max-width: 1050px) {
  #main {
    width: 74%;
  }
}

@media screen and (max-width: 900px) {
  #main {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #side {
    width: 23%;
  }
  #side aside {
    width: 100% !important;
  }
}

@media screen and (max-width: 900px) {
  #side {
    float: none;
    width: 100%;
    margin-top: 60px !important;
  }
}

header#global_header {
  max-width: 100%;
  min-width: inherit;
}

#global_footer {
  min-width: inherit !important;
}

a {
  color: #666 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #666 !important;
}

.tel_link {
  display: inline-block;
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .tel_link {
    pointer-events: inherit;
  }
}

@media only screen and (max-width: 640px) {
  .cont_text div {
    text-align: left !important;
    padding: 0 10px;
  }
}

.cont_img img {
  width: 100% !important;
}

.map {
  margin-bottom: 0;
}

.map iframe {
  vertical-align: bottom;
}

.form_wrap dl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: inherit !important;
      -ms-flex-align: inherit !important;
          align-items: inherit !important;
}

.form_wrap dl dt, .form_wrap dl dd {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .form_wrap dl dt {
    width: 100% !important;
    border-bottom: none !important;
    padding: 10px !important;
  }
  .form_wrap dl dd {
    width: 100% !important;
    padding: 10px !important;
  }
}

.news_list {
  padding: 0 30px 25px;
  padding-left: 0;
  max-height: 235px;
  overflow-y: auto;
  width: 90%;
  margin: 30px auto 60px;
}

.news_list dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9c999;
}

.news_list dl dt {
  width: 120px !important;
  font-weight: bold;
  border: none !important;
}

.news_list dl dd {
  width: calc(100% - 120px) !important;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .news_list dl dt, .news_list dl dd {
    width: 100% !important;
    margin-bottom: 0;
  }
}

.nf_text {
  margin-bottom: 40px;
}

.nf_text h2 {
  font-size: 22px !important;
  margin-bottom: 30px !important;
  text-align: left !important;
}

.nf_btn {
  text-align: center;
}

.dropdown {
  position: relative;
  z-index: 100;
}

.dropdown .second-level {
  position: absolute;
  z-index: 99;
  padding: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
}

.dropdown .second-level li {
  line-height: 42px;
  border-bottom: 1px dotted #ccc;
}

.dropdown .second-level li:last-child {
  border-bottom: 1px dotted #333;
}

.dropdown .second-level li a {
  display: block;
}

.dropdown .second-level li a:hover {
  color: #cf7d00 !important;
  text-decoration: underline;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
}

.tbl_scroll table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  height: auto !important;
}

@media only screen and (max-width: 640px) {
  img.imgL, img.imgR {
    max-width: 100%;
  }
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

.inner_out {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.scrollarea {
  overflow-y: scroll;
}

.scrollarea::-webkit-scrollbar {
  width: 8px;
}

.scrollarea::-webkit-scrollbar-track {
  background: inherit;
}

.scrollarea::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#4c79bb), to(#375581));
  background: linear-gradient(to bottom, #4c79bb, #375581);
  border-radius: 4px;
}

form h2.mail {
  display: none;
}

form p.annot {
  display: none;
}

form .form_wrap dt label {
  color: #f94444 !important;
}

@media only screen and (max-width: 640px) {
  form .form_wrap dt {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  form .form_wrap dt label {
    margin-left: 10px;
  }
}

form .form_wrap dd {
  padding: 15px !important;
}

.submit {
  overflow: hidden;
  width: auto;
}

.submit button {
  background: #efefef;
  color: #333;
  border: 1px solid #333;
  text-indent: inherit;
  margin: 0;
  padding: 10px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 185px;
  height: auto;
  float: none;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .submit button {
    min-width: 210px;
  }
}

.submit button:focus {
  outline: inherit;
}

.policy_link {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .policy_link {
    font-size: 2.96875vw;
  }
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 834px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

.modaal-content-container h3 {
  font-size: 1.2em !important;
  margin-bottom: 30px;
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 540px;
    overflow-y: scroll;
  }
}

/*下層メイン画像*/
#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#local-keyvisual h1, #local-keyvisual .blog_title {
  z-index: 1;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 3em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  padding: 40px 0 45px;
  background: #5fa7d4;
}

@media only screen and (max-width: 834px) {
  #local-keyvisual h1, #local-keyvisual .blog_title {
    font-size: 2em;
  }
}

#local-keyvisual h1::after, #local-keyvisual .blog_title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #5fa7d4 transparent transparent transparent;
  border-width: 25px 30px 0 30px;
}

#local-keyvisual h1 span, #local-keyvisual .blog_title span {
  display: none;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pan1 {
  max-width: 100%;
  width: 980px;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .pan1 .pankuzu {
    font-size: 16px;
  }
}

.pan1 .pankuzu a {
  text-decoration: underline;
  text-underline-position: under;
}

.pan1 .pankuzu::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}

.pan1 a {
  color: #000;
}

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: auto !important;
  z-index: 100;
  width: 100% !important;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .clone-nav {
    display: none;
  }
}

.is-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.anime01 {
  position: relative;
}

.anime01::before {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 200%;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: .8s ease-in;
  transition: .8s ease-in;
  -webkit-transform: translateY(-310px);
      -ms-transform: translateY(-310px);
          transform: translateY(-310px);
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .anime01::before {
    -webkit-transform: translateY(-220px);
        -ms-transform: translateY(-220px);
            transform: translateY(-220px);
  }
}

@media only screen and (max-width: 640px) {
  .anime01::before {
    -webkit-transform: translateY(-150px);
        -ms-transform: translateY(-150px);
            transform: translateY(-150px);
  }
}

.visited::before {
  right: -100%;
}

.h_roll {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #3b93ca;
  color: #3b93ca;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  z-index: 99;
}

.h_roll:hover {
  opacity: 1;
  color: #fff !important;
}

.h_roll:hover:after {
  left: 0;
  z-index: -1;
}

.h_roll:after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #3b93ca;
  content: "";
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.blog_list {
  border: none !important;
  display: block !important;
  padding-right: 10px;
}

.blog_list > div {
  border: none !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.blog_list > div .blog_text {
  width: 100% !important;
  padding-left: 0 !important;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9c999 !important;
  position: relative;
}

.blog_list > div .blog_photo {
  display: none;
}

.blog_list > div .blog_date {
  color: #333 !important;
  font-size: 15px;
  font-weight: bold;
  width: 120px;
  float: left;
}

.blog_list > div h3 {
  font-size: 15px;
  margin-bottom: 20px;
  width: calc(100% - 120px);
  float: right;
}

.blog_list > div h3 a span {
  text-decoration: underline;
  -webkit-text-decoration-color: #7c7c7c;
          text-decoration-color: #7c7c7c;
  color: #333 !important;
}

.blog_list > div .detail {
  font-size: 15px;
  margin-top: 0;
  width: calc(100% - 120px);
  float: right;
}

.blog {
  background: #fff;
}

@media only screen and (max-width: 834px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.blog a {
  color: #0b75ff !important;
}

.blog a:hover {
  text-decoration: underline !important;
}

.blog a:visited {
  color: #666 !important;
}

.blog div.detail, .blog div.detail2 {
  margin-top: 15px;
}

@media only screen and (max-width: 834px) {
  .blog aside {
    width: 80%;
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 640px) {
  .blog aside {
    width: 100%;
  }
}

.blog aside table td.blog {
  padding: 0;
}

@media only screen and (max-width: 834px) {
  .blog aside #search button {
    top: 7px;
  }
}

@media only screen and (max-width: 834px) {
  .blog #contents {
    min-width: inherit;
    width: 100%;
  }
}

.blog #contents h1 {
  font-size: 24px;
  margin-bottom: 40px;
}

.blog #contents h1 span {
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .blog #contents h1 {
    margin-bottom: 20px;
  }
}

.blog #contents img {
  margin: 20px 0 !important;
}

.blog #contents dt span.date {
  color: #aaa;
}

.blog #contents dt span.translate {
  font-size: 19px;
  color: #666;
}

.blog #contents .flex_text {
  font-size: 16px;
}

.top_insta_list .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none !important;
  margin: 0 auto;
}

.top_insta_list .sns_list > div {
  border-bottom: none;
  margin-bottom: 30px;
  width: 23.5%;
  margin-right: 2%;
}

.top_insta_list .sns_list > div:nth-child(4n) {
  margin-right: 0;
}


.top_insta_list .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
}

.top_insta_list .sns_list > div .sns_photo img {
  width: 100% !important;
}

.top_insta_list .sns_list > div .sns_text {
  display: none;
}

@media only screen and (max-width: 834px) {
  .top_insta_list .sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 640px) {
  .top_insta_list .sns_list {
    padding: 0 3%;
  }
  .top_insta_list .sns_list > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(50% - 15px);
  }
  .top_insta_list .sns_list > div .sns_photo {
    width: 100%;
    margin-right: 0;
  }
}

.items {
  margin-left: -20px !important;
}

.items article {
  padding: 15px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  width: 23% !important;
  margin-left: 2% !important;
  margin-right: 0;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media only screen and (max-width: 834px) {
  .items article {
    width: 46% !important;
    margin-left: 3% !important;
  }
}

.items article .photo {
  width: 100% !important;
  height: 100% !important;
  background-image: none !important;
  position: relative;
}

.items article .photo img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  display: block !important;
}

.items article .photo::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.items article .name {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
  padding-top: 0 !important;
}

.items article .price {
  color: #ff0000;
  font-weight: bold;
}

.search form input {
  padding: 10px 37px 10px 5px !important;
}

.search form select {
  height: 100% !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .search form select {
    padding: 13px 0 !important;
  }
}

.search form :after {
  top: 15px !important;
}

@media only screen and (max-width: 834px) {
  .search form :after {
    top: 19px !important;
  }
}

@media only screen and (max-width: 834px) {
  .search form button {
    top: 2px !important;
  }
}

.i1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media only screen and (max-width: 640px) {
  .i1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.i1 .photo {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  max-width: 50%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .i1 .photo {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.i1 .photo .large {
  margin-left: 0;
}

.i1 .photo .large img {
  width: 100%;
}

.i1 .photo .small {
  min-width: 100% !important;
  max-width: 100% !important;
}

.i1 .photo .small ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2%;
}

.i1 .photo .small ul li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 23%;
  height: 23%;
  margin-left: 2%;
  position: relative;
}

.i1 .photo .small ul li img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

.i1 .photo .small ul li::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.i1 .item_view {
  max-width: 45%;
  min-width: 45%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .i1 .item_view {
    max-width: 100%;
    min-width: 100%;
    font-size: 17px;
  }
}

.i1 .item_view h2 {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .i1 .item_view h2 {
    font-size: 26px;
  }
}

.i1 .item_view h2 span {
  display: none;
}

.i1 .item_view .struct {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.i1 .item_view .struct .item_option {
  width: 100%;
}

.i1 .item_view .struct .item_option .addcart .select:after {
  top: 17px !important;
}

.i1 .item_view .struct .item_option .addcart .select select {
  padding: 10px !important;
}

.i1 .item_view .struct .item_option .addcart button {
  background: #5d5d5d;
  color: #fff;
  text-indent: inherit;
  padding: 15px;
  height: 100%;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .i1 .item_view .struct .item_option .addcart button {
    font-size: 18px;
  }
}

.i1 .item_view .struct .item_option .addcart a {
  text-decoration: none;
  color: #9a3000 !important;
}

.i1 .item_view .struct .item_option .addcart a::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f06a';
  margin-right: 5px;
}

.h_h1 {
  background: #ffeedb;
  border-top: 2px solid #a2611c;
}

.h_h1 .inner {
  text-align: left;
  font-size: 13px;
  color: #a2611c;
  line-height: 35px;
}

@media only screen and (max-width: 834px) {
  .h_h1 .inner {
    line-height: 20px;
    padding: 12px 55px 12px 0;
  }
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 25px;
}

.header_container .h_logo {
  margin-bottom: -10px;
}

.header_container .h_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 394px);
}

.header_container .h_box p {
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
}

.header_container .h_box .tel_link {
  margin-right: 8px;
}

@media screen and (max-width: 870px) {
  .header_container {
    padding-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_container .h_logo {
    width: 100%;
    margin-bottom: 0;
  }
  .header_container .h_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .header_container .h_box p {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -12px;
  }
  .header_container .h_box .tel_link {
    margin-right: 15px;
  }
}

#nav_global {
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  #nav_global {
    display: none !important;
  }
}

#nav_global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#nav_global ul li a {
  display: block;
}

#mainArea {
  margin-bottom: 20px;
}

#mainArea ul.slider {
  padding: 5px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 640px) {
  #mainArea img {
    width: 100%;
  }
}

.zdo_drawer_nav li a {
  font-weight: bold;
}

.zdo_drawer_nav .li_second li {
  font-size: 16px;
  padding-left: 3em;
}

.zdo_drawer_nav .li_second li a {
  font-weight: normal;
  position: relative;
}

.zdo_drawer_nav .li_second li a::before {
  display: inline-block;
  content: '';
  width: 8px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: -15px;
}

#footer {
  background: #f39300;
}

.footer_container {
  padding: 20px 0 10px;
  position: relative;
}

.nav_footer {
  margin-bottom: 25px;
}

@media only screen and (max-width: 834px) {
  .nav_footer {
    width: 100%;
  }
}

.nav_footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav_footer div li {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1;
}

.nav_footer div li:not(:last-child) {
  border-right: 1px solid #fff;
}

.nav_footer div li a {
  color: #fff !important;
  font-weight: 500;
  padding: 0 10px;
}

.nav_footer div li a:hover {
  text-decoration: underline;
}

small {
  color: #fff;
  font-size: 14px;
}

#pagetop {
  position: absolute;
  top: -10px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  right: 0;
  z-index: 100;
}

.guid01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.guid01 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.guid01 div {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .guid01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .guid01 img {
    width: 80% !important;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .guid02 dl dt {
    border-right: 1px solid #f4c693 !important;
  }
}

.map_link {
  text-align: center;
  margin-top: 15px;
}

.visit01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.visit01 img {
  margin-right: 20px;
}

.visit01 div {
  color: #47210e;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .visit01 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 10px !important;
  }
}

.arrow {
  position: relative;
}

.arrow::after {
  display: block;
  content: '';
  visibility: visible;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -85px;
  background: url(../images/common/yaji.png) center no-repeat;
}

.visit02 {
  border: 2px dotted #ff8042;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 0;
}

.visit02 img {
  margin: 0;
}

.visit03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px !important;
}

.visit03 .box {
  width: calc(50% - 10px);
}

.visit03 .box h4 {
  background-color: #ffebd4;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.visit03 .box img, .visit03 .box ul {
  width: 80% !important;
  margin: 0 auto 20px;
}

.visit03 .box li {
  font-weight: bold;
}

.visit03 .box:nth-child(2) h4 {
  background: #f1be82;
}

.visit03 .box:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.visit03 .box:last-child div:first-child {
  width: 100%;
}

.visit03 .box:last-child div:first-child h4 {
  background-color: #ffc163;
  line-height: 40px;
  margin-bottom: 20px;
}

.visit03 .box:last-child div:not(:first-child) {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .visit03 .box {
    width: 100%;
  }
  .visit03 .box h4 {
    line-height: 46px;
    font-weight: bold;
  }
  .visit03 .box img, .visit03 .box ul {
    width: 100% !important;
  }
  .visit03 .box:last-child div:not(:first-child) {
    width: 100%;
  }
}

.visit04 {
  margin-bottom: 60px !important;
}

.visit04 table tr {
  border-bottom: 1px dotted #333 !important;
}

.visit04 table tr td {
  border: none !important;
}

.visit04 table tr td:first-child {
  width: 260px;
}

@media only screen and (max-width: 640px) {
  .visit04 table {
    table-layout: auto;
  }
  .visit04 table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .visit04 table tr td, .visit04 table tr td:first-child {
    width: 100% !important;
  }
}

.visit04 li {
  font-weight: bold;
  color: #923000;
  line-height: 1.2 !important;
}

.medical01 table {
  table-layout: auto;
}

.medical01 table tr {
  border-bottom: 1px dotted #000;
}

.medical01 table tr td {
  border: none !important;
  font-size: 15px;
}

.medical01 table tr td:first-child {
  width: 70%;
}

.medical01 table tr td:first-child div::before {
  display: inline-block;
  content: '●';
  color: #e59114;
  margin-right: 5px;
}

.medical01 table tr td:first-child div:empty::before {
  display: none;
}

.sterilized01 {
  border: 5px solid #ff8042;
  border-radius: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sterilized01 div:first-child {
  width: 100%;
}

.sterilized01 div:not(:first-child) {
  width: 50%;
}

.sterilized01 div:last-child ul {
  border-left: 1px dotted #000;
}

@media only screen and (max-width: 640px) {
  .sterilized01 div:not(:first-child) {
    width: 100%;
  }
  .sterilized01 div:last-child ul {
    border-left: none;
  }
}

.sterilized01 h4 {
  font-size: 17px;
  font-weight: bold;
  color: #666;
  background: url(../images/contents/kusuri_bg.png) center left no-repeat;
  padding-left: 30px;
  line-height: 32px;
  margin-bottom: 20px;
}

.sterilized01 ul {
  padding: 0 0 0 20px;
}

.sterilized01 ul li {
  font-size: 17px;
  font-weight: bold;
  color: #ffa200;
  line-height: 2.4;
}

.medical201 table tr td {
  padding: 0 !important;
}

.medical201 table tr td img {
  width: 80% !important;
}

.medical201 table tr:nth-child(even) td {
  padding: 5px 0 20px !important;
}

.medical202 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.medical202 ul li {
  width: 50%;
  padding: 10px 0 10px 1.2em;
  border-bottom: 1px dotted #000;
}

.medical202 ul li::before {
  color: #e59114;
}

.medical202 ul li:last-child {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .medical202 ul li {
    width: 100%;
  }
}

.medical203 h4 {
  font-size: 18px;
  border-bottom: 2px dotted #5f5f5f;
  padding-bottom: 3px;
  color: #5f5f5f;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .medical203 h4 {
    font-size: 21px;
  }
}

.medical203 h5 {
  border-left: 3px solid #ff8042;
  padding-left: 5px;
  font-weight: bold;
  margin-bottom: 20px;
}

.medical203 ul {
  margin-bottom: 40px;
}

.medical203 ul li {
  padding: 10px 0 10px 25px;
  margin-bottom: 0;
  border-bottom: 1px dotted #000;
}

.medical203 ul li::before {
  left: 8px;
  color: #e59114;
}

.ulbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ulbox .li_circle {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .ulbox .li_circle {
    width: 100%;
  }
  .ulbox .li_circle:first-child ul {
    margin-bottom: 0;
  }
}

.qa_link .box {
  width: calc((100% / 3) - 20px) !important;
}

.qa_link .box a {
  height: 60px !important;
}

@media only screen and (max-width: 640px) {
  .qa_link .box {
    width: calc((100% / 3) - 2px) !important;
  }
  .qa_link .box a {
    font-size: 14px !important;
  }
}

.qabox {
  padding: 15px;
  border: 1px solid #ffc164;
  background-color: #fffcf9;
  margin-bottom: 60px;
}

.qabox:last-child {
  margin-bottom: 0;
}

.qabox .qa_list {
  height: 230px;
  overflow-y: scroll;
}

.qabox .qa_list dl {
  margin-bottom: 25px;
}

.qabox .qa_list dl .clickbox {
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}

.qabox .qa_list dl .clickbox dt {
  width: 100% !important;
  min-height: 70px;
  border: none !important;
  border-bottom: 1px dotted #000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  font-weight: bold;
  position: relative;
  padding-left: 70px !important;
}

.qabox .qa_list dl .clickbox dt::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  content: url(../images/contents/qu.png);
}

.qabox .qa_list dl .boxOpen {
  width: 100%;
}

.qabox .qa_list dl .boxOpen dd {
  width: 100% !important;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none !important;
  position: relative;
  padding-left: 70px !important;
}

.qabox .qa_list dl .boxOpen dd::before {
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  content: url(../images/contents/an.png);
}

.medicine01 dl dt {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.medicine02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.medicine02 ul li {
  width: 50%;
}

.medicine02 ul li:last-child {
  margin-bottom: 8px !important;
}

@media only screen and (max-width: 640px) {
  .medicine02 ul li {
    width: 100%;
  }
}

.medicine03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.medicine03 a {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 700px) {
  .medicine_li .li_circle {
    width: 100% !important;
  }
}

.recruit01 dl {
  border-bottom: 1px dotted #000;
}

.recruit01 dl dt, .recruit01 dl dd {
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .recruit02 .td_img {
    text-align: left !important;
  }
}

.contact_form dl dt {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  text-align: right;
}

.contact_form dl dt label {
  display: block;
}

.policy_text h3 {
  border-left: 4px solid #ea7e07;
  color: #333;
  padding-left: 8px;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .policy_text h3 {
    font-size: 20px;
    font-weight: bold;
  }
}

.sitemap li {
  padding-left: 6px;
  font-size: 15px;
  border-left: 4px solid #DDD;
  margin-bottom: 15px;
}

.nf_tx h3 {
  font-size: 17px;
  color: #f39300;
  font-weight: bold;
}

.nf_btn a {
  background: #efefef;
  color: #333;
  border: 1px solid #333;
  padding: 10px 15px;
  width: 185px;
  display: inline-block;
}

/* home */
.pankuzu {
  font-size: 12px;
  line-height: 30px;
}

.pankuzu a {
  color: #666 !important;
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    font-size: 14px;
  }
}

.p_title {
  background: #f9c97f;
  border-bottom: 2px solid #47210e;
  margin-bottom: 40px;
}

.p_title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #47210e;
  line-height: 50px;
  padding-left: 70px;
  background: url(../images/contents/cti_bg.gif) left center no-repeat;
}

@media only screen and (max-width: 640px) {
  .p_title h2 {
    font-size: 28px;
    line-height: 60px;
  }
}

.ct_title {
  margin-bottom: 20px;
}

.ct_title h3 {
  font-size: 20px;
  color: #f39300;
  font-weight: bold;
  display: inline-block;
  padding-right: 1.5em;
  background: #fff;
}

.ct_title h3 div {
  font-weight: bold;
}

.ct_title h3 br {
  display: none;
}

@media only screen and (max-width: 640px) {
  .ct_title h3 {
    font-size: 24px;
  }
  .ct_title h3 br {
    display: block;
  }
}

.ct_title article {
  background: url(../images/contents/h3ti.gif) center repeat-x;
}

.h3_b article {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), to(#fbd7a0));
  background: linear-gradient(180deg, transparent 70%, #fbd7a0);
}

@media only screen and (max-width: 834px) {
  .h3_b h3 {
    padding-right: 0;
  }
  .h3_b article {
    background: none;
  }
}

.txbox {
  padding: 15px;
  border: 1px solid #ffc164;
  background-color: #fffcf9;
  border-radius: 5px;
  line-height: 25px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .txbox {
    line-height: 32px;
  }
}

.hoveropacity:hover {
  opacity: .6;
}

.tx_orange {
  color: #f39300;
  font-weight: bold;
}

.tx_brown {
  color: #9e5600;
}

.tx_R {
  display: block;
  text-align: right;
}

.tx_caption, .tx_caption div {
  font-weight: bold;
  color: #923000;
}

.fw_b {
  font-weight: bold;
}

.fw_b div {
  font-weight: bold;
}

.txa_c {
  text-align: center;
}

.img01 {
  overflow: hidden;
}

.img01 img {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .img01 img {
    width: 130% !important;
    max-width: 130%;
  }
}

@media only screen and (max-width: 640px) {
  .img02 img {
    float: none;
    margin: 0 0 20px;
    width: 100% !important;
  }
}

.br_1050 {
  display: none;
}

@media screen and (max-width: 1050px) and (min-width: 900px) {
  .br_1050 {
    display: block;
  }
}

.br_tabsp {
  display: none;
}

@media only screen and (max-width: 834px) {
  .br_tabsp {
    display: block;
  }
}

.br_sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .br_sp {
    display: block;
  }
}

.li_circle li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.6;
  margin-bottom: 8px;
}

.li_circle li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: '●';
}

.circle02 li::before {
  content: '◎';
}

.circle03 li {
  border-bottom: 1px dotted #000;
  padding: 5px 0 5px 18px;
}

.circle03 li::before {
  color: #e59114;
}

.link_btn {
  text-align: center;
}

.page_link {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.page_link .box {
  width: calc(25% - 4px);
}

.page_link .box a {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e98e45;
  font-weight: bold;
  color: #fff !important;
  font-size: 15px;
  border: 1px solid #a1571b;
}

.page_link .box a:hover {
  background: #f9c59b;
}

@media screen and (max-width: 750px) {
  .page_link .box {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}

.scrollbox div {
  height: 225px;
  overflow-y: scroll;
}

.top01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.top01 .box {
  width: calc(50% - 12.5px);
  overflow: hidden;
  border: 5px solid #ff6b6b;
  border-top: none;
  margin-bottom: 20px;
}

.top01 .box > div:nth-child(1) {
  width: calc(100% + 10px);
  margin-left: -5px;
}

.top01 .box > div:nth-child(1) img {
  width: 100% !important;
}

.top01 .box > div:nth-child(2) {
  padding: 20px 0 18px;
}

.top01 .box .link_btn {
  text-align: center;
  margin-bottom: 20px;
}

.top01 .box:nth-child(2) {
  border-color: #e5abdc;
}

.top01 .box:nth-child(3) {
  border-color: #ffad6b;
}

.top01 .box:nth-child(4) {
  border-color: #dee04d;
}

.top01 .box:nth-child(5) {
  border-color: #98e06d;
}

.top01 .box:nth-child(6) {
  border-color: #83aafa;
}

@media only screen and (max-width: 640px) {
  .top01 .box {
    width: calc(50% - 5px);
  }
  .top01 .box > div:nth-child(1) img {
    width: 140% !important;
    max-width: 140%;
    margin-left: -10%;
  }
}

.top02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top02 .fs16 {
  width: 400px;
}

.top02 .tx_sp {
  display: none;
}

@media screen and (max-width: 700px) {
  .top02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top02 .tx_pc {
    display: none;
  }
  .top02 .tx_sp {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .top02 .image {
    width: 100%;
  }
  .top02 .image img {
    width: 80% !important;
  }
}

#side {
  margin-top: 30px;
  font-size: 13px;
}

#side ul li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  #side ul .r_banner {
    text-align: center;
  }
  #side ul .r_banner img {
    width: 400px;
  }
}

#side ul .aside_infobox {
  text-align: center;
  border: 4px solid #ff8042;
  border-radius: 6px;
  padding: 10px 5px 0;
  margin: 20px 0;
}

#side ul .aside_infobox p {
  line-height: 1.4;
  text-align: left;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  #side ul .aside_infobox p {
    padding: 10px 0 20px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  #side ul .aside_infobox ._logo {
    width: 350px;
  }
}

#side ul .aside_infobox img:last-child {
  width: calc(100% + 18px) !important;
  max-width: inherit;
  margin-left: -9px;
  margin-bottom: -4px;
  border-top: 4px solid #ff8042;
}

#side ul .aside_infobox02 {
  margin-bottom: 20px;
}

#side ul .aside_infobox02 img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  #side .aside_pc {
    display: none;
  }
}

#side .aside_tabsp {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 900px) {
  #side .aside_tabsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#side .aside_tabsp .aside_boxR {
  width: calc(100% - 246px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#side .aside_tabsp .aside_boxR li {
  width: 49%;
}

#side .aside_tabsp .aside_boxR li img {
  width: 100%;
}

#side .aside_tabsp .aside_boxL {
  width: 226px;
}

#side .aside_tabsp .aside_boxL .aside_infobox {
  margin-top: 0;
}

@media screen and (max-width: 730px) {
  #side .aside_tabsp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #side .aside_tabsp .aside_boxR {
    width: 100%;
  }
  #side .aside_tabsp .aside_boxR li {
    width: 49%;
  }
  #side .aside_tabsp .aside_boxL {
    width: 100%;
    margin-bottom: 30px;
  }
  #side .aside_tabsp .aside_boxL li {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 730px) and (max-width: 640px) {
  #side .aside_tabsp .aside_boxL li {
    width: 60%;
  }
}

/* title */
/*# sourceMappingURL=common.css.map */