@charset "UTF-8";

/* 
1.デバイス共通css
2.767px以下のみ (スマホのみ)
3.768px以上のみ (タブレット含むスマホサイズ以上)
4.1080px以上のみ (PC)
5.320px以下のみ (幅狭スマホ)
6.slick
*/
html {
  font-family: "Meiryo", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

a:not(.anchor) {
  color: #0f91ff;
}

a:hover {
  opacity: 0.7;
}

a:hover img {
  opacity: 0.7;
}

body {
  color: #333333;
  line-height: 1.5;
}

header {
  padding: 3.3vw 5.3%;
}

header img {
  display: inline;
  max-width: 31%;
  vertical-align: middle;
  margin-right: 10px;
}

header .code {
  font-size: 2vw;
}

.tCenter {
  text-align: center;
}

.tCenter_pc {
  text-align: left;
}

.tLeft {
  text-align: left;
}

.tRight {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.dInlineB {
  display: inline-block;
}

.marker {
  background: -o-linear-gradient(transparent 65%,
      #eec567 65%,
      #eec567 85%,
      transparent 85%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(65%, transparent),
      color-stop(65%, #eec567),
      color-stop(85%, #eec567),
      color-stop(85%, transparent));
  background: linear-gradient(transparent 65%,
      #eec567 65%,
      #eec567 85%,
      transparent 85%);
}

.link_window {
  display: inline-block;
  width: 1rem;
  margin: 0 0.3rem;
  vertical-align: initial;
}

.btn_account .link_window {
  display: block;
  margin: auto;
  width: auto;
  width: 9px;
  height: 8px;
}

.pcOnly-tab {
  display: none !important;
}

[class^="pcOnly"] {
  display: none !important;
}

.spMiniOnly {
  display: none;
}

.bold {
  font-weight: bold;
}

.strong01 {
  color: #be3d3c;
  font-weight: bold;
}

.strong02 {
  color: #ff6a00;
}

.strong03 {
  font-size: 1.25rem;
}

.strong04 {
  font-size: 1.571rem;
}

.strong05 {
  color: #ff002a;
}

.list_circle02>li {
  font-weight: bold;
}

.list_circle02>li li {
  font-weight: normal;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: inherit;
  image-rendering: -webkit-optimize-contrast;
}

.kvArea {
  width: 100vw;
  display: block;
}

.kvArea img {
  width: 100%;
}

.contentsWrap {
  padding: 0 0 10vw;
}

.contents {
  margin: auto;
}

.contents>section {
  margin: auto;
  width: 90%;
}

.contents>section:not(:first-child) {
  margin-top: 7.6vw;
}

.contents>section:not(:first-child) {
  padding: 6.4vw 3.3vw;
}

h2,
h3,
h4,
h5 {
  font-weight: bold;
}

h2 {
  margin-bottom: 6vw !important;
}

.h3_03 {
  color: #fff;
  background-color: #be3d3c;
  width: 46vw;
  margin: auto;
  margin-bottom: 3.2vw;
  text-align: center;
  font-size: 1rem;
}

.h4_01 {
  font-size: 1.071rem;
  text-align: center;
  margin-top: 5vw;
}

.f-small {
  font-size: 10px;
  font-weight: normal;
}

[class^="box-"] {
  padding: 5.5vw 2vw;
}

.box-01 {
  border: solid 2.5px #cf940c;
  margin-bottom: 6vw;
}

.box-02 {
  border: solid 2.5px #be3d3c;
}

[class*="sec0"] p,
[class*="sec0"] ul {
  margin-bottom: 4.5vw;
}

.contents>section>*:last-child {
  margin-bottom: 0;
}

[class*="flex"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contentsWrap .contents:first-child {
  background-color: #fff5a9;
  margin-top: 0;
  padding: 7.7vw 0 4vw;
  width: 100%;
}

.sec01 h2 {
  margin: auto;
}

.sec01 h3 {
  color: #fff;
  background-color: #ff4918;
  border-radius: 1.3vw;
  display: block;
  width: 30vw;
  margin: auto;
  margin-bottom: 3.29vw;
  text-align: center;
  line-height: 26px;
}

.sec01 strong {
  color: #ff4918;
  font-weight: bold;
  margin-bottom: 1vw;
  display: block;
}

.sec02 {
  background: #7FD89D;
}

.sec02_inner {
  position: relative;
  padding: 7.7vw 0 22vw;
}

.sec02_inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2.8vw;
  left: 4.5vw;
  width: 9.6vw;
  height: 16.93vw;
  background-image: url(/oos/adv/image/tmp_232-toica_manaca/img_slide-mascot01_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.sec02_inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 3.8vw;
  right: 7.2vw;
  width: 16.4vw;
  height: 14vw;
  background-image: url(/oos/adv/image/tmp_232-toica_manaca/img_slide-mascot02_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.sec02 h2 {
  margin: auto;
}

.sec03 h2 {
  margin: auto;
  margin-top: 7.7vw;
}

.logoBlock {
  margin-bottom: 6vw;
}

.logoBlock img {
  display: inline;
}

.sec03 .logoArea {
  padding: 4.8vw;
  border: solid 2px #747474;
  margin-bottom: 6vw;
}

.flex-logoArea {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logoArea .flex-logoArea:last-child {
  margin-bottom: 0;
}

.flex-logoArea li:not(:last-child) {
  margin-right: 3.3vw;
}

.slick01-box {
  width: 90%;
  margin: auto;
  background: #fff;
  border-radius: 2.6vw;
  padding: 5.3vw 10px;
  text-align: center;
  position: relative;
}

.slick01-box h3 {
  color: #ff4918;
  font-weight: bold;
  margin-bottom: 1vw;
}

.slick01 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.5vw;
}

.slick01-box img {
  max-width: 53vw;
}

.btnArea {
  text-align: center;
}

.btnArea li {
  margin: auto;
  margin-bottom: 3.5vw;
  max-width: 600px;
  width: auto;
}

[class^="list_"] {
  padding-left: 1rem;
}

[class^="list_"]>* {
  display: block;
  text-indent: -1.3rem;
}

[class^="list_"]>*:before {
  margin-right: 0.3rem;
}

[class^="list_note"]>*:before {
  content: "※";
}

[class^="list_circle"]>*:before {
  content: "・";
}

[class^="list_circle02"]>*:before {
  content: "●";
}

.list_circle li:not(:last-child) {
  margin-bottom: 5px;
}

.list_note_01 {
  color: #be3d3c;
}

.list_note_02 {
  margin-top: 20px;
}

.list_circle.blue>*:before {
  content: "・";
  color: #0f91ff;
}

.list_circle_02>*:before {
  content: "●";
  color: #b77b00;
}

.btn_account {
  font-size: 1.071rem;
  height: 17vw;
  display: block;
  background: #fb8843;
  -webkit-box-shadow: 0.25rem 0.3rem 0 0 #c4875a;
  box-shadow: 0.25rem 0.3rem 0 0 #c4875a;
  border-radius: 10px;
  font-weight: 500;
  color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 0.3rem;
  margin-right: 0.25rem;
  margin-top: 5vw;
}

[class^="box-"] .btn_account {
  height: 12vw;
}

.box-01 .btn_account {
  background: #cf940c;
  -webkit-box-shadow: 0.25rem 0.3rem 0 0 #9d6f04;
  box-shadow: 0.25rem 0.3rem 0 0 #9d6f04;
}

.box-02 .btn_account {
  margin-top: 2vw;
  background: #be3d3c;
  -webkit-box-shadow: 0.25rem 0.3rem 0 0 #832423;
  box-shadow: 0.25rem 0.3rem 0 0 #832423;
}

.btn_account:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn_account span:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

a.btn_account {
  color: #fff;
}

.btn_account span:last-child {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#accordion .accordion-content {
  border: solid 4px #be3d3c;
  border-top: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4vw;
  margin-top: 0;
  line-height: 2;
}

.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  cursor: pointer;
  padding: 35px 0;
  text-align: center;
  border: solid 4px #be3d3c;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion-container .accordion-title:hover {
  opacity: 0.8;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 4vw;
  width: 30px;
  height: 5px;
  /*縦線に*/
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #be3d3c;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 4vw;
  /*横線*/
  width: 30px;
  height: 5px;
  background: #be3d3c;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

footer {
  padding: 0 1.1rem 0.8rem;
}

.footerContents {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  text-align: right;
}

.footerContents p {
  font-size: 1rem;
  font-weight: bold;
}

.footerContents *:not(:first-child) {
  margin-top: 0.625rem;
}

.footerContents small {
  display: block;
  font-size: 0.857rem;
}

footer .logoArea {
  text-align: center;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1.3rem;
}

.footerContents a {
  text-decoration: underline;
  font-weight: normal;
  padding-right: 1.5rem;
  font-size: 1rem;
  background: url(/oos/adv/image/shared/icon_link.png) no-repeat right center;
}

@media (max-width: 1079px) {
  .appliBtn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* 767px以下指定 (スマホのみ) */
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }

  .spNone {
    display: none;
  }

  .pagetop {
    bottom: 2rem;
    right: 0;
  }

  .pagetop img {
    width: 50%;
  }

  .imgBox {
    width: 70%;
    margin: auto;
  }

  .sec01 h2 {
    width: 60vw;
  }

  .footerContents .logoArea img {
    width: 40%;
  }

  .sec02 h2 {
    width: 68vw;
  }

  .sec03 h2 {
    width: 67vw;
  }

  .list_note {
    font-size: 12px;
  }
}

/* スマホサイズ以上 */
@media (min-width: 768px) {
  html {
    font-size: 20px;
  }

  .kvArea {
    width: 100%;
  }

  .footerContents a {
    padding-right: 1rem;
  }

  .spOnly {
    display: none;
  }

  .pcOnly-tab {
    display: block !important;
  }

  .flexParent-box-02>li {
    padding: 15px 15px;
  }

  .kvArea img {
    width: auto;
    max-width: 80%;
  }

  .logoBlock {
    margin: auto;
    width: auto;
    max-width: 670px;
  }

  .sec01 p {
    text-align: center;
  }
}

/* デバイス幅がPCコンテンツ幅以上 */
@media (min-width: 1080px) {
  html {
    font-size: 22px;
  }

  .contentsWrap {
    padding: 0 0 124px;
  }

  .pcOnly {
    display: block;
  }

  .pcOnly-inline {
    display: inline !important;
  }

  .contents>section {
    padding: 0 50px;
  }

  h2 {
    margin-bottom: 50px !important;
    font-size: 30px;
    line-height: 1.3;
  }

  [class*="sec0"] p,
  [class*="sec0"] ul {
    margin-bottom: 15px;
  }

  .contents>section:not(:first-child) {
    margin-top: 70px;
  }

  header {
    width: 100%;
    max-width: 1080px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 20px 9px;
    height: 83px;
  }

  header .code {
    font-size: 0.75rem;
  }

  .pcNone {
    display: none;
  }

  .contents {
    margin-top: 70px;
  }

  .contents>section {
    width: 1080px;
  }

  .contentsWrap .contents:first-child {
    padding-top: 70px;
  }

  .appNote {
    width: auto;
    max-width: 100%;
  }

  .wrap>section#accordion {
    padding: 0;
  }

  .tCenter_pc {
    text-align: center;
  }

  .sec01 h3 {
    width: 200px;
    line-height: 40px;
    border-radius: 10px;
    margin-bottom: 25px;
  }

  .sec01 p {
    margin-bottom: 65px;
  }

  .sec03 p {
    margin-bottom: 40px;
  }

  .sec02_inner {
    padding: 50px 0 127px;
    width: 970px;
    margin: auto;
  }

  .sec02_inner::before {
    background-image: url(/oos/adv/image/tmp_232-toica_manaca/img_slide-mascot01.png);
    top: 40px;
    width: 90px;
    height: 90px;
    left: 50px;
  }

  .sec02_inner::after {
    background-image: url(/oos/adv/image/tmp_232-toica_manaca/img_slide-mascot02.png);
    width: 123px;
    height: 105px;
    right: 10px;
    bottom: 23px;
  }

  .sec02 h2 {
    width: auto;
  }

  .slick01-box {
    width: 670px;
    padding: 35px 10px;
  }

  .sec03 h2 {
    margin-top: 0;
    width: auto;
  }

  .logoBlock {
    margin-bottom: 65px;
  }

  .sec03 .logoArea li:not(:last-child) {
    margin-right: 30px;
  }

  .sec03 .flex-logoArea:first-child {
    margin-bottom: 35px;
  }

  .btnArea li {
    margin-bottom: 27px;
  }

  .slick01-box img {
    width: 400px;
  }

  .slick01-box h3 {
    line-height: 1;
    margin-bottom: 10px;
  }

  .f-small {
    font-size: 16px;
    font-weight: normal;
  }
}

/* PC表示 */

/* iphone5等小さめのスマホ対応 */
@media (max-width: 320px) {
  .btn_03 {
    font-size: 1.6rem;
  }

  .btn_02 {
    height: 18vw;
  }

  .btn_account span:last-child {
    right: 3%;
  }

  .spMiniOnly {
    display: block;
  }

  [class^="box-"] .btn_account {
    height: 16vw;
  }

  .sec01 h3 {
    width: 60%;
  }
}

/* slick */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 8.53vw;
  height: 8.53vw;
}

.slick-prev {
  left: 9vw;
  z-index: 50;
}

.slick-next {
  right: 9vw;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  border-style: solid;
  font-size: 0;
  display: inline-block;
  background-size: contain;
  opacity: 1;
  background-repeat: no-repeat;
  color: transparent;
  box-sizing: border-box;
}

.slick-prev:before {
  background-image: url(/oos/adv/image/tmp_232-toica_manaca/icon_slideLeft_sp.png);
  width: 8.53vw;
  height: 8.53vw;
}

.slick-next:before {
  background-image: url(/oos/adv/image/tmp_232-toica_manaca/icon_slideRight_sp.png);
  width: 8.53vw;
  height: 8.53vw;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  display: none;
}

/* デバイス幅がPCコンテンツ幅以上 */
@media (min-width: 1080px) {

  .slick-prev,
  .slick-next {
    width: 123.17px;
    height: 123.17px;
  }

  .slick-prev {
    left: 155px;
  }

  .slick-next {
    right: 155px;
  }

  .slick-prev:before {
    background-image: url(/oos/adv/image/tmp_232-toica_manaca/icon_slideLeft_pc.png);
    width: 64px;
    height: 64px;
  }

  .slick-next:before {
    background-image: url(/oos/adv/image/tmp_232-toica_manaca/icon_slideRight_pc.png);
    width: 64px;
    height: 64px;
  }
}