@charset 'utf-8';


/* reset */

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
li {
  list-style: none;
}


/* style */

html {
  -webkit-text-size-adjust: 100%;
}
html, body, div, p, address, figure, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd, table, th, td, section, nav, article, aside, header, footer {
  margin: 0;
  padding: 0;
}
section, nav, article, aside, figure, header, footer {
  display: block;
}
img {
  vertical-align: bottom;
  border: none;
}
th, td {
  font-weight: normal;
  text-align: left;
}
a {
  color: #0052a5;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 128, 255, .2);
}
body {
  font: 14px/1.4 Verdana, Roboto, 'Droid Sans', Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
  color: #000;
}
.contents-wrap {
  padding-top: 45px;
}
h1, h2, h3 {
  font-size: 18px;
}
.image a {
  display: inline-block;
}


/* table */

table {
  font-size: inherit;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #999;
  border-width: 0 1px 1px 1px;
}
table th {
  text-align: center;
  background: #f3f3f3;
}
table th, table td {
  padding: 10px;
  border: 1px solid #999;
  border-width: 1px 0 0 1px;
}


/* global header */

.headding {
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.headding-inner {
  padding: 10px;
}


/* global menu */

.menu-switch {
  width: 44px;
  height: 44px;
  margin: 0;
  -webkit-user-select: none;
  text-align: center;
  background: url(/cgi/s/shared/images/header_btn_menu.png) no-repeat;
  -webkit-background-size: auto 88px;
  background-size: auto 88px;
}
.menu-switch.close {
  background: url(/cgi/s/shared/images/header_btn_menu.png) no-repeat 0 -44px;
  -webkit-background-size: auto 88px;
  background-size: auto 88px;
}
.menu-wrap {
  top: 54px;
  display: none;
  -webkit-box-sizing: border-box;
  padding: 10px;
}
.menu-wrap .head2 {
  font-size: 14px;
  margin-top: 0;
}
.menu-wrap .title-header {
  font-size: 14px;
  margin-bottom: 10px;
}
.menu-wrap .link-menu {
  margin-bottom: 15px;
}
.menu-wrap-inner {
  background: #fff;
}
.menu-close {
  display: -webkit-box;
  min-height: 44px;
  margin-top: 20px;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #d4d4d4;
  background: #e6e6e6;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.menu-close p {
  position: relative;
  padding-right: 1em;
}
.menu-close p:after {
  font-size: 20px;
  position: absolute;
  top: -4px;
  right: -10px;
  content: '×';
  color: #7b7b7b;
}
.menu-select-type {
  display: -webkit-box;
  margin-bottom: 20px;
}
.menu-select-type li {
  -webkit-box-flex: 2;
}
.menu-select-type li:first-child {
  margin-right: 10px;
}
.menu-select-type li a {
  position: relative;
  display: block;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
  color: #fff;
  background: #0053a6;
}
.menu-select-type li a:after {
  font-family: 'icomoon';
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 18px;
  height: 18px;
  margin-top: -11px;
  content: '\e60b';
}
.menu-select-type .title-header {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #fff;
}
.menu-select-type .icon-fm:before {
  font-family: 'icomoon';
  padding-right: .5em;
  content: '\e605';
}
.menu-select-type .icon-mn:before {
  font-family: 'icomoon';
  padding-right: .5em;
  content: '\e601';
}
.menu-wrap .form-link-map a {
  display: inline-block;
  padding: 6px 0 4px;
}
.menu-wrap .input-title b:before {
  display: none;
  content: '';
}
.menu-wrap .input-title b {
  position: relative;
  left: 0;
  display: inline-block;
  padding: 5px 0 15px 0;
}
.menu-wrap .input-wrap {
  padding: 10px;
  background: #ffe694;
}
.global-header {
  position: relative;
}
.headding {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
}
.headding-inner {
  display: -webkit-box;
  -webkit-box-align: center;
}
.logo {
  -webkit-box-flex: 1;
}
.menu-wrap {
  position: absolute;
  z-index: 300;
  top: 54px;
  display: none;
  width: 100%;
  background: #e6e6e6;
}
.menu-wrap .head2 {
  margin-bottom: 10px;
}
.menu-wrap .menu-wrap-inner {
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding: 15px;
}
.inner input {
  padding: 5px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.menu-wrap .global-nav {
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 580px;
  margin: 0 auto 15px;
  border: 1px solid #ccc;
}


/* modal */

.popup-content {
  position: relative;
  width: auto;
  padding: 40px 15px;
  background: #fff;
}
.popup-content > .head2:first-child {
  margin-top: 0;
}
.popup-content .close-btn {
  display: -webkit-box;
  min-height: 44px;
  margin-top: 20px;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #d4d4d4;
  background: #eee;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.popup-content .close-btn p {
  position: relative;
  padding-right: 1em;
}
.popup-content .close-btn p:after {
  font-size: 20px;
  position: absolute;
  top: -6px;
  right: -10px;
  content: '×';
  color: #7b7b7b;
}
.popup-content .close-btn img {
  position: relative;
  top: -3px;
  width: 40px;
}
.popup-content ul {
  margin-left: 17px;
  text-align: left;
}
.popup-content li {
  list-style: disc;
}
.popup-content .link-menu {
  margin-left: 0;
}
.popup-content .link-menu li {
  list-style: none;
}


/* PC共用モーダル用 */

#hgw, #giga, #wifi {
  font-size: 14px;
  margin: 0 0 10px;
  padding: 10px 10px 10px 2.3em;
  text-indent: -1.3em;
  background: #eee;
}
#hgw:before, #giga:before, #wifi:before {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  content: '';
  background: #000;
}
.popup-content h3 i {
  display: none;
}


