@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}

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

th, td {
  vertical-align: middle;
}

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

html {
  overflow-y: scroll;
  background: #242424;
}

body {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: left;
  color: #333;
  font-size: 13px;
  line-height: 1.7em;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 962px;
  }
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  white-space: pre-line;
}

input[type="text"],
input[type="password"] {
  margin: 3px 0;
  padding: 7px;
  border: 1px solid #999;
  border-radius: 3px;
  max-width: 98%;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  cursor: pointer;
}
input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  background: #F5F5F5;
  border-radius: 50%;
}
input[type="radio"]:disabled + label {
  cursor: default;
}
input[type="radio"]:disabled + label::before {
  border: 1px solid #DDD;
  background: #EEE;
}
input[type="radio"]:disabled:checked + label::before {
  border: 1px solid #666;
}
input[type="radio"]:disabled:checked + label::after {
  background: #666;
}
input[type="radio"]:checked + label {
  cursor: default;
}
input[type="radio"]:checked + label::before {
  border: 1px solid #02A1E8;
  background: #FFF;
}
input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #02A1E8;
  border-radius: 50%;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  cursor: pointer;
}
input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  background: #F5F5F5;
  border-radius: 2px;
}
input[type="checkbox"]:disabled + label {
  cursor: default;
}
input[type="checkbox"]:disabled + label::before {
  border: 1px solid #DDD;
  background: #EEE;
}
input[type="checkbox"]:disabled:checked + label::before {
  border: 1px solid #999;
}
input[type="checkbox"]:disabled:checked + label::after {
  border-bottom: 3px solid #666;
  border-right: 3px solid #666;
}
input[type="checkbox"]:checked + label::before {
  border: 1px solid #02A1E8;
  background: #FFF;
}
input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 3px;
  left: 5px;
  width: 3px;
  height: 8px;
  transform: rotate(40deg);
  border-bottom: 3px solid #02A1E8;
  border-right: 3px solid #02A1E8;
}

select {
  outline: none;
  padding: 6px;
  border: 1px solid #999;
  border-radius: 3px;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

textarea {
  padding: 7px;
  border: 1px solid #999;
  border-radius: 3px;
  vertical-align: middle;
  max-width: 98%;
}

a:link {
  color: #0066CC;
  text-decoration: none;
}

a:visited {
  color: #330099;
  text-decoration: none;
}

a:hover {
  color: #FF6600;
  text-decoration: underline;
}

a:active {
  color: #FF6600;
  text-decoration: underline;
}

.l-header-top {
  position: relative;
  height: 100px;
}
.l-header-top::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 500px;
  background: url(../img_top/bg_header_top.png) repeat-x center 0;
}
@media screen and (max-width: 768px) {
  .l-header-top::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header-top {
    height: auto;
    background: url(../responsive_img/bg_header.png) repeat-x center 0;
    background-size: 222px;
  }
}
.l-header-top-inner {
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-header-top-inner {
    width: auto;
    height: auto;
    padding: 0 10px;
    background: url(../responsive_img/bg_header_island.png) no-repeat 137px 0;
    background-size: 222px;
    background-position: 88% 0;
  }
}

.l-header {
  height: 180px;
  background: url(../responsive_img/bg_header.png) repeat-x center 0;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: auto;
    background-size: 222px;
  }
}
.l-header-inner {
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 127px;
  overflow: hidden;
  background: url(../responsive_img/bg_header_island.png) no-repeat 137px 0;
}
@media screen and (max-width: 768px) {
  .l-header-inner {
    width: auto;
    height: auto;
    padding: 0 10px;
    background-size: 222px;
    background-position: 75% 0;
  }
}

@media screen and (max-width: 768px) {
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .overlay {
    position: fixed;
    top: 69px;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media screen and (max-width: 768px) {
  .l-page {
    overflow: hidden;
  }
}
.l-pagename {
  margin: -25px auto 20px auto;
  width: 960px;
}
@media screen and (max-width: 768px) {
  .l-pagename {
    margin: 0 0 15px 0;
    width: auto;
    padding: 0 10px;
  }
}

.l-mainvisual {
  position: relative;
  margin: 0 auto;
  width: 960px;
  background: #FFF;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.l-mainvisual::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .l-mainvisual {
    margin: 10px 10px 40px 10px;
    padding: 2px;
    width: auto;
  }
}

.l-tikiservice {
  position: relative;
  margin: 0 auto 30px auto;
  padding: 0 10px 10px 10px;
  width: 960px;
  box-sizing: border-box;
  border: 1px solid #1CA8FF;
  background: #1CA8FF;
}
.l-tikiservice::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .l-tikiservice {
    margin: 0 10px;
    width: auto;
  }
}

.l-contents {
  margin: 0 auto;
  width: 960px;
}
.l-contents::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .l-contents {
    width: auto;
    padding: 0 10px;
  }
}

.l-main-right {
  float: right;
  width: 700px;
}
@media screen and (max-width: 768px) {
  .l-main-right {
    float: none;
    width: auto;
  }
}

.l-main-left {
  float: left;
  width: 700px;
}
@media screen and (max-width: 768px) {
  .l-main-left {
    float: none;
    width: auto;
  }
}

.l-top-contents {
  display: flex;
  margin: 0 auto;
  width: 960px;
}
@media screen and (max-width: 768px) {
  .l-top-contents {
    display: block;
    width: auto;
    padding: 0 10px;
  }
}

.l-top-center {
  order: 2;
  width: 486px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .l-top-center {
    width: auto;
    margin-right: 0;
    margin-top: 15px;
    position: relative;
  }
}

.l-top-right {
  order: 3;
  width: 234px;
}
@media screen and (max-width: 768px) {
  .l-top-right {
    width: auto;
    margin: 0 -10px;
  }
}

.l-top-left {
  order: 1;
  width: 210px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .l-top-left {
    width: auto;
    margin: 0 -10px;
  }
}

.l-osusume {
  position: relative;
  margin: 15px 0;
  padding: 0 4px 4px 4px;
  border: 1px solid #1CA8FF;
  background: #1CA8FF;
}
.l-osusume-inner {
  padding: 15px;
  background: #FFF;
}

.l-tab-group {
  margin-top: 15px;
}

.l-tab-content {
  display: none;
}
.l-tab-content.active {
  display: block;
}

.l-apply {
  margin: 15px 0;
  background: #FFCC33;
  padding: 15px;
  border-radius: 6px;
}

.l-apply-inner {
  padding: 20px;
  background: #FFF;
  border: 5px solid #FFF5D6;
  border-radius: 6px;
}

.l-side-left {
  float: left;
  width: 235px;
}
@media screen and (max-width: 768px) {
  .l-side-left {
    float: none;
    width: auto;
    margin-top: 30px;
  }
}

.l-side-right {
  float: right;
  width: 235px;
}
@media screen and (max-width: 768px) {
  .l-side-right {
    float: none;
    width: auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-side-nav {
    overflow: auto;
    position: fixed;
    top: 69px;
    bottom: 0;
    right: -100%;
    width: 90%;
    opacity: 0;
    z-index: 200;
    background: #EEE;
    transition: 0.2s ease-in-out;
    -webkit-overflow-scrolling: touch;
  }

  .navOpen .l-side-nav {
    opacity: 1;
    right: 0;
  }
}
.l-side-group {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-side-group {
    margin-bottom: 0;
  }
}

.l-side-block {
  padding: 12px;
  border: 5px solid #EEE;
}
@media screen and (max-width: 768px) {
  .l-side-block {
    padding: 0;
    border: none;
    background: #FFF;
  }
}

@media screen and (max-width: 768px) {
  .l-side-inner {
    padding: 15px 10px;
  }
}
.l-side-info {
  margin: 12px 0;
  padding: 12px;
  background: #FEF7D3;
}

.l-side-search {
  padding: 15px;
  border: 1px solid #CCC;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .l-side-search {
    padding: 20px 10px;
    border: none;
  }
}

.l-footer {
  margin-top: 30px;
  padding: 50px 0;
  background: #242424;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 0;
  }
}

.l-footer-inner {
  margin: 0 auto;
  width: 960px;
}
.l-footer-inner::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .l-footer-inner {
    width: auto;
  }
}

.c-grid {
  margin: 15px 0;
  display: flex;
}
.c-grid:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .c-grid {
    margin: 0;
    display: block;
  }
}

.c-grid-1 {
  width: 6.5%;
}

.c-grid-2 {
  width: 15%;
}

.c-grid-3 {
  width: 23.5%;
}

.c-grid-4 {
  width: 32%;
}

.c-grid-5 {
  width: 40.5%;
}

.c-grid-6 {
  width: 49%;
}

.c-grid-7 {
  width: 57.5%;
}

.c-grid-8 {
  width: 66%;
}

.c-grid-9 {
  width: 74.5%;
}

.c-grid-10 {
  width: 83%;
}

.c-grid-11 {
  width: 91.5%;
}

.c-grid-1,
.c-grid-2,
.c-grid-3,
.c-grid-4,
.c-grid-5,
.c-grid-6,
.c-grid-7,
.c-grid-8,
.c-grid-9,
.c-grid-10,
.c-grid-11 {
  float: left;
  margin: 0 2% 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-grid-1,
  .c-grid-2,
  .c-grid-3,
  .c-grid-4,
  .c-grid-5,
  .c-grid-6,
  .c-grid-7,
  .c-grid-8,
  .c-grid-9,
  .c-grid-10,
  .c-grid-11 {
    float: none;
    margin: 15px 0;
    width: auto;
  }
}

.c-grid-1:last-child,
.c-grid-2:last-child,
.c-grid-3:last-child,
.c-grid-4:last-child,
.c-grid-5:last-child,
.c-grid-6:last-child,
.c-grid-7:last-child,
.c-grid-8:last-child,
.c-grid-9:last-child,
.c-grid-10:last-child,
.c-grid-11:last-child {
  float: right;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .c-grid-1:last-child,
  .c-grid-2:last-child,
  .c-grid-3:last-child,
  .c-grid-4:last-child,
  .c-grid-5:last-child,
  .c-grid-6:last-child,
  .c-grid-7:last-child,
  .c-grid-8:last-child,
  .c-grid-9:last-child,
  .c-grid-10:last-child,
  .c-grid-11:last-child {
    float: none;
  }
}

.c-grid-row {
  margin: 15px 0;
  display: flex;
}
.c-grid-row:after {
  content: "";
  display: block;
  clear: both;
}

.c-grid-1-row {
  width: 6.5%;
}

.c-grid-2-row {
  width: 15%;
}

.c-grid-3-row {
  width: 23.5%;
}

.c-grid-4-row {
  width: 32%;
}

.c-grid-5-row {
  width: 40.5%;
}

.c-grid-6-row {
  width: 49%;
}

.c-grid-7-row {
  width: 57.5%;
}

.c-grid-8-row {
  width: 66%;
}

.c-grid-9-row {
  width: 74.5%;
}

.c-grid-10-row {
  width: 83%;
}

.c-grid-11-row {
  width: 91.5%;
}

