@charset "UTF-8";
/*
---
name: fontsize
category: -mixin
---

font-size:引数px; font-size:引数/10rem;
に設定
```scss
  @include fontsize(引数);
```
 */
/*
---
name: 別窓付きリンク
category: -mixin
---
```pug
  a(href="//www.google.com" target="_blank") テキストリンク
  |　target="_blank"が喜寿されている要素に付与される
```
*/
/*
---
name: ブレイクポイントで表示切り替え
category: -helper
---

```pug
._showSp SPで表示
._showPc PCで表示
```
*/
@media screen and (min-width: 760px) {
  ._showSp {
    display: none !important;
  }
}

@media screen and (max-width: 759px) {
  ._showPc {
    display: none !important;
  }
}

.footerlinks {
  background: #00953f;
  padding: 10px 15px 15px;
}

.footerlinks .footerlinks-container::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 760px) {
  .footerlinks .footerlinks-container {
    max-width: 1246px;
    margin: auto;
    padding: 0 60px 0 40px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 760px) {
  .footerlinks .footerlinks-container .footerlink {
    padding-left: 20px;
  }
}

@media screen and (max-width: 759px) {
  .footerlinks .footerlinks-container .footerlink:first-child .footerlink-label {
    margin-top: 0;
  }
}

@media screen and (min-width: 760px) {
  .footerlinks .footerlinks-container .footerlink .footerlink-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.footerlinks .footerlinks-container .footerlink .footerlink-label {
  color: white;
  text-align: center;
  line-height: 1em;
  margin: 15px 0 10px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 760px) {
  .footerlinks .footerlinks-container .footerlink .footerlink-label {
    font-size: 20px;
    font-size: 2rem;
    margin: 37px 0 20px;
  }
}

.footerlinks .footerlinks-container .footerlink .footerlink-a {
  display: block;
  background: white;
  text-decoration: none;
  padding: 20px 15px;
  line-height: 1em;
  margin-top: 1px;
  color: black;
}

.footerlinks .footerlinks-container .footerlink .footerlink-a:first-child {
  border-radius: 5px 5px 0 0;
  margin-top: 0;
}

.footerlinks .footerlinks-container .footerlink .footerlink-a:last-child {
  border-radius: 0 0 5px 5px;
}

@media screen and (min-width: 760px) {
  .footerlinks .footerlinks-container .footerlink .footerlink-a {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 2px;
    padding: 25px 30px;
    line-height: 1.5em;
    width: 49%;
    border-radius: 5px !important;
    margin-bottom: 20px;
  }
}

.footerlinks .footerlinks-container .footerlink .footerlink-a:hover, .footerlinks .footerlinks-container .footerlink .footerlink-a.is-active {
  background: #a1e69f;
}

.box1 {
  background: #e9ecf2;
  border-radius: 5px;
  padding: 15px;
}

@media screen and (min-width: 760px) {
  .box1 {
    border-radius: 10px;
    padding: 30px;
  }
}

.box1 > .m-cols {
  margin-left: 60px;
  margin-right: 60px;
}

@media screen and (min-width: 760px) {
  .box1 > .m-cols {
    margin-left: 70px;
    margin-right: 70px;
  }
}

@media screen and (min-width: 760px) {
  .box1 > .m-cols.m-cols4 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 760px) {
  .box1 > .m-cols.m-cols4 .m-cols__block {
    width: 25%;
  }
}

@media screen and (max-width: 759px) {
  .box1 > .m-cols.m-cols4 .m-cols__block + .m-cols__block {
    margin-top: 55px;
  }
}

@media screen and (min-width: 760px) {
  .m-cols.m-cols4 .m-cols__block {
    width: 25%;
  }
}

@media screen and (max-width: 759px) {
  .m-cols.m-cols4 .m-cols__block + .m-cols__block {
    margin-top: 55px;
  }
}

.m-maboroshi-btn {
  margin: 1em 0;
}

.m-maboroshi-btn > a.orange {
  background: #fda700;
  background-image: none;
  color: white;
  display: block;
  max-width: 433px;
  margin: auto;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  padding: 17px;
  position: relative;
  border-radius: 4px;
}

.m-maboroshi-btn > a.orange::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url("/ex/pika_vee/maboroshi/images/arrow@2x.png");
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: auto;
  margin: auto;
}

.m-maboroshi-btn > a.orange[target="_blank"]::after {
  content: "\EA08";
  display: inline !important;
  background-image: none;
  position: static;
}

.m-maboroshi-btn > a.orange.pdf::after {
  content: "";
  background: url("/ex/pika_vee/common/images/icon/pdf@2x.png");
  background-size: cover;
  display: inline-block !important;
  width: 1.2em;
  height: 1.2em;
  margin-left: .5em;
  vertical-align: middle;
}

@media screen and (min-width: 760px) {
  .m-maboroshi-btn {
    margin: 25px 0 0;
  }
  .m-maboroshi-btn > a.orange {
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-maboroshi-btn > a.orange::after {
    width: 11px;
    height: 17px;
    right: 30px;
  }
  .m-maboroshi-btn > a.orange:hover {
    background: #ffc149;
  }
}

/*# sourceMappingURL=style.css.map */
