@charset "shift-jis";

@media screen and (min-width: 641px){
//* PC *//

.header__wrap {
  width: 980px;
}
.header__position {
  margin: 0px 0px 10px 0px;
}
.header__position--borderBottom {
  border-bottom: 4px solid #003894;
}
.header__Inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px 10px 0px;
}
.header__logo {
  display: flex;
  align-items: end;
  margin: 0 0 2px 0;
}
.header__logo a {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.header__logo a:hover {
  opacity: .65;
}
.header__logo img {
  width: 250px;
  height: auto;
}
.header__accountWrap a {
  display: flex;
  align-items: center;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  color: #333;
  text-decoration: none;
}
.header__accountWrap a:hover {
  opacity: .65;
  color: #333;
  text-decoration: none;
}
.header__accountIcon {
  margin: 0px 10px 0px 0px;
}
.header__accountIcon img {
  width: 24px;
  height: auto;
}
.header__accountName {
  max-width: 300px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0px 4px 0px 0px;
  font-size: 12px;
  word-break: break-word;
}
.header__accountHonorific {
  font-size: 12px;
}
.footer__Wrap {
  margin: 0px 0px 0px 0px;
}
.footer__Inner {
  background-color: #f5f5f5;
  padding: 40px 40px 20px 40px;
  word-break: break-word;
}
.footer__naviWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px 0px 30px 0px;
}
.footer__naviInner {
  width: calc(100% / 3);
}
.footer__naviHeading {
  margin: 0px 40px 10px 0px;
}
.footer__naviHeading--last {
  margin: 0px 0px 10px 0px;
}
.footer__naviHeadingTxt {
  border-bottom: 1px solid #ccc;
}
.footer__naviHeading span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
}
.footer__navi {
  margin: 0px 40px 10px 0px;
  font-size: 14px;
}
.footer__rulesWrap {
  margin: 0px 0px 30px 0px;
}
.footer__rulesInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__rules {
  padding: 0px 20px 0px 0px;
  font-size: 12px;
}
.footer__navi a ,
.footer__rules a {
  color: #336699;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.footer__navi a:hover ,
.footer__rules a:hover {
  color: #336699;
  text-decoration: none;
  opacity: .65;
}
.footer__Copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
}

//* PC end *//
}

@media screen and (max-width: 640px){
//* MB *//

.header__position {
}
.header__position--borderBottom {
  border-bottom: 4px solid #003894;
}
.header__Inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 14px 16px 12px;
}
.header__logo {
  display: flex;
  align-items: end;
  margin: 0 0 6px 0;
}
.header__logo a {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.header__logo a:hover {
  opacity: .65;
}
.header__logo img {
  width: 176px;
  height: auto;
}
.header__accountWrap a {
  display: flex;
  align-items: center;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  color: #333;
  text-decoration: none;
}
.header__accountWrap a:hover {
  opacity: .65;
  color: #333;
  text-decoration: none;
}
.header__accountIcon {
  margin: 0px 10px 0px 0px;
}
.header__accountIcon img {
  width: 24px;
  height: auto;
}
.header__accountName {
  max-width: 70px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0px 4px 0px 0px;
  font-size: 12px;
  word-break: break-word;
  text-align: left;
}
@media screen and (max-width: 332px){
  .header__accountName {
    max-width: 58px;
  }
}
.header__accountHonorific {
  font-size: 12px;
}
.footer__Wrap a {
  color: #336699;
}
.footer__Inner {
  background-color: #f5f5f5;
  word-break: break-word;
}
.footer__naviWrap {
  background-color: #fff;
}
.footer__naviInner {
  text-align: left;
}
.footer__naviHeading {
  background: url(https://content.bookoffonline.co.jp/files/sellfund/images/arrow_down.png) no-repeat 94% 55%;
  background-size: 14px;
  cursor: pointer;
}
.footer__naviHeadingTxt {
  border-top: 1px solid #ccc;
}
.footer__naviHeading span {
  display: block;
  font-size: 16px;
  padding: 16px 10% 16px 30px;
}
.footer__naviDisplay{
  padding: 10px 0px;
}
.footer__naviDisplay--borderTop{
  border-top: 1px solid #ccc;
}
.footer__navi {
  padding: 10px 30px 10px 30px;
  font-size: 14px;
}
.footer__rulesWrap {
  border-top: 1px solid #ccc;
}
.footer__rulesPosition {
  margin: 20px 0px 20px 0px;
}
.footer__rules {
  text-align: left;
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  color: #336699;
}
.footer__navi a ,
.footer__rules a {
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.footer__navi a:hover ,
.footer__rules a:hover {
  color: #336699;
  text-decoration: none;
  opacity: .65;
}
.footer__copyrightWrap {
  padding: 10px 30px 30px;
  text-align: center;
}
.footer__copyright {
  font-size: 12px;
  color: #333;
}
//* MB end *//
}

/* onlineLink 追加*/
.header__wrap--vertical .header__shoppingLink{
  display: block;
  padding: 4px 16px;
  background-color: #003894;
  border: 1px solid #003894;
  border-radius: 99px;
  color: #fff;
  font-size: 12px;
  margin: 0 20px 0 0;
  line-height: 1.5;
}
.header__wrap--vertical .header__shoppingLink{
  transition: opacity .4s ease;
}
.header__wrap--vertical .header__linkWrap{
  display: flex;
  align-items: center;
}
.header__wrap--vertical a.header__shoppingLink:visited{
  color: #fff;
}
/* onlineLink 追加*/