.c-grid-1-row,
.c-grid-2-row,
.c-grid-3-row,
.c-grid-4-row,
.c-grid-5-row,
.c-grid-6-row,
.c-grid-7-row,
.c-grid-8-row,
.c-grid-9-row,
.c-grid-10-row,
.c-grid-11-row {
  float: left;
  margin: 0 2% 0 0;
  box-sizing: border-box;
}

.c-grid-1-row:last-child,
.c-grid-2-row:last-child,
.c-grid-3-row:last-child,
.c-grid-4-row:last-child,
.c-grid-5-row:last-child,
.c-grid-6-row:last-child,
.c-grid-7-row:last-child,
.c-grid-8-row:last-child,
.c-grid-9-row:last-child,
.c-grid-10-row:last-child,
.c-grid-11-row:last-child {
  float: right;
  margin-left: 0;
  margin-right: 0;
}

.c-grid-reverse:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .c-grid-reverse {
    margin: 15px 0;
  }
}

.c-grid-6-reverse,
.c-grid-4-reverse {
  margin: 15px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-grid-6-reverse,
  .c-grid-4-reverse {
    float: left;
    margin: 0 3% 0 0;
  }
  .c-grid-6-reverse:last-child,
  .c-grid-4-reverse:last-child {
    float: right;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-grid-6-reverse {
    width: 48.5%;
  }

  .c-grid-4-reverse {
    width: 31.33%;
  }
}
.c-colorbox {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
}
.c-colorbox *:first-child {
  margin-top: 0;
}
.c-colorbox *:last-child {
  margin-bottom: 0;
}

.c-colorbox__lightblue {
  background: #EEFCFF;
  border: 1px solid #BFF2FF;
}

.c-colorbox__lightgreen {
  background: #F2FFEE;
  border: 1px solid #CFF1CE;
}

.c-colorbox__lightorange {
  background: #FFFBE6;
  border: 1px solid #FFEEA6;
}

.c-colorbox__lightred {
  background: #FFF3F3;
  border: 1px solid #FFDDDD;
}

.c-colorbox__darkgray {
  background: #C3C3C3;
  border-radius: 7px;
}

.c-colorbox__gray {
  background: #F5F5F5;
  border: 1px solid #CCC;
}

.c-colorbox__gray--gradation {
  background: linear-gradient(to bottom, #F2F2F2 0, #FFF 50px);
  border: 1px solid #CCC;
  box-shadow: 0 1px 0 0 white inset;
}

.c-colorbox__white {
  background: #FFF;
  border: 1px solid #CCC;
}

.c-colorbox__red {
  border: 1px solid #FF0000;
}

.c-colorbox__winered {
  background: #FAEFEF;
  border: 1px solid #CC6666;
}

.c-colorbox__vintageframe {
  background: #FFFBE9;
  border: 2px solid #BD9135;
  position: relative;
  z-index: 0;
  padding: 35px;
}
@media screen and (max-width: 768px) {
  .c-colorbox__vintageframe {
    padding: 20px;
  }
}
.c-colorbox__vintageframe::before {
  border: 1px solid #BD9135;
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  margin: auto;
  content: "";
  background: url(../responsive_img/vintageframe_top.png) no-repeat 0 top;
  background-size: contain;
}
.c-colorbox__vintageframe::after {
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  margin: auto;
  content: "";
  background: url(../responsive_img/vintageframe_bottom.png) no-repeat 0 bottom;
  background-size: contain;
}

.c-whitebox {
  padding: 20px;
  background: #FFF;
}

.c-groupbox {
  margin: 30px -10px;
  padding: 0 4px 4px 4px;
  border: 1px solid #1CA8FF;
  background: #1CA8FF;
}

.c-groupbox-red {
  margin: 30px -10px;
  padding: 0 4px 4px 4px;
  border: 1px solid #E60911;
  background: #E60911;
}

.c-groupbox-pink {
  margin: 30px -10px;
  padding: 0 4px 4px 4px;
  border: 1px solid #FF58AB;
  background: #FF58AB;
}

.c-groupbox-yellow {
  margin: 30px -10px;
  padding: 0 4px 4px 4px;
  border: 1px solid #FF9900;
  background: #FF9900;
}

.c-groupbox-green {
  margin: 30px -10px;
  padding: 0 4px 4px 4px;
  border: 1px solid #009900;
  background: #009900;
}

.c-groupbox-black {
  margin: 30px -10px;
  padding: 0 4px 4px 4px;
  border: 1px solid #5C5C5C;
  background: #5C5C5C;
}

.c-btn-tikiservice {
  position: absolute;
  top: 8px;
  right: 10px;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .c-btn-tikiservice {
    right: 4px;
  }
}
.c-btn-tikiservice a {
  position: relative;
  display: inline-block;
  padding-left: 11px;
  font-size: 11px;
  line-height: 1.3em;
  color: #333;
  background: #FFF;
  border: 1px solid #FFF;
  padding: 4px 7px 4px 16px;
}
.c-btn-tikiservice a::before {
  position: absolute;
  top: 0;
  left: 7px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #FF6600;
  box-sizing: border-box;
}

.c-btn-osusume {
  position: absolute;
  top: 8px;
  right: 4px;
  margin: 0 !important;
}
.c-btn-osusume a {
  position: relative;
  display: inline-block;
  padding-left: 11px;
  font-size: 11px;
  line-height: 1.3em;
  color: #333;
  background: #FFF;
  border: 1px solid #FFF;
  padding: 4px 7px 4px 16px;
}
.c-btn-osusume a::before {
  position: absolute;
  top: 0;
  left: 7px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #FF6600;
  box-sizing: border-box;
}

a.c-btn-orange-large,
.c-btn-orange-large {
  display: inline-block;
  min-width: 280px;
  padding: 15px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  border: 1px solid #FF3600;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
  background: linear-gradient(to bottom, #FF7300 0%, #FF3600 100%);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px;
}
a.c-btn-orange-large:hover,
.c-btn-orange-large:hover {
  border: 1px solid #CC0000;
  background: linear-gradient(to bottom, #FF0000 0%, #CC0000 100%);
}
@media screen and (max-width: 768px) {
  a.c-btn-orange-large,
  .c-btn-orange-large {
    width: 100%;
  }
}

a.c-btn-yellow-large,
.c-btn-yellow-large {
  display: inline-block;
  min-width: 280px;
  padding: 15px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  text-align: center;
  border: 1px solid #E6AF1B;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
  background: linear-gradient(to bottom, #FFEAA1 0%, #FFD643 100%);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
}
a.c-btn-yellow-large:hover,
.c-btn-yellow-large:hover {
  background: linear-gradient(to bottom, #FFDF71 0%, #F9C000 100%);
}
@media screen and (max-width: 768px) {
  a.c-btn-yellow-large,
  .c-btn-yellow-large {
    width: 100%;
  }
}

a.c-btn-gray-large, a.c-btn-grayout-large,
.c-btn-gray-large,
.c-btn-grayout-large {
  display: inline-block;
  min-width: 280px;
  padding: 15px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  text-align: center;
  border: 1px solid #CCC;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
  background: linear-gradient(to bottom, #F5F5F5 0%, #E5E5E5 100%);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
}
a.c-btn-gray-large:hover, a.c-btn-grayout-large:hover,
.c-btn-gray-large:hover,
.c-btn-grayout-large:hover {
  background: linear-gradient(to bottom, #EEE 0%, #DDD 100%);
}
@media screen and (max-width: 768px) {
  a.c-btn-gray-large, a.c-btn-grayout-large,
  .c-btn-gray-large,
  .c-btn-grayout-large {
    width: 100%;
  }
}

.c-btn-grayout-large {
  cursor: default;
  color: #999;
}
.c-btn-grayout-large:hover {
  background: linear-gradient(to bottom, #F5F5F5 0%, #E5E5E5 100%);
}

a.c-btn-gray,
.c-btn-gray {
  position: relative;
  display: inline-block;
  min-width: 127px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #333;
  text-align: center;
  text-decoration: none;
  border: 1px solid #666;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  background: linear-gradient(to bottom, #FAFAFA 0%, #EEE 100%);
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.1) inset;
}
a.c-btn-gray:hover,
.c-btn-gray:hover {
  background: linear-gradient(to bottom, #EEE 0%, #DDD 100%);
  box-shadow: none;
}
a.c-btn-gray::before,
.c-btn-gray::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #333;
  box-sizing: border-box;
}

a.c-btn-yellow,
.c-btn-yellow {
  position: relative;
  display: inline-block;
  min-width: 127px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #333;
  text-align: center;
  text-decoration: none;
  border: 1px solid #666;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  background: linear-gradient(to bottom, #FFFBE8 0%, #FFF2C1 100%);
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.1) inset;
}
a.c-btn-yellow:hover,
.c-btn-yellow:hover {
  background: linear-gradient(to bottom, #FFE68E 0%, #FFD93E 100%);
  box-shadow: none;
}
a.c-btn-yellow::before,
.c-btn-yellow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #333;
  box-sizing: border-box;
}

a.c-btn-orange,
.c-btn-orange {
  position: relative;
  display: inline-block;
  min-width: 127px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  background: linear-gradient(to bottom, #FFAA00 0%, #FF6900 100%);
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.1) inset;
}
a.c-btn-orange:hover,
.c-btn-orange:hover {
  background: linear-gradient(to bottom, #FF4600 0%, #EC0100 100%);
  box-shadow: none;
}
a.c-btn-orange::before,
.c-btn-orange::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #FFF;
  box-sizing: border-box;
}

a.c-btn-blue,
.c-btn-blue {
  position: relative;
  display: inline-block;
  min-width: 127px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  background: linear-gradient(to bottom, #00B6F4 0%, #0069CC 100%);
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.1) inset;
}
a.c-btn-blue:hover,
.c-btn-blue:hover {
  background: linear-gradient(to bottom, #0092C3 0%, #0054A3 100%);
  box-shadow: none;
}
a.c-btn-blue::before,
.c-btn-blue::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #FFF;
  box-sizing: border-box;
}

a.c-btn-green,
.c-btn-green {
  position: relative;
  display: inline-block;
  min-width: 127px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  background: linear-gradient(to bottom, #00B500 0%, #008A00 100%);
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.1) inset;
}
a.c-btn-green:hover,
.c-btn-green:hover {
  background: linear-gradient(to bottom, #009B00 0%, #006A00 100%);
  box-shadow: none;
}
a.c-btn-green::before,
.c-btn-green::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #FFF;
  box-sizing: border-box;
}

a.c-btn-apply__side {
  display: block;
  padding: 23px 15px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #555;
  border-radius: 5px;
  background: linear-gradient(to bottom, #FFBD00 0%, #FF8900 50%, #FF7300 50%, #FF8C00 100%);
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3) inset;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
}
a.c-btn-apply__side:hover {
  background: linear-gradient(to bottom, #FF9600 0%, #FF6A00 50%, #FF3900 50%, #FF7000 100%);
}
@media screen and (max-width: 768px) {
  a.c-btn-apply__side {
    padding: 15px;
  }
}

a.c-btn-yellow2 {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #333;
  text-align: center;
  text-decoration: none;
  border: 1px solid #E6AF1B;
  background: linear-gradient(to bottom, #FFEAA1 0%, #FFD643 100%);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
}
@media screen and (max-width: 768px) {
  a.c-btn-yellow2 {
    padding: 12px;
    font-size: 18px;
    line-height: 1.3em;
  }
}
a.c-btn-yellow2:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}
a.c-btn-yellow2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  width: 16px;
  height: 16px;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
}
a.c-btn-yellow2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  margin: auto;
  content: "";
  width: 4px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 4px solid #333;
  box-sizing: border-box;
}

.p-logo {
  margin-top: 26px;
}
.p-logo img {
  width: 104px;
}
@media screen and (max-width: 768px) {
  .p-logo {
    margin-top: 10px;
  }
}

.p-anniversary {
  position: absolute;
  top: 16px;
  left: 132px;
}
@media screen and (max-width: 768px) {
  .p-anniversary {
    top: 10px;
    left: 122px;
    width: 49px;
  }
}

.p-header-top-banner {
  position: absolute;
  top: 20px;
  left: 229px;
}
@media screen and (max-width: 768px) {
  .p-header-top-banner {
    position: static;
    margin-top: 27px;
    text-align: center;
  }
}

.p-header-banner {
  position: absolute;
  top: 20px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-header-banner {
    position: static;
    margin-top: 27px;
    text-align: center;
  }
}

.p-mark {
  float: right;
  display: table;
  background: #FFF;
  padding: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-mark {
    float: none;
    margin: 30px auto 0 auto;
  }
}
.p-mark li {
  display: table-cell;
}
.p-mark li:first-child {
  padding-right: 12px;
  border-right: 1px dotted #CCC;
}
.p-mark li:last-child {
  padding-left: 12px;
}

.p-copyright {
  padding-top: 30px;
  clear: both;
  text-align: center;
  color: #CCC;
}
@media screen and (max-width: 768px) {
  .p-copyright {
    padding: 25px 0;
  }
}

.p-pagetop {
  position: fixed;
  z-index: 500;
  right: 10px;
  bottom: 10px;
  display: none;
}
.p-pagetop a {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}
.p-pagetop a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.p-pagetop a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 11px;
  height: 11px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .p-toggle {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 44px;
    height: 44px;
    padding-top: 13px;
    cursor: pointer;
    z-index: 100;
    background: #FF9900;
    box-sizing: border-box;
    border-radius: 50%;
  }
  .p-toggle span {
    display: block;
    width: 24px;
    height: 4px;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #FFF;
  }
  .p-toggle span:nth-of-type(2), .p-toggle span:nth-of-type(3) {
    margin-top: 4px;
  }

  .navOpen .p-toggle {
    background: #02A1E8;
  }

  .navOpen .p-toggle span:nth-of-type(1) {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
  }

  .navOpen .p-toggle span:nth-of-type(2) {
    opacity: 0;
  }

  .navOpen .p-toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
  }
}
.p-skeleton-nav {
  position: absolute;
  right: 0;
  top: 20px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 12px 0 0 28px;
  width: 235px;
  height: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-skeleton-nav {
    display: none;
  }
}
.p-skeleton-nav li {
  float: left;
  font-size: 11px;
  line-height: 1.8em;
}
.p-skeleton-nav li:nth-child(odd) {
  clear: left;
  margin-right: 25px;
}
.p-skeleton-nav li a {
  position: relative;
  padding-left: 10px;
}
.p-skeleton-nav li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #FF6600;
  box-sizing: border-box;
}

.p-pickup-nav {
  margin: 20px auto;
  width: 960px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-pickup-nav {
    display: none;
  }
}
.p-pickup-nav li {
  margin: 0 30px;
}
.p-pickup-nav li a {
  position: relative;
  padding-left: 10px;
}
.p-pickup-nav li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #FF6600;
  box-sizing: border-box;
}

.p-utility-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-utility-nav {
    position: static;
    margin: 10px 0;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.p-utility-nav li {
  float: left;
  list-style: none;
  font-size: 11px;
  line-height: 1.6em;
  margin-right: 20px;
}
.p-utility-nav li:last-child {
  margin-right: 0;
}
.p-utility-nav li a {
  position: relative;
  padding-left: 10px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-utility-nav li a {
    color: #0066CC;
  }
}
.p-utility-nav li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #FF9900;
  box-sizing: border-box;
}

.p-tikiservice-nav {
  background: #FFF;
}
.p-tikiservice-nav li {
  position: relative;
}
.p-tikiservice-nav li a {
  position: relative;
  display: block;
  padding: 17px 60px 17px 10px;
  font-size: 14px;
  line-height: 1.5em;
  color: #333;
  text-decoration: none;
  border-top: 1px solid #EEE;
}
.p-tikiservice-nav li a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #BBB;
  border-right: 2px solid #BBB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-tikiservice-nav > li > ul {
  display: none;
}
.p-tikiservice-nav > li:first-child > a {
  border-top: none;
}
.p-tikiservice-nav li ul li a {
  border-top: 1px solid #EEE;
  background: #F9F9F9;
}

.p-tikiservice-nav__smp {
  padding-left: 65px;
  background: url(../img_top/icon_ts_smp.png) no-repeat 0 center;
  background-size: 45px;
}
.p-tikiservice-nav__smp dt {
  font-size: 17px;
  line-height: 1.6em;
  font-weight: bold;
  color: #F29200;
}
.p-tikiservice-nav__smp dd {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.6em;
}

.p-tikiservice-nav__mobile {
  padding-left: 65px;
  background: url(../img_top/icon_ts_mobile.png) no-repeat 3px center;
  background-size: 45px;
}
.p-tikiservice-nav__mobile dt {
  font-size: 17px;
  line-height: 1.6em;
  font-weight: bold;
  color: #0C9613;
}
.p-tikiservice-nav__mobile dd {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.6em;
}

.p-tikiservice-nav__hikari {
  padding-left: 65px;
  background: url(../img_top/icon_ts_hikari.png) no-repeat 7px center;
  background-size: 45px;
}
.p-tikiservice-nav__hikari dt {
  font-size: 17px;
  line-height: 1.6em;
  font-weight: bold;
  color: #1159AA;
}
.p-tikiservice-nav__hikari dd {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.6em;
}

.p-tikiservice-nav__adsl {
  padding-left: 65px;
  background: url(../img_top/icon_ts_adsl.png) no-repeat 3px center;
  background-size: 45px;
}
.p-tikiservice-nav__adsl dt {
  font-size: 17px;
  line-height: 1.6em;
  font-weight: bold;
  color: #DF060C;
}
.p-tikiservice-nav__adsl dd {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.6em;
}

.is-tikiservice-nav-toggle {
  position: absolute;
  top: 31px;
  right: 10px;
  width: 41px;
  height: 41px;
  background: #FFF;
  border: 1px solid #999;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
}
.is-tikiservice-nav-toggle::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 15px;
  height: 3px;
  background: #999;
}
.is-tikiservice-nav-toggle::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 3px;
  height: 15px;
  background: #999;
}
.is-tikiservice-nav-toggle.ac-active::after {
  display: none;
}

