@charset "UTF-8";
/******************************************************************************
 * reset
*******************************************************************************/
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

input, select {
  vertical-align: middle;
}

/******************************************************************************
 * site_setting
*******************************************************************************/
html {
  font-size: 62.5%;
  overflow: auto;
}

html.hold {
  overflow: hidden;
}

html, body {
  width: 100%;
  height: auto;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  font-size: 4vw;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  color: #252525;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

figure {
  line-height: 0;
}

button {
  padding: 0;
  text-align: left;
  border: none;
  background-color: transparent;
  display: block;
}

button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

main {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

.font-en {
  font-family: 'Neuton', serif;
  letter-spacing: 0.1em;
}

sup {
  font-size: 50%;
  vertical-align: text-top;
}

/******************************************************************************
 * menu
*******************************************************************************/
.menu {
  position: absolute;
  right: 0;
  top: 0;
}

.menu:before {
  content: "";
  position: absolute;
  top: 5.6vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 5.33333vw;
  height: 0.53333vw;
  background-color: #d40c30;
  border-radius: 2px;
}

.menu:after {
  content: "";
  position: absolute;
  top: 7.73333vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 5.33333vw;
  height: 0.53333vw;
  background-color: #d40c30;
  border-radius: 2px;
}

.menu-txt button {
  padding-top: 10vw;
  line-height: 1;
  color: #d40c30;
  font-weight: 800;
  font-size: 0.8rem;
  font-size: 2.13333vw;
}

.sp-menu {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(213, 18, 53, 0.95);
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-animation: menu-hide 0.6s ease-out;
          animation: menu-hide 0.6s ease-out;
}

.sp-menu-head-wrapper {
  position: relative;
  width: 94.66667%;
  margin: 0 auto;
  z-index: 100;
}

.sp-menu-logo {
  width: 25.06667%;
  margin: 0 auto 12vw;
}

.sp-menu-list {
  text-align: center;
  width: 73.33333%;
  margin: 0 auto 10.66667vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.sp-menu-item {
  text-align: center;
  font-size: 0;
  margin-bottom: 10vw;
}

.sp-menu-item a {
  color: #fff;
  font-size: 1.6rem;
  font-size: 4.26667vw;
  line-height: 1;
}

.sp-menu-bottom-list {
  text-align: center;
}

.sp-menu-bottom-item {
  font-size: 0;
  margin-bottom: 8vw;
}

.sp-menu-bottom-item a {
  color: #fff;
  font-size: 1.2rem;
  font-size: 3.2vw;
}

.sp-menu-sns-list {
  width: 45.33333vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-menu-twitter img {
  width: 4.66667vw;
  height: 3.73333vw;
}

.sp-menu-facebook img {
  width: 2.26667vw;
  height: 4.4vw;
}

.sp-menu-line img {
  width: 4.4vw;
  height: 4.4vw;
}

.sp-menu-pinterest img {
  width: 3.2vw;
  height: 4.4vw;
}

.sp-menu-inner {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  overflow-y: scroll;
  height: 100vh;
  padding: 15.33333vw 0 30.66667vw;
  -webkit-overflow-scrolling: touch;
}

.sp-menu-list-wrap {
  overflow: auto;
}

.menu-close {
  position: absolute;
  right: 0;
  top: 0;
}

.menu-close:before {
  content: "";
  position: absolute;
  top: 5.6vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 5.33333vw;
  height: 0.53333vw;
  background-color: #fff;
  border-radius: 2px;
}

.menu-close:after {
  content: "";
  position: absolute;
  top: 7.73333vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 5.33333vw;
  height: 0.53333vw;
  background-color: #fff;
  border-radius: 2px;
}

.menu-close button {
  color: #fff;
}

.sp-menu.active .sp-menu-inner {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sp-menu.active {
  -webkit-animation: menu-show 0.6s ease-out;
          animation: menu-show 0.6s ease-out;
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes menu-show {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-show {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes menu-hide {
  0% {
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes menu-hide {
  0% {
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

.is-switch:before {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.is-switch:after {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.hold .is-switch:before {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6.66667vw;
}

.hold .is-switch:after {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 6.66667vw;
}

/******************************************************************************
 * header
*******************************************************************************/
.article-header {
  position: relative;
  width: 94.66667%;
  margin: 0 auto;
  height: 16vw;
}

@media only screen and (min-width: 768px) {
  .article-header {
    width: 100%;
    height: auto;
    max-width: 1240px;
    padding: 0 20px;
  }
}

.article-header-logo {
  position: absolute;
  z-index: 1;
  top: 2.66667vw;
  left: 2.66667vw;
  width: 25.06667vw;
}

@media only screen and (min-width: 768px) {
  .article-header-logo {
    width: 122px;
    left: 20px;
    top: 30px;
  }
}

.article-header-list {
  display: none;
}

@media only screen and (min-width: 768px) {
  .article-header-list {
    display: block;
    line-height: 1;
    padding: 50px 0 40px 150px;
    float: right;
    font-size: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

@media only screen and (min-width: 768px) {
  .article-header-item {
    font-weight: bold;
    margin: 0 35px 10px 0;
    display: inline-block;
  }
  .article-header-item a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #252525;
  }
  .article-header-item a:hover {
    opacity: .7;
  }
  .article-header-item:last-child {
    margin-right: 0;
  }
}

.old-article-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 94.66667%;
  z-index: 1000;
}

@media only screen and (min-width: 768px) {
  .old-article-header {
    max-width: 1240px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .old-article-header .article-header-list {
    padding-top: 30px;
  }
}

.old-article-header .article-header-item a {
  font-size: 13px;
}

/*---------------------------------------------------------
パンくず
---------------------------------------------------------*/
.breadcrumb {
  border-bottom: 1px solid #e8e8e8;
  width: 89.33333%;
  margin: 0 auto;
  padding-bottom: 8vw;
  overflow-x: scroll;
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    overflow-x: visible;
    width: 100%;
    max-width: 1440px;
    padding: 0 0 30px 0;
  }
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270%;
}

@media only screen and (min-width: 768px) {
  .breadcrumb-list {
    width: auto;
  }
}

.breadcrumb-item {
  line-height: 1;
  border-right: 1px solid #b8b8b8;
  padding-right: 5.33333vw;
  margin-right: 5.33333vw;
  font-size: 1.2rem;
  font-size: 3.2vw;
}

.breadcrumb-item a {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .breadcrumb-item {
    font-size: 13px;
    font-size: 1.3rem;
    padding-right: 15px;
    margin-right: 15px;
  }
  .breadcrumb-item a:hover {
    opacity: .6;
  }
}

.breadcrumb-item:last-child {
  border-right: none;
}

.old-article-footer .breadcrumb-item a {
  color: #d40c30;
}

@media only screen and (min-width: 768px) {
  .old-article-footer .breadcrumb-item {
    font-size: 13px;
  }
  .old-article-footer .breadcrumb-item a {
    font-size: 13px;
  }
}

/******************************************************************************
 * footer
*******************************************************************************/
.footer {
  padding: 8vw 0 5.33333vw;
}

@media only screen and (min-width: 768px) {
  .footer {
    padding: 90px 0 20px;
  }
}

.footer-logo {
  text-align: center;
  margin: 0 auto 10.66667vw;
  width: 35.07463%;
}

@media only screen and (min-width: 768px) {
  .footer-logo {
    width: 211px;
    margin-bottom: 40px;
  }
}

.footer-top {
  border-bottom: 4px solid #d40c30;
  position: relative;
  padding-bottom: 10.66667vw;
}

@media only screen and (min-width: 768px) {
  .footer-top {
    padding-bottom: 40px;
  }
}

.footer-list {
  width: 89.33333%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .footer-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    width: auto;
  }
}

.footer-item {
  width: 50%;
  line-height: 1.4;
  margin-bottom: 4vw;
  font-size: 1.3rem;
  font-size: 3.46667vw;
}

.footer-item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .footer-item {
    width: auto;
    line-height: 1;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 30px 0 0;
  }
  .footer-item:last-child {
    margin-right: 0;
  }
}

.footer-item a {
  color: #252525;
}

@media only screen and (min-width: 768px) {
  .footer-item a:hover {
    color: #d00e31;
  }
}

.footer-bottom {
  margin: 0 auto;
  padding-top: 8vw;
}

@media only screen and (min-width: 768px) {
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 40px;
    max-width: 1200px;
  }
}

.footer-company {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  font-size: 3.2vw;
  margin-bottom: 4vw;
}

@media only screen and (min-width: 768px) {
  .footer-company {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 30px;
  }
}

.footer-company .txt-s {
  font-weight: 500;
  font-size: 1.1rem;
  font-size: 2.93333vw;
}

@media only screen and (min-width: 768px) {
  .footer-company .txt-s {
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 15px;
  }
}

.footer-linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.footer-linkarea-item {
  margin-right: 35px;
}

.footer-linkarea-item:last-child {
  margin-right: 0;
}

.footer-linkarea-item a {
  color: #252525;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .footer-linkarea-item a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .footer-linkarea-item a:hover {
    color: #d00e31;
  }
}

.go-top {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}

.go-top a {
  display: block;
  background-color: #d40c30;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .go-top {
    display: block;
  }
  .go-top a {
    width: 60px;
    height: 60px;
    padding-top: 8px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .go-top a:hover {
    padding: 0;
  }
}

.old-article-footer img {
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
}

.old-article-footer footer {
  padding-top: 0 !important;
}

.old-article-footer .footer-item {
  font-size: 3.46667vw;
}

@media only screen and (min-width: 768px) {
  .old-article-footer .footer-item {
    font-size: 13px;
  }
}

.old-article-footer .footer-company {
  font-size: 3.46667vw;
}

@media only screen and (min-width: 768px) {
  .old-article-footer .footer-company {
    font-size: 13px;
  }
}

.old-article-footer .footer-linkarea-item a {
  font-size: 3.46667vw;
}

@media only screen and (min-width: 768px) {
  .old-article-footer .footer-linkarea-item a {
    font-size: 13px;
  }
}

.old-article-footer .footer-bottom-wrap {
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.old-article-footer .go-top a {
  padding: 16px;
}

.bottom-fixed-list-wrap {
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
  height: 13.33333vw;
  -webkit-box-shadow: 0px -1px 2px 0px rgba(50, 50, 50, 0.2);
          box-shadow: 0px -1px 2px 0px rgba(50, 50, 50, 0.2);
}

@media only screen and (min-width: 768px) {
  .bottom-fixed-list-wrap {
    display: none;
  }
}

.bottom-fixed-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.bottom-fixed-list-item {
  height: 100%;
  position: relative;
  width: 16.6666%;
}

.bottom-fixed-list-item img {
  width: auto;
  max-width: 100%;
}

.bottom-fixed-list-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #e8e8e8;
  width: 1px;
  height: 70%;
}

.bottom-fixed-list-item:first-child {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  line-height: 1;
  text-align: center;
  border: none;
}

.bottom-fixed-list-item:first-child a {
  font-size: 1.2rem;
  font-size: 3.2vw;
  color: #252525;
}

.bottom-fixed-list-item:first-child a img {
  display: inline-block;
  width: 3.73333vw;
  height: auto;
  vertical-align: middle;
  margin-right: 2.66667vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.bottom-fixed-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  font-size: 0;
}

/******************************************************************************
 * utility
*******************************************************************************/
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.txt-img {
  text-indent: -9999px;
  overflow: hidden;
}

.sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

.relative {
  position: relative;
}

.fz0 {
  font-size: 0;
}

.lh0 {
  line-height: 0;
}

.lh1 {
  line-height: 1;
}

.indent-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.indent-free-width {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.center {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .img-link:hover {
    opacity: .7;
  }
}

.min-width1000-sp {
  min-width: 100%;
}

@media only screen and (min-width: 768px) {
  .min-width1000-sp {
    min-width: auto;
  }
}

/****margin
*****************************************/
.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.pb0 {
  padding-bottom: 0;
}

.flex-order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex-order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.txt-bold {
  font-weight: bold;
}

/*common-color
--------------------------------------------------*/
.txt-white {
  color: #fff;
}

.txt-red {
  color: #d00e31;
}

.txt-gray {
  color: #999;
}

/*txt-color
--------------------------------------------------*/
.txt-basic {
  color: #eb665a;
}

.txt-wifi {
  color: #77d2bb;
}

.txt-sim {
  color: #ffbf28;
}

.txt-roaming {
  color: #ffbf28;
}

.txt-travels {
  color: #8677d2;
}

.txt-glossary {
  color: #5a97d1;
}

.txt-feature {
  color: #5a97d1;
}

/*bg-color
--------------------------------------------------*/
.bg-roaming {
  background-color: #eb665a;
}

.bg-wifi {
  background-color: #77d2bb;
}

.bg-sim {
  background-color: #ffbf28;
}

.bg-travels {
  background-color: #8677d2;
}

.bg-glossary {
  background-color: #5a97d1;
}

.bg-glossary2 {
  background-color: rgba(90, 151, 209, 0.9);
}

.bga-basic {
  background-color: rgba(235, 102, 90, 0.8);
}

.bga-wifi {
  background-color: rgba(119, 210, 187, 0.8);
}

.bga-roaming {
  background-color: rgba(255, 191, 40, 0.8);
}

.bga-travels {
  background-color: rgba(134, 119, 210, 0.8);
}

.bga-glossary {
  background-color: rgba(90, 151, 209, 0.8);
}

.article-header {
  position: relative;
  width: 94.66667%;
  margin: 0 auto;
  height: 16vw;
}

@media only screen and (min-width: 768px) {
  .article-header {
    width: 100%;
    height: 116px;
    max-width: 1240px;
    padding: 0 20px;
  }
}

.article-header-logo {
  position: absolute;
  z-index: 1;
  top: 2.66667vw;
  left: 2.66667vw;
  width: 25.06667vw;
}

@media only screen and (min-width: 768px) {
  .article-header-logo {
    width: 122px;
    left: 20px;
    top: 30px;
  }
}

.article-header-list {
  display: none;
}

@media only screen and (min-width: 768px) {
  .article-header-list {
    display: block;
    line-height: 1;
    padding: 50px 0 40px 150px;
    float: right;
    font-size: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

@media only screen and (min-width: 768px) {
  .article-header-item {
    font-weight: bold;
    margin: 0 35px 10px 0;
    display: inline-block;
  }
  .article-header-item a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #252525;
  }
  .article-header-item a:hover {
    color: #d40c30;
  }
  .article-header-item:last-child {
    margin-right: 0;
  }
}

.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 89.33333%;
}

@media only screen and (min-width: 768px) {
  .content-wrapper {
    width: 1196px;
  }
}

.content-wrapper header {
  margin-top: 10.66667vw;
}

@media only screen and (min-width: 768px) {
  .content-wrapper header {
    margin-top: 120px;
  }
}

.content-wrapper h1 {
  font-size: calc((44 / 2.34375) * 1px + (44 - (44 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .content-wrapper h1 {
    font-size: 2.4rem;
  }
}

.content-wrapper h1 + p {
  margin-top: 8vw;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .content-wrapper h1 + p {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .content-wrapper h1 + p {
    width: 50%;
  }
}

.content-wrapper main {
  margin-top: 8vw;
}

@media only screen and (min-width: 768px) {
  .content-wrapper main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .content-wrapper main {
    margin-top: 80px;
  }
}

.content-wrapper main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .content-wrapper main ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 896px;
  }
}

.list-item {
  position: relative;
  margin-bottom: 0.8vw;
  width: 49.70149%;
  height: 33.06667vw;
}

@media only screen and (min-width: 768px) {
  .list-item {
    margin: 0 4px 4px 0;
  }
  .list-item:nth-child(3n) {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .list-item {
    width: 296px;
    height: 221px;
  }
}

@media only screen and (min-width: 768px) {
  .list-item a:hover {
    opacity: .6;
  }
}

.item-block {
  position: relative;
  height: 100%;
}

.item-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.item-block a.item-anchor-feature {
  background-image: url(../img/top/bg/icon-glossary.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 51% 48%;
}

.item-block a.item-anchor-wifi {
  background-image: url(../img/top/bg/icon-wifi.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 51% 48%;
}

.item-block a.item-anchor-sim {
  background-image: url(../img/top/bg/icon-sim.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 51% 48%;
}

.item-block a.item-anchor-travels {
  background-image: url(../img/top/bg/icon-travels.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 51% 48%;
}

.item-block a.item-anchor-roaming {
  background-image: url(../img/top/bg/icon-roaming.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 51% 48%;
}

.item-block-label {
  font-size: calc((34 / 2.34375) * 1px + (34 - (34 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.26667vw;
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .item-block-label {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 2.4px;
  }
}

.item-aside {
  position: absolute;
  bottom: 2.66667vw;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .item-aside {
    bottom: 28px;
  }
}

.item-aside > p {
  position: relative;
  font-size: calc((24 / 2.34375) * 1px + (24 - (24 / 2.34375))*(100vw - 320px)/(750 - 320));
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.16vw;
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .item-aside > p {
    font-size: 1.4rem;
    line-height: 1.43;
    letter-spacing: 1.3px;
  }
}

.item-aside > p:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.53333vw;
  right: 10.66667vw;
  width: 2.66667vw;
  height: 2.66667vw;
  background-image: url(../img/common/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .item-aside > p:after {
    bottom: 0;
    right: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .item-aside > p:after {
    width: 16px;
    height: 16px;
  }
}

.footarea {
  margin-top: 8vw;
}

@media only screen and (min-width: 768px) {
  .footarea {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .footarea {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 0;
  }
}
/*# sourceMappingURL=404.css.map */