/* Magnific Popup CSS */

.mfp-bg {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: .8;
  background: #0b0b0b;
}
.mfp-wrap {
  position: fixed;
  z-index: 2000;
  top: 0!important;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center;
}
.mfp-container:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  z-index: 1045;
  display: inline-block;
  margin: 0 auto 10px;
  text-align: left;
  vertical-align: middle;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  position: absolute;
  z-index: 1044;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -.8em;
  text-align: center;
  color: #ccc;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  z-index: 1046;
  display: block;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  text-align: center;
  text-decoration: none;
  opacity: .65;
  color: white;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  margin: 0 0 10px;
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  text-align: right;
  color: white;
}
.mfp-counter {
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
}
.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: .65;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  content: '';
  border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
  opacity: .7;
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  margin-left: 31px;
  border-right: 17px solid white;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  margin-left: 39px;
  border-left: 17px solid white;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}


/* Main image in popup */

img.mfp-img {
  line-height: 0;
  display: block;
  -webkit-box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 40px;
}


/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  content: '';
  background: #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}
.mfp-figure small {
  font-size: 12px;
  line-height: 14px;
  display: block;
  color: #bdbdbd;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}
.mfp-title {
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
  color: #f3f3f3;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {


/**
  * Remove all paddings around the image on small screen
*/

  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, .6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    line-height: 35px;
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, .6);
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding: 10px;
  }
}


/* ========================================
webfont
======================================== */