.p-icon-nav {
  margin: -12px 0 12px 0;
}
@media screen and (max-width: 768px) {
  .p-icon-nav {
    margin: 0;
  }
}
.p-icon-nav li {
  padding: 13px 0;
  border-bottom: 1px dotted #CCC;
}
@media screen and (max-width: 768px) {
  .p-icon-nav li {
    padding: 0;
    border-bottom: none;
  }
}
.p-icon-nav li a {
  display: inline-block;
  padding-left: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-icon-nav li a {
    position: relative;
    display: block;
    padding: 17px 30px 17px 42px;
    font-size: 14px;
    line-height: 1.5em;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #EEE;
  }
  .p-icon-nav li a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #BBB;
    border-right: 2px solid #BBB;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.p-icon-nav .security a {
  background: url(../img_top/icon_security.png) no-repeat left center;
}
@media screen and (max-width: 768px) {
  .p-icon-nav .security a {
    background-position: 10px center;
  }
}
.p-icon-nav .mail a {
  background: url(../img_top/icon_mail.png) no-repeat left center;
}
@media screen and (max-width: 768px) {
  .p-icon-nav .mail a {
    background-position: 10px center;
  }
}
.p-icon-nav .storage a {
  background: url(../img_top/icon_storage.png) no-repeat left center;
}
@media screen and (max-width: 768px) {
  .p-icon-nav .storage a {
    background-position: 10px center;
  }
}
.p-icon-nav .phone a {
  background: url(../img_top/icon_phone.png) no-repeat left center;
}
@media screen and (max-width: 768px) {
  .p-icon-nav .phone a {
    background-position: 10px center;
  }
}
.p-icon-nav .homepage a {
  background: url(../img_top/icon_homepage.png) no-repeat left center;
}
@media screen and (max-width: 768px) {
  .p-icon-nav .homepage a {
    background-position: 10px center;
  }
}

@media screen and (max-width: 768px) {
  .p-social-nav {
    display: none;
  }
}
.p-social-nav li {
  margin-bottom: 10px;
}
.p-social-nav li:last-child {
  margin-bottom: 0;
}
.p-social-nav li img {
  margin-right: 10px;
  vertical-align: middle;
}

