@charset "UTF-8";
/*=共通フォント=*/
/*===============================================================================================================================================================================*/
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("../../font/NotoSansCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("../../font/NotoSansCJKjp-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'typicalo';
  src: url("../../font/typicalo.eot");
  src: url("../../font/typicalo.eot?#iefix") format("embedded-opentype"), url("../../font/typicalo.woff") format("woff"), url("../../font/typicalo.ttf") format("truetype");
}
@font-face {
  font-family: 'loopico';
  src: url("../../font/loopico.eot");
  src: url("../../font/loopico.eot?#iefix") format("embedded-opentype"), url("../../font/loopico.woff") format("woff"), url("../../font/loopico.ttf") format("truetype");
}
/*===============================================================================================================================================================================*/
* {
  font-family: 'NotoSansCJKjp';
}

html, body {
  background-color: #fff;
  margin: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  html, body {
    background-color: #f3f3f3;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ",Meiryo !important;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
}

main {
  background-color: #fff;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  main {
    background-color: #f3f3f3;
    padding-bottom: 50px;
  }
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

input::placeholder {
  color: #aaa;
}

.mypageUserInfo {
  width: 100%;
  height: auto;
  background-color: #43a400;
  background-image: url(../img/bg_section_title.png);
  background-size: cover;
  color: #fff;
  position: relative;
  margin-bottom: 60px;
}
.mypageUserInfo .myPageHeadInner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
}
@media screen and (min-width: 480px) {
  .mypageUserInfo .myPageHeadInner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .mypageUserInfo .myPageHeadInner {
    width: 100%;
    justify-content: flex-start;
  }
}
.mypageUserInfo .myPageHeadInner .userIcon {
  flex-basis: auto;
}
@media screen and (min-width: 480px) {
  .mypageUserInfo .myPageHeadInner .userIcon {
    width: auto;
    margin-left: 10px;
  }
}
.mypageUserInfo .myPageHeadInner .userIcon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mypageUserInfo .myPageHeadInner .userIcon img {
    width: 80px;
    height: 80px;
  }
}
.mypageUserInfo .myPageHeadInner .userName {
  flex-basis: auto;
  font-size: 4vw;
  letter-spacing: 3px;
  width: 80vw;
  line-height: 1.3;
}
@media screen and (min-width: 480px) {
  .mypageUserInfo .myPageHeadInner .userName {
    font-size: 1.1em;
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .mypageUserInfo .myPageHeadInner .userName {
    line-height: 1.5;
    width: 450px;
    font-size: 1.2em;
  }
}
.mypageUserInfo .myPageHeadInner .userName .name {
  font-size: 2em;
  letter-spacing: 2px;
}
@media screen and (min-width: 480px) {
  .mypageUserInfo .myPageHeadInner .userName .name {
    font-size: 1.5em;
  }
}
.mypageUserInfo .myPageHeadInner .userName .membership {
  font-size: 0.7em;
  letter-spacing: 2px;
}
.mypageUserInfo .myPageHeadInner .userPoint {
  flex-basis: auto;
  font-size: 0.8em;
  color: #02470f;
  white-space: nowrap;
  width: 80vw;
  margin-left: 18vw;
}
@media screen and (min-width: 480px) {
  .mypageUserInfo .myPageHeadInner .userPoint {
    margin: 0;
    width: auto;
    margin-right: 20px;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .mypageUserInfo .myPageHeadInner .userPoint {
    font-size: 0.8em;
  }
}
@media (-ms-high-contrast: none) {
  .mypageUserInfo .myPageHeadInner .userPoint {
    margin-top: 10px !important;
  }
}
.mypageUserInfo .myPageHeadInner .userPoint span {
  display: inline-block;
  font-size: 1.2em;
}
@media screen and (min-width: 480px) {
  .mypageUserInfo .myPageHeadInner .userPoint span {
    display: block;
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  .mypageUserInfo .myPageHeadInner .userPoint span {
    font-size: 1.3em;
  }
}
@media (-ms-high-contrast: none) {
  .mypageUserInfo .myPageHeadInner .userPoint span {
    margin: 0 0 10px 0;
  }
}
.mypageUserInfo .myPageHeadInner .userPoint .point {
  font-size: 3.5em;
  margin-right: 5px;
  margin-left: 5px;
  display: inline;
}
@media screen and (min-width: 480px) {
  .mypageUserInfo .myPageHeadInner .userPoint .point {
    font-size: 4em;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .mypageUserInfo .myPageHeadInner .userPoint .point {
    font-size: 5em;
  }
}
.mypageUserInfo .myPageHeadInner .userPoint .unit {
  font-size: 2em;
}
@media screen and (min-width: 480px) {
  .mypageUserInfo .myPageHeadInner .userPoint .unit {
    display: inline;
  }
}

.mypageUserInfo {
  position: relative;
}
.mypageUserInfo .pointHistoryBtn {
  width: auto;
  height: 40px;
  text-align: center;
  line-height: 50px;
  padding: 5px 10px;
  position: absolute;
  right: 5px;
  bottom: -50px;
  color: #41a500;
  border: 1px solid #41a500;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mypageUserInfo .pointHistoryBtn {
    padding: 5px 25px;
  }
}
.mypageUserInfo .pointHistoryBtn:hover {
  background-color: #46a100;
  color: #fff;
}
.mypageUserInfo .pointHistoryBtn:before {
  font-family: 'loopico';
  content: "\e90b";
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .mypageUserInfo .pointHistoryBtn {
    right: 0px;
  }
}

.mypageHead {
  height: auto;
  position: relative;
  margin: 0;
  width: 100%;
  padding-top: 0;
}
.mypageHead .mypageContentsLabel {
  width: 100%;
  height: auto;
  margin: 20px 0;
  color: #000;
  font-size: 1.6em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .mypageHead .mypageContentsLabel {
    font-size: 1.8em;
    max-width: 740px;
  }
}
.mypageHead .mypageContentsDescription {
  width: 90%;
  height: auto;
  margin: 0 auto;
  color: #000;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .mypageHead .mypageContentsDescription {
    width: 96%;
  }
}
.mypageHead .attention {
  width: 90%;
  color: #bc1f1f;
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .mypageHead .attention {
    width: 96%;
  }
}

@media screen and (min-width: 768px) {
  .exception {
    padding-bottom: 80px;
  }
}

.selectionDisplay {
  position: absolute;
  bottom: 0;
  right: 15px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 150px;
}
.selectionDisplay:before {
  content: "表示件数";
}
.selectionDisplay .arrow {
  position: relative;
}
.selectionDisplay .arrow select {
  width: 70px;
  text-align: left;
  line-height: 2;
  border: 1px solid #ececec;
  padding-left: 5%;
  box-shadow: 0px 0px 3px 1px #ccc inset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.selectionDisplay .arrow select::-ms-expand {
  display: none;
}
@media (-ms-high-contrast: none) {
  .selectionDisplay .arrow select::-ms-expand {
    display: block;
  }
  .selectionDisplay .arrow:after {
    display: none;
  }
}
.selectionDisplay .arrow:after {
  position: absolute;
  top: 10px;
  right: 5px;
  font-family: 'typicalo';
  content: "\e900";
  pointer-events: none;
}

.mypageContents {
  width: 96%;
  border: 1px solid #cbcbcb;
  padding: 0;
  margin: 20px auto;
  color: #000;
}
@media screen and (min-width: 768px) {
  .mypageContents {
    width: 100%;
    background-color: #fff;
  }
}
.mypageContents h3 {
  display: block;
  width: 100%;
  line-height: 50px;
  padding: 5px 15px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.5em;
  color: #fff;
  background-image: url(../img/bg_section_title.png);
  background-size: cover;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mypageContents h3 {
    width: 100%;
    line-height: 30px;
    padding: 5px 20px;
  }
}
.mypageContents .secHead {
  position: relative;
  padding: 0 0 10px;
}
.mypageContents .secHead p {
  position: relative;
  width: 94%;
  margin: 0 auto;
  display: block;
  padding: 20px 0 30px 0;
  font-size: 1.3em;
}

.mypageContents .infoList {
  width: 94%;
  margin: 15px auto;
  border: 2px solid #f5c03f;
  border-radius: 5px;
  overflow: hidden;
}
.mypageContents .infoList .head {
  position: relative;
  padding: 10px 10px 30px 10px;
  background-color: #eee;
  width: 100%;
  border-bottom: 2px solid #a0a0a0;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .mypageContents .infoList .head {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding: 10px;
  }
}
.mypageContents .infoList .head .tirepitName {
  font-size: 1.3em;
  display: block;
  padding: 10px 0 15px;
  width: 100%;
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .mypageContents .infoList .head .tirepitName {
    padding: 10px 0 10px;
    width: 400px;
  }
}
.mypageContents .infoList .head .shippingName, .mypageContents .infoList .head .productName {
  font-size: 1.3em;
  display: block;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .mypageContents .infoList .head .shippingName, .mypageContents .infoList .head .productName {
    padding: 10px 0 10px;
  }
}
.mypageContents .infoList .head dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .mypageContents .infoList .head dl {
    flex-direction: column;
    margin-right: 15px;
    min-width: 120px;
  }
  .mypageContents .infoList .head dl:nth-of-type(2) {
    border-left: 1px solid #ccc;
    padding-left: 15px;
  }
}
.mypageContents .infoList .head dl dt {
  min-width: 90px;
}
@media screen and (min-width: 768px) {
  .mypageContents .infoList .head dl dt {
    margin-bottom: 7px;
    min-width: inherit;
  }
}
.mypageContents .infoList .head dl dd {
  font-size: 1.3em;
  word-break: break-all;
}