@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  src: url('/cgi/s/shared/font/icon.ttf') format('truetype');
}
[class^='icon-'], [class*=' icon-'] {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;


/* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: 'dinFs';
  font-weight: normal;
  font-style: normal;
  src: url('/cgi/s/shared/font/dinFs.otf') format('opentype');
}
.dinf {
  font-family: 'dinFs', 'Arial', sans-serif;
}
.icon-home:before {
  content: '\e605';
}
.icon-office:before {
  content: '\e601';
}
.icon-mobile:before {
  content: '\e603';
}
.icon-download:before {
  content: '\e604';
}
.icon-checkmark:before {
  content: '\e602';
}
.icon-alert:before {
  content: '\f02d';
}
.icon-plus {
  position: relative;
  margin: 10px auto;
  text-align: center;
}
.icon-plus:before {
  content: '\e608';
}
.icon-fm:before {
  font-family: 'icomoon';
  padding-right: .5em;
  content: '\e605';
}
.icon-mn:before {
  font-family: 'icomoon';
  padding-right: 5px;
  content: '\e601';
}
.icon-service:before {
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  padding-right: 5px;
  content: '\e60f';
}
.icon-support:before {
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  padding-right: 5px;
  content: '\e610';
}
.icon-flets:before {
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  padding-right: 5px;
  content: '\e60d';
}
.icon-campaign:before {
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  padding-right: 5px;
  content: '\e60e';
}
.blank:after {
  font-family: 'icomoon';
  font-size: .7em;
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 .3em 0 .3em;
  content: '\e61a';
  text-decoration: none;
}
.icon-pop:after {
  position: relative;
  top: 2px;
  content: '\e61a';
}
.icon-order:before {
  position: relative;
  padding-right: 5px;
  content: '\e612';
}


/* other */

.freedial {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
}
.freedial:before {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 48px;
  height: 25px;
  margin-right: 5px;
  content: '';
  vertical-align: middle;
  background: url(/cgi/s/shared/images/icon-freedial.png) no-repeat;
  background-size: cover;
}
.block {
  margin: 0 0 40px;
  padding: 0 10px;
}
.image {
  margin: 0 0 10px;
  text-align: center;
}
.image img {
  width: 100%;
  max-width: 600px;
  height: auto;
}
.image-main {
  text-align: center;
}
.image-main img {
  width: 100%;
  max-width: 640px;
  height: auto;
}
sup {
  font-size: 10px;
}
.main {
  overflow: hidden;
  padding: 20px 0 0;
}
.main-title {
  padding: 5px 10px 10px;
}


/* tab */

#tab {
  display: -webkit-box;
  margin: -106px 0 20px;
  padding: 106px 10px 0;
  border-bottom: 1px solid #999;
}
#tab li:first-child {
  padding-left: 10px;
}
#tab li:nth-child(2) {
  margin: 0 10px;
}
#tab li {
  width: 100%;
  -webkit-box-flex: 2;
}
#tab li {
  position: relative;
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  padding: 10px;
  text-decoration: none;
  color: #999;
  border: 1px solid #999;
  border-width: 1px 1px 0;
  background: #eee;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-flex: 2;
}
#tab .on {
  color: #000;
  background: #fff;
}
#tab .on:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #fff;
}
.tab-content {
  display: none;
  margin-top: 20px;
}
.tab-content.on {
  display: block;
  margin-top: 20px;
}


/* check and order */