.p-topicpath {
  padding: 7px 10px;
  border-bottom: 1px dotted #CCC;
  overflow: hidden;
}
.p-topicpath li {
  float: left;
  list-style: none;
  margin-right: 10px;
  padding-right: 12px;
  position: relative;
  font-size: 12px;
  line-height: 1.5em;
}
.p-topicpath li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #BBB;
  border-right: 1px solid #BBB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-topicpath li:last-child::after {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-main-nav > li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #CCC;
  }
  .p-main-nav > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .p-main-nav > li > span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5em;
    padding-left: 18px;
  }
  .p-main-nav > li > span::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    background: #02A1E8;
    border-radius: 50%;
  }
  .p-main-nav > li > span::after {
    position: absolute;
    top: 6px;
    left: 5px;
    content: "";
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #FFF;
    box-sizing: border-box;
  }
  .p-main-nav > li > a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5em;
    padding-left: 18px;
  }
  .p-main-nav > li > a::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    background: #02A1E8;
    border-radius: 50%;
  }
  .p-main-nav > li > a::after {
    position: absolute;
    top: 6px;
    left: 5px;
    content: "";
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #FFF;
    box-sizing: border-box;
  }
  .p-main-nav > li ul {
    margin-top: 4px;
    padding-left: 18px;
  }
  .p-main-nav > li ul li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5em;
    padding-left: 11px;
  }
  .p-main-nav > li ul li a::before {
    position: absolute;
    top: 0.5em;
    left: 0;
    content: "";
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #333;
    box-sizing: border-box;
  }

  .p-sub-nav__arrow1 > li {
    margin-bottom: 3px;
  }
  .p-sub-nav__arrow1 > li:last-child {
    margin-bottom: 0;
  }
  .p-sub-nav__arrow1 > li > span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5em;
    padding-left: 18px;
  }
  .p-sub-nav__arrow1 > li > span::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    background: #02A1E8;
    border-radius: 50%;
  }
  .p-sub-nav__arrow1 > li > span::after {
    position: absolute;
    top: 6px;
    left: 5px;
    content: "";
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #FFF;
    box-sizing: border-box;
  }
  .p-sub-nav__arrow1 > li > a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5em;
    padding-left: 18px;
  }
  .p-sub-nav__arrow1 > li > a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 12px;
    height: 12px;
    background: #02A1E8;
    border-radius: 50%;
  }
  .p-sub-nav__arrow1 > li > a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    content: "";
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #FFF;
    box-sizing: border-box;
  }
  .p-sub-nav__arrow1 > li ul {
    margin-top: 4px;
    padding-left: 18px;
  }
  .p-sub-nav__arrow1 > li ul li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5em;
    padding-left: 11px;
  }
  .p-sub-nav__arrow1 > li ul li a::before {
    position: absolute;
    top: 0.5em;
    left: 0;
    content: "";
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #333;
    box-sizing: border-box;
  }

  .p-sub-nav__arrow2 li {
    margin-bottom: 3px;
  }
  .p-sub-nav__arrow2 li:last-child {
    margin-bottom: 0;
  }
  .p-sub-nav__arrow2 li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5em;
    padding-left: 11px;
  }
  .p-sub-nav__arrow2 li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #333;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .p-main-nav,
  .p-sub-nav__arrow1,
  .p-sub-nav__arrow2 {
    overflow: hidden;
  }
  .p-main-nav li,
  .p-sub-nav__arrow1 li,
  .p-sub-nav__arrow2 li {
    margin-top: -1px;
  }
  .p-main-nav li > span,
  .p-sub-nav__arrow1 li > span,
  .p-sub-nav__arrow2 li > span {
    display: block;
    padding: 17px 30px 17px 10px;
    font-size: 14px;
    line-height: 1.5em;
    border-top: 1px solid #EEE;
  }
  .p-main-nav li a,
  .p-sub-nav__arrow1 li a,
  .p-sub-nav__arrow2 li a {
    position: relative;
    display: block;
    padding: 17px 30px 17px 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #333;
    text-decoration: none;
    border-top: 1px solid #EEE;
  }
  .p-main-nav li a::after,
  .p-sub-nav__arrow1 li a::after,
  .p-sub-nav__arrow2 li a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #BBB;
    border-right: 2px solid #BBB;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p-main-nav li ul li a,
  .p-sub-nav__arrow1 li ul li a,
  .p-sub-nav__arrow2 li ul li a {
    padding: 17px 30px 17px 2em;
  }

  .p-main-nav__border-top,
  .p-sub-nav__border-top {
    border-top: 1px solid #EEE;
  }

  .p-main-nav__border-bottom,
  .p-sub-nav__border-bottom {
    border-bottom: 1px solid #EEE;
  }
}
article.entry .p-page-nav {
  margin: 30px -10px;
  padding: 0;
  display: table;
  width: 103%;
}
article.entry .p-page-nav li {
  display: table-cell;
}
article.entry .p-page-nav li a {
  display: block;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
  border: 1px solid #333;
  border-left: none;
  background: linear-gradient(to bottom, #5B5B5B 0%, #535353 50%, #444 50%, #333 100%);
}
@media screen and (max-width: 768px) {
  article.entry .p-page-nav li a {
    padding: 12px 5px;
    font-size: 12px;
    line-height: 1.3em;
  }
}
article.entry .p-page-nav li a:hover {
  opacity: 0.9;
}
article.entry .p-page-nav li:first-child a {
  border-radius: 5px 0 0 5px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  border-left: 1px solid #333;
}
article.entry .p-page-nav li:last-child a {
  border-radius: 0 5px 5px 0;
}

article.entry .p-page-nav__darkblue li a {
  border: 1px solid #233263;
  border-left: none;
  background: linear-gradient(to bottom, #415CBA 0%, #31458C 50%, #273872 50%, #233263 100%);
}
article.entry .p-page-nav__darkblue li:first-child a {
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  border-left: 1px solid #233263;
}

article.entry .p-page-nav__blue li a {
  border: 1px solid #022C96;
  border-left: none;
  background: linear-gradient(to bottom, #0062F7 0%, #014ACD 50%, #0234B8 50%, #022C96 100%);
}
article.entry .p-page-nav__blue li:first-child a {
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  border-left: 1px solid #022C96;
}

article.entry .p-page-nav__lightblue li a {
  border: 1px solid #02A1E8;
  border-left: none;
  background: linear-gradient(to bottom, #6ED3FE 0%, #3AC3FE 50%, #17B8FD 50%, #02A1E8 100%);
}
article.entry .p-page-nav__lightblue li:first-child a {
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  border-left: 1px solid #02A1E8;
}

article.entry .p-page-nav__orange li a {
  border: 1px solid #FF6600;
  border-left: none;
  background: linear-gradient(to bottom, #FFA31B 0%, #FF820D 50%, #FF7315 50%, #FF6600 100%);
}
article.entry .p-page-nav__orange li:first-child a {
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  border-left: 1px solid #FF6600;
}

article.entry .p-page-nav__pink li a {
  border: 1px solid #F03354;
  border-left: none;
  background: linear-gradient(to bottom, #EF788F 0%, #F15873 50%, #F14462 50%, #F03354 100%);
}
article.entry .p-page-nav__pink li:first-child a {
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  border-left: 1px solid #F03354;
}

article.entry .p-anchor-nav {
  display: table;
  margin: 30px -10px;
  padding: 0;
  width: 103%;
  border-top: 1px solid #BBB;
  border-left: 1px solid #BBB;
}
@media screen and (max-width: 768px) {
  article.entry .p-anchor-nav {
    display: flex;
    flex-wrap: wrap;
    width: auto;
  }
}
article.entry .p-anchor-nav li {
  display: table-cell;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  padding: 9px;
  text-align: center;
  list-style: none;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  article.entry .p-anchor-nav li {
    width: 50%;
    text-align: left;
  }
}
article.entry .p-anchor-nav li a {
  text-align: left;
  line-height: 1.5em;
  display: inline-block;
  padding-left: 16px;
  background: url(../responsive_img/icon_arrow_orange12px.gif) no-repeat 0 3px;
}

article.entry .p-local-nav {
  display: flex;
  margin: 0 -10px;
  padding: 0;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  article.entry .p-local-nav {
    flex-wrap: wrap;
  }
}
article.entry .p-local-nav li {
  list-style: none;
  width: 100%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  article.entry .p-local-nav li {
    width: 50%;
  }
}
article.entry .p-local-nav li a {
  position: relative;
  display: block;
  padding: 13px;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #555 0%, #111 100%);
  background-color: #111;
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}
article.entry .p-local-nav li a:hover {
  background: #333;
}
article.entry .p-local-nav li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  width: 16px;
  height: 16px;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
}
article.entry .p-local-nav li a::after {
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 14px;
  margin: auto;
  content: "";
  width: 3px;
  height: 5px;
  border: 3px solid transparent;
  border-left: 5px solid #333;
  box-sizing: border-box;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

article.entry .p-tab-nav {
  position: relative;
  margin: 0 -10px;
  padding: 0;
  display: flex;
}
article.entry .p-tab-nav::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #999;
}
article.entry .p-tab-nav li {
  width: 100%;
  margin: 0 5px;
  list-style: none;
}
article.entry .p-tab-nav li:first-child {
  margin-left: 10px;
}
article.entry .p-tab-nav li:last-child {
  margin-right: 10px;
}
article.entry .p-tab-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  padding: 15px 10px 18px 10px;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  cursor: pointer;
  color: #333;
  text-decoration: none;
  background: linear-gradient(to bottom, #F9F9F9 0%, #EEE 100%);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset;
  box-sizing: border-box;
}
article.entry .p-tab-nav li.active {
  z-index: 1;
}
article.entry .p-tab-nav li.active a {
  cursor: default;
  background: linear-gradient(to bottom, #EEE 0%, #FFF 100%);
}

.p-footer-nav {
  width: 266px;
  float: left;
}
@media screen and (max-width: 768px) {
  .p-footer-nav {
    width: auto;
    float: none;
  }
}
.p-footer-nav li {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-footer-nav li {
    margin-bottom: 0;
  }
}
@media print {
  .p-footer-nav li a {
    color: #CCC;
  }
}
@media screen and (min-width: 769px) {
  .p-footer-nav li a {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    font-size: 12px;
    line-height: 1.5em;
    color: #CCC;
  }
  .p-footer-nav li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #FF9900;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-nav li a {
    position: relative;
    display: block;
    padding: 15px 30px 15px 10px;
    font-size: 12px;
    line-height: 1.5em;
    color: #CCC;
    text-decoration: none;
    border-bottom: 1px solid #333;
  }
  .p-footer-nav li a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.p-flow-nav {
  width: 960px;
  margin: 0 -10px !important;
  padding: 0 !important;
  display: table;
  table-layout: fixed;
  background: #005073;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-flow-nav {
    width: 105%;
  }
}
.p-flow-nav li {
  display: table-cell;
  vertical-align: middle;
  padding: 18px 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4em;
  color: #FFF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow-nav li {
    padding: 12px 8px;
  }
}
.p-flow-nav li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  margin: auto;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}
.p-flow-nav li:first-child::before {
  content: none;
}
.p-flow-nav li.on {
  font-weight: bold;
  color: #FFCC00;
}

.p-mainvisual {
  position: relative;
  float: left;
}
@media screen and (max-width: 768px) {
  .p-mainvisual {
    float: none;
  }
}
.p-mainvisual li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.p-mainvisual li a:hover img {
  opacity: 1;
}

.mainvisual-btns_tabs {
  width: 229px;
  float: right;
}
@media screen and (max-width: 768px) {
  .mainvisual-btns_tabs {
    width: auto;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    bottom: -23px;
    left: 0;
    right: 0;
  }
}
.mainvisual-btns_tabs li {
  background: #000;
  border-bottom: 1px solid #FFF;
}
.mainvisual-btns_tabs li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .mainvisual-btns_tabs li {
    background: none;
    border-bottom: none;
    margin: 0 7px;
  }
}
.mainvisual-btns_tabs li a {
  display: block;
  outline: 0;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0.7;
}
.mainvisual-btns_tabs li a:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .mainvisual-btns_tabs li a {
    background: #DDD !important;
    border-radius: 50%;
    opacity: 1;
  }
}
.mainvisual-btns_tabs li:nth-child(1) a {
  background-image: url(../img_top/btn_01.png);
  width: 229px;
  height: 76px;
}
@media screen and (max-width: 768px) {
  .mainvisual-btns_tabs li:nth-child(1) a {
    width: 12px;
    height: 12px;
  }
}
.mainvisual-btns_tabs li:nth-child(2) a {
  background-image: url(../img_top/btn_02.png);
  width: 229px;
  height: 76px;
}
@media screen and (max-width: 768px) {
  .mainvisual-btns_tabs li:nth-child(2) a {
    width: 12px;
    height: 12px;
  }
}
.mainvisual-btns_tabs li:nth-child(3) a {
  background-image: url(../img_top/btn_03.png);
  width: 229px;
  height: 77px;
}
@media screen and (max-width: 768px) {
  .mainvisual-btns_tabs li:nth-child(3) a {
    width: 12px;
    height: 12px;
  }
}
.mainvisual-btns_tabs li.mainvisual-btns_here a {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .mainvisual-btns_tabs li.mainvisual-btns_here a {
    background: #1CA8FF !important;
  }
}

.p-campaign-banner {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.p-campaign-banner li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.p-campaign-banner li a:hover img {
  opacity: 1;
}

.campaign-btns_tabs {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign-btns_tabs li {
  margin: 0 7px;
}
.campaign-btns_tabs li a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: #DDD !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.campaign-btns_tabs li.campaign-btns_here a {
  cursor: default;
}
@media screen and (max-width: 768px) {
  .campaign-btns_tabs li.campaign-btns_here a {
    background: #1CA8FF !important;
  }
}

.p-slide-banner {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 -10px !important;
  padding: 0 !important;
}
.p-slide-banner li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  list-style: none !important;
}
.p-slide-banner li img {
  width: 100%;
}
.p-slide-banner li a:hover img {
  opacity: 1;
}

.banner-btns_tabs {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-btns_tabs li {
  margin: 0 7px;
  list-style: none !important;
}
.banner-btns_tabs li a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: #DDD;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.banner-btns_tabs li.banner-btns_here a {
  cursor: default;
  background: #1CA8FF;
}

.mainvisual-btns_nav,
.campaign-btns_nav,
.banner-btns_nav {
  display: none;
}

.p-tikiservice {
  display: flex;
  margin: 0 -5px;
}
@media screen and (max-width: 768px) {
  .p-tikiservice {
    display: block;
    margin: 0;
  }
}
.p-tikiservice > li {
  width: 25%;
  margin: 0 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-tikiservice > li {
    width: auto;
    margin: 0 0 10px 0;
  }
  .p-tikiservice > li:last-child {
    margin-bottom: 0;
  }
}
.p-tikiservice > li dl {
  border: 3px solid #FFF;
  background: #FFF;
  border-radius: 6px;
  overflow: hidden;
}
.p-tikiservice > li dl dt {
  position: relative;
  padding: 12px;
  font-size: 17px;
  line-height: 1.2em;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}
.p-tikiservice > li dl dt::after {
  content: "";
  margin: auto;
  position: absolute;
  top: -6px;
  bottom: 0;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.p-tikiservice > li dl dd:first-of-type {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  border: 3px solid #FFF;
  border-top: 1px solid #FFF;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-tikiservice > li dl dd:first-of-type {
    position: static;
    border: 0;
    border-radius: 0;
    background: #FFF;
  }
}
.p-tikiservice > li dl dd:last-of-type {
  padding: 18px 0 14px 60px;
  font-size: 11px;
  line-height: 1.6em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-tikiservice > li dl dd:last-of-type {
    padding: 20px 15px 16px 60px;
    font-size: 13px;
    line-height: 1.6em;
  }
}

.p-tikiservice-smp dt, .p-tikiservice-smp dd:first-of-type {
  background: #F29200;
}
.p-tikiservice-smp dd:last-of-type {
  background: url(../img_top/icon_ts_smp.png) no-repeat 4px center;
  background-size: 43px 43px;
}

.p-tikiservice-mobile dt, .p-tikiservice-mobile dd:first-of-type {
  background: #0C9613;
}
.p-tikiservice-mobile dd:last-of-type {
  background: url(../img_top/icon_ts_mobile.png) no-repeat 7px center;
  background-size: 43px 43px;
}

.p-tikiservice-hikari dt, .p-tikiservice-hikari dd:first-of-type {
  background: #1159AA;
}
.p-tikiservice-hikari dd:last-of-type {
  background: url(../img_top/icon_ts_hikari.png) no-repeat 8px 8px;
  background-size: 42px 42px;
}
@media screen and (max-width: 768px) {
  .p-tikiservice-hikari dd:last-of-type {
    background: url(../img_top/icon_ts_hikari.png) no-repeat 10px center;
    background-size: 42px 42px;
  }
}

.p-tikiservice-adsl dt, .p-tikiservice-adsl dd:first-of-type {
  background: #DF060C;
}
.p-tikiservice-adsl dd:last-of-type {
  background: url(../img_top/icon_ts_adsl.png) no-repeat 7px center;
  background-size: 43px 43px;
}

.p-tikiservice-content__list {
  padding: 16px 12px;
}
@media screen and (max-width: 768px) {
  .p-tikiservice-content__list {
    padding: 0;
  }
}
.p-tikiservice-content__list li {
  margin-bottom: 6px;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .p-tikiservice-content__list li {
    margin-bottom: 0;
  }
}
.p-tikiservice-content__list li:last-child {
  margin-bottom: 0;
}
.p-tikiservice-content__list li a {
  font-size: 12px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-tikiservice-content__list li a {
    position: relative;
    display: block;
    padding: 18px 12px;
    font-size: 14px;
    line-height: 1.3em;
    color: #333;
    border-bottom: 1px solid #EEE;
  }
  .p-tikiservice-content__list li a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #BBB;
    border-right: 2px solid #BBB;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.p-tikiservice-content__list li ul {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .p-tikiservice-content__list li ul {
    margin-top: 0;
  }
}
.p-tikiservice-content__list li ul li a {
  position: relative;
  padding-left: 17px;
}
@media screen and (max-width: 768px) {
  .p-tikiservice-content__list li ul li a {
    padding-left: 24px;
  }
}
.p-tikiservice-content__list li ul li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #FFF;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-tikiservice-content__list li ul li a::before {
    left: 0;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #FFF;
  }
}

