@charset "UTF-8";
/* ご利用ガイド */
.main_right_side_wrapper a, .main_right_side_wrapper a:link, .main_right_side_wrapper a:active, .main_right_side_wrapper a:visited, .main_right_side_wrapper a:hover {
  color: #FF7800;
}
/* ご利用ガイドトップ */
.guide-top_wrap {}
.guide-top_wrap .left_wrap {}
.guide-top_wrap .right_wrap {}
.guide-top_wrap .orengebox {
  margin: 0 0 40px;
  background: rgba(236, 116, 0, 0.1);
  padding: 1.5em 2em;
}
.guide-top_wrap .orengebox .guidebtn {}
.guide-top_wrap .orengebox .guidebtn ul {
  display: flex;
  justify-content: space-between;
}
.guide-top_wrap .orengebox .guidebtn ul li {
  width: 48%;
}
.guide-top_wrap .orengebox .guidebtn ul li a {
  padding: 20px 5px 15px;
  background: #fff;
  border-radius: 40px;
  text-align: center;
}
.guide-top_wrap .orengebox .guidebtn ul li a img {
  width: auto;
  max-width: 80px
}
.guide-top_wrap .orengebox .guidebtn ul li a span {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  padding: .5em 0 0
}
.guide-top_wrap h3 {
  color: #FF7800;
}
.guide-top_wrap ul.submenu {
  display: flex;
  justify-content: space-between;
  margin: 8px 0 32px;
  flex-wrap: wrap;
}
.guide-top_wrap ul.submenu li {
  width: 48%;
  margin-bottom: 8px;
}
.guide-top_wrap ul.submenu li a {
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  padding: 0 16px;
  font-weight: bold;
  border: 1px solid #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 739px) {
  .guide-top_wrap .orengebox {
    padding: 1em 1.5em;
  }
  .guide-top_wrap .orengebox .guidebtn ul li a span {
    font-size: .8rem;
  }
}
@media (min-width: 960px) {
  .guide-top_wrap {
    display: flex;
    justify-content: space-between;
  }
  .guide-top_wrap .left_wrap {
    width: 48%;
  }
  .guide-top_wrap .right_wrap {
    width: 48%;
  }
  .guide-top_wrap ul.submenu li a:hover {
    border: 1px solid #FF7800;
  }
}
@media screen and (min-width: 1480px) {
  .guide-top_wrap .left_wrap {
    width: 46%;
  }
  .guide-top_wrap .right_wrap {
    width: 46%;
  }
}
/*サイドメニュー*/
.sidemenu-container .side_cate {
  color: #EC6300;
  font-weight: bold;
  padding: 1em .1em .4em;
}
@media (max-width: 1239px) {
  .sidemenu-container {
    border-top: 1px solid #ccc;
    padding: 2em 0;
    margin: 2em 0;
  }
  .sidemenu-container ul.menu {
    display: flex;
    justify-content: space-between;
    margin: 8px 0 32px;
    flex-wrap: wrap;
  }
.sidemenu-container ul.menu li {
    margin-bottom: 8px;
}
  .sidemenu-container ul.menu li a {
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    padding: 0 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sidemenu-container ul.submenu {
    margin: 8px 0 32px;
  }
  .sidemenu-container ul.submenu li {
    margin-bottom: 2px;
  }
  .sidemenu-container ul.submenu li a {
    background: #f0f0f0;
    padding: .6em 1.2em;
    color: #222;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
.sidemenu-container ul.menu li {
    width: 48%;
}
}
@media (min-width: 598px)and (max-width: 1239px) {
  .sidemenu-container ul.submenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sidemenu-container ul.submenu li {
    width: 49%;
    
  }
}
@media (min-width: 768px)and (max-width: 1239px) {
  .sidemenu-container ul.menu li {
    width: 30%;
  }

}
@media screen and (min-width: 1240px) {
  .sidemenu-container {
    display: block;
  }
  .sidemenu-container ul.menu li a {
    border-top: 1px solid #f0f0f0;
    padding: .7em 1em;
    font-weight: bold;
    display: block;
  }
  .sidemenu-container ul.menu li a:hover {
    background: #f0f0f0;
  }
  .sidemenu-container ul.submenu li a {
    background: #f0f0f0;
    padding: .4em 1em;
    font-size: .9em;
    border-top: 1px solid #ddd;
    color: #222;
    font-weight: normal;
  }
}
/*利用規約*/
.kiyaku {
  line-height: 2;
}
.kiyaku ol {
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 2em;
}
.kiyaku ol li {
  list-style: decimal;
  margin-bottom: 1em;
}
.kiyaku ol li h2 {
  font-size: 1em;
  margin-bottom: .3em;
}
.kiyaku ol li p {
  font-weight: normal;
  font-size: .9em;
}
.kiyaku ol li ol.kakko {
  margin-left: 2.5em;
  font-size: .9em;
  font-weight: normal;
  margin-top: .5em;
}
.kiyaku ol li ol.kakko li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  margin-bottom: .1em;
}
.kiyaku ol li ol.kakko li:before {
  content: "("counter(cnt) ")";
  display: inline-block;
  margin-left: -2.5em;
  width: 2em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.kiyaku ol li ul.dlist {
  font-size: .9em;
  font-weight: normal;
  margin-left: 1em;
  margin-bottom: 1em;
}
.kiyaku ol li ul.dlist li {
  list-style: disc;
  margin-bottom: 0;
}
.kiyaku ol li dl.dframe {}
.kiyaku ol li dl.dframe dt {
  font-size: .9em;
  padding: 1em .1em .3em;
}
.kiyaku ol li dl.dframe dd {
  font-size: .9em;
  font-weight: normal;
  border: 1px solid #ddd;
  padding: .4em 1em;
}
/*注釈※付*/
.kiyaku ol li ul.note {
  margin-left: 1.1em;
  margin-right: 0;
  list-style: none;
  font-size: .9em;
  font-weight: normal;
}
.kiyaku ol li ul.note li {
  position: relative;
  list-style: none;
  margin-bottom: 0;
}
.kiyaku ol li ul.note li:before {
  content: "※";
  position: absolute;
  left: -1.1em;
}