.mypageContents .infoList .review {
  margin: 0 0 0 auto;
}
.mypageContents .infoList .writeReviewBtn {
  background: linear-gradient(180deg, #36e293 0%, #13dd80 35%);
  border-bottom: 2px solid #59c688;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 170px;
}
.mypageContents .infoList .writeReviewBtn:before {
  content: '\e905';
  font-family: 'typicalo';
  font-size: 1.75em;
  font-style: normal;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.mypageContents .infoList .writeReviewBtn:hover {
  opacity: .7;
}

.mypageContents .infoList .body {
  background-color: #fff;
  padding: 0 10px;
  width: 100%;
}
.mypageContents .infoList .body dl {
  border-bottom: 1px solid #a0a0a0;
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mypageContents .infoList .body dl dt {
  min-width: 90px;
}
.mypageContents .infoList .body dl dd {
  font-size: 1.1em;
  line-height: 110%;
  word-break: break-all;
}
@media screen and (min-width: 480px) {
  .mypageContents .infoList .body dl dd {
    font-size: 1.2em;
  }
}
.mypageContents .infoList .body dl dd a {
  color: #00f;
  text-decoration: underline;
  display: block;
  padding: 5px;
}
.mypageContents .infoList .body dl dd .left, .mypageContents .infoList .body dl dd .right {
  display: inline-block;
  width: 100%;
  padding: 5px;
}
.mypageContents .infoList .body dl dd .left {
  font-size: 0.6em;
  background-color: #eee;
}
@media screen and (min-width: 480px) {
  .mypageContents .infoList .body dl dd .left {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .mypageContents .infoList .body dl dd .left {
    font-size: 0.8em;
    width: 40%;
    border-bottom: 1px solid #fff;
  }
}
.mypageContents .infoList .body dl dd .right {
  font-size: 0.6em;
}
@media screen and (min-width: 480px) {
  .mypageContents .infoList .body dl dd .right {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .mypageContents .infoList .body dl dd .right {
    width: 60%;
    font-size: 0.8em;
  }
}
.mypageContents .infoList .body dl dd .right small {
  display: inline-block;
  font-size: 0.8em;
}
@media screen and (min-width: 480px) {
  .mypageContents .infoList .body dl dd .right small {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 768px) {
  .mypageContents .infoList .body dl dd .right small {
    margin-left: 5px;
    font-size: 0.7em;
  }
}
.mypageContents .infoList .body dl:last-child {
  border: none;
}

.mypageContents .flexbtnArea {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 190px;
}
@media screen and (min-width: 768px) {
  .mypageContents .flexbtnArea {
    top: 5px;
    bottom: unset;
  }
}

.flexBtn {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 150px;
  margin: 20px 0 50px;
}
@media screen and (min-width: 480px) {
  .flexBtn {
    height: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 40px auto;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .flexBtn {
    width: 500px;
  }
}
.flexBtn .confirmBtn {
  font-size: 150px;
  width: 250px;
  color: #fff;
  text-align: center;
  display: block;
  padding: 20px 0;
  font-size: 1.5em;
  border: none;
  background-image: url("../img/bg_button.jpg");
  background-repeat: repeat;
  box-shadow: 0 5px 0 #317a00;
}
@media screen and (min-width: 480px) {
  .flexBtn .confirmBtn {
    order: 2;
  }
}
.flexBtn .confirmBtn:hover {
  opacity: 0.8;
}
.flexBtn .returnBtn {
  font-size: 1.5em;
  width: 150px;
  background-color: #808080;
  color: #fff;
  text-align: center;
  box-shadow: 0 7px 0 #676767;
  padding: 20px 0;
  background-image: url("../img/bg_button01.jpg");
  background-repeat: repeat;
  transition: none;
}
@media screen and (min-width: 768px) {
  .flexBtn .returnBtn {
    width: 200px;
    opacity: 0.8;
  }
}
.flexBtn .returnBtn:hover {
  opacity: 1;
}
.flexBtn .returnBtn:before {
  font-family: 'typicalo';
  content: "\e901";
  margin-right: 5px;
}

div.pager {
  display: block;
  height: 100px;
  width: 90%;
  text-align: center;
  position: relative;
  padding: 10px 0;
  margin: 30px auto;
  color: #000;
}
@media screen and (min-width: 768px) {
  div.pager {
    padding: 30px 0;
  }
}
div.pager .nowPage {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
}
div.pager .next, div.pager .pre {
  padding: 5px 10px;
}
div.pager .next:hover, div.pager .pre:hover {
  color: #c20025;
  border-bottom: 1px solid #c20025;
}
div.pager .next {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #000;
  border-bottom: 1px solid #000;
}
div.pager .next:after {
  margin-left: 10px;
  content: '>>';
}
div.pager .pre {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #000;
  border-bottom: 1px solid #000;
}
div.pager .pre:before {
  margin-right: 10px;
  content: '<<';
}
div.pager .number {
  padding: 10px 10px;
  font-size: 1.2em;
  color: #000;
  margin: 0 3px;
  font-weight: bold;
}
div.pager .active {
  background-color: #c20025;
  color: #fff;
}

.editBtn {
  background-color: #0959ba;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.editBtn:hover {
  background-color: #348bf5;
}
.editBtn:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../img/icon_pencil.png");
  background-size: cover;
  margin-right: 5px;
}

.deleteBtn {
  background-color: #fff;
  color: #3f3f3f;
  border: 1px solid #3f3f3f;
  border-radius: 2px;
  margin-left: 10px;
}
.deleteBtn:hover {
  background-color: #ccc;
}

.checked {
  background-color: #ffd860;
}

.btn {
  font-size: 1.5em;
  font-weight: normal;
}

.flexBtn {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 150px;
  margin: 20px 0 50px;
}
@media screen and (min-width: 480px) {
  .flexBtn {
    height: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 40px auto;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .flexBtn {
    width: 70%;
  }
}
.flexBtn .unsubBtn {
  width: 200px;
  border: none;
  background-color: #46ad00;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  padding: 20px 0;
  background-image: url("../img/bg_button.jpg");
  box-shadow: 0 5px 0 #317a00;
}
@media screen and (min-width: 480px) {
  .flexBtn .unsubBtn {
    order: 2;
  }
  .flexBtn .unsubBtn:hover {
    opacity: 0.8;
  }
}
.flexBtn .correctBtn {
  width: 180px;
  border: none;
  background-color: #808080;
  background-image: url("../img/bg_button01.jpg");
  background-repeat: repeat;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  padding: 20px 0;
  box-shadow: 0 5px 0 #676767;
}
.flexBtn .correctBtn:before {
  margin-right: 5px;
  font-family: 'typicalo';
  content: '\e901';
}
.flexBtn .correctBtn:hover {
  opacity: 0.8;
}

.changeBtn {
  width: 250px;
  background-color: #46ad00;
  background-image: url("../img/bg_button.jpg");
  background-repeat: repeat;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  padding: 20px 0;
  transition: none;
  box-shadow: 0 5px 0 #317a00;
  margin: 0 0 20px;
}
@media screen and (min-width: 480px) {
  .changeBtn {
    order: 2;
    margin: 0;
  }
  .changeBtn:hover {
    opacity: 0.8;
  }
}

.btn {
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  cursor: pointer;
  width: 90px;
  line-height: 2;
  display: block;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 0.9em;
  }
}