.p-tikiservice-more {
  padding: 10px 12px;
  text-align: right;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-tikiservice-more {
    padding: 0;
    text-align: left;
  }
}
.p-tikiservice-more a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.3em;
  color: #FFF;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .p-tikiservice-more a {
    display: block;
    padding: 18px 12px;
    font-size: 14px;
    line-height: 1.3em;
    color: #333;
    background: #EEE;
  }
}
@media screen and (max-width: 768px) {
  .p-tikiservice-more a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #BBB;
    border-right: 2px solid #BBB;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.p-jword-search-all__tab {
  display: table;
  width: 100%;
}
.p-jword-search-all__tab li {
  display: table-cell;
  width: 33%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-bottom: none;
  box-sizing: border-box;
}
.p-jword-search-all__tab li:last-child {
  border-right: 1px solid #CCC;
}
.p-jword-search-all__tab li a {
  position: relative;
  display: block;
  padding: 6px;
  background: linear-gradient(to bottom, #F7F7F7 0, #EEE 100%);
  box-shadow: 0 1px 0 0 white inset;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.p-jword-search-all__tab li.act a {
  background: #FFF;
  border-bottom: 1px solid #FFF;
  cursor: default;
}
.p-jword-search-all__inner {
  margin-top: -1px;
  padding: 15px;
  background: #FFF;
  border: 1px solid #CCC;
  overflow: hidden;
}
.p-jword-search-all__text {
  display: table;
}
.p-jword-search-all__text li {
  display: table-cell;
  vertical-align: middle;
}
.p-jword-search-all__text li:first-child {
  width: 100%;
}
.p-jword-search-all__text li input[type=text] {
  margin: 0;
  padding: 6px;
  width: 100%;
}
.p-jword-search-all__text li input[type=submit] {
  background: #666;
  border: 0;
  color: #FFF;
  margin-left: 5px;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.p-jword-search-all__text li input[type=submit]:hover {
  background: #777;
}

/************************************************/
.p-btn-apply__side {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-btn-apply__side {
    margin-bottom: 0;
    padding: 20px 10px;
    background: #FFF7BB;
  }
}

.p-area-button {
  overflow: hidden;
}
.p-area-button dt {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-area-button dt {
    font-size: 12px;
    line-height: 1.5em;
  }
}
.p-area-button dd {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.p-area-button dd:first-of-type {
  padding-right: 5px;
}
.p-area-button dd:last-of-type {
  padding-left: 5px;
}
.p-area-button dd a {
  display: block;
  width: 100%;
  padding: 8px;
  background: #EEE;
  box-sizing: border-box;
  border-radius: 4px;
  color: #333;
  text-align: center;
}
.p-area-button dd a:hover {
  text-decoration: none;
  background: #DDD;
}
@media screen and (max-width: 768px) {
  .p-area-button dd a {
    padding: 13px;
    font-size: 14px;
    line-height: 1.3em;
  }
}

.p-area-search {
  margin: 10px 0;
}
.p-area-search th {
  padding-bottom: 3px;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: normal;
  color: #999;
}
.p-area-search td {
  padding: 0 1px;
}
.p-area-search td input[type=text] {
  padding: 2px;
  border: 1px solid #999;
  outline: none;
}
@media screen and (max-width: 768px) {
  .p-area-search td input[type=text] {
    padding: 6px;
  }
}
.p-area-search td input[type=submit] {
  padding: 3px 6px;
  color: #FFF;
  border: 0;
  background: #666;
  border-radius: 3px;
  cursor: pointer;
}
.p-area-search td input[type=submit]:hover {
  background: #777;
}
@media screen and (max-width: 768px) {
  .p-area-search td input[type=submit] {
    padding: 7px 10px;
  }
}

.p-area-search__w1 {
  width: 38px;
  border-radius: 0 !important;
}

.p-area-search__w2 {
  width: 15px;
  border-radius: 0 !important;
}

.p-side-note {
  font-size: 11px;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  .p-side-banner {
    display: none;
  }
}
.p-side-banner li {
  margin: 0 0 10px 0;
}
.p-side-banner li:last-child {
  margin: 0;
}

.p-info__txt {
  font-size: 11px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-info__number a {
  display: inline-block;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: bold;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 27px;
  background: url(../responsive_img/icon_freeaccess.png) no-repeat 0 center;
  background-size: 24px 24px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-info__number a {
    font-size: 28px;
    line-height: 1.3em;
  }
}

.p-info__note {
  font-size: 10px;
  line-height: 1.5em;
  color: #777;
}
.p-info__note li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.p-info__note li:last-child {
  margin-bottom: 0;
}

.p-jword-search__tab {
  margin-bottom: 7px;
  overflow: hidden;
}
.p-jword-search__tab li {
  float: left;
  font-size: 12px;
  line-height: 1.2em;
}
.p-jword-search__tab li:first-child {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #CCC;
}
.p-jword-search__tab li.act a {
  color: #666;
  cursor: default;
  text-decoration: none;
  font-weight: bold;
}

.p-jword-search__text {
  display: table;
  width: 100%;
}
.p-jword-search__text li {
  display: table-cell;
}
.p-jword-search__text li:first-child {
  padding-right: 3px;
  width: 100%;
}
.p-jword-search__text li input[type=text] {
  padding: 4px;
  border: 1px solid #AAA;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .p-jword-search__text li input[type=text] {
    padding: 8px;
  }
}
.p-jword-search__text li input[type=submit] {
  padding: 5px 10px;
  color: #FFF;
  border: 0;
  background: #666;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
}
.p-jword-search__text li input[type=submit]:hover {
  background: #777;
}
@media screen and (max-width: 768px) {
  .p-jword-search__text li input[type=submit] {
    padding: 10px 12px;
  }
}

article.entry {
  padding: 0 10px;
}

/* トップのおすすめ情報 */
article.entry .p-osusume-link {
  padding: 0;
}
article.entry .p-osusume-link li {
  display: inline-block;
  padding: 0 25px 0 0;
}
article.entry .p-osusume-link li a {
  position: relative;
  display: inline-block;
  padding-left: 11px;
}
article.entry .p-osusume-link li a::before {
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #FF6600;
  box-sizing: border-box;
}

article.entry .p-osusume-tsushin {
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  article.entry .p-osusume-tsushin {
    margin-bottom: 0;
  }
}
article.entry .p-osusume-tsushin dt {
  float: left;
  margin: 0 10px 0 0;
}
article.entry .p-osusume-tsushin dd {
  overflow: hidden;
}

article.entry .p-osusume-banner {
  border-bottom: 1px dotted #CCC;
  padding: 0 0 15px 0 !important;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  article.entry .p-osusume-banner {
    display: none;
  }
}
article.entry .p-osusume-banner li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  article.entry .p-osusume-banner li {
    text-align: center;
  }
}
article.entry .p-osusume-banner li img {
  width: 215px;
}
@media screen and (max-width: 768px) {
  article.entry .p-osusume-banner li img {
    width: auto;
  }
}
article.entry .p-osusume-banner li:first-child {
  float: left;
}
@media screen and (max-width: 768px) {
  article.entry .p-osusume-banner li:first-child {
    float: none;
    margin-bottom: 15px;
  }
}
article.entry .p-osusume-banner li:last-child {
  float: right;
}
@media screen and (max-width: 768px) {
  article.entry .p-osusume-banner li:last-child {
    float: none;
  }
}

article.entry .p-osusume-pickup {
  padding: 0 !important;
  overflow: hidden;
}
article.entry .p-osusume-pickup li {
  margin: 15px 15px 0 0;
  list-style: none;
  float: left;
  width: 215px;
}
article.entry .p-osusume-pickup li:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  article.entry .p-osusume-pickup li {
    float: none;
    width: auto;
    margin: 15px 0 0 0;
  }
}
article.entry .p-osusume-pickup li a {
  display: block;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  article.entry .p-osusume-pickup li a {
    font-size: 12px;
    line-height: 1.6em;
  }
}
article.entry .p-osusume-pickup li a img {
  float: left;
  vertical-align: top;
  margin-right: 8px;
}

/* セカンダリ共通 */
article.entry .p-catch,
article.entry .p-banner {
  margin: 0 -10px;
}

article.entry .p-info {
  margin: -12px 0 0 0;
  padding: 0;
}
article.entry .p-info li {
  display: block;
  position: relative;
  padding: 12px 12px 12px 0;
  text-indent: -9em;
  padding-left: 10.8em;
  border-bottom: 1px dotted #CCC;
}
article.entry .p-info li::before {
  position: absolute;
  top: 1.5em;
  left: 10px;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #FF6600;
  box-sizing: border-box;
}
article.entry .p-info li.noindent {
  text-indent: 0;
  padding-left: 1.8em;
}

article.entry .p-info-underline {
  margin: -12px 0 0 0;
  padding: 0;
}
article.entry .p-info-underline li {
  list-style: none;
  line-height: 1.6em;
  padding: 12px 0;
  border-bottom: 1px dotted #CCC;
}

article.entry p {
  margin: 1em 0;
}
article.entry p:first-child {
  margin-top: 0;
}
article.entry p:last-child {
  margin-bottom: 0;
}

article.entry ul {
  padding: 0 0 0 1.5em;
}
article.entry ul > li {
  list-style: disc;
}
article.entry ul > li > ul > li {
  list-style: circle;
}

article.entry ol {
  padding: 0 0 0 2em;
}
article.entry ol > li {
  list-style: decimal;
}
article.entry ol > li > ul > li {
  list-style: disc;
}

article.entry .p-list-space > li {
  margin-bottom: 2em;
}
article.entry .p-list-space > li:last-child {
  margin-bottom: 0;
}

article.entry ol.p-list-parentheses > li {
  list-style: none;
  counter-increment: cnt;
}
article.entry ol.p-list-parentheses > li::before {
  display: inline-block;
  margin-left: -2.5em;
  content: "（" counter(cnt) "）";
}

article.entry .p-list-lowerroman > li {
  list-style: lower-roman;
}

article.entry .p-list-none {
  padding: 0;
}
article.entry .p-list-none > li {
  list-style: none;
}
article.entry .p-list-none > li > ul {
  padding: 0 0 0 1em;
}
article.entry .p-list-none > li > ul > li {
  list-style: none;
}

article.entry .p-list-arrow-black {
  padding: 0 0 0 0.5em;
}
article.entry .p-list-arrow-black li {
  list-style: none;
  position: relative;
  padding-left: 11px;
}
article.entry .p-list-arrow-black li::before {
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
  content: "";
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #333;
  box-sizing: border-box;
}

article.entry .p-form-bottom {
  text-align: center;
  padding: 0;
}
article.entry .p-form-bottom li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  article.entry .p-form-bottom li {
    display: block;
    margin: 0 0 15px 0;
  }
  article.entry .p-form-bottom li:last-child {
    margin-bottom: 0;
  }
}

p.p-note {
  margin: 0.8em 0;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.6em;
  color: #CC6600;
  text-indent: -1em;
}

article.entry span.p-note {
  font-size: 12px;
  line-height: 1.6em;
  color: #CC6600;
}

article.entry ul.p-note {
  margin: 0.8em 0;
  padding: 0;
}
article.entry ul.p-note li {
  font-size: 12px;
  line-height: 1.6em;
  color: #CC6600;
  text-indent: -1em;
  padding-left: 1em;
  list-style: none;
}

article.entry dl.p-note {
  margin: 0.8em 0;
  font-size: 12px;
  line-height: 1.6em;
  color: #CC6600;
}
article.entry dl.p-note dt {
  clear: left;
  float: left;
  margin-right: 0.5em;
}
article.entry dl.p-note dd {
  overflow: hidden;
  margin-bottom: 0.5em;
}

article.entry dl.p-example {
  margin: 12px 0;
  overflow: hidden;
}
article.entry dl.p-example dt {
  float: left;
  clear: both;
  font-weight: bold;
  color: #090;
}
article.entry dl.p-example dd {
  word-wrap: break-word;
}

article.entry ul.p-list-example {
  margin: 12px 0;
  padding: 0;
}
article.entry ul.p-list-example li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  article.entry .p-table-scroll {
    margin: 15px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  article.entry .p-table-scroll table {
    margin: 0 !important;
    white-space: nowrap;
  }
  article.entry .p-table-scroll::-webkit-scrollbar {
    height: 10px;
  }
  article.entry .p-table-scroll::-webkit-scrollbar-track {
    background: #DDD;
  }
  article.entry .p-table-scroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
  }
}
article.entry .p-table-transparent {
  width: auto;
}
article.entry .p-table-transparent th {
  border: none;
  text-align: right;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  white-space: nowrap;
}
article.entry .p-table-transparent td {
  border: none;
  padding: 0;
  background: none;
  vertical-align: top;
}