.input-wrap > .inner input.input_btn {
  width: auto;
  height: 36px;
  vertical-align: middle;
}
.input-wrap > .inner .title {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}
.input-wrap > .inner input {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.input-wrap > .inner .input01 {
  font-size: 28px;
  width: 50px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}
.input-wrap > .inner .input02 {
  font-size: 28px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-flex: 1;
}
.input-wrap > .inner .input02 {
  margin: 0;
}
.input-wrap .icon-post {
  font-size: 26px;
  font-weight: bold;
  margin-right: 5px;
  color: #fff;
}
.input-wrap .icon-hyphen {
  font-size: 26px;
  margin: 0 5px;
  color: #fff;
}
.field-wrap {
  display: -webkit-box;
  -webkit-box-align: center;
}
.field-wrap input, .field-wrap span {
  display: -webkit-box;
}


/* list */

.list {
  margin-left: 17px;
  text-align: left;
}
.list li {
  list-style-type: disc;
}
ol.list li {
  list-style-type: decimal;
}
ol.list {
  margin-left: 24px;
}


/* text */

.red {
  color: #c00;
}
.sm {
  font-size: 10px;
}
.global-nav a, .nav-list a, .order a {
  text-decoration: none;
}


/* iPhone Android App */

.app-wrap {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  letter-spacing: -.40em;
  background: #f2f2f2;
}
.app-wrap p {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.app-wrap p:nth-child(1) {
  padding-right: 10px;
  text-align: right;
}


/* box */

.box-gray {
  margin: 0 0 10px;
  padding: 10px;
  background: #eee;
}
.box-white {
  padding: 10px;
  text-align: left;
  border: 1px solid #999;
}
.box-red {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #fbd0bf;
  background: #fff1f1;
}
.box-yellow {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #ffe57f;
  background: #fffae5;
}
.box-gray-wrap {
  background: #eee;
}
.box-gray-wrap .title {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  min-height: 44px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #6e6e6e;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.box-gray-wrap .inner {
  padding: 10px;
}


/* margin */

.mt0 {
  margin-top: 0!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}


/* ad tag */

.ad-wrap iframe, .ad-wrap img, .vltag iframe, .vltag img {
  position: absolute;
  right: 100%;
  bottom: 100%;
}


/* footer */

.btn-home {
  display: -webkit-box;
  min-height: 44px;
  margin: 10px 10px 0;
  text-decoration: none;
  color: #fff!important;
  background: #0053a6;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.btn-pc {
  display: -webkit-box;
  min-height: 44px;
  margin: 0 10px 10px;
  text-decoration: none;
  color: #fff!important;
  background: #0053a6;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.icon-pc:before {
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  padding-right: 10px;
  content: '\e60c';
}
.global-footer {
  overflow: hidden;
  padding-bottom: 53px;
  color: #000;
  background: #e6e6e6;
}
.footer-navi {
  position: relative;
  overflow: hidden;
  padding: 15px 10px 5px;
  text-align: center;
}
.footer-navi li {
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 0 5px 0 0;
}
.footer-navi li:not(:last-child):after {
  position: absolute;
  top: -1px;
  right: -5px;
  content: '|';
  color: #666;
}
.footer-navi a {
  text-decoration: none;
}
small {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
}


/* heading */

.head1 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}
.head2 {
  font-size: 18px;
  margin: 40px 0 15px;
  padding-left: 10px;
  border-left: 5px solid #0053a6;
}
.head3 {
  font-size: 14px;
  position: relative;
  margin: 30px 0 10px;
  padding: 10px 10px 10px 2.3em;
  text-indent: -1.3em;
  background: #eee;
}
.head3:before {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  content: '';
  background: #000;
}
.head4 {
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 10px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #999;
}
.head5, .head6 {
  font-weight: bold;
  margin: 20px 0 10px;
}
.head1 + .head2, .head2 + .head3, .head3 + .head4, .head4 + .head5, .head5 + .head6, .popup-content > .head1:first-child, .popup-content > .head2:first-child, .popup-content > .head3:first-child, .popup-content > .head4:first-child, .popup-content > .head5:first-child, .popup-content > .head6:first-child, .inner > .head1:first-child, .inner > .head2:first-child, .inner > .head3:first-child, .inner > .head4:first-child, .inner > .head5:first-child, .inner > .head6:first-child, .hide-area > .head1:first-child, .hide-area > .head2:first-child, .hide-area > .head3:first-child, .hide-area > .head4:first-child, .hide-area > .head5:first-child, .hide-area > .head6:first-child {
  margin-top: 0;
}


/* alert */

.alert {
  position: relative;
  padding: 10px;
  background: #fff1f1;
}
.alert.off {
  display: none;
}
.alert p:first-child {
  padding-left: 2em;
}
.alert:before {
  font-family: 'icomoon';
  font-size: 17px;
  position: absolute;
  top: 6px;
  left: 13px;
  content: '\f02d';
  color: #cc0300;
}
.alert .title {
  position: relative;
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  min-height: 44px;
  padding: 10px!important;
  text-align: center;
  background: #ffbfbf;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.alert .inner {
  padding: 10px;
}


/* header attention */

.header-att {
  font-size: 10px;
  margin: 10px;
  color: #b00;
  border: 1px solid #b00;
}
/*
.header-att p:first-child {
  border-bottom: 1px solid #b00;
}
*/
.header-att p {
  padding: 2px;
}


/* footer attention */

.footer-att {
  font-size: 10px;
  position: fixed;
  z-index: 1;
  bottom: 0;
  -webkit-box-sizing: border-box;
  width: 100%;
  padding: 5px;
  color: #fff;
  background: #555;
}
.footer-att p:before {
  content: '■';
}
.footer-att a {
  color: #fff;
}


/* form */

.input-wrap {
  padding: 10px;
  text-align: center;
  background: #ffe694;
}
.input-title b {
  position: relative;
  left: 0;
  display: inline-block;
  text-align: center;
  padding: 5px 0 15px;
}
/*
.input-title b:before {
  position: absolute;
  top: -18px;
  left: 0;
  display: block;
  width: 51px;
  height: 51px;
  content: '';
  background: url(/cgi/s/shared/images/form_img_camp.png) no-repeat;
  background-size: 51px 51px;
}
*/
.form-icon-post {
  font-size: 26px;
  font-weight: bold;
  margin-right: 3px;
  color: #333;
}
.form-icon-hyphen {
  font-size: 26px;
  font-weight: bold;
  margin: 0 3px;
  padding-bottom: 7px;
  color: #333;
}
.form-btn {
  height: 44px;
  margin-left: 5px;
  padding: 0!important;
}
.form-input01 {
  width: 2.5em;
}
.form-input01, .form-input02 {
  font-size: 26px;
  -webkit-box-sizing: border-box;
  height: 44px;
  text-align: center;
  border: 1px solid #0053a6!important;
}
.form-input02 {
  -webkit-box-flex: 1;
}
.form-link-map a {
  display: inline-block;
  padding: 6px 0 13px;
}
.form-link-map a:after {
  font-family: 'icomoon';
  font-size: 18px;
  position: relative;
  top: 4px;
  right: -2px;
  display: inline-block;
  content: '\e60b';
  text-decoration: none;
}
.form-note {
  font-size: 10px;
  padding-top: 10px;
  border-top: 1px dotted #999;
}


/* link menu */

.link-menu {
  border: 1px solid #999;
}
.link-menu li {
  position: relative;
}
.link-menu li:not(:last-child):not(.link-menu-head):after {
  display: block;
  margin: 0 10px;
  content: '';
  border-bottom: 1px dotted #999;
}
.link-menu a {
  position: relative;
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  min-height: 44px;
  padding: 10px 2em 10px 10px;
  text-align: left;
  text-decoration: none;
  background: #fff;
  -webkit-box-align: center;
}
.link-menu a:after {
  font-family: 'icomoon';
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -10px;
  content: '\e60b';
}
.link-menu a.link-popup:after {
  font-family: 'icomoon';
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  content: '\e617';
}
.link-menu a.blank:after {
  font-family: 'icomoon';
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 13px;
  margin: -6px 0 0 0;
  content: '\e61a';
}
.link-menu.column2 {
  display: -webkit-box;
  border: none;
}
.link-menu.column2 li {
  display: -webkit-box;
  width: 100%;
  -webkit-box-flex: 1;
}
.link-menu.column2 li a {
  -webkit-box-sizing: border-box;
  width: 100%;
  border: 1px solid #999;
}
.link-menu.column2 li:first-child {
  margin-right: 10px;
}
.link-movie a:after {
  font-size: 20px;
  right: 11px;
  margin-top: -10px;
  content: '\e616';
}
.link-menu-head a {
  color: #fff;
  background: #0053a6;
}
.link-menu-head a:after {
  color: #fff;
}
.link-menu-2col {
  display: -webkit-box;
  margin-bottom: 20px;
}
.link-menu-2col .link-menu {
  width: 100%;
  -webkit-box-flex: 2;
}
.link-menu-2col .link-menu:first-child {
  margin-right: 10px;
}
.link-menu-navi {
  margin: 0 10px;
}
.link-menu-navi li:nth-child(2) {
  margin: 5px 0;
}
.link-menu-navi a {
  position: relative;
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  min-height: 44px;
  padding: 10px;
  padding-right: 30px;
  text-decoration: none;
  color: #fff;
  background: #0053a6;
  -webkit-box-align: center;
}
.link-menu-navi a:after {
  font-family: 'icomoon';
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 18px;
  height: 18px;
  margin-top: -11px;
  content: '\e60b';
}
.link-menu-head h2, .link-menu-head h3 {
  font-size: 14px;
  margin: 0;
}
.link-menu-anchor li a {
  position: relative;
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  min-height: 44px;
  padding: 10px;
  padding-right: 30px;
  text-decoration: none;
  color: #fff;
  background: #0053a6;
  -webkit-box-align: center;
}
.link-menu-anchor li a:after {
  font-family: 'icomoon';
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -11px;
  content: '\e613';
}
.link-menu-anchor li:nth-child(1n+2) a {
  border-top: 1px solid #fff;
}
.link-menu-anchor.column2 li:nth-child(odd) a {
  border: 1px solid #fff;
  border-width: 0 0 1px 0;
}
.link-menu-anchor.column2 li:nth-child(even) a {
  border: 1px solid #fff;
  border-width: 0 0 1px 1px;
}
.link-menu-anchor.column2 {
  overflow: hidden;
}
.link-menu-anchor.column2 li {
  float: left;
  width: 50%;
}
.link-menu-anchor.column2 li a {
  -webkit-box-pack: center;
}


/* button */

.link-btn {
  position: relative;
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  min-height: 44px;
  padding: 10px 2em 10px 10px;
  text-decoration: none;
  color: #fff;
  background: #0053a6;
  -webkit-box-align: center;
}
.link-btn:after {
  font-family: 'icomoon';
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -10px;
  content: '\e60b';
}
.link-btn.link-popup:after {
  font-family: 'icomoon';
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  content: '\e617';
}
.link-btn.blank:after {
  font-size: 12px;
  right: 13px;
  margin-top: -6px;
  content: '\e61a';
}
.link-btn.white {
  padding: 10px 2em 10px 10px;
  color: #0052a5;
  border: 1px solid #999;
  background: #fff;
}
.link-popup:after {
  font-family: 'icomoon';
  font-size: .7em;
  position: relative;
  display: inline-block;
  margin: 0 3px;
  content: '\e617';
  text-decoration: none;
}
.link-btn.anchor:after {
  font-family: 'icomoon';
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -11px;
  content: '\e613';
}


/* accordion */

.head-accordion {
  font-size: 14px;
  position: relative;
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  min-height: 44px;
  margin: 0;
  padding: 10px 3em 10px 10px;
  color: #fff;
  background: #0053a6;
  -webkit-box-align: center;
}
.head-accordion:after {
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  content: '\e608';
}
.head-accordion.show:after {
  content: '\e607';
}
.hide-area {
  display: none;
  padding: 10px;
}
.accordion-wrap {
  border: 1px solid #999;
}


/* title */

.title-confirm {
  display: -webkit-box;
  min-height: 33px;
  margin-bottom: 20px;
  background: #eee;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.title-confirm:before {
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  padding-right: 5px;
  content: '\e614';
}


/* === collabo === */
a.att_collabo {display: block; margin: 20px 10px 10px; text-decoration: none; color: #000; padding: 0.5rem; border: 0.1rem solid #ccc}
a.att_collabo * {font-size: 0.9rem}
a.att_collabo p {margin-bottom: 0.2rem; line-height: normal; overflow: hidden}
a.att_collabo .collabo_starget {float: left;}
a.att_collabo p b {background-color: #fff; float: right; font-family: monospace; line-height: 1.1; padding: 1px; border: 1px solid #aaa; border-radius: 3px; font-size: 0.8rem}
a.att_collabo ul {overflow: hidden; margin: 0; padding: 0; line-height: 1.3; list-style: none; text-align: center; border-radius: 4px}
a.att_collabo li {float: left; white-space: nowrap; margin: 0; padding: 0.3rem 0; width: 50%; background-color: #bbb; color: #555} 
a.att_collabo li.ntteast_flets  {background-color: #2aa9d2; color: #fff}
a.att_collabo li.collabo_hikari {color: #555; position: relative; background: #bbb}
a.att_collabo li.collabo_hikari span.no_collabo {text-shadow: 0px 0px 0.2rem #000; font-weight: bold; margin-left: -1.5em; font-size: 1rem; color: #fff; position: absolute; top: 0.8rem; left: 50%}

#azukeru span.no_collabo,
#hikaridenwa span.no_collabo {display: none;}

#azukeru li.collabo_hikari,
#hikaridenwa li.collabo_hikari {background-color: #ff8400; color: #fff}