article.entry table {
  margin: 15px 0;
  width: 100%;
}
article.entry table th {
  border: 1px solid #BBB;
  text-align: center;
  padding: 10px;
}
article.entry table td {
  border: 1px solid #BBB;
  padding: 10px;
  background: #FFF;
}
article.entry table .head1 {
  background: #E8FBFF;
}
article.entry table .head2 {
  background: #E2FEE7;
}
article.entry table .head3 {
  background: #F0F0F0;
}

article.entry .p-table-form {
  table-layout: fixed;
  /* IE11で画像が大きくなる現象を修正 */
}
article.entry .p-table-form table {
  table-layout: fixed;
}
article.entry .p-table-form > tbody > tr > th {
  text-align: left;
  padding: 15px;
  width: 220px;
  background: #E8FBFF;
}
@media screen and (max-width: 768px) {
  article.entry .p-table-form > tbody > tr > th {
    display: block;
    padding: 10px;
    width: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  article.entry .p-table-form > tbody > tr:first-child > th {
    margin-top: 0;
  }
}
article.entry .p-table-form > tbody > tr > td {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  article.entry .p-table-form > tbody > tr > td {
    display: block;
    padding: 12px;
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  article.entry .p-table-form > tbody > tr > td table td {
    box-sizing: border-box;
  }
  article.entry .p-table-form > tbody > tr > td table td:first-child {
    border-top: 1px solid #BBB;
  }
}

.p-faqs > dt {
  padding: 3px 0;
}
.p-faqs > dt em {
  float: left;
  font-weight: bold;
  font-style: normal;
  color: #FF9900;
}
.p-faqs > dt span {
  display: block;
  overflow: hidden;
  color: #0066CC;
}
.p-faqs > dt span:hover {
  color: #FF6600;
  text-decoration: underline;
  cursor: pointer;
}
.p-faqs > dd {
  display: none;
  margin: 12px 0;
  padding: 18px;
  background: #F9F9F9;
  border: 1px solid #EEE;
  border-radius: 4px;
}
.p-faqs > dd > .p-note:last-child {
  margin-bottom: 0;
}

.p-flowbox {
  margin: 15px 0;
}
.p-flowbox > dt {
  font-size: 16px;
  line-height: 1.3em;
  color: #EB8C00;
  font-weight: bold;
  padding: 13px;
  border: 2px solid #FFEAC1;
  background: #FFF4DF;
}
.p-flowbox > dd {
  padding: 15px;
  border: 2px solid #FFEAC1;
  border-top: none;
}
.p-flowbox > dd *:first-child {
  margin-top: 0;
}
.p-flowbox > dd *:last-child {
  margin-bottom: 0;
}

.p-flowarrw {
  background: url(../responsive_img/flow_arrow.png) no-repeat center center;
  margin: 0 !important;
  height: 17px;
  text-align: center;
  overflow: hidden;
}

.p-support-center {
  display: inline-block;
  padding: 18px;
  background: #FFF;
}
.p-support-center dt {
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .p-support-center {
    display: block;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
  }
}
.p-support-center dd a {
  text-decoration: none;
  color: #333;
}

.p-support-center__number {
  font-size: 26px;
  line-height: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
}

.p-support-center__or {
  margin: 0 1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-support-center__or {
    display: block;
    margin: 0;
    text-align: center;
  }
}

.p-support-center__navidial {
  font-size: 26px;
  line-height: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  padding-left: 35px;
  background: url(../responsive_img/icon_navidial.png) no-repeat 0 center;
  background-size: 28px 28px;
}

.p-tax {
  margin: 30px -10px 0 -10px;
  padding: 15px;
  background: #F5F5F5;
  border: 1px solid #CCC;
}
.p-tax dt {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.6em;
}
.p-tax dd {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  line-height: 1.6em;
}

.p-iframe-kiyaku {
  width: 100%;
  height: 250px;
  border: 1px solid #CCC;
  background: #FFF;
  box-sizing: border-box;
}

.p-pagename {
  padding: 10px;
  font-size: 24px;
  line-height: 1.2em;
  border: 1px solid #999;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #FFFFFF 0%, #FDFDFD 50%, #EFEFEF 50%, #F8F8F8 100%);
  text-shadow: #FFF 2px 2px 0px, #FFF -2px 2px 0px, #FFF 2px -2px 0px, #FFF -2px -2px 0px, #CCC 3px 3px 2px;
}
@media screen and (max-width: 768px) {
  .p-pagename {
    font-size: 22px;
    line-height: 1.2em;
  }
}
.p-pagename a {
  color: #0066CC;
  text-decoration: none;
}

.p-ttl-sidenav__blue {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #FFF;
  padding: 10px;
  border: 1px solid #02A1E8;
  border-radius: 5px 5px 0 0;
  background-color: #02A1E8;
  background: linear-gradient(to bottom, #13B6FD, #02A1E8 100%);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}
@media screen and (max-width: 768px) {
  .p-ttl-sidenav__blue {
    font-size: 18px;
    line-height: 1.3em;
    padding: 15px 30px 15px 10px;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}

.p-ttl-sidenav__darkblue {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #FFF;
  padding: 10px;
  border: 1px solid #0059A2;
  border-radius: 5px 5px 0 0;
  background-color: #0059A2;
  background: linear-gradient(to bottom, #0C80DE, #0059A2 100%);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}
@media screen and (max-width: 768px) {
  .p-ttl-sidenav__darkblue {
    font-size: 18px;
    line-height: 1.3em;
    padding: 15px 30px 15px 10px;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}

.p-ttl-sidenav__green {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #FFF;
  padding: 10px;
  border: 1px solid #049D00;
  border-radius: 5px 5px 0 0;
  background-color: #049D00;
  background: linear-gradient(to bottom, #2AC300, #049D00 100%);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}
@media screen and (max-width: 768px) {
  .p-ttl-sidenav__green {
    font-size: 18px;
    line-height: 1.3em;
    padding: 15px 30px 15px 10px;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}

.p-ttl-sidenav__orange {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #FFF;
  padding: 10px;
  border: 1px solid #FF6600;
  border-radius: 5px 5px 0 0;
  background-color: #049D00;
  background: linear-gradient(to bottom, #FFA002, #FF6600 100%);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}
@media screen and (max-width: 768px) {
  .p-ttl-sidenav__orange {
    font-size: 18px;
    line-height: 1.3em;
    padding: 15px 30px 15px 10px;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}

.p-ttl-sidenav__blue a,
.p-ttl-sidenav__darkblue a,
.p-ttl-sidenav__green a,
.p-ttl-sidenav__orange a {
  position: relative;
  color: #FFF;
  padding-left: 17px;
}
@media screen and (max-width: 768px) {
  .p-ttl-sidenav__blue a,
  .p-ttl-sidenav__darkblue a,
  .p-ttl-sidenav__green a,
  .p-ttl-sidenav__orange a {
    padding-left: 13px;
  }
}
.p-ttl-sidenav__blue a::before,
.p-ttl-sidenav__darkblue a::before,
.p-ttl-sidenav__green a::before,
.p-ttl-sidenav__orange a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #FFF;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-ttl-sidenav__blue a::before,
  .p-ttl-sidenav__darkblue a::before,
  .p-ttl-sidenav__green a::before,
  .p-ttl-sidenav__orange a::before {
    left: 0;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #FFF;
  }
}

.p-ttl-sidenav__yellow {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #333;
  padding: 10px;
  border: 1px solid #FFC600;
  border-radius: 5px 5px 0 0;
  background-color: #FFC600;
  background: linear-gradient(to bottom, #FFDA49, #FFC600 100%);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}
@media screen and (max-width: 768px) {
  .p-ttl-sidenav__yellow {
    font-size: 18px;
    line-height: 1.3em;
    padding: 15px 30px 15px 10px;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}

.p-ttl-sidenav__yellow a {
  position: relative;
  color: #333;
  padding-left: 17px;
}
@media screen and (max-width: 768px) {
  .p-ttl-sidenav__yellow a {
    padding-left: 13px;
  }
}
.p-ttl-sidenav__yellow a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #333;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-ttl-sidenav__yellow a::before {
    left: 0;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #333;
  }
}

.p-ttl-info {
  padding-left: 7px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
  border-left: 4px solid #333;
}

article.entry h2 {
  position: relative;
  margin: 0 -10px 25px -10px;
  font-size: 24px;
  line-height: 1.2em;
  padding: 15px 15px 15px 28px;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  background: linear-gradient(to bottom, #FFFFFF, #F5F5F5 100%);
  box-shadow: 0 1px 1px 0 rgba(51, 51, 51, 0.1);
}
article.entry h2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  width: 6px;
  height: 30px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #64CBFF 0%, #3AB7FF 50%, #049BFF 50%, #1CA8FF 100%);
}

article.entry h3 {
  position: relative;
  margin: 35px -10px 20px -10px;
  font-size: 14px;
  line-height: 1.3em;
  padding: 10px 10px 10px 28px;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  background: linear-gradient(to bottom, #FFFFFF, #F5F5F5 100%);
  box-shadow: 0 1px 1px 0 rgba(51, 51, 51, 0.1);
}
article.entry h3::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  width: 5px;
  height: 20px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #64CBFF 0%, #3AB7FF 50%, #049BFF 50%, #1CA8FF 100%);
}

article.entry h4 {
  position: relative;
  margin: 30px -10px 15px -10px;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.3em;
}
article.entry h4::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  width: 5px;
  height: 20px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #7F7F7F 0%, #646464 50%, #4E4E4E 50%, #5C5C5C 100%);
}

article.entry h5 {
  margin: 30px 0 15px 0;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.3em;
  color: #0066D8;
  background: #E8FBFF;
  border: 1px solid #89BDDE;
}

article.entry h6 {
  margin: 25px 0 10px 0;
  font-size: 14px;
  line-height: 1.3em;
}

article.entry h2.p-komida-blue::before,
article.entry h3.p-komida-blue::before,
article.entry h4.p-komida-blue::before {
  background: linear-gradient(to bottom, #64CBFF 0%, #3AB7FF 50%, #049BFF 50%, #1CA8FF 100%);
}

article.entry h2.p-komida-pink::before,
article.entry h3.p-komida-pink::before,
article.entry h4.p-komida-pink::before {
  background: linear-gradient(to bottom, #FF89C4 0%, #FF58AB 50%, #F23995 50%, #FF58AB 100%);
}

article.entry h2.p-komida-red::before,
article.entry h3.p-komida-red::before,
article.entry h4.p-komida-red::before {
  background: linear-gradient(to bottom, #F94B4F 0%, #E6292F 50%, #CB262B 50%, #E92930 100%);
}

article.entry h2.p-komida-yellow::before,
article.entry h3.p-komida-yellow::before,
article.entry h4.p-komida-yellow::before {
  background: linear-gradient(to bottom, #FFB74A 0%, #FF9900 50%, #DD8500 50%, #FF9900 100%);
}

article.entry h2.p-komida-green::before,
article.entry h3.p-komida-green::before,
article.entry h4.p-komida-green::before {
  background: linear-gradient(to bottom, #00B500 0%, #009900 50%, #008200 50%, #009900 100%);
}

article.entry h2.p-komida-black::before,
article.entry h3.p-komida-black::before,
article.entry h4.p-komida-black::before {
  background: linear-gradient(to bottom, #7F7F7F 0%, #646464 50%, #4E4E4E 50%, #5C5C5C 100%);
}

article.entry h2.p-komida-none {
  padding-left: 15px;
}
article.entry h2.p-komida-none::before {
  display: none;
}

article.entry h3.p-komida-none {
  padding-left: 12px;
}
article.entry h3.p-komida-none::before {
  display: none;
}

article.entry h5.p-komida-black {
  color: #333;
  background: #F5F5F5;
  border: 1px solid #BBB;
}

article.entry h5.p-komida-green {
  color: #008200;
  background: #E6FFE6;
  border: 1px solid #80CE68;
}

article.entry .p-gradation-blue {
  position: relative;
  margin: 35px -10px 20px -10px;
  font-size: 16px;
  line-height: 1.3em;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
  padding: 10px 10px 10px 28px;
  border: none;
  border-radius: 4px;
  background: linear-gradient(to left, #64CBFF 0%, #1CA8FF 100%);
  box-shadow: none;
}
article.entry .p-gradation-blue::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  content: "";
  width: 5px;
  height: 20px;
  border-radius: 0;
  background: #FFF;
}

article.entry .p-ttl-colorbox {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.5em;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
article.entry .p-ttl-colorbox::before {
  display: none;
}

article.entry .p-ttl-groupbox,
article.entry .p-ttl-groupbox-pink,
article.entry .p-ttl-groupbox-red,
article.entry .p-ttl-groupbox-yellow,
article.entry .p-ttl-groupbox-green,
article.entry .p-ttl-groupbox-black {
  margin: 0 -4px;
  padding: 15px 18px 15px 85px;
  font-size: 22px;
  line-height: 1.3em;
  color: #FFF;
  border-radius: 0;
  border: none;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  background: linear-gradient(to bottom, #64CBFF 0%, #3AB7FF 50%, #049BFF 50%, #1CA8FF 100%);
}
article.entry .p-ttl-groupbox::before,
article.entry .p-ttl-groupbox-pink::before,
article.entry .p-ttl-groupbox-red::before,
article.entry .p-ttl-groupbox-yellow::before,
article.entry .p-ttl-groupbox-green::before,
article.entry .p-ttl-groupbox-black::before {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 10px;
  content: "";
  width: 64px;
  height: 60px;
  border-radius: 0;
  background: url(../responsive_img/icon_yashi.png) no-repeat 0;
  background-size: 64px 64px;
}

article.entry .p-ttl-groupbox-pink {
  background: linear-gradient(to bottom, #FF89C4 0%, #FF58AB 50%, #F23995 50%, #FF58AB 100%);
}

article.entry .p-ttl-groupbox-red {
  background: linear-gradient(to bottom, #F94B4F 0%, #E6292F 50%, #CB262B 50%, #E92930 100%);
}

article.entry .p-ttl-groupbox-yellow {
  background: linear-gradient(to bottom, #FFB74A 0%, #FF9900 50%, #DD8500 50%, #FF9900 100%);
}

article.entry .p-ttl-groupbox-green {
  background: linear-gradient(to bottom, #00B500 0%, #009900 50%, #008200 50%, #009900 100%);
}

article.entry .p-ttl-groupbox-black {
  background: linear-gradient(to bottom, #7F7F7F 0%, #646464 50%, #4E4E4E 50%, #5C5C5C 100%);
}

.p-ttl-tikiservice {
  margin: 0 -10px;
  padding: 10px 12px 10px 55px;
  font-size: 16px;
  line-height: 1.3em;
  color: #FFF;
  border-radius: 0;
  border: none;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  background: linear-gradient(to bottom, #64CBFF 0%, #3AB7FF 50%, #049BFF 50%, #1CA8FF 100%);
  position: relative;
}
.p-ttl-tikiservice::before {
  position: absolute;
  bottom: 0px;
  left: -12px;
  content: "";
  width: 60px;
  height: 60px;
  background: url(../responsive_img/icon_yashi.png) no-repeat 0 0/cover;
}

article.entry .p-ttl-osusume {
  margin: 0 -4px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.3em;
  color: #FFF;
  border-radius: 0;
  border: none;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  background: linear-gradient(to bottom, #64CBFF 0%, #3AB7FF 50%, #049BFF 50%, #1CA8FF 100%);
}
article.entry .p-ttl-osusume::before {
  display: none;
}

sup {
  font-size: 11px;
  line-height: 1em;
  color: #CC6600;
  font-weight: normal;
}

a.u-arrow {
  display: inline-block;
  text-indent: 0;
  padding-left: 16px;
  background: url(../responsive_img/icon_arrow_orange12px.gif) no-repeat 0 0.3em;
}

a.u-icon-new {
  padding-right: 38px;
  background: url(../responsive_img/icon_new_r.gif) no-repeat right center;
}

a.u-icon-new-blue {
  padding-right: 38px;
  background: url(../responsive_img/icon_new_b.gif) no-repeat right center;
}

a.u-icon-beginner {
  padding-left: 23px;
  background: url(../img_top/icon_beginner.png) no-repeat -4px center;
}
a.u-icon-beginner::before {
  display: none;
}

a.u-icon-pdf {
  display: inline-block;
  text-indent: 0;
  padding-left: 22px;
  background: url(../responsive_img/icon_pdf.gif) no-repeat 0 center;
}

.u-icon-dial {
  display: inline-block;
  line-height: 1.1em;
  color: #FFF;
  background: #666;
  margin: 0 1px;
  padding: 3px 5px;
  border-radius: 3px;
  white-space: nowrap;
}

.u-icon-navidial {
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 1.4em;
  background: url(../responsive_img/icon_navidial.png) no-repeat 0 center;
  background-size: contain;
  white-space: nowrap;
  color: #333 !important;
  text-decoration: none !important;
}

.u-icon-freeaccess {
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 1.4em;
  background: url(../responsive_img/icon_freeaccess.png) no-repeat 0 center;
  background-size: contain;
  white-space: nowrap;
  color: #333 !important;
  text-decoration: none !important;
}

.u-separate-blue {
  background: #1CA8FF;
  display: inline-block;
  padding: 5px;
  color: #FFF;
  border-radius: 3px;
  line-height: 1.3em;
  vertical-align: middle;
}

.u-separate-red {
  background: #E60911;
  display: inline-block;
  padding: 5px;
  color: #FFF;
  border-radius: 3px;
  line-height: 1.3em;
  vertical-align: middle;
}

.u-separate-pink {
  background: #FF58AB;
  display: inline-block;
  padding: 5px;
  color: #FFF;
  border-radius: 3px;
  line-height: 1.3em;
  vertical-align: middle;
}

.u-separate-yellow {
  background: #FF9900;
  display: inline-block;
  padding: 5px;
  color: #FFF;
  border-radius: 3px;
  line-height: 1.3em;
  vertical-align: middle;
}

.u-separate-green {
  background: #009900;
  display: inline-block;
  padding: 5px;
  color: #FFF;
  border-radius: 3px;
  line-height: 1.3em;
  vertical-align: middle;
}

.u-separate-black {
  background: #5C5C5C;
  display: inline-block;
  padding: 5px;
  color: #FFF;
  border-radius: 3px;
  line-height: 1.3em;
  vertical-align: middle;
}

.u-color-blue {
  color: #1CA8FF !important;
}

.u-color-cyanblue {
  color: #336699 !important;
}

.u-color-pink {
  color: #FF58AB !important;
}

.u-color-red {
  color: #F00 !important;
}

.u-color-darkred {
  color: #CC0000 !important;
}

.u-color-winered {
  color: #CC6666 !important;
}

.u-color-yellow {
  color: #FFFF00 !important;
}

.u-color-orange {
  color: #FF6600 !important;
}

.u-color-lightorange {
  color: #FF9900 !important;
}

.u-color-green {
  color: #009900 !important;
}

.u-color-gray {
  color: #666 !important;
}

.u-color-white {
  color: #FFF !important;
}

.u-display-none {
  display: none;
}

.u-display-block {
  display: block !important;
}

.u-display-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-display-pc {
    display: none;
  }
}

.u-display-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display-mobile {
    display: block;
  }
}

.u-table-striped tr:nth-child(odd) td {
  background: #F5F5F5;
}

.u-radio-image input + label {
  display: inline-block;
  padding-left: 0;
  margin-right: 0;
  color: #134E70;
  cursor: pointer;
}
.u-radio-image input + label::before {
  display: none;
}
.u-radio-image input + label img {
  pointer-events: none;
  /* IE11でlabel内の画像をクリック */
}
.u-radio-image input:checked + label {
  cursor: default;
}
.u-radio-image input:checked + label::before {
  display: none;
}
.u-radio-image input:checked + label::after {
  display: none;
}
.u-radio-image input:checked {
  cursor: default;
}
.u-radio-image input + label {
  cursor: pointer;
  border: 3px solid #DDD;
}
.u-radio-image input:hover + label {
  border: 3px solid #BBB;
}
.u-radio-image input:checked,
.u-radio-image input:checked + label {
  border: 3px solid #F99500;
  cursor: default;
  background: #FFFBE6;
}

.u-fw-bold {
  font-weight: bold;
}

.u-txt-l {
  text-align: left !important;
}

.u-txt-c {
  text-align: center !important;
}

.u-txt-r {
  text-align: right !important;
}

.u-border-none {
  border: none !important;
}

.u-border-top-none {
  border-top: none !important;
}

.u-border-left-none {
  border-left: none !important;
}

.u-border-right-none {
  border-right: none !important;
}

.u-border-bottom-none {
  border-bottom: none !important;
}

.u-fs9 {
  font-size: 9px !important;
  line-height: normal;
}

.u-fs10 {
  font-size: 10px !important;
  line-height: normal;
}

.u-fs11 {
  font-size: 11px !important;
  line-height: normal;
}

.u-fs12 {
  font-size: 12px !important;
  line-height: normal;
}

.u-fs13 {
  font-size: 13px !important;
  line-height: normal;
}

.u-fs14 {
  font-size: 14px !important;
  line-height: normal;
}

.u-fs15 {
  font-size: 15px !important;
  line-height: normal;
}

.u-fs16 {
  font-size: 16px !important;
  line-height: normal;
}

.u-fs17 {
  font-size: 17px !important;
  line-height: normal;
}

.u-fs18 {
  font-size: 18px !important;
  line-height: normal;
}

.u-fs19 {
  font-size: 19px !important;
  line-height: normal;
}

.u-fs20 {
  font-size: 20px !important;
  line-height: normal;
}

.u-fs21 {
  font-size: 21px !important;
  line-height: normal;
}

.u-fs22 {
  font-size: 22px !important;
  line-height: normal;
}

.u-fs23 {
  font-size: 23px !important;
  line-height: normal;
}

.u-fs24 {
  font-size: 24px !important;
  line-height: normal;
}

.u-fs25 {
  font-size: 25px !important;
  line-height: normal;
}

.u-fs26 {
  font-size: 26px !important;
  line-height: normal;
}

.u-fs27 {
  font-size: 27px !important;
  line-height: normal;
}

.u-fs28 {
  font-size: 28px !important;
  line-height: normal;
}

.u-fs29 {
  font-size: 29px !important;
  line-height: normal;
}

.u-fs30 {
  font-size: 30px !important;
  line-height: normal;
}

.u-fs31 {
  font-size: 31px !important;
  line-height: normal;
}

.u-fs32 {
  font-size: 32px !important;
  line-height: normal;
}

.u-fs33 {
  font-size: 33px !important;
  line-height: normal;
}

.u-fs34 {
  font-size: 34px !important;
  line-height: normal;
}

.u-fs35 {
  font-size: 35px !important;
  line-height: normal;
}

.u-fs36 {
  font-size: 36px !important;
  line-height: normal;
}

.u-fs37 {
  font-size: 37px !important;
  line-height: normal;
}

.u-fs38 {
  font-size: 38px !important;
  line-height: normal;
}

.u-fs39 {
  font-size: 39px !important;
  line-height: normal;
}

.u-fs40 {
  font-size: 40px !important;
  line-height: normal;
}

.u-m0 {
  margin: 0 !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt1 {
  margin-top: 1px !important;
}

.u-mt2 {
  margin-top: 2px !important;
}

.u-mt3 {
  margin-top: 3px !important;
}

.u-mt4 {
  margin-top: 4px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt6 {
  margin-top: 6px !important;
}

.u-mt7 {
  margin-top: 7px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mt9 {
  margin-top: 9px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt11 {
  margin-top: 11px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mt13 {
  margin-top: 13px !important;
}

.u-mt14 {
  margin-top: 14px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mt17 {
  margin-top: 17px !important;
}

.u-mt18 {
  margin-top: 18px !important;
}

.u-mt19 {
  margin-top: 19px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml1 {
  margin-left: 1px !important;
}

.u-ml2 {
  margin-left: 2px !important;
}

.u-ml3 {
  margin-left: 3px !important;
}

.u-ml4 {
  margin-left: 4px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml11 {
  margin-left: 11px !important;
}

.u-ml12 {
  margin-left: 12px !important;
}

.u-ml13 {
  margin-left: 13px !important;
}

.u-ml14 {
  margin-left: 14px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-ml17 {
  margin-left: 17px !important;
}

.u-ml18 {
  margin-left: 18px !important;
}

.u-ml19 {
  margin-left: 19px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-nml5 {
  margin-left: -5px !important;
}

.u-nml10 {
  margin-left: -10px !important;
}

.u-nml15 {
  margin-left: -15px !important;
}

.u-nml20 {
  margin-left: -20px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr1 {
  margin-right: 1px !important;
}

.u-mr2 {
  margin-right: 2px !important;
}

.u-mr3 {
  margin-right: 3px !important;
}

.u-mr4 {
  margin-right: 4px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr11 {
  margin-right: 11px !important;
}

.u-mr12 {
  margin-right: 12px !important;
}

.u-mr13 {
  margin-right: 13px !important;
}

.u-mr14 {
  margin-right: 14px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mr17 {
  margin-right: 17px !important;
}

.u-mr18 {
  margin-right: 18px !important;
}

.u-mr19 {
  margin-right: 19px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-nmr5 {
  margin-right: -5px !important;
}

.u-nmr10 {
  margin-right: -10px !important;
}

.u-nmr15 {
  margin-right: -15px !important;
}

.u-nmr20 {
  margin-right: -20px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb1 {
  margin-bottom: 1px !important;
}

.u-mb2 {
  margin-bottom: 2px !important;
}

.u-mb3 {
  margin-bottom: 3px !important;
}

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb6 {
  margin-bottom: 6px !important;
}

.u-mb7 {
  margin-bottom: 7px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-mb9 {
  margin-bottom: 9px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb11 {
  margin-bottom: 11px !important;
}

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-mb13 {
  margin-bottom: 13px !important;
}

.u-mb14 {
  margin-bottom: 14px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-mb17 {
  margin-bottom: 17px !important;
}

.u-mb18 {
  margin-bottom: 18px !important;
}

.u-mb19 {
  margin-bottom: 19px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-p0 {
  padding: 0 !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-wauto {
  width: auto !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}
