@charset "UTF-8";
/*!
*  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@import url(//fonts.googleapis.com/css?family=Lato:200,400);
@font-face {
  font-family: 'FontAwesome';
  src: url("/files/user/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("/files/user/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("/files/user/fonts/fontawesome-webfont.woff2?v=4.0.3") format("woff2"), url("/files/user/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("/files/user/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("/files/user/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after,
input,
textarea,
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: easeInOutCubic;
  -moz-animation-timing-function: easeInOutCubic;
  -ms-animation-timing-function: easeInOutCubic;
  -o-animation-timing-function: easeInOutCubic;
  animation-timing-function: easeInOutCubic;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -ms-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: easeInOutCubic;
  -moz-animation-timing-function: easeInOutCubic;
  -ms-animation-timing-function: easeInOutCubic;
  -o-animation-timing-function: easeInOutCubic;
  animation-timing-function: easeInOutCubic;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

body {
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "MS Pゴシック", "MS P Gothic", sans-serif;
  line-height: 1.5;
  font-weight: normal;
  font-size: 1.4rem;
}

h1, h2, h3, h4, h5 {
  line-height: 1.3;
}

input.strong,
strong {
  color: #cf2944;
  font-weight: bold;
}

em {
  font-weight: bold;
}

a {
  outline: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

img,
iframe {
  vertical-align: top;
}

img {
  max-width: 100%;
  height: auto;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

input,
textarea,
button,
select {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "MS Pゴシック", "MS P Gothic", sans-serif;
}

input:-moz-ui-invalid,
textarea:-moz-ui-invalid,
select:-moz-ui-invalid {
  background-color: #FFF2F3;
  box-shadow: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

@media only screen and (max-width: 768px) {
  input[type="button"],
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="submit"],
  textarea {
    -webkit-appearance: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
  }
}
input,
textarea,
select {
  border: 1px solid #c2c2c2;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: transparent;
}

input:focus, textarea:focus {
  border-color: #74b1de;
}

textarea {
  min-height: 120px;
}

input,
textarea,
button,
select {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "MS Pゴシック", "MS P Gothic", sans-serif;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

*::-webkit-input-placeholder {
  color: #999;
}

*:-ms-input-placeholder {
  color: #999;
}

*::-moz-placeholder {
  color: #999;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

.row {
  margin: 0 auto;
  padding: 0 10px;
  width: 1000px;
}

.is_disable {
  display: none;
}

#header .row {
  position: relative;
  padding: 8px 20px 0;
  overflow: hidden;
  *zoom: 1;
}

.header_sitename {
  float: left;
  width: 422px;
  padding-top: 1rem;
}

.header_sitename a {
  display: block;
  position: relative;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 422px;
  height: 42px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1017px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
  font-size: 24px;
  font-weight: bold;
}

.header_sitename a:hover {
  opacity: .7;
  text-decoration: none;
}

.header_link_upper,
.header_link_lower {
  font-size: 1.2rem;
}

.header_link_upper a,
.header_link_lower a {
  position: relative;
  display: block;
  padding-right: 1.2em;
}

.header_link_upper a:after,
.header_link_lower a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
}

.header_link_upper {
  float: right;
}

.header_link_upper ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
  justify-content: right;
}

.header_link_upper li {
  padding-left: 1.2em;
}

.header_link_lower {
  padding: 1.4rem 0 .8rem;
  float: right;
  clear: right;
}

.header_link_lower dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
  justify-content: right;
}

.header_link_lower dt {
  font-weight: bold;
}

.header_link_lower dd {
  padding-right: 1.2em;
}

.header_link_lower dd:last-child {
  padding-right: 0;
}

.header_function {
  float: right;
  clear: right;
  text-align: right;
  font-size: 1.2rem;
  padding-top: 2px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
  justify-content: right;
}

.header_function dl {
  display: table;
  float: right;
  padding: .6rem 0 .6rem 1.2rem;
}

.header_function dt,
.header_function dd {
  display: table-cell;
  vertical-align: middle;
}

.header_function dt {
  padding-right: 1.2rem;
}

.header_function dd {
  padding: 0 2px;
}

.header_function dd span {
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  padding-top: .4rem;
  border-radius: .4rem;
  background-color: #e7e7e7;
  text-align: center;
  cursor: pointer;
}

.header_function dd span:hover {
  background-color: #0e6eb8;
  color: #fff;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.header_function dd .active {
  background-color: #0e6eb8;
  color: #fff;
}

.header_search {
  position: relative;
}

.header_search input[type="search"] {
  border-radius: 1.2rem;
  width: 27rem;
  height: 3.4rem;
  position: relative;
  padding-left: 2.4rem;
  padding-right: 6.4rem;
}

.header_search label {
  position: relative;
}

.header_search label:before {
  content: "\f002";
  font-family: FontAwesome;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(51, 51, 51, 0.6);
}

.header_search button {
  color: #fff;
  font-weight: bold;
  width: 6rem;
  height: 2.8rem;
  font-size: 1.3rem;
  border: none;
  border-radius: 1.2rem;
  background: #fe824a;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjAwOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlODI0YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffb009), color-stop(100%, #fe824a));
  background-image: -moz-linear-gradient(top, #ffb009, #fe824a);
  background-image: -webkit-linear-gradient(top, #ffb009, #fe824a);
  background-image: linear-gradient(to bottom, #ffb009, #fe824a);
  background: linear-gradient(to bottom, #ffb009, #fe824a);
  position: absolute;
  top: .3rem;
  right: .4rem;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.header_search button:hover {
  background: #fe7031;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmYTIwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlNzAzMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #efa200), color-stop(100%, #fe7031));
  background-image: -moz-linear-gradient(top, #efa200, #fe7031);
  background-image: -webkit-linear-gradient(top, #efa200, #fe7031);
  background-image: linear-gradient(to bottom, #efa200, #fe7031);
  background: linear-gradient(to bottom, #efa200, #fe7031);
}

.header_search button:active {
  top: .5rem;
  height: 2.6rem;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

#gnav {
  width: 1000px;
  margin: 0 auto;
}

#gnav > ul {
  display: table;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
}

#gnav > ul > li {
  display: table-cell;
  width: 20%;
  height: 5rem;
  line-height: 1;
  padding-left: 1px;
}

#gnav > ul > li > a {
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 1.8rem 0 1.6rem;
  background-color: #e7e7e7;
  z-index: 1000;
}

#gnav > ul > li > a:hover {
  text-decoration: none;
}

#gnav > ul > li:first-child {
  padding-left: 0;
  border-radius: 12px 0 0 12px;
}

#gnav > ul > li:first-child > a {
  border-radius: 12px 0 0 12px;
}

#gnav > ul > li:first-child:hover {
  border-radius: 12px 0 0 0;
}

#gnav > ul > li:first-child:hover > a {
  border-radius: 12px 0 0 0;
}

#gnav > ul > li:last-child > a {
  border-radius: 0 12px 12px 0;
}

#gnav > ul > li:last-child:hover {
  border-radius: 0 12px 0 0;
}

#gnav > ul > li:last-child:hover > a {
  border-radius: 0 12px 0 0;
}

#gnav > ul > li:hover > a {
  background-color: #0e6eb8;
  color: #fff;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}

#gnav a {
  display: block;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#gnav .current {
  background-color: #0e6eb8;
  color: #fff;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#gnav .dropdown > a {
  position: relative;
  padding-right: 16px;
  cursor: default;
}

#gnav .dropdown > a:after {
  position: absolute;
  right: 16px;
  top: 1.4rem;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  font-weight: bold;
  margin-left: 4px;
  font-size: 20px;
}

#gnav .megaMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #74b1de;
  border-radius: 12px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  padding: 20px;
  color: #fff;
}

#gnav .mm_heading {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1.2em;
}

#gnav .mm-1 {
  border-radius: 0 12px 12px 12px;
}

#gnav .mm-1 > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#gnav .mm-1 .mm_apply {
  width: 308px;
}

#gnav .mm-1 .mm_btns {
  width: 308px;
}

#gnav .mm-1 .mm_btns li {
  margin-top: 12px;
  width: 100%;
}

#gnav .mm-1 .mm_btns li:first-child {
  margin-top: 0;
}

#gnav .mm-1 .mm_btns .mm_btn {
  height: 58px;
}

#gnav .mm-1 .mm_btns .btn-tv span span {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 204.5px;
  height: 27px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2134px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm-1 .mm_btns .btn-net span span {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 201px;
  height: 30px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1772px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm-1 .mm_btns .btn-talk span span {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 203px;
  height: 26px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1807px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm-1 .mm_btns a.mm_btn.btn-img{
  padding:0;
}
#gnav .mm-1 .mm_btns a.mm_btn.btn-img:hover{
  background:none;
  opacity:0.6;
}
#gnav .mm-1 .mm_btns a.mm_btn.btn-img:after{
  content:"";
  display:none;
}
#gnav .mm-1 .mm_btns .btn-img img{
  width:100%;
  height:auto;
}

#gnav .mm-1 .mm_bigBtns {
  width: 308px;
}

#gnav .mm_apply ul {
  padding-left: 4px;
}

#gnav .mm_apply li {
  margin-top: 1.1em;
}

#gnav .mm_apply li a {
  color: #fff;
}

#gnav .mm_apply li a span {
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
}

#gnav .mm_apply li a span:after {
  display: block;
  position: absolute;
  top: 45%;
  right: 4px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
}

#gnav .mm_apply li a:hover span {
  text-decoration: underline;
}

#gnav .mm_apply .link-pdf span {
  padding-right: 1.8em;
}

#gnav .mm_apply .link-pdf span:after {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 23px;
  height: 25px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1494px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm_bigBtns li {
  margin-top: 15px;
  height: 103px;
}

#gnav .mm_bigBtns li:first-child {
  margin-top: 0;
}

#gnav .mm_bigBtns a {
  display: block;
  position: relative;
  height: 103px;
  line-height: 103px;
  padding-left: 108px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-color: #fff;
  border-radius: 12px;
  color: #fff;
  font-size: 2.4rem;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

#gnav .mm_bigBtns a:before, #gnav .mm_bigBtns a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gnav .mm_bigBtns a:before {
  left: 22px;
}

#gnav .mm_bigBtns a:after {
  right: 12px;
  width: 13px;
  height: 21px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -134px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm_bigBtns a:active {
  top: 2px;
  height: 101px;
  line-height: 101px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

#gnav .mm_bigBtns .mm_btn-request {
  background-color: #aecd00;
}

#gnav .mm_bigBtns .mm_btn-request:hover {
  background-color: #98b400;
}

#gnav .mm_bigBtns .mm_btn-request:before {
  width: 58px;
  height: 68px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1925px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm_bigBtns .mm_btn-apply {
  background-color: #29c291;
}

#gnav .mm_bigBtns .mm_btn-apply:hover {
  background-color: #25ad81;
}

#gnav .mm_bigBtns .mm_btn-apply:before {
  width: 58px;
  height: 72px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1998px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm_bigBtns .mm_btn-areainfo {
  background-color: #fff1c6;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#gnav .mm_bigBtns .mm_btn-areainfo:hover {
  background-color: #ffe493;
}

#gnav .mm_bigBtns .mm_btn-areainfo:before {
  width: 206px;
  height: 70px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1587px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm_bigBtns .mm_btn-areainfo:after {
  width: 13px;
  height: 20px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -160px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm_btn,
#gnav .mm_btn-external {
  display: table;
  width: 100%;
  position: relative;
  height: 70px;
  line-height: 1.2;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-color: #fff;
  border-radius: 12px;
  color: #0e6eb8;
  font-size: 1.8rem;
}

#gnav .mm_btn:hover,
#gnav .mm_btn-external:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

#gnav .mm_btn:after,
#gnav .mm_btn-external:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gnav .mm_btn > span,
#gnav .mm_btn-external > span {
  display: table-cell;
  vertical-align: middle;
}

#gnav .mm_btn > span span,
#gnav .mm_btn-external > span span {
  display: inline-block;
}

#gnav .mm_btn:after {
  width: 8px;
  height: 13px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1716px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm_bnrs {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 16px;
}

#gnav .mm_bnrs ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#gnav .mm_bnrs li {
  width: 470px;
  margin-top: 16px;
}

#gnav .mm_bnrs a {
  border-radius: 12px;
  overflow: hidden;
}

#gnav .mm_bnrs a:hover img {
  opacity: .7;
}

#gnav .mm-2 > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#gnav .mm-2 .mm_guide {
  width: 240px;
  background-color: #fff;
  color: #0e6eb8;
  border-radius: 12px;
  padding: 10px;
  margin: 0;
}

#gnav .mm-2 .mm_guide .mm_heading {
  line-height: 1;
  text-align: center;
  margin: 20px 0 30px;
  font-size: 18px;
}

#gnav .mm-2 .mm_guide li {
  margin-top: 13px;
}

#gnav .mm-2 .mm_guide li:first-child {
  margin-top: 0;
}

#gnav .mm-2 .mm_guide .mm_btn,
#gnav .mm-2 .mm_guide .mm_btn-external {
  background-color: #0e6eb8;
  color: #fff;
  height: 72px;
}

#gnav .mm-2 .mm_guide .mm_btn:hover,
#gnav .mm-2 .mm_guide .mm_btn-external:hover {
  background-color: #0a5289;
}

#gnav .mm-2 .mm_guide .mm_btn:after {
  width: 8px;
  height: 13px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1754px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm-2 .mm_guide .mm_btn-external:after {
  width: 11px;
  height: 9px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2180px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm-2 .mm_btns {
  width: 702px;
}

#gnav .mm-2 .mm_btns ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#gnav .mm-2 .mm_btns li {
  width: 220px;
  height: 70px;
  margin: 18px 21px 0 0;
}

#gnav .mm-2 .mm_btns li:first-child {
  margin-top: 0;
}

#gnav .mm-2 .mm_btns li:nth-child(3n+1) {
  margin-right: 0;
}

#gnav .mm-2 .mm_btns .col3 {
  width: 100%;
}

#gnav .mm-2 .mm_btn-support {
  display: block;
  position: relative;
  height: 70px;
  line-height: 70px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-color: #fff;
  border-radius: 12px;
  color: #fff;
  font-size: 2.4rem;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  background-color: #f2ae21;
  text-align: center;
}

#gnav .mm-2 .mm_btn-support:hover {
  background-color: #e7a00e;
}

#gnav .mm-2 .mm_btn-support:before, #gnav .mm-2 .mm_btn-support:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gnav .mm-2 .mm_btn-support:before {
  left: 22px;
  width: 58px;
  height: 54px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2075px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm-2 .mm_btn-support:after {
  right: 12px;
  width: 8px;
  height: 13px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1754px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm-2 .mm_btn-support:active {
  top: 2px;
  height: 68px;
  line-height: 68px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

#gnav .mm-2 .mm_btn-areainfo {
  display: block;
  position: relative;
  height: 70px;
  border-radius: 12px;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  background-color: #fff1c6;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#gnav .mm-2 .mm_btn-areainfo:hover {
  background-color: #ffe493;
}

#gnav .mm-2 .mm_btn-areainfo:before, #gnav .mm-2 .mm_btn-areainfo:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gnav .mm-2 .mm_btn-areainfo:before {
  left: 22px;
  width: 145px;
  height: 49px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1662px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm-2 .mm_btn-areainfo:after {
  right: 12px;
  width: 9px;
  height: 15px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1734px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm-2 .mm_btn-areainfo:active {
  top: 2px;
  height: 68px;
  line-height: 68px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

#gnav .mm-3 .mm_heading {
  position: absolute;
  top: -28px;
  left: 0;
}

#gnav .mm-3 .mm_content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 28px;
}

#gnav .mm-3 .mm_news {
  position: relative;
  width: 470px;
  background-color: #fff;
  border-radius: 12px;
  padding: 10px 10px 10px 18px;
  line-height: 1.3;
}

#gnav .mm-3 .mm_news li {
  margin: 6px 0;
}

#gnav .mm-3 .mm_news a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
}

#gnav .mm-3 .mm_news .date {
  width: 9.2rem;
}

#gnav .mm-3 .mm_news .tag {
  display: inline-block;
  position: relative;
  width: 6.8rem;
  height: 1.6rem;
  line-height: 1.6rem;
  border-radius: .8rem;
  font-size: 1.2rem;
  background-color: #0e6eb8;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  top: -1px;
}

#gnav .mm-3 .mm_news .link {
  position: absolute;
  top: -30px;
  right: 4px;
}

#gnav .mm-3 .mm_news .link a {
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
  font-size: 1.4rem;
  color: #fff;
}

#gnav .mm-3 .mm_news .link a:after {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  right: 4px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1570px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm-3 .mm_news .new {
  position: relative;
  top: -.1rem;
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
  padding: 3px 1.2em 2px;
  background-color: #cf2944;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 6px;
  vertical-align: middle;
}

#gnav .mm-4 {
  border-radius: 12px 0 12px 12px;
}

#gnav .mm-4 .mm_heading {
  margin-bottom: .8em;
}

#gnav .mm-4 .mm_heading a {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  padding-right: 1.2em;
  color: #fff;
  padding-bottom: 2px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

#gnav .mm-4 .mm_heading a:before {
  content: "\f101";
  font-family: FontAwesome;
  font-weight: normal;
  position: absolute;
  top: 45%;
  right: 3px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gnav .mm-4 .mm_heading a:hover {
  text-decoration: none;
  border-bottom-color: #fff;
}

#gnav .mm-4 .mm_supportMenu {
  margin-bottom: 1.8rem;
}

#gnav .mm-4 .mm_supportMenu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#gnav .mm-4 .mm_supportMenu li {
  width: 180px;
}

#gnav .mm-4 .mm_supportMenu li.col1 {
  width: 100%;
  margin: 4px 8px 10px;
  border-radius: 12px;
  overflow: hidden;
}

#gnav .mm-4 .mm_supportMenu li.col2 {
  width: 100%;
  margin: 4px 8px 10px;
  border-radius: 12px;
  overflow: hidden;
}

#gnav .mm-4 .mm_supportMenu a[class^="menu"] {
  display: table;
  width: 100%;
  height: 190px;
  line-height: 1.2;
  padding: 108px 0 2px;
  border-radius: 12px;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
}

#gnav .mm-4 .mm_supportMenu a.menu6 {
  height: 100%;
  padding: 0 0 2px;
}

#gnav .mm-4 .mm_supportMenu a[class^="menu"] span {
  display: table-cell;
  vertical-align: middle;
}

#gnav .mm-4 .mm_supportMenu a[class^="menu"]:before {
  content: '';
  display: block;
  position: absolute;
  top: 66px;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#gnav .mm-4 .mm_supportMenu a[class^="menu"]:active {
  position: relative;
  top: 2px;
  height: 188px;
  padding-bottom: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

#gnav .mm-4 .mm_supportMenu a[class^="menu"]:hover {
  text-decoration: none;
}

#gnav .mm-4 .mm_supportMenu .menu1 {
  background-color: #e485ad;
}

#gnav .mm-4 .mm_supportMenu .menu1:before {
  width: 133px;
  height: 88px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2194px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm-4 .mm_supportMenu .menu1:hover {
  background-color: #dd6497;
}

#gnav .mm-4 .mm_supportMenu .menu2 {
  background-color: #5193dd;
}

#gnav .mm-4 .mm_supportMenu .menu2:before {
  width: 131px;
  height: 88px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2287px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm-4 .mm_supportMenu .menu2:hover {
  background-color: #2b7bd5;
}

#gnav .mm-4 .mm_supportMenu .menu3 {
  background-color: #f2ae21;
}

#gnav .mm-4 .mm_supportMenu .menu3:before {
  width: 120px;
  height: 102px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2380px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm-4 .mm_supportMenu .menu3:hover {
  background-color: #EB8900;
}

#gnav .mm-4 .mm_supportMenu .menu4 {
  background-color: #54c087;
}

#gnav .mm-4 .mm_supportMenu .menu4:before {
  width: 109px;
  height: 89px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2487px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm-4 .mm_supportMenu .menu4:hover {
  background-color: #3ea870;
}

#gnav .mm-4 .mm_supportMenu .menu5 {
  background-color: #b8a083;
}

#gnav .mm-4 .mm_supportMenu .menu5:before {
  width: 158px;
  height: 104px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2581px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#gnav .mm-4 .mm_supportMenu .menu5:hover {
  background-color: #a58763;
}

#gnav .mm-4 .mm_search .form_row {
  display: table;
  width: 712px;
  height: 46px;
}

#gnav .mm-4 .mm_search .form_row div {
  display: table-cell;
  vertical-align: top;
}

#gnav .mm-4 .mm_search .form_row .btn {
  width: 148px;
  padding-left: 8px;
}

#gnav .mm-4 .mm_search .form_row .btn button {
  width: 100%;
  height: 46px;
  border: none;
  background: #FE8544;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTkxMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlODU0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffa911), color-stop(100%, #fe8544));
  background-image: -moz-linear-gradient(top, #ffa911, #fe8544);
  background-image: -webkit-linear-gradient(top, #ffa911, #fe8544);
  background-image: linear-gradient(to bottom, #ffa911, #fe8544);
  background: linear-gradient(to bottom, #ffa911, #fe8544);
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 1em;
  padding: 0 0 0 1em;
  border-radius: 12px;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

#gnav .mm-4 .mm_search .form_row .btn button:hover {
  background: #fe7126;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxOWEwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlNzEyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f19a00), color-stop(100%, #fe7126));
  background-image: -moz-linear-gradient(top, #f19a00, #fe7126);
  background-image: -webkit-linear-gradient(top, #f19a00, #fe7126);
  background-image: linear-gradient(to bottom, #f19a00, #fe7126);
  background: linear-gradient(to bottom, #f19a00, #fe7126);
}

#gnav .mm-4 .mm_search .form_row .btn button:active {
  position: relative;
  top: 2px;
  height: 44px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

#gnav .mm-4 .mm_search .form_row input {
  width: 100%;
  height: 46px;
  padding-left: 12px;
  border: none;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

#gnav .mm-4 .mm_search .form_row input:focus {
  background-color: white;
}

#gnav .mm-4 .mm_search .example {
  margin: 8px 17px;
  font-size: 1.4rem;
}

#gnav .mm-4 .mm_search .tags button {
  margin: 0 8px 20px 0;
  line-height: 1;
  padding: 8px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #0e6eb8;
  border-radius: 12px;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer;
}

#gnav .mm-4 .mm_search .tags button:hover {
  border-color: #0e6eb8;
  background-color: #0e6eb8;
  color: #fff;
}

#gnav .mm-4 .mm_search .tags button:active {
  background-color: #0a5289;
}

#gnav .mm-4 .mm_btns {
  display: block;
  width: 100%;
}

#gnav .mm-4 .mm_btns li {
  margin-top: 0;
  margin-right: 18px;
  display: table;
  float: left;
  width: auto;
}

#gnav .mm-4 .mm_btns li:last-child {
  margin-right: 0;
}

#gnav .mm-4 .mm_btns .mm_btn {
  height: 58px;
  width: 308px;
}

#gnav .mm-4 .line1 span:after {
  content: '';
  display: block;
  position: absolute;
  width: 81%;
  height: 1px;
  left: 17rem;
  margin-top: -.8rem;
  background-color: rgba(255, 255, 255, 0.5);
}

#gnav .mm-4 .line2 span:after {
  content: '';
  display: block;
  position: absolute;
  width: 78%;
  height: 1px;
  left: 20.5rem;
  margin-top: -.8rem;
  background-color: rgba(255, 255, 255, 0.5);
}

#content {
  position: relative;
  padding-bottom: 92px;
}

#cta {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#cta.is_foot {
  position: absolute;
  display: block !important;
}

#cta .row {
  padding: 20px 20px 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#cta .row > * {
  width: 308px;
}

#cta .cta_tel {
  position: relative;
  padding-left: 56px;
  line-height: 1;
  font-size: 1.4rem;
  white-space: nowrap;
}

#cta .cta_tel .telLink {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.05;
}

#cta .cta_tel .hour {
  font-weight: bold;
}

#cta .cta_tel:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 56px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2905px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#cta a[class^="btn-"],
#cta a[class*=" btn-"] {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border-radius: 12px;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

#cta a[class^="btn-"]:before, #cta a[class^="btn-"]:after,
#cta a[class*=" btn-"]:before,
#cta a[class*=" btn-"]:after {
  content: '';
  display: block;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#cta a[class^="btn-"]:before,
#cta a[class*=" btn-"]:before {
  top: 38%;
}

#cta a[class^="btn-"]:after,
#cta a[class*=" btn-"]:after {
  top: 50%;
  right: 12px;
  width: 9px;
  height: 15px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -94px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#cta a[class^="btn-"]:active,
#cta a[class*=" btn-"]:active {
  top: 2px;
  height: 48px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

#cta .btn-apply {
  background-color: #20d299;
  padding-left: 20px;
}

#cta .btn-apply:hover {
  background-color: #1dbc89;
}

#cta .btn-apply:before {
  left: 6px;
  width: 36px;
  height: 44px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -745px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#cta .btn-request {
  background-color: #aecd00;
}

#cta .btn-request:hover {
  background-color: #98b400;
}

#cta .btn-request:before {
  left: 10px;
  width: 36px;
  height: 44px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -696px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

#cta .btn-support {
  background-color: #f2ae21;
}

#cta .btn-support:hover {
  background-color: #e7a00e;
}

#cta .btn-support:before {
  left: 8px;
  width: 47px;
  height: 44px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -891px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.smallBnrArea {
  margin: 40px 0 24px;
}

.top .smallBnrArea {
  margin: 28px 0 16px;
}

.top .smallBnrArea .row > .carouselBnrs {
  margin-bottom: 28px;
}

.smallBnrArea .bx-wrapper {
  border-radius: 12px;
  position: relative;
}

.smallBnrArea .bx-controls-direction a {
  display: block;
  position: absolute;
  top: 60px;
  margin-top: -6px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 7px;
  height: 12px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1553px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
  opacity: .7;
}

.smallBnrArea .bx-controls-direction a:hover {
  opacity: 1;
}

.smallBnrArea .bx-controls-direction .bx-prev {
  left: -12px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.smallBnrArea .bx-controls-direction .bx-next {
  right: -12px;
}

.smallBnrArea .carouselBnrs a:hover img {
  opacity: .7;
}

.smallBnrArea .row > .carouselBnrs {
  display: -webkit-flex;
  display: flex;
}

.smallBnrArea .row > .carouselBnrs li {
  width: 240px;
  margin-right: 6px;
}

.smallBnrArea .row > .carouselBnrs li:last-child {
  margin-right: 0;
}

.smallBnrArea .noCarouselBnrs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.smallBnrArea .noCarouselBnrs li {
  width: 240px;
  margin: 0 6px 20px 0;
}

.smallBnrArea .noCarouselBnrs li:nth-child(4n) {
  margin-right: 0;
}

.smallBnrArea .noCarouselBnrs a:hover img {
  opacity: .7;
}

#footer {
  border-top: 1px solid #ddd;
  background-color: #0e6eb8;
  color: #fff;
  padding-bottom: 2.4rem;
}

#footer .footer_content {
  position: relative;
  height: 72rem;
  padding: 5.6rem 0 0;
  background-color: #cbe4ef;
  background: url("/files/user/img/footer_bg.png") no-repeat center bottom;
  background-size: cover;
  color: #333;
}

#footer .footer_content .row {
  position: relative;
}

#footer .footer_content .footer_links {
  display: -webkit-flex;
  display: flex;
}

#footer .footer_content .footer_links > * {
  width: 25%;
}

#footer .footer_content .footer_links > *:nth-child(3) {
  width: 30%;
}

#footer .footer_content .footer_links > *:nth-child(4) {
  width: 20%;
}

#footer .footer_content section {
  margin-bottom: 4rem;
}

#footer .footer_content .footer_heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: .5em;
}

#footer .footer_content ul {
  margin-bottom: 2em;
}

#footer .footer_content li {
  margin: .2em 0;
}

#footer .footer_content a span {
  display: inline-block;
  color: #333;
  position: relative;
  padding-right: 1.2em;
}

#footer .footer_content a span:after {
  display: block;
  position: absolute;
  top: 45%;
  right: 4px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
}

#footer .footer_content a span:hover {
  text-decoration: underline;
}

#footer .footer_content .multiline span {
  padding: 0;
}

#footer .footer_content .multiline span:after {
  display: inline-block;
  position: relative;
  top: inherit;
  right: inherit;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin-left: .5em;
}

#footer .footer_content .link-pdf span {
  padding-right: 1.8em;
}

#footer .footer_content .link-pdf span:after {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 23px;
  height: 25px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1494px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.footer_nav {
  text-align: center;
}

.footer_nav .row {
  margin: 2rem auto 3.2rem;
}

.footer_nav li {
  display: inline-block;
  margin: .2em;
}

.footer_nav a {
  color: #fff;
  position: relative;
  padding-right: 1.1em;
}

.footer_nav a:after {
  display: block;
  position: absolute;
  top: 45%;
  right: 4px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
}

.copyright {
  text-align: center;
}

.top_hero {
  padding-top: 24px;
  margin-bottom: 5px;
}

.top_hero .row {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.hero_slider {
  width: 750px;
}

.hero_slider .bx-wrapper {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.hero_slider > .slides {
  height: 335px;
  border-radius: 12px;
  overflow: hidden;
}

.hero_slider .slide img {
  width: 100%;
  height: auto;
}

.hero_slider .bx-controls a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  margin-top: -24px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.hero_slider .bx-controls a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero_slider .bx-controls a:hover {
  background-color: rgba(0, 0, 0, 0.65);
}

.hero_slider .bx-controls .bx-prev {
  left: -24px;
}

.hero_slider .bx-controls .bx-prev:before {
  width: 10px;
  height: 17px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2800px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
  right: 10px;
}

.hero_slider .bx-controls .bx-next {
  right: -24px;
}

.hero_slider .bx-controls .bx-next:before {
  width: 10px;
  height: 17px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2822px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
  left: 10px;
}

.hero_slider .thumbs {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 10px;
}

.hero_slider .thumb {
  width: 100px;
  height: 45px;
}

.hero_slider .thumb a {
  display: block;
  position: relative;
  cursor: pointer;
}

.hero_slider .thumb a:hover {
  opacity: .7;
}

.hero_slider .thumb .active:hover {
  opacity: 1;
}

.hero_slider .thumb .active:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  border-bottom: 7px solid #0e6eb8;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.hero_slider .thumb .active:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #0e6eb8;
  border-radius: 8px;
}

.hero_slider .thumb img {
  border-radius: 8px;
}

.hero_btns {
  width: 240px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px 9px;
}

.hero_btns .heading {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding: 16px 0 16px 68px;
}

.hero_btns .heading:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 56px;
  height: 51.5px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1414px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.hero_btns .btns li {
  margin-top: 10px;
  height: 140px;
}

.hero_btns .btns li:first-child {
  margin-top: 0;
}

.hero_btns .btns a {
  display: block;
  position: relative;
  height: 140px;
  padding-top: 100px;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  text-decoration: none;
}

.hero_btns .btns a:before {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero_btns .btns a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 21px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -134px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.hero_btns .btns a:active {
  top: 2px;
  height: 138px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.hero_btns .hero_btn-areainfo {
  margin-top: 10px;
}

.hero_btns .hero_btn-areainfo li {
  height: 75px;
}

.hero_btns .hero_btn-areainfo a {
  display: block;
  position: relative;
  height: 75px;
  border-radius: 12px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  text-decoration: none;
  background-color: #71eeff;
}

.hero_btns .hero_btn-areainfo a:before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 10px;
  width: 165px;
  height: 56px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2844px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
  top: 35%;
  left: 16px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hero_btns .hero_btn-areainfo a:after {
  content: '';
  display: block;
  position: absolute;
  top: 35%;
  right: 10px;
  width: 13px;
  height: 20px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -160px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.hero_btns .hero_btn-areainfo a:active {
  top: 2px;
  height: 73px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.hero_btns .hero_btn-areainfo a:hover {
  background-color: #4ad5ff;
}

.hero_btns .hero_btn-apply {
  background-color: #20d299;
}

.hero_btns .hero_btn-apply:before {
  width: 64px;
  height: 78px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1246px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.hero_btns .hero_btn-apply:hover {
  background-color: #1dbc89;
}

.hero_btns .hero_btn-support {
  background-color: #f2ae21;
}

.hero_btns .hero_btn-support:before {
  top: 50%;
  width: 84px;
  height: 80px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1329px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.hero_btns .hero_btn-support:hover {
  background-color: #e7a00e;
}

.top_heading {
  line-height: 1;
  padding: 26px 0;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}

.top_heading span {
  display: inline-block;
  padding-left: 60px;
  position: relative;
}

.top_heading span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top_forBeginner .top_heading span:before {
  width: 42px;
  height: 44px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1064px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_forMember .top_heading span:before {
  width: 52px;
  height: 40px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1113px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_section_content {
  padding: 47px 0 35px;
  position: relative;
  overflow: hidden;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.top_section_content:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.top_forBeginner .top_section_content {
  background-color: #efefef;
}

.top_forMember .top_section_content {
  background-color: #e5f0f8;
}

.top_forBeginner {
  margin-bottom: 24px;
}

.top_forBeginner .top_section_content {
  padding-bottom: 45px;
}

.top_forBeginner .bnrs {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.top_forBeginner .bnrs li {
  width: 314px;
}

.top_forBeginner .bnrs a {
  display: block;
  position: relative;
  height: 165px;
  border-radius: 12px;
  overflow: hidden;
  overflow: hidden;
}

.top_forBeginner .bnrs a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top_forBeginner .bnrs a:hover {
  opacity: .7;
}

.top_forBeginner .bnrs .bnr-tv {
  border: 3px solid #f18904;
}

.top_forBeginner .bnrs .bnr-net {
  border: 3px solid #eb668d;
}

.top_forBeginner .bnrs .bnr-talk {
  border: 3px solid #3394d2;
}

.top_forBeginner .btn {
  height: 65px;
  margin: 24px auto 20px;
}

.top_forBeginner .btn-guide {
  display: block;
  position: relative;
  width: 493px;
  height: 65px;
  margin: 0 auto;
  line-height: 65px;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-color: #f29b76;
  border-radius: 12px;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.top_forBeginner .btn-guide:hover {
  background-color: #f08a5f;
}

.top_forBeginner .btn-guide:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 15px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -94px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_forBeginner .btn-guide:active {
  top: 2px;
  height: 62px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.top_forBeginner .btns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50px;
  margin-top: 18px;
}

.top_forBeginner .btns li {
  width: 300px;
  margin: 0 9px;
}

.top_forBeginner .btns a {
  display: table;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 1.2;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border-radius: 12px;
  padding-left: 1em;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.top_forBeginner .btns a:before, .top_forBeginner .btns a:after {
  content: '';
  display: block;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top_forBeginner .btns a:before {
  top: 38%;
  left: 12px;
}

.top_forBeginner .btns a:after {
  top: 50%;
  right: 12px;
  width: 9px;
  height: 15px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -94px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_forBeginner .btns a span {
  display: table-cell;
  vertical-align: middle;
}

.top_forBeginner .btns a:active {
  top: 2px;
  height: 48px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.top_forBeginner .btns .btn-otoku {
  background-color: #34a3c8;
}

.top_forBeginner .btns .btn-otoku:hover {
  background-color: #2f93b4;
}

.top_forBeginner .btns .btn-otoku:before {
  left: 10px;
  width: 56px;
  height: 50px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -641px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_forBeginner .btns .btn-flyer {
  background-color: #ec6941;
}

.top_forBeginner .btns .btn-flyer:hover {
  background-color: #ea572a;
}

.top_forBeginner .btns .btn-flyer:before {
  left: 10px;
  width: 50px;
  height: 42px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -794px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_forBeginner .btns .btn-area {
  background-color: #d29520;
}

.top_forBeginner .btns .btn-area:hover {
  background-color: #bc851d;
}

.top_forBeginner .btns .btn-area:before {
  left: 10px;
  width: 56px;
  height: 45px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -841px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_forBeginner .btns .btn-request {
  background-color: #aecd00;
}

.top_forBeginner .btns .btn-request:hover {
  background-color: #98b400;
}

.top_forBeginner .btns .btn-request:before {
  width: 36px;
  height: 44px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -696px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_forBeginner .btns .btn-apply {
  background-color: #20d299;
  padding-left: 20px;
}

.top_forBeginner .btns .btn-apply:hover {
  background-color: #1dbc89;
}

.top_forBeginner .btns .btn-apply:before {
  width: 36px;
  height: 44px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -745px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_forMember {
  margin-bottom: 50px;
}

.top_forMember .top_section_content {
  padding-bottom: 24px;
}

.top_forMember .row {
  padding: 0;
}

.top_forMember .movie {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding-bottom: 6px;
  background: #fff url(http://www.cablegate.jp/img/foot_back.jpg) repeat-x left -10px;
}

.top_forMember .movie .iframeWrap {
  width: 800px;
  margin: 0 auto;
}

.menu_btns {
  padding: 0 20px;
}

.menu_btns ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu_btns li {
  width: 308px;
  height: 78px;
  margin-top: 20px;
}

.menu_btns a[class^="btn"] {
  display: table;
  position: relative;
  width: 100%;
  height: 78px;
  line-height: 1.2;
  padding-left: 80px;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-color: #0e6eb8;
  border-radius: 12px;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.menu_btns a[class^="btn"]:hover {
  background-color: #0c60a0;
}

.menu_btns a[class^="btn"]:before, .menu_btns a[class^="btn"]:after {
  content: '';
  display: block;
  position: absolute;
}

.menu_btns a[class^="btn"]:before {
  top: 50%;
  left: 42px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu_btns a[class^="btn"]:after {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 12px;
  width: 9px;
  height: 15px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -94px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.menu_btns a[class^="btn"] span {
  display: table-cell;
  vertical-align: middle;
}

.menu_btns a[class^="btn"]:active {
  top: 2px;
  height: 76px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.movie .menu_btns {
  margin-top: 10px;
}

.movie .menu_btns li {
  margin: 10px 0;
}

.movie .menu_btns a[class^="btn"] {
  background-color: #243f76;
}

.movie .menu_btns a[class^="btn"]:hover {
  background-color: #1e3562;
}

.menu_btns a.btn-areainfo {
  background-color: #fff1c6;
  padding-left: 20px;
}

.menu_btns a.btn-areainfo:before {
  content: none;
}

.menu_btns a.btn-areainfo:after {
  width: 9px;
  height: 15px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -114px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.menu_btns a.btn-areainfo span span {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 251px;
  height: 57px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -32px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.menu_btns a.btn-areainfo:hover {
  background-color: #ffe493;
}

.menu_btns a.btn-img {
  display: block;
  padding: 0;
  overflow: hidden;
}

.menu_btns a.btn-img:after {
  content: none;
}

.menu_btns a.btn-img:before {
  display: block;
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 12px;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu_btns a.btn-img span {
  display: block;
}

.menu_btns a.btn-img:hover {
  opacity: .8;
}

.menu_btns a.btn-img:active:before {
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.menu_support {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 20px;
  margin: 20px 0;
}

.menu_support .btn {
  width: 308px;
  height: 78px;
}

.menu_support .btn-support {
  display: block;
  position: relative;
  width: 100%;
  height: 78px;
  line-height: 78px;
  padding-left: 80px;
  font-size: 2.4rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-color: #f2ae21;
  border-radius: 12px;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.menu_support .btn-support:hover {
  background-color: #e7a00e;
}

.menu_support .btn-support:before, .menu_support .btn-support:after {
  content: '';
  display: block;
  position: absolute;
}

.menu_support .btn-support:before {
  top: 50%;
  left: 18px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 58px;
  height: 40px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -569px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.menu_support .btn-support:after {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 12px;
  width: 9px;
  height: 15px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -94px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.menu_support .btn-support:active {
  top: 2px;
  height: 76px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.menu_support .links {
  width: 633px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px 0 12px 110px;
}

.menu_support .links:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 56px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2905px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.menu_support .links li {
  margin: .2rem 0;
}

.menu_support .links li:nth-child(odd) {
  width: 160px;
}

.menu_support .links li:nth-child(even) {
  width: 350px;
}

.menu_support .links li a {
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
  font-size: 1.4rem;
}

.menu_support .links li a:after {
  position: absolute;
  top: 45%;
  right: 4px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
}

.btn-campaign:before {
  width: 40px;
  height: 32px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -309px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.btn-evepre:before {
  width: 58px;
  height: 32px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -393px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.btn-channel:before {
  width: 50px;
  height: 42px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -346px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.btn-bangumi:before {
  width: 50px;
  height: 42px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -262px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.btn-guide:before {
  width: 49px;
  height: 41px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -430px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.btn-osusume:before {
  width: 25px;
  height: 30px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -505px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_forMember_menu > .btn {
  width: 516px;
  height: 50px;
  margin: 0 auto;
}

.top_forMember_menu > .btn a {
  display: table;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 1.2;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-color: #34a3c8;
  border-radius: 12px;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  text-align: center;
}

.top_forMember_menu > .btn a:hover {
  background-color: #2f93b4;
}

.top_forMember_menu > .btn a:after {
  content: '';
  display: block;
  position: absolute;
}

.top_forMember_menu > .btn a:after {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 12px;
  width: 9px;
  height: 15px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -94px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_forMember_menu > .btn a span {
  display: table-cell;
  vertical-align: middle;
}

.top_forMember_menu > .btn a:active {
  top: 2px;
  height: 48px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.top_news {
  margin-bottom: 2rem;
}

.top_news section {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0 40px 16px;
}

.top_news .heading {
  line-height: 1;
  padding: 26px 0;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}

.top_news .heading span {
  display: inline-block;
  padding-left: 60px;
  position: relative;
}

.top_news .heading span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46px;
  height: 38px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1158px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_news li {
  margin: .7rem 0;
}

.top_news a {
  display: table;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.top_news a > * {
  display: table-cell;
  vertical-align: top;
}

.top_news a:hover {
  text-decoration: none;
}

.top_news a:hover .date,
.top_news a:hover .title {
  text-decoration: underline;
}

.top_news .date {
  width: 9.2rem;
}

.top_news .tag {
  width: 6.8rem;
}

.top_news .tag span {
  display: block;
  height: 1.6rem;
  line-height: 1.6rem;
  border-radius: .8rem;
  font-size: 1.2rem;
  background-color: #0e6eb8;
  color: #fff;
  text-align: center;
}

.top_news .title {
  padding-left: 1rem;
}

.top_news .link {
  position: absolute;
  top: 28px;
  right: 20px;
}

.top_news .link a {
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
  font-size: 1.4rem;
}

.top_news .link a:after {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  right: 4px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1553px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_news .new {
  position: relative;
  top: -.1rem;
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
  padding: 3px 1.2em 2px;
  background-color: #cf2944;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 6px;
  vertical-align: top;
}

.top_maintenance {
  margin-bottom: 18px;
}

.top_maintenance .tabwrap {
  position: relative;
  padding-bottom: 14px;
}

.top_maintenance .tabwrap:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background-color: #0e6eb8;
}

.top_maintenance .tab {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
}

.top_maintenance .tab:before, .top_maintenance .tab:after {
  content: "";
  display: table;
}

.top_maintenance .tab:after {
  clear: both;
}

.top_maintenance .tab .is_active {
  background-color: #0e6eb8 !important;
  color: #fff;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.top_maintenance .tab-trigger {
  float: left;
  width: 480px;
  margin: 0 10px;
  background-color: #e7e7e7;
  border-radius: 12px 12px 0 0;
  height: 70px;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  padding-top: 28px;
}

.top_maintenance .tab-trigger:hover {
  background-color: #d6d6d6;
}

.top_maintenance .information {
  background-color: #e5f0f8;
}

.top_maintenance .tab-target {
  width: 1000px;
  line-height: 2.4rem;
  margin: 0 auto;
  padding: 24px 30px 0;
}

.top_maintenance .tab-target a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 10px;
  width: 7px;
  height: 12px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1553px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_maintenance .information_link {
  text-align: right;
}

.top_maintenance .information_list {
  padding: 2px 24px 4px;
}

.top_maintenance .information_list li {
  display: table;
  margin: 16px 0;
}

.top_maintenance .information_list li > * {
  display: table-cell;
  vertical-align: top;
}

.top_maintenance .information_list li:first-child {
  margin-top: 0;
}

.top_maintenance .information_list .date {
  width: 185px;
}

.top_maintenance .information_list .date:before {
  content: '・';
}

.top_maintenance .new {
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
  padding: 4px 1.2em 3px;
  background-color: #cf2944;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 6px;
  vertical-align: top;
}

.top_maintenance .links {
  margin: 0 auto;
  padding: 4px 0 28px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.top_maintenance .links li {
  margin: 0 30px;
}

.top_maintenance .links a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 10px;
  width: 7px;
  height: 12px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1553px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_numazu {
  background-color: #f1eee9;
  padding: .8rem 0 4rem;
}

.top_numazu section {
  position: relative;
}

.top_numazu .heading {
  line-height: 1;
  padding: 26px 0;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}

.top_numazu .heading span {
  display: inline-block;
  padding-left: 60px;
  position: relative;
}

.top_numazu .heading span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 44px;
  height: 40px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1201px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_numazu .content {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 2.4rem 40px;
  background-color: #fff;
}

.top_numazu li {
  margin: .7rem 0;
  line-height: 1.6rem;
  font-size: 1.4rem;
}

.top_numazu .news a {
  display: table;
  width: 100%;
}

.top_numazu .news a > * {
  display: table-cell;
  vertical-align: top;
}

.top_numazu .news .date {
  width: 9.6rem;
}

.top_numazu .events {
  margin-top: 2.4rem;
}

.top_numazu .events .date {
  display: block;
  margin-bottom: .4rem;
}

.top_numazu .events a {
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
  font-size: 1.4rem;
}

.top_numazu .events a:after {
  position: absolute;
  top: 45%;
  right: 4px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
}

.top_numazu .link {
  position: absolute;
  top: 3rem;
  right: 20px;
}

.top_numazu .link a {
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
  font-size: 1.4rem;
}

.top_numazu .link a:after {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  right: 4px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1553px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.top_snsArea .row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.top_snsArea .row > * {
  width: 480px;
}

.leaf > .row {
  padding: 0 20px;
}

.breadcrumbs {
  padding: 16px 0;
}

.breadcrumbs ol {
  padding: 0 20px;
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  line-height: 2.1rem;
}

.breadcrumbs li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 8px;
  vertical-align: top;
  position: relative;
  top: -1px;
}

.breadcrumbs li:first-child:before {
  content: none;
}

.pageTitle {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  margin: 4px 0 18px;
}

.pageTitle [class^="tag-"],
.pageTitle [class*=" tag-"] {
  display: block;
  width: 6.8rem;
  height: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: .8rem;
  border-radius: .8rem;
  font-size: 1.2rem;
  background-color: #0e6eb8;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

.pageTitle .tag-tv {
  background-color: #5193dd;
}

.pageTitle .tag-net {
  background-color: #f2ae21;
}

.pageTitle .tag-event {
  background-color: #aac33a;
}

.pageTitle .tag-present {
  background-color: #34a3c8;
}

.pageTitle .new {
  position: relative;
  display: inline-block;
  line-height: 2.1rem;
  margin-left: .8rem;
  padding: 0 1.2em;
  background-color: #cf2944;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 6px;
  vertical-align: middle;
  top: -.2rem;
  font-weight: normal;
}

.page-s {
  font-size: 1.8rem;
}

.leaf_section {
  margin: 72px 0;
}

.leaf_section p {
  margin-bottom: 1em;
}

.leaf_section .btn-link-wrap {
  display: table;
  width: 784px;
  margin: 1.5em auto;
}

.leaf_section .btn-link {
  position: relative;
  display: table-cell;
  height: 86px;
  padding: 0 44px;
  vertical-align: middle;
  background-color: #0e6eb8;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  font-size: 2.6rem;
  font-weight: bold;
}

.leaf_section .btn-link:before {
  content: '';
  display: block;
  width: 18px;
  height: 31px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -185px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
  position: absolute;
  top: 50%;
  right: 22px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.leaf_section .btn-link:hover {
  text-decoration: none;
  background-color: #0a5289;
}

.leaf_section .btn-link-wrap_small {
  display: table;
  width: 480px;
  margin: 1.5em auto;
}

.leaf_section .btn-link_small {
  position: relative;
  display: table-cell;
  height: 60px;
  padding: 0 44px;
  vertical-align: middle;
  background-color: #0e6eb8;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  font-size: 2rem;
  font-weight: bold;
}

.leaf_section .btn-link_small:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 4rem;
  position: absolute;
  top: 28px;
  right: 20px;
  color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.leaf_section .btn-link_small:hover {
  text-decoration: none;
  background-color: #0a5289;
}

.leaf_heading {
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: bold;
}

.leaf_heading.center {
  text-align: center;
}

.service_section {
  margin-bottom: 24px;
}

.service_heading a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.service_heading a:hover img {
  opacity: .7;
}

.service_list, .leaf_btnList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service_list li, .leaf_btnList li {
  width: 470px;
  margin-top: 16px;
}

.service_list a, .leaf_btnList a {
  display: block;
  position: relative;
  line-height: 1;
  padding: 1.3rem 0;
  border: 1px solid #e1e1e1;
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  border-radius: 12px;
}

.service_list a:before, .leaf_btnList a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 7px;
  height: 12px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1553px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service_list a:hover, .leaf_btnList a:hover {
  background-color: #0e6eb8;
  border-color: primary-color;
  color: #fff;
  text-decoration: none;
}

.service_list a:hover:before, .leaf_btnList a:hover:before {
  width: 7px;
  height: 12px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1570px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.service_list a:active, .leaf_btnList a:active {
  background-color: #0a5289;
}

.content_foot_bnrs {
  margin: 24px auto;
}

.content_foot_bnrs li {
  margin-bottom: 20px;
}

.content_foot_bnrs a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}

.content_foot_bnrs a:hover img {
  opacity: .7;
}

.service_nav {
  position: relative;
  background-color: #e7e7e7;
  border-top: 4px solid #0e6eb8;
  margin-bottom: 20px;
}

.service_nav:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #fff;
}

.service_nav .row {
  padding: 0 19px;
}

.service_nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.service_nav li {
  width: 240px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.service_nav li:nth-child(4n) {
  border-right: none;
}

.service_nav a {
  display: table;
  width: 100%;
}

.service_nav a > span {
  display: table-cell;
  height: 54px;
  vertical-align: middle;
  text-align: center;
}

.service_nav a > span span {
  display: inline-block;
  font-size: 1.2rem;
}

.service_nav a:hover {
  text-decoration: none;
  background-color: #0e6eb8;
  color: #fff;
}

.service_nav a:active {
  background-color: #0a5289;
}

.service_nav a.current {
  background-color: #fff;
  position: relative;
}

.service_nav a.current:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 7px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -20px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.service_nav a.current:hover, .service_nav a.current:active {
  background-color: #fff;
  color: #333;
}

.news_btns {
  margin-bottom: 2.8rem;
}

.news_btns ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.news_btns li {
  width: 307px;
}

.news_btns a {
  display: block;
  position: relative;
  height: 4.2rem;
  line-height: 4.2rem;
  text-align: center;
  color: #fff;
  border-radius: 12px;
}

.news_btns a:before {
  content: '';
  display: block;
  width: 9px;
  height: 15px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -94px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news_btns a:hover {
  text-decoration: none;
}

.news_btns .btn-info {
  background-color: #0e6eb8;
}

.news_btns .btn-info:hover {
  background-color: #0a5289;
}

.news_btns .btn-support {
  background-color: #f2ae21;
}

.news_btns .btn-support:hover {
  background-color: #EB8900;
}

.news_btns .btn-contact {
  background-color: #20d19a;
}

.news_btns .btn-contact:hover {
  background-color: #1dbb8a;
}

.news_list {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 12px 40px;
}

.news_list li {
  margin: 3.2rem 0;
}

.news_list a {
  display: table;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.news_list a > * {
  display: table-cell;
  vertical-align: top;
}

.news_list .date {
  width: 9.2rem;
}

.news_list [class^="tag-"],
.news_list [class*=" tag-"] {
  width: 6.8rem;
}

.news_list [class^="tag-"] span,
.news_list [class*=" tag-"] span {
  display: inline-block;
  width: 6.8rem;
  height: 1.6rem;
  line-height: 1.6rem;
  border-radius: .8rem;
  font-size: 1.2rem;
  background-color: #0e6eb8;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

.news_list .title {
  padding-left: 1rem;
}

.news_list .tag-tv span {
  background-color: #5193dd;
}

.news_list .tag-net span {
  background-color: #f2ae21;
}

.news_list .new {
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
  padding: 4px 1.2em 3px;
  background-color: #cf2944;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 6px;
  vertical-align: middle;
  top: -1px;
  font-weight: normal;
}

.article_content {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 4rem;
}

.article_content.editArea {
  font-size: 1.4rem;
}

.article_footBtn {
  width: 440px;
  margin: 4rem auto 6.4rem;
}

.article_footBtn .btn-link {
  display: block;
  position: relative;
  height: 4.2rem;
  line-height: 4.2rem;
  text-align: center;
  background-color: #0e6eb8;
  color: #fff;
  border-radius: 12px;
}

.article_footBtn .btn-link:before {
  content: '';
  display: block;
  width: 9px;
  height: 15px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -94px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article_footBtn .btn-link:hover {
  text-decoration: none;
  background-color: #0a5289;
}

.event_bnrs {
  background-color: #efefef;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.event_bnrs .row {
  padding: 8px 20px;
}

.event_bnrs li {
  margin: 8px 0;
}

.event_bnrs a {
  display: table;
  height: 100%;
  background-color: #bbb;
}

.event_bnrs a span {
  display: table-cell;
  vertical-align: middle;
}

.event_bnrs a:hover img {
  opacity: .7;
}

.event_bnrs img {
  width: 100%;
}

.event_bnrs ul,
.event_list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event_bnrs li,
.event_list li {
  width: 470px;
  padding: 9px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #fff;
}

.event_list ul {
  padding: 14px 0;
}

.event_list li {
  position: relative;
  padding-bottom: 8rem;
  margin: 10px 0;
}

.event_list_title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 10px 1rem;
}

.event_list_title .tag {
  display: block;
  margin: .4rem 0;
  font-weight: normal;
}

.event_list_title .tag span {
  display: inline-block;
  width: 6.8rem;
  line-height: 1.4rem;
  margin-right: .8rem;
  border-radius: .8rem;
  font-size: 1.2rem;
  text-align: center;
  font-weight: normal;
}

.event_list_title .tag_event {
  border: 1px solid #aac33a;
  background-color: #aac33a;
  color: #fff;
}

.event_list_title .tag_present {
  border: 1px solid #34a3c8;
  background-color: #34a3c8;
  color: #fff;
}

.event_list_title .tag_anyone {
  border: 1px solid #0e6eb8;
  color: #0e6eb8;
}

.event_list_title .tag_limited {
  border: 1px solid #cf2944;
  color: #cf2944;
}

.event_list_title .new {
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
  padding: 4px 1.2em 3px;
  background-color: #cf2944;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 6px;
  vertical-align: middle;
  top: -1px;
  font-weight: normal;
}

.event_list_img {
  position: relative;
  height: 250px;
  overflow: hidden;
  background-color: #bbb;
}

.event_list_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.event_list_txt {
  margin: 1rem 10px;
}

.event_list_term {
  display: table;
}

.event_list_term > * {
  display: table-cell;
  vertical-align: top;
  line-height: 1.6rem;
  font-size: 1.5rem;
}

.event_list_term dt {
  width: 88px;
  padding-right: 8px;
}

.event_list_term dt span {
  display: block;
  height: 1.6rem;
  line-height: 1.6rem;
  background-color: #e6e6e6;
  text-align: center;
  font-size: 1.2rem;
}

.event_list_btn {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 19px;
}

.event_list_btn .btn-link {
  position: relative;
  display: block;
  height: 4.2rem;
  line-height: 4.2rem;
  background-color: #0e6eb8;
  text-align: center;
  color: #fff;
  border-radius: 12px;
}

.event_list_btn .btn-link:before {
  content: '';
  display: block;
  width: 9px;
  height: 15px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -94px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.event_list_btn .btn-link:hover {
  text-decoration: none;
  background-color: #0a5289;
}

.progress {
  margin-bottom: 3.2rem;
}

.progress ol {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.progress li {
  line-height: 50px;
  padding-right: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  width: 320px;
  height: 50px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2690px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
  color: #838383;
}

.progress li.current {
  width: 320px;
  height: 50px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2745px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
  color: #fff;
}

.formPage_content > p {
  margin: 24px 0;
}

.mypage_notice {
  margin-bottom: 2.2rem;
  padding: 28px 24px;
  margin: 24px 0;
  background-color: #F6F6F6;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
}

.mypage_notice .notice_heading {
  font-weight: bold;
  margin-bottom: 1em;
}

.attention {
  color: #DD1D1D;
}

.attention_h1 {
  font-size: 14px;
  color: #DD1D1D;
  padding-left: 10px;
}

.mypage_notice .mypage_notice_left {
  float: left;
}

.mypage_notice .mypage_notice_right {
  float: right;
  width: 600px;
}

.form_notice {
  margin-bottom: 2.2rem;
  padding: 28px 24px;
  margin: 24px 0;
  background-color: #F6F6F6;
  border-radius: 10px;
}

.form_notice .notice_heading {
  font-weight: bold;
  margin-bottom: 1em;
}

.form_notice .notice_heading_application_service,
.form_complete .notice_heading {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: large;
}

.form_notice .required {
  color: #DD1D1D;
  margin-right: .4rem;
}

.form_notice strong {
  color: #DD1D1D;
  font-weight: normal;
}

.form_notice p {
  margin: 0 0 1.2rem;
}

.form_notice p:last-child {
  margin-bottom: 0;
}

.form_notice a {
  color: #0e6eb8;
}

.form_notice a:hover {
  color: #74b1de;
}

.form_notice a:active {
  color: #0a5289;
}

.form_notice a[target="_blank"]:after {
  content: '';
  display: inline-block;
  margin: 0 4px;
  width: 11px;
  height: 9px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2166px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.form_notice .note {
  text-indent: -1em;
  margin-left: 1em;
}

.form_table {
  width: 100%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  table-layout: fixed;
}

.form_table th,
.form_table td {
  line-height: 1.2;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  vertical-align: top;
}

.form_table th {
  width: 170px;
  padding: 24px 14px;
  background-color: #F6F6F6;
}

.form_table th.required:after {
  content: '*';
  color: #DD1D1D;
  margin-left: .4rem;
}

.form_table td {
  padding: 14px;
  background-color: #fff;
}

.form_table p {
  font-size: 1.3rem;
}

.form_table .warning {
  color: #DD1D1D;
  margin-top: .8rem;
}

.form_table .note {
  color: #666;
}

.form_table input {
  width: 320px;
  height: 36px;
  border-radius: 3px;
  font-size: 1.4rem;
}

.form_table textarea {
  width: 100%;
  border-radius: 3px;
  font-size: 1.4rem;
  padding-top: 6px;
}

.form_table .form_row {
  display: table;
  margin-bottom: 12px;
}

.form_table .form_row:last-child {
  margin-bottom: 0;
}

.form_table .form_row > * {
  display: table-cell;
  vertical-align: middle;
  padding: 0 .4rem;
}

.form_table .form_row > *:first-child {
  padding-left: 0;
}

.form_table .form_textarea p {
  margin-top: .8rem;
}

.form_table .form_name input {
  width: 160px;
}

.form_table .form_address input {
  width: 480px;
}

.form_table .form_address .form_row > *:first-child {
  width: 62px;
  padding: 0;
}

.form_table .form_postcode input {
  width: 80px;
}

.form_table .form_mail input {
  width: 480px;
}

.form_table .form_mail .form_row > *:first-child {
  width: 46px;
  padding: 0;
}

.form_table .form_mobilemail .minict_wrapper {
  width: 180px;
}

.form_table .form_birthday .minict_wrapper {
  width: 80px;
}

.form_table .form_timezone .minict_wrapper {
  width: 240px;
}

.form_table .form_timezone .note {
  text-indent: -2em;
  padding-left: 2em;
}

.form_table .form_timezone .note:before {
  content: '※';
  margin: .5em;
}

.form_table .form_stb .form_row:first-child {
  margin-bottom: .6rem;
}

.form_table .form_stb .form_row > * {
  width: 244px;
}

.form_table .form_stb .form_row > *:first-child {
  width: 46px;
}

.form_table .form_stb input {
  width: 100%;
  ime-mode: disabled;
}

.form_table .form_note {
  margin-bottom: 16px;
}

.form_table .form_note li {
  text-indent: -1.5em;
  margin: 4px 0 12px 1.5em;
}

.form_table .form_note li:before {
  content: '※';
  color: #cf2944;
  margin-right: .5em;
}

.form_table .form_note a {
  color: #0e6eb8;
}

.form_table .form_note a:hover {
  color: #74b1de;
}

.form_table .form_note a:active {
  color: #0a5289;
}

.form_table .form_note a[target="_blank"]:after {
  content: '';
  display: inline-block;
  margin: 0 4px;
  width: 11px;
  height: 9px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2166px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.form_table .td-note {
  padding: 6px;
  background-color: #F6F6F6;
}

.form_table .td-note ul {
  background-color: #fff;
  padding: 14px 20px;
  border-radius: 2px;
}

.form_table .td-note li {
  text-indent: -1.5em;
  margin: 6px 0 6px 1.5em;
  line-height: 1.5;
  font-size: 1.4rem;
  background-color: #fff;
}

.form_table .td-note li:before {
  content: '※';
  color: #cf2944;
  margin-right: .5em;
}

.form_table .td-note a {
  color: #0e6eb8;
}

.form_table .form_option td {
  background-color: #fcfcfc;
}

.form_table .form_option input,
.form_table .form_option textarea {
  background-color: #fff;
}

.form_table .textarea-other {
  min-height: 36px;
  height: 120px;
}

.form_table .form_hometype .form_row,
.form_table .form_requesttype .form_row,
.form_table .form_shipping .form_row {
  width: auto;
  padding-top: 8px;
}

.form_table .form_hometype input,
.form_table .form_requesttype input,
.form_table .form_shipping input {
  width: auto;
  height: auto;
}

.form_table .form_hometype label,
.form_table .form_requesttype label,
.form_table .form_shipping label {
  padding-left: 1em;
  cursor: pointer;
}

.form_table .form_hometype label:first-child,
.form_table .form_requesttype label:first-child,
.form_table .form_shipping label:first-child {
  padding-left: 0;
}

.form_table .postcode_btn {
  width: 120px;
  height: 36px;
  border: 1px solid #ddd;
  background-color: #F6F6F6;
  border-radius: 3px;
  font-size: 1.4rem;
}

.form_table .postcode_btn:hover {
  background-color: #e7e7e7;
}

.form_table .postcode_btn:active {
  background-color: #d6d6d6;
}

.form_table .form_service div,
.form_table .form_service li,
.form_table .form_cause div,
.form_table .form_cause li {
  margin: 5px 0;
}

.form_table .form_service label,
.form_table .form_cause label {
  cursor: pointer;
}

.form_table .form_service input,
.form_table .form_cause input {
  width: 20px;
  height: auto;
  margin: 0 0 0 -16px;
}

.form_table .form_service div,
.form_table .form_cause div {
  padding-left: 16px;
}

.form_table.confirm .form_service div,
.form_table.confirm .form_cause div {
  padding-left: 0;
}

.form_table.confirm td {
  vertical-align: middle;
}

.form_table .colWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.form_table .col2 {
  width: 48%;
}

.form_table input[disabled],
.form_table select[disabled] {
  background-color: #F6F6F6;
  color: #999;
}

.form_table button[disabled] {
  cursor: default;
}

.form_table button[disabled]:hover, .form_table button[disabled]:active {
  background-color: #F6F6F6;
}

.form_table-2 {
  display: none;
}

.form_table-2 tr:first-child th,
.form_table-2 tr:first-child td {
  border-top: none;
}

.form_submit {
  position: relative;
  width: 480px;
  margin: 40px auto 64px;
  background-color: #0e6eb8;
  border-radius: 12px;
  cursor: pointer;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.form_submit:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 4rem;
  position: absolute;
  top: 45%;
  right: 20px;
  color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.form_submit:hover {
  background-color: #0a5289;
}

.form_submit:active:before {
  right: 16px;
}

.form_submit .btn-submit {
  position: relative;
  width: 480px;
  height: 60px;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 12px;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.form_submit .btn-submit:active {
  padding-left: .4rem;
}

.form_submit .btn-submit[disabled], .form_submit .btn-submit:disabled {
  background-color: #e7e7e7;
  color: #999;
  cursor: default;
  border-radius: 10px;
}

.form_submit .btn-submit[disabled]:active, .form_submit .btn-submit:disabled:active {
  padding: 0;
}

.form_back {
  position: relative;
  width: 480px;
  margin: 40px auto 24px;
  background-color: #e7e7e7;
  border-radius: 8px;
}

.form_back:before {
  content: "\f104";
  font-family: FontAwesome;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 2.8rem;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.form_back:hover {
  background-color: #d6d6d6;
  text-decoration: none;
}

.form_back:active:before {
  left: 16px;
}

.form_back .btn-back {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  position: relative;
  line-height: 1;
  border-radius: 12px;
}

.form_back .btn-back:hover {
  text-decoration: none;
}

.form_back + .form_submit {
  margin-top: 24px;
}

.agreement_article {
  margin: 32px 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 32px;
  height: 400px;
  overflow: auto;
}

.agreement_heading {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  margin: 8px -8px 20px;
  padding: 8px;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.agreement_section {
  margin: 3.6rem 0;
}

.agreement_section .heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin: .8rem 0;
}

.agreement_section p {
  margin-bottom: 1em;
}

.agreement_section ol {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
}

.agreement_section ol li {
  margin: 1em .4rem;
  position: relative;
  padding-left: 1.4em;
}

.agreement_section ol li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  font-family: "lato", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.agreement_section dt {
  font-weight: bold;
}

.agreement_section dd {
  padding-left: 1em;
  margin-bottom: 1em;
}

.agreement_section a {
  color: #0e6eb8;
}

.agreement_section a[target="_blank"]:after {
  content: '';
  display: inline-block;
  margin: 0 4px;
  width: 11px;
  height: 9px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2166px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.agreement_log {
  margin: 4em 0 2em;
  text-align: right;
  font-size: 1.2rem;
  color: #999;
}

.agreement_check {
  margin: 40px auto;
  text-align: center;
}

.agreement_check label {
  cursor: pointer;
}

.agreement_check input {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.form_complete {
  margin-bottom: 8rem;
  padding: 40px 24px;
  margin: 24px 0;
  background-color: #F6F6F6;
  border-radius: 10px;
  text-align: center;
}

.form_complete p {
  margin: 0 0 1.2rem;
}

.form_complete p:last-child {
  margin-bottom: 0;
}

.form_complete a {
  color: #0e6eb8;
}

.form_complete a:hover {
  color: #74b1de;
}

.form_complete a:active {
  color: #0a5289;
}

.form_complete a[target="_blank"]:after {
  content: '';
  display: inline-block;
  margin: 0 4px;
  width: 11px;
  height: 9px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2166px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.leaf_btnList {
  padding-bottom: 64px;
}

.document_content {
  padding: 8px 0 40px;
}

.document_content section {
  margin: 4.8rem 0;
}

.document_content section:first-child {
  margin-top: 0;
}

.document_content h2 {
  margin: .8em 0;
  font-weight: bold;
  font-size: 2rem;
}

.document_content p,
.document_content li {
  margin: 1em 0;
}

.document_content li li {
  margin: .5em 0;
}

.document_content a {
  color: #0e6eb8;
}

.document_content a[target="_blank"]:after {
  content: '';
  display: inline-block;
  margin: 0 4px;
  width: 11px;
  height: 9px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2166px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.document_content dl {
  margin: 2em 0;
}

.document_content dt {
  font-weight: bold;
  margin-bottom: .5em;
}

.document_content dd {
  margin-bottom: 1.5em;
}

.document_content ol > li {
  list-style: decimal;
  margin-left: 2em;
}

.document_content ul > li {
  list-style: disc;
  margin-left: 2em;
}

.document_content .ol-kakko > li {
  list-style: none;
  text-indent: -2.6em;
  margin-left: 2.6em;
}

.document_content .note {
  font-size: 1.2rem;
}

.document_content .date {
  margin-top: 6.4rem;
  text-align: right;
}

.document_content .box-info {
  border-radius: 12px;
  background-color: #F6F6F6;
  padding: 8px 24px;
}

.document_content .box-info .heading {
  font-weight: bold;
}

.document_content .ol-abc > li {
  list-style: lower-latin;
  font-weight: bold;
  font-size: 1.5rem;
}

.document_content .ol-abc > li * {
  font-weight: normal;
  font-size: 1.4rem;
}

.document_content .ol-abc > li p {
  margin: .5em 0;
}

.document_content .link-pdf:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 25px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1494px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.sitemap_header {
  padding: 22px 2px 2px 22px;
  background-color: #F6F6F6;
  border-radius: 12px;
}

.sitemap_header ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sitemap_header li {
  margin: 0 20px 20px 0;
}

.sitemap_header li:last-child {
  margin: 0 0 20px 0;
}

.sitemap_header a {
  display: table-cell;
  position: relative;
  height: 30px;
  vertical-align: middle;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0 32px 0 16px;
  color: #333;
  border-radius: 12px;
}

.sitemap_header a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 7px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -980px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.sitemap_header a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0e6eb8;
  border-color: #0e6eb8;
}

.sitemap_header a:hover:before {
  width: 11px;
  height: 7px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -992px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.sitemap_header a:active {
  background-color: #0a5289;
}

.static_section {
  margin: 32px 0;
  font-size: 1.8rem;
}

.static_section:last-child {
  margin-bottom: 80px;
}

.static_section h2 {
  position: relative;
  line-height: 2.8rem;
  margin-bottom: 12px;
  padding: 12px 0 8px 14px;
  font-weight: bold;
  color: #0e6eb8;
  font-size: 2.6rem;
}

.static_section h2:before {
  content: '';
  display: block;
  width: 7px;
  height: 2.8rem;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 3px;
  background-color: #0e6eb8;
}

.sitemap .static_section h2 {
  border-bottom: 1px solid #ddd;
}

.static_section h3 {
  position: relative;
  line-height: 2.8rem;
  margin-bottom: 14px;
  padding: 14px 0 6px 14px;
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: 1px solid #ddd;
}

.static_section h3:before {
  content: '';
  display: block;
  width: 7px;
  height: 2.8rem;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 3px;
  background-color: #0e6eb8;
}

.static_section h4 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.static_section .ul-links li {
  list-style: none;
  margin: 0;
}

.static_section .ul-links a {
  display: inline-block;
  position: relative;
  padding: .2rem 0;
}

.static_section .ul-links a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 12px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1553px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
  margin-left: .5em;
}

.static_section .ul-links .link-pdf:after, .static_section .ul-links .link-pdf[target="_blank"]:after {
  margin-left: .3em;
  width: 23px;
  height: 25px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1494px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.static_section .ul-links a[target="_blank"]:after {
  margin-left: .4em;
  width: 11px;
  height: 9px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2166px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.static_section .box-info {
  border-radius: 12px;
  background-color: #F6F6F6;
  padding: 1.2rem 26px;
}

.static_section .box-info .heading {
  font-weight: bold;
  font-size: 1.8rem;
}

.static_section .box-info > * {
  margin: .5em 0;
}

.static_section .box-info a {
  color: #0e6eb8;
}

.static_section .box-info .ul-links li {
  margin: .25em .75em;
}

.ads .static_section {
  margin-bottom: 64px;
}

.static_section > section {
  margin: 32px 0 64px;
}

.static_section > section > p {
  margin-bottom: 40px;
}

.static_section > section > section {
  margin: 28px 0 56px;
}

.static_section > section > section .box-info {
  margin: 24px 0;
  padding: 20px 32px;
}

.static_section > section > section div.box-info {
  width: 570px;
  margin: 24px auto;
}

.static_section .ol-blue {
  counter-reset: blueCount;
  list-style: none;
}

.static_section .ol-blue li {
  position: relative;
  margin: .75em 0 .75em 1em;
}

.static_section .ol-blue li:before {
  content: counter(blueCount) ".";
  counter-increment: blueCount;
  color: #0e6eb8;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 2px;
}

.static_section ul > li {
  list-style: disc;
  margin: .5em 0 .5em 2em;
}

.static_section a[target="_blank"] {
  display: inline-block;
  position: relative;
}

.static_section a[target="_blank"]:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: .4em;
  width: 11px;
  height: 9px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2166px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.static .col2Wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.static .col2Wrap > ul {
  width: 450px;
}

.static .col2Wrap > section {
  width: 469px;
  margin: 0;
}

.yakkan .static_section:last-child {
  margin-bottom: 64px;
}

.yakkan_content {
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
}

.yakkan_content table {
  width: 100%;
}

.yakkan_content tr {
  width: 100%;
}

.yakkan_content td {
  border: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  padding: 22px 4px 22px 22px;
  line-height: 2.5;
}

.yakkan_content td:first-child {
  border-left: 0;
}

.yakkan_content table:first-child tr:first-child td {
  border-top: 0;
}

.yakkan_notice {
  font-size: 80%;
  color: #f00;
}

div.yakkan_notice {
  display: block;
  margin-top: -1em;
}

span.yakkan_notice {
  display: inline-block;
}

.yakkan_content .ul-links {
  padding: 28px 4px 12px 28px;
  border-top: 1px solid #ddd;
}

.yakkan_content .ul-links li {
  display: inline-block;
  line-height: 1.3;
  vertical-align: top;
  margin: 0 24px 16px 0;
}

.yakkan_content .ul-links:first-child {
  border-top: none;
}

.yakkan_content.col2Wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.yakkan_content.col2Wrap > ul {
  width: 50%;
}

.yakkan_content.col2Wrap > ul:nth-child(2n) {
  border-left: 1px solid #ddd;
}

.yakkan_content.col2Wrap > ul:nth-child(2) {
  border-top: none;
}

.yakkan_content.col2Wrap li {
  display: block;
}

.ads_section {
  margin: 34px 0;
  overflow: hidden;
  *zoom: 1;
}

.ads_section .img {
  float: left;
  width: 284px;
  border: 1px solid #ddd;
  padding: 17px;
  margin-top: 4px;
  border-radius: 12px;
  background-color: #F6F6F6;
}

.ads_section .img img {
  width: 100%;
  height: auto;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.ads_section .txt {
  margin-left: 308px;
}

.ads_section .txt p {
  margin-bottom: .75em;
}

.ads_section .txt table {
  width: 652px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.ads_section .txt table th {
  background-color: #F6F6F6;
  border-right: 1px solid #ddd;
  font-weight: bold;
  width: 11.2rem;
  padding: 1.1rem 1.9rem;
}

.ads_section .txt table th,
.ads_section .txt table td {
  border-top: 1px solid #ddd;
}

.ads_section .txt table tr:first-child th,
.ads_section .txt table tr:first-child td {
  border-top: none;
}

.ads_section .txt table td {
  padding: 1.1rem 1.2rem;
}

.ads_section .note {
  font-size: 1.4rem;
}

.ads_section ul.note {
  margin-top: .75em;
}

.standard .document_content ul {
  margin: 1.5em 0;
}

.standard .document_content ul li {
  margin: .75em 0 .75em 2em;
}

.electric .static_section {
  font-size: 1.8rem;
}

.electric .static_section p {
  text-align: center;
  margin: 1em 0 2em;
}

.electric .static_section p:first-child {
  margin-top: 0;
}

.electric .static_section .btn-more {
  height: 86px;
  margin: 40px 0;
}

.electric .static_section .btn-more a {
  display: block;
  position: relative;
  width: 712px;
  height: 86px;
  margin: 0 auto;
  padding-top: 2px;
  line-height: 82px;
  font-size: 2.6rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-color: #0e6eb8;
  border-radius: 12px;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.electric .static_section .btn-more a:hover {
  background-color: #0a5289;
}

.electric .static_section .btn-more a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 32px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 31px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -185px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.electric .static_section .btn-more a:active {
  top: 2px;
  height: 84px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.electric .static_section .btn-simulate {
  background-color: #e6291b;
  width: 711px;
  border-radius: 25px;
  margin: 40px auto;
}

.electric .static_section .btn-simulate a:hover {
  opacity: .9;
}

.electric .static_section .btn-simulate a:active {
  opacity: .75;
}

.electric .static_section .btn-simulate a:after {
  content: none;
}

.guide_point {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
  font-weight: bold;
  margin: 30px -30px 80px;
}

.guide_point li {
  width: 33.33%;
}

.guide_point .img {
  margin-bottom: 24px;
}

.notes-important {
  background-color: #F6F6F6;
  border-radius: 12px;
  padding: 34px;
  text-align: center;
}

.notes-important p {
  margin-bottom: 1.5em;
}

.notes-important ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto;
  font-weight: bold;
}

.notes-important li {
  position: relative;
}

.notes-important .link-pdf {
  padding-right: 1.4em;
}

.notes-important .link-pdf:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23px;
  height: 25px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1494px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.guide_faq {
  background-color: #F6F6F6;
  padding: 40px 0;
}

.faq_section {
  background-color: #fff;
  border-radius: 12px;
}

.faq_section .faq_heading {
  line-height: 5.5rem;
  padding: 0 20px;
  border-radius: 12px 12px 0 0;
  background-color: #0e6eb8;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}

.faq_section .faq_list {
  padding: 8px 10px 40px;
}

.faq_section .faq_q,
.faq_section .faq_a {
  position: relative;
  padding: 17px 0 17px 44px;
  border-bottom: 1px dashed #ddd;
}

.faq_section .faq_q:before,
.faq_section .faq_a:before {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  left: 22px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq_section .faq_q:before {
  width: 18px;
  height: 24px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1524px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.faq_section .faq_a:before {
  width: 18px;
  height: 18px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1471px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.pageLeadHeading {
  font-weight: bold;
}

.area_btns {
  position: relative;
  background-color: #efefef;
  margin: 20px 0 36px;
  padding: 17px 0;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.area_btns:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -2px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 28px;
  height: 15px;
  background: url("/files/user/img/sprite.png") no-repeat 0 0;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.area_btns .row {
  padding: 0 10px;
}

.area_btns ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.area_btns .area_btn {
  position: relative;
  height: 37px;
  line-height: 1;
  margin: 10px;
  padding: 10px 32px 0 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #0e6eb8;
  text-decoration: none;
  font-weight: bold;
  border-radius: 12px;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  cursor: pointer;
}

.area_btns .area_btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 7px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -992px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.area_btns .area_btn:hover {
  background-color: #0a5289;
}

.area_btns .area_btn.is_active, .area_btns .area_btn:active {
  top: 2px;
  height: 35px;
  background-color: #0a5289;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.area_heading {
  text-align: center;
  color: #0e6eb8;
  font-size: 3.6rem;
  font-weight: bold;
}

.area_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 14px 10px 56px;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.area_list > * {
  border-top: 1px dashed #ddd;
  padding: 16px;
  line-height: 3.2rem;
}

.area_list > *:first-child, .area_list > *:nth-child(2) {
  border-top: 0;
}

.area_list dt {
  width: 136px;
  padding-left: 44px;
  color: #0e6eb8;
  font-size: 2.4rem;
  font-weight: bold;
}

.area_list dd {
  width: 822px;
  padding-right: 44px;
  font-size: 2rem;
}

.catalog_heading, .bulk_heading, .friends_heading, .guide_heading, .about_heading, .company_heading {
  position: relative;
  line-height: 1.3;
  margin: 0 0 1em;
  padding-left: 16px;
  font-weight: bold;
  color: #0e6eb8;
  font-size: 2.6rem;
}

.catalog_heading:before, .bulk_heading:before, .friends_heading:before, .guide_heading:before, .about_heading:before, .company_heading:before {
  content: '';
  display: block;
  position: absolute;
  top: 3%;
  left: 0;
  width: 7px;
  height: 90%;
  border-radius: 3px;
  margin-left: 0;
  background-color: #0e6eb8;
}

.catalog_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog_list li {
  width: 33.33%;
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.4rem;
}

.catalog_list span {
  display: block;
}

.catalog_list a:hover {
  text-decoration: none;
}

.catalog_list a:hover .tag,
.catalog_list a:hover img {
  opacity: .7;
}

.catalog_list a:hover .txt {
  text-decoration: underline;
}

.catalog_list .img {
  width: 154px;
  margin: 9px auto;
}

.catalog_list .tag {
  width: 156px;
  line-height: 3rem;
  white-space: nowrap;
  margin: 0 auto;
  border-radius: 7px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.catalog_list .tag-net {
  background-color: #e76c90;
}

.catalog_list .tag-tobira {
  background-color: #3071b9;
}

.catalog_list .tag-air {
  background-color: #3fc8f4;
}

.catalog_list .tag-option {
  background-color: #86bb41;
}

.catalog_list .txt {
  line-height: 1.8;
}

.catalog_list .link-pdf {
  display: inline-block;
  position: relative;
}

.catalog_list .link-pdf:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23px;
  height: 25px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1494px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.about_section {
  margin-bottom: 60px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.about_section p {
  margin: 1em 0;
}

.about_heading {
  margin-bottom: 20px;
}

.about_img {
  margin: 40px 0;
  text-align: center;
}

.about_tocos {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about_tocos li {
  width: 50%;
  padding: 12px 50px;
}

.about_tocos .img {
  height: 135px;
  text-align: center;
  margin-bottom: 8px;
}

.about_tocos .img img {
  height: 100%;
  width: auto;
}

.about_tocos .heading {
  color: #0e6eb8;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}

.flow_list {
  padding: 0 !important;
  margin-bottom: 80px;
}

.flow_list li {
  position: relative;
  margin-top: 100px;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.flow_list li:before {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 51px;
  height: 35px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -940px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.flow_list li:first-child {
  margin-top: 0;
}

.flow_list li:first-child:before {
  content: none;
}

.flow_list_contact {
  padding: 19px;
}

.flow_list_contact p {
  font-weight: bold;
}

.flow_list_contact .btns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 16px;
}

.flow_list_contact .btns > div {
  width: 469px;
  height: 140px;
  border-radius: 12px;
}

.flow_list_contact .btns .btn-apply {
  display: table;
}

.flow_list_contact .btns .btn-apply a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 40px;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  text-decoration: none;
  background-color: #20d299;
}

.flow_list_contact .btns .btn-apply a:before {
  content: '';
  display: block;
  position: absolute;
}

/*
.flow_list_contact .btns .btn-apply a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 21px;
    background: url("/files/user/img/sprite.png") no-repeat 0 -134px;
    -moz-background-size: 422px auto;
    -o-background-size: 422px auto;
    -webkit-background-size: 422px auto;
    background-size: 422px auto;
}
*/
.flow_list_contact .btns .btn-apply a:hover {
  background-color: #1dbc89;
}

.flow_list_contact .btns .btn-apply a:active {
  top: 2px;
  height: 138px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.flow_list_contact .btns .btn-tel {
  position: relative;
  display: table;
  padding-left: 124px;
  border: 1px solid #ddd;
}

.flow_list_contact .btns .btn-tel:before {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  left: 24px;
  width: 84px;
  height: 80px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1329px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.flow_list_contact .btns .btn-tel > span {
  display: table-cell;
  vertical-align: middle;
}

.flow_list_contact .btns .btn-tel .telLink {
  display: block;
  line-height: 1.1;
  color: #20d299;
  font-size: 4rem;
  font-weight: bold;
}

.flow_list_content {
  display: table;
  width: 100%;
  padding: 24px 28px 24px 0;
}

.flow_list_content > * {
  display: table-cell;
  vertical-align: middle;
}

.flow_list_content .img {
  width: 200px;
  text-align: center;
}

.construction_content {
  background-color: #f5f2e9;
  padding-bottom: 40px;
}

.construction_content .note {
  font-size: 1.2rem;
  margin: .5em 0 1.5em;
  text-align: right;
}

.construction_content .row {
  padding: 0 20px;
}

.construction_content p {
  margin: 1em 0;
}

.construction_hero {
  position: relative;
  background-color: #fff;
  text-align: center;
}

.construction_hero:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 197px;
  bottom: 0;
  left: 0;
  background-color: #f5f2e9;
}

.construction_hero img {
  position: relative;
  left: -5px;
}

.construction_col2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.company_hero {
  height: 370px;
  background: #efefef url(/files/user/img/company_hero.jpg?v=1545269697&v=1545269697&v=1545269697&v=1545269697) center center no-repeat;
  background-size: 1400px 370px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.company_anchorLinks {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 26px 0;
}

.company_anchorLinks li {
  width: 166px;
  margin: 0 12px;
}

.company_anchorLinks .btn-anchorLink {
  display: block;
  position: relative;
  height: 30px;
  line-height: 28px;
  border: 1px solid #ddd;
  border-radius: 12px;
  text-align: center;
  font-size: 1.4rem;
  color: #333;
}

.company_anchorLinks .btn-anchorLink:before {
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}

.company_anchorLinks .btn-anchorLink:hover {
  text-decoration: none;
  background-color: #0e6eb8;
  border-color: #0e6eb8;
  color: #fff;
}

.company_anchorLinks .btn-anchorLink:active {
  background-color: #0a5289;
}

.company_section {
  line-height: 1.8;
}

.company_heading {
  margin-bottom: 20px;
}

.company_copy {
  margin: 58px 0;
}

.company_headOffice {
  margin: 64px 0 0;
  display: table;
}

.company_headOffice > * {
  display: table-cell;
  vertical-align: middle;
}

.company_headOffice .img {
  width: 380px;
  margin: 0;
  padding: 0 20px 0 0;
}

.company_headOffice figcaption {
  font-size: 1.2rem;
}

.company_headOffice .txt {
  padding-bottom: 24px;
}

.company_headOffice h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 6px;
}

.company_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 24px 0;
}

.company_list li {
  width: 470px;
  margin-bottom: 48px;
  font-size: 1.4rem;
}

.company_list .map {
  margin-bottom: 16px;
}

.company_list .company_list_heading {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: .4rem;
}

.edit_mv,
.edit_lead {
  margin-bottom: 5rem;
}

.editArea {
  font-size: 1.8rem;
}

.editArea *:first-child {
  margin-top: 0;
}

.editArea h1, .editArea h2, .editArea h3, .editArea h4, .editArea h5, .editArea h6 {
  position: relative;
  line-height: 1.3;
  margin: 6rem 0 .5em;
  padding-left: 16px;
  font-weight: bold;
  color: #0e6eb8;
}

.editArea h1:before, .editArea h2:before, .editArea h3:before, .editArea h4:before, .editArea h5:before, .editArea h6:before {
  content: '';
  display: block;
  position: absolute;
  top: 3%;
  left: 0;
  width: 7px;
  height: 90%;
  border-radius: 3px;
  margin-left: 0;
  background-color: #0e6eb8;
}

.editArea h1 {
  font-size: 3.0rem;
}

.editArea h2 {
  font-size: 2.6rem;
}

.editArea h3 {
  font-size: 2.2rem;
}

.editArea h4 {
  font-size: 2.0rem;
}

.editArea h5 {
  font-size: 1.9rem;
}

.editArea h6 {
  font-size: 1.8rem;
}

.editArea p {
  margin: 0 0 2.4rem;
}

.editArea i {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "MS Pゴシック", "MS P Gothic", sans-serif;
  font-style: italic;
}

.editArea s {
  color: #999;
}

.editArea blockquote {
  position: relative;
  background-color: #F6F6F6;
  margin: 1.5rem 1.2rem;
  padding: 3em 1em 2em;
  border-left: 6px solid #ddd;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "MS Pゴシック", "MS P Gothic", sans-serif;
  font-style: italic;
}

.editArea blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  font-family: "ＭＳ Ｐゴシック",sans-serif;
  color: #c2c2c2;
  position: absolute;
  left: 4px;
  top: 4px;
  font-style: normal;
}

.editArea hr {
  border: none;
  border-top: 2px dotted #ddd;
  margin: 4rem 0;
}

.editArea a {
  color: #0e6eb8;
}

.editArea a:hover {
  color: #74b1de;
}

.editArea a:active {
  color: #0a5289;
}

.editArea a[target="_blank"]:after {
  content: '';
  display: inline-block;
  margin: 0 4px;
  width: 11px;
  height: 9px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -2166px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.editArea .text-left {
  text-align: left;
}

.editArea .text-center {
  text-align: center;
}

.editArea .text-right {
  text-align: right;
}

.editArea img {
  max-width: 100%;
  height: auto;
}

.editArea .float-left {
  display: block;
  float: left;
  margin-right: 10px;
}

.editArea .float-right {
  display: block;
  float: right;
  margin-left: 10px;
}

.editArea .box-center {
  display: block;
  margin: 0 auto;
}

.editArea .btn-link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5em;
  padding: .8rem 1.6rem;
  border-radius: 6px;
  background-color: #0e6eb8;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.8rem;
  text-decoration: none;
}

.editArea .btn-link:after {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  margin-left: .6rem;
  font-size: 1.8rem;
}

.editArea .btn-link:hover {
  background-color: #0a5289;
  color: #fff;
}

.editArea .btn-link:active {
  -moz-transition: padding, 0.1s;
  -o-transition: padding, 0.1s;
  -webkit-transition: padding, 0.1s;
  transition: padding, 0.1s;
  padding: .8rem 1.4rem .8rem 1.8rem;
}

.editArea .text-small {
  font-size: 1.4rem;
}

.editArea ul li {
  margin: 2rem 1.2rem;
  position: relative;
  padding-left: 1.4em;
}

.editArea ul li:before {
  content: '';
  position: absolute;
  top: .6rem;
  left: 0;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background-color: #0e6eb8;
}

.editArea ol {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
}

.editArea ol li {
  margin: 1.5rem 1.2rem;
  position: relative;
  padding-left: 1.4em;
}

.editArea ol li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: -.4rem;
  left: -.4rem;
  color: #0e6eb8;
  font-size: 1.8rem;
  font-family: "lato", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.editArea .heading-square {
  margin-left: 1em;
}

.editArea .heading-square:before {
  width: .6em;
  height: .6em;
  border-radius: 0;
  margin-top: -.3em;
  margin-left: -.3em;
}

.editArea .list-link {
  margin: 1.5em 1em 3em;
}

.editArea .list-link li {
  padding-left: 0;
}

.editArea .list-link li:before {
  content: none;
}

.editArea .list-link a {
  position: relative;
  padding-left: 1.4em;
  color: #333;
}

.editArea .list-link a:before {
  content: '';
  width: 7px;
  height: 12px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1553px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
  position: absolute;
  top: 45%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: position, 0.1s;
  -o-transition: position, 0.1s;
  -webkit-transition: position, 0.1s;
  transition: position, 0.1s;
}

.editArea .list-link a:active:before {
  left: .2rem;
}

.editArea .txt-s {
  font-size: 1.2rem;
}

.editArea table {
  margin: 1.5rem 1.2rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.editArea td, .editArea th {
  line-height: 1.3;
  padding: 10px 14px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  vertical-align: middle;
}

.editArea th {
  background-color: #F6F6F6;
  font-weight: bold;
}

.editArea .btn-large {
  display: table;
  position: relative;
  width: 784px;
  height: 8.6rem;
  border: none;
  color: #fff;
}

.editArea .btn-large:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 31px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -185px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.editArea .btn-large:hover {
  text-decoration: none;
}

.editArea .btn-large:hover span {
  background-color: #0a5289;
  color: #fff;
}

.editArea .btn-large:active {
  padding-top: .2rem;
}

.editArea .btn-large:active span {
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.editArea .btn-large span {
  display: table-cell;
  vertical-align: middle;
  border-radius: 12px;
  font-size: 2.6rem;
  font-weight: bold;
  background-color: #0e6eb8;
  text-align: center;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.editArea div {
  position: relative;
}

.editArea .pickup:after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 20px;
  top: -10px;
  left: 220px;
  background: url("/files/user/img/pickup.png") no-repeat 0 0px;
}

.editArea .btn-small {
  display: table;
  position: relative;
  width: 480px;
  border: none;
  color: #fff;
}

.editArea .btn-small:after {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  right: 23px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.editArea .btn-small:hover {
  text-decoration: none;
}

.editArea .btn-small:hover span {
  background-color: #0a5289;
  color: #fff;
}

.editArea .btn-small:active {
  padding-top: .2rem;
}

.editArea .btn-small:active span {
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.editArea .btn-small span {
  display: table-cell;
  vertical-align: middle;
  border-radius: 12px;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0e6eb8;
  text-align: center;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.editArea .btn-large-apply {
  display: table;
  position: relative;
  width: 784px;
  height: 8.6rem;
  border: none;
  color: #fff;
}

.editArea .btn-large-apply:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 31px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -185px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.editArea .btn-large-apply:hover {
  text-decoration: none;
}

.editArea .btn-large-apply:hover span {
  background-color: #1dbc89;
  color: #fff;
}

.editArea .btn-large-apply:active {
  padding-top: .2rem;
}

.editArea .btn-large-apply:active span {
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.editArea .btn-large-apply span {
  display: table-cell;
  vertical-align: middle;
  border-radius: 12px;
  font-size: 2.6rem;
  font-weight: bold;
  background-color: #20d299;
  text-align: center;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.editArea .btn-large-request {
  display: table;
  position: relative;
  width: 784px;
  height: 8.6rem;
  border: none;
  color: #fff;
}

.editArea .btn-large-request:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 31px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -185px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.editArea .btn-large-request:hover {
  text-decoration: none;
}

.editArea .btn-large-request:hover span {
  background-color: #98b400;
  color: #fff;
}

.editArea .btn-large-request:active {
  padding-top: .2rem;
}

.editArea .btn-large-request:active span {
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.editArea .btn-large-request span {
  display: table-cell;
  vertical-align: middle;
  border-radius: 12px;
  font-size: 2.6rem;
  font-weight: bold;
  background-color: #aecd00;
  text-align: center;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.editArea .btn-option {
  display: table;
  position: relative;
  width: 307px;
  height: 5.2rem;
  padding: 0;
  border: none;
  color: #fff;
}

.editArea .btn-option:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 15px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -94px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.editArea .btn-option:hover {
  text-decoration: none;
}

.editArea .btn-option:hover span {
  background-color: #eca40e;
  color: #fff;
}

.editArea .btn-option:active {
  padding-top: .2rem;
}

.editArea .btn-option:active span {
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.editArea .btn-option span {
  display: table-cell;
  vertical-align: middle;
  border-radius: 12px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #f2ae21;
  text-align: center;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.editArea .leadTxt {
  font-size: 3rem;
  font-weight: bold;
}

/**
* BxSlider v4.1.2 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2014
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 8px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* LOADER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #d6d6d6;
  padding-top: 12px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #d6d6d6;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0e6eb8;
}

/************************************
MINIMALECT 0.9
A minimalistic select replacement

jQuery 1.7+ required.
Developed by @groenroos
http://www.groenroos.fi

Github: http://git.io/Xedg9w

Licensed under the MIT license.

************************************/
.minict_wrapper {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "MS Pゴシック", "MS P Gothic", sans-serif;
  color: #333;
  background: #fff;
  position: relative;
  width: 320px;
  height: 36px;
  height: 3.6rem;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.minict_wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.minict_wrapper.disabled {
  background: #f5f5f5;
  text-shadow: 0 1px 0 #fff;
}

.minict_wrapper.disabled span {
  color: #bbb !important;
}

.minict_wrapper:after {
  content: "\25BC";
  display: block;
  position: absolute;
  width: 3.3rem;
  top: 50%;
  right: 0;
  font-size: 1rem;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #555;
}

.minict_wrapper.active {
  border-color: #74b1de;
}

.minict_wrapper.active:after {
  content: "\25B2";
}

.minict_wrapper.disabled:after {
  color: #bbb;
}

.minict_wrapper span {
  display: block;
  border: 0;
  outline: none;
  background: none;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  height: 32px;
  height: 3.2rem;
  line-height: 23px;
  line-height: 2.3rem;
  padding: 7px 30px 0 8px;
  padding: .7rem 3rem 0 .8rem;
  cursor: default;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.minict_wrapper span:empty:before {
  content: attr(data-placeholder);
  color: #c2c2c2;
  line-height: 23px;
  line-height: 2.3rem;
}

.minict_wrapper ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 1px -1px 0;
  position: absolute;
  width: 100%;
  width: -webkit-calc(100% + 2px);
  width: -moz-calc(100% + 2px);
  width: calc(100% + 2px);
  border: 1px solid #c2c2c2;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 34px;
  top: 3.4rem;
  left: 0;
  max-height: 350px;
  max-height: 35rem;
  overflow-y: auto;
  z-index: 999999;
}

.minict_wrapper ul li {
  list-style: none;
  font-size: 1.4rem;
  padding: 0 10px;
  padding: 0 1rem;
  cursor: pointer;
  background: #fff;
  height: 35px;
  height: 3.5rem;
  line-height: 32px;
  line-height: 3.2rem;
}

.minict_wrapper ul li:hover {
  background: #f3f3f3;
  color: #111;
}

.minict_wrapper ul li.minict_group {
  color: #444;
  background: #f6f6f6;
  font-weight: bold;
  cursor: default;
}

.minict_wrapper ul li.minict_empty {
  display: none;
  background: #fff !important;
  color: #bbb;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  height: 55px;
  height: 5.5rem;
  line-height: 50px;
  line-height: 5rem;
}

.minict_wrapper ul li.disabled {
  cursor: default;
  background: #fff !important;
  color: #bbb;
}

.minict_wrapper ul li.selected {
  color: #0e6eb8;
  background: #f3f3f3;
}

.minict_wrapper ul li.highlighted {
  color: #fff;
  background: #819a9a;
}

.minict_wrapper ul li.hidden {
  display: none;
}

.minict_wrapper .minict_reset {
  color: #A9A9A9;
  bottom: 0;
  display: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  position: absolute;
  right: 35px;
  right: 3.5rem;
  text-align: center;
  top: 0;
  text-decoration: none;
  width: 20px;
  width: 2rem;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.minict_wrapper .minict_reset:hover {
  color: #e0e0e0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.minict_wrapper .minict_reset:active {
  color: #636363;
}

.minict_wrapper.disabled .minict_reset {
  display: none;
}

select:-moz-ui-invalid + .minict_wrapper {
  background-color: #FFF2F3;
}

.fa-window-restore a:after {
  /*display: block;
  position: absolute;*/
  top: 50%;
  right: 4px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f2d2";
  font-family: FontAwesome;
  font-weight: normal;
}

/* support site */
input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

.support_sitename {
  width: 414px;
  line-height: 2;
  margin: 4px 0;
}

.support_sitename a {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}

.support_sitename a:hover {
  opacity: .7;
  text-decoration: none;
}

.support_sitename ::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 45px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -702px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .support_sitename ::after {
    width: 48px;
    height: 45px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -667px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .footer_nav_btn .btn-external:after {
    width: 11px;
    height: 9px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1619px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .footerLink a:after {
    width: 11px;
    height: 9px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1619px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.leaf_article {
  padding-bottom: 32px;
}

.section-judge {
  padding: 32px 0;
  background-color: #e5f0f8;
}

.section-alternative {
  padding: 32px 0;
  background-color: #f6f6f6;
}

.leaf_aside .aside_content {
  margin-top: 32px;
  background-color: #fff;
  border-radius: 12px;
}

.leaf_aside .aside_content:first-child {
  margin-top: 0;
}

.leaf_aside .aside_content > div {
  padding: 24px;
}

.leaf_aside .aside_heading {
  line-height: 1;
  padding: 16px 0 10px;
  background-color: #0e6eb8;
  color: #fff;
  border-radius: 12px 12px 0 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.leaf_aside .aside_contact .aside_heading {
  background-color: #e7e7e7;
  color: #333333;
}

.leaf_aside .aside_contact .btn {
  height: 74px;
}

.leaf_aside .aside_contact .btn button {
  display: block;
  position: relative;
  width: 900px;
  line-height: 1;
  margin: 0 auto;
  padding: 26px 0;
  border: none;
  background: #e7e7e7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #e7e7e7));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #e7e7e7);
  background-image: -moz-linear-gradient(top, #f6f6f6, #e7e7e7);
  background-image: -o-linear-gradient(top, #f6f6f6, #e7e7e7);
  background-image: linear-gradient(to bottom, #f6f6f6, #e7e7e7);
  background: linear-gradient(to bottom, #f6f6f6, #e7e7e7);
  border-radius: 12px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
}

.leaf_aside .aside_contact .btn button:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  margin-top: -2rem;
  font-size: 4rem;
}

.leaf_aside .aside_contact .btn button:hover {
  background: #dfdfdf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dfdfdf);
  background-image: -moz-linear-gradient(top, #eeeeee, #dfdfdf);
  background-image: -o-linear-gradient(top, #eeeeee, #dfdfdf);
  background-image: linear-gradient(to bottom, #eeeeee, #dfdfdf);
  background: linear-gradient(to bottom, #eeeeee, #dfdfdf);
  text-decoration: none;
}

.leaf_aside .aside_contact .btn button:active {
  position: relative;
  top: 2px;
  padding-bottom: 24px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
}

.top_services {
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 11px 9px 17px;
  margin-bottom: 30px;
}

.top_services h2 {
  height: 52px;
  margin: 0 0 8px;
  padding: 13px 0 0 62px;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}

.top_services h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -866px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .top_services h2:before {
    width: 52px;
    height: 52px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -861px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.top_services_list {
  overflow: hidden;
  *zoom: 1;
}

.top_services_list li {
  float: left;
  width: 20%;
}

.top_services_list a {
  display: block;
  width: 176px;
  height: 220px;
  line-height: 1.2;
  margin: 0 auto;
  padding: 148px 0 0 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
}

.top_services_list a:before {
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  left: 0;
}

.top_services_list a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 11px solid #fff;
  border-top: 11px solid transparent;
  position: absolute;
  right: 10px;
  bottom: 12px;
}

.top_services_list a:active {
  position: relative;
  top: 2px;
  height: 218px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.top_services_list a:hover {
  text-decoration: none;
}

.top_services_list .menu1 {
  background-color: #e485ad;
}

.top_services_list .menu1:before {
  width: 176px;
  height: 108px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -584px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .top_services_list .menu1:before {
    width: 176px;
    height: 108px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -404px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.top_services_list .menu1:hover {
  background-color: #dd6497;
}

.top_services_list .menu2 {
  background-color: #5193dd;
}

.top_services_list .menu2:before {
  width: 176px;
  height: 108px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -466px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .top_services_list .menu2:before {
    width: 176px;
    height: 108px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -517px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.top_services_list .menu2:hover {
  background-color: #2b7bd5;
}

.top_services_list .menu3 {
  background-color: #f2ae21;
}

.top_services_list .menu3:before {
  width: 176px;
  height: 108px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -118px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .top_services_list .menu3:before {
    width: 176px;
    height: 108px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -113px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.top_services_list .menu3:hover {
  background-color: #eb8900;
}

.top_services_list .menu4 {
  background-color: #54c087;
}

.top_services_list .menu4:before {
  width: 176px;
  height: 108px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -236px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .top_services_list .menu4:before {
    width: 176px;
    height: 108px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -226px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.top_services_list .menu4:hover {
  background-color: #3ea870;
}

.top_services_list .menu5 {
  background-color: #b8a083;
}

.top_services_list .menu5:before {
  width: 176px;
  height: 108px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .top_services_list .menu5:before {
    width: 176px;
    height: 108px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 0;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.top_services_list .menu5:hover {
  background-color: #a58763;
}

.top_search, .results_search {
  height: 210px;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 11px 9px 24px;
  margin-bottom: 30px;
}

.top_search h1, .results_search h1,
.top_search h2,
.results_search h2 {
  height: 52px;
  margin: 0 0 6px;
  padding: 13px 0 0 62px;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}

.top_search h1:before, .results_search h1:before,
.top_search h2:before,
.results_search h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -757px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .top_search h1:before, .results_search h1:before,
  .top_search h2:before,
  .results_search h2:before {
    width: 52px;
    height: 52px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -804px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.top_search .search_content, .results_search .search_content {
  width: 712px;
  margin: 0 auto;
}

.top_search .form_row, .results_search .form_row {
  display: table;
  width: 100%;
  height: 46px;
}

.top_search .form_row div, .results_search .form_row div {
  display: table-cell;
  vertical-align: top;
}

.top_search .form_row .btn, .results_search .form_row .btn {
  width: 148px;
  padding-left: 8px;
}

.top_search .form_row .btn button, .results_search .form_row .btn button {
  width: 100%;
  height: 46px;
  border: none;
  background: #fe8544;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffa911), color-stop(100%, #fe8544));
  background-image: -webkit-linear-gradient(top, #ffa911, #fe8544);
  background-image: -moz-linear-gradient(top, #ffa911, #fe8544);
  background-image: -o-linear-gradient(top, #ffa911, #fe8544);
  background-image: linear-gradient(to bottom, #ffa911, #fe8544);
  background: linear-gradient(to bottom, #ffa911, #fe8544);
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 1em;
  padding: 0 0 0 1em;
  border-radius: 10px;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.top_search .form_row .btn button:hover, .results_search .form_row .btn button:hover {
  background: #fe7126;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f19a00), color-stop(100%, #fe7126));
  background-image: -webkit-linear-gradient(top, #f19a00, #fe7126);
  background-image: -moz-linear-gradient(top, #f19a00, #fe7126);
  background-image: -o-linear-gradient(top, #f19a00, #fe7126);
  background-image: linear-gradient(to bottom, #f19a00, #fe7126);
  background: linear-gradient(to bottom, #f19a00, #fe7126);
}

.top_search .form_row .btn button:active, .results_search .form_row .btn button:active {
  position: relative;
  top: 2px;
  height: 44px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.top_search .form_row input, .results_search .form_row input {
  width: 100%;
  height: 46px;
  padding-left: 12px;
  font-size: 16px;
  border-radius: 10px;
}

.top_search .example, .results_search .example {
  margin: 8px 17px;
}

.top_search .tags button, .results_search .tags button {
  margin: 0 8px 8px 0;
  line-height: 1;
  padding: 8px;
  border: 1px solid #0e6eb8;
  background-color: transparent;
  color: #0e6eb8;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.3rem;
  cursor: pointer;
}

.top_search .tags button:hover, .results_search .tags button:hover {
  background-color: #0e6eb8;
  color: #fff;
}

.top_search .tags button:active, .results_search .tags button:active {
  background-color: #0a5289;
}

.top_maintenance .tabwrap {
  position: relative;
  padding-bottom: 14px;
}

.top_maintenance .tabwrap:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background-color: #0e6eb8;
}

.top_maintenance .tab {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
}

.top_maintenance .tab:before, .top_maintenance .tab:after {
  content: "";
  display: table;
}

.top_maintenance .tab:after {
  clear: both;
}

.top_maintenance .tab .is_active {
  background-color: #0e6eb8 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.top_maintenance .tab-trigger {
  float: left;
  width: 480px;
  margin: 0 10px;
  background-color: #e7e7e7;
  border-radius: 12px 12px 0 0;
  height: 70px;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  padding-top: 28px;
}

.top_maintenance .tab-trigger:hover {
  background-color: #d6d6d6;
}

.top_maintenance .information {
  background-color: #e5f0f8;
}

.top_maintenance .tab-target {
  width: 1000px;
  line-height: 2.4rem;
  margin: 0 auto;
  padding: 10px 30px;
}

.top_maintenance .tab-target a:after {
  content: '';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
  width: 6px;
  height: 11px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -2365px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .top_maintenance .tab-target a:after {
    width: 6px;
    height: 11px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -2160px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.top_maintenance .information_link {
  text-align: right;
}

.top_maintenance .information_list {
  padding: 2px 24px 4px;
}

.top_maintenance .information_list li {
  display: table;
  margin: 16px 0;
}

.top_maintenance .information_list li > * {
  display: table-cell;
  vertical-align: top;
}

.top_maintenance .information_list li:first-child {
  margin-top: 0;
}

.top_maintenance .information_list .date {
  width: 185px;
}

.top_maintenance .information_list .date:before {
  content: '・';
}

.top_maintenance .new {
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
  padding: 4px 1.2em 3px;
  background-color: #cf2944;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 6px;
  vertical-align: top;
}

.pagetitle {
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  margin: 4px 0 18px;
}

.pagetitle span {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background-color: #fff;
  padding: 2px 12px 0;
  z-index: 2;
}

.pagetitle:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background-color: #0e6eb8;
  z-index: 1;
}

.pagetitle:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.pagetitle-faqDetail span {
  padding-left: 54px;
}

.pagetitle-faqDetail:before {
  background-color: #f2ae21;
}

.pagetitle-faqDetail:after {
  left: 8px;
  width: 33px;
  height: 33px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1154px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pagetitle-faqDetail:after {
    width: 33px;
    height: 33px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1166px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.pagetitle-internet span {
  padding-left: 54px;
}

.pagetitle-internet:before {
  background-color: #f2ae21;
}

.pagetitle-internet:after {
  left: 4px;
  margin-top: -4px;
  width: 43px;
  height: 37px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -819px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pagetitle-internet:after {
    width: 43px;
    height: 37px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -958px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.pagetitle-maintenance span {
  padding-left: 52px;
}

.pagetitle-maintenance:before {
  background-color: #c2c2c2;
}

.pagetitle-maintenance:after {
  left: 4px;
  margin-top: -2px;
  width: 36px;
  height: 36px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1724px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pagetitle-maintenance:after {
    width: 36px;
    height: 36px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1578px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.pagetitle-contract span {
  padding-left: 58px;
}

.pagetitle-contract:before {
  background-color: #e485ad;
}

.pagetitle-contract:after {
  margin-top: -2px;
  width: 52px;
  height: 36px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1063px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pagetitle-contract:after {
    width: 52px;
    height: 36px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1038px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.pagetitle-tv span {
  padding-left: 60px;
}

.pagetitle-tv:before {
  background-color: #5193dd;
}

.pagetitle-tv:after {
  margin-top: -2px;
  width: 53px;
  height: 35px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1197px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pagetitle-tv:after {
    width: 53px;
    height: 35px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1204px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.pagetitle-phone span {
  padding-left: 54px;
}

.pagetitle-phone:before {
  background-color: #54c087;
}

.pagetitle-phone:after {
  margin-top: -4px;
  width: 43px;
  height: 35px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1109px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pagetitle-phone:after {
    width: 43px;
    height: 35px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -918px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.pagetitle-contact span {
  padding-left: 44px;
}

.pagetitle-contact:after {
  margin-top: -2px;
  width: 36px;
  height: 32px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1904px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pagetitle-contact:after {
    width: 36px;
    height: 32px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1757px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.pagetitle-apply span {
  padding-left: 42px;
}

.pagetitle-apply:after {
  left: 4px;
  width: 26px;
  height: 24px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -2252px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pagetitle-apply:after {
    width: 26px;
    height: 24px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -2012px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.pagetitle-contact_form span {
  padding-left: 46px;
}

.pagetitle-contact_form:after {
  width: 39px;
  height: 19px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -2080px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pagetitle-contact_form:after {
    width: 39px;
    height: 19px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1881px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.pagetitle-contact_call span {
  padding-left: 42px;
}

.pagetitle-contact_call:after {
  width: 32px;
  height: 32px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1770px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pagetitle-contact_call:after {
    width: 32px;
    height: 32px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1541px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.pagetitle-contact_hp span {
  padding-left: 46px;
}

.pagetitle-contact_hp:after {
  width: 36px;
  height: 25px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -2187px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pagetitle-contact_hp:after {
    width: 36px;
    height: 25px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -2041px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.pagetitle-cancellation span {
  padding-left: 96px;
}

.pagetitle-cancellation:before {
  background-color: #b8a083;
}

.pagetitle-cancellation:after {
  width: 90px;
  height: 60px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -354px;
  left: -4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pagetitle-cancellation:after {
    width: 90px;
    height: 60px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -339px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.pagelead {
  margin-bottom: 24px;
}

.faqDetail_section {
  border: 4px solid #e7e7e7;
  border-radius: 12px;
  background-color: #fff;
  margin-top: 16px;
  padding: 16px 16px 8px;
}

.faqDetail_section > * {
  position: relative;
}

.faqDetail_section > *:before {
  content: '';
  display: block;
  position: absolute;
}

.faqDetail_section .editArea p,
.faqDetail_section .editArea table,
.faqDetail_section .editArea blockquote {
  margin: 0 0 2rem;
}

.content-question {
  padding: 20px 20px 28px 60px;
  border-bottom: 2px dashed #dddddd;
}

.content-question:before {
  top: 12px;
  left: 12px;
  width: 30px;
  height: 32px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1946px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .content-question:before {
    width: 30px;
    height: 32px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1720px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.content-question .heading-question {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2.8rem;
  padding: 0;
}

.content-question .heading-question:before {
  content: none;
}

.content-ancer {
  padding: 28px 20px 20px 60px;
}

.content-ancer:before {
  top: 24px;
  left: 10px;
  width: 33px;
  height: 31px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1591px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .content-ancer:before {
    width: 33px;
    height: 31px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1505px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.content-ancer a {
  color: #0e6eb8;
}

.content-ancer a:hover {
  color: #74b1de;
}

.section-judge .aside_content > div {
  display: table;
  width: 100%;
}

.section-judge .aside_content .div_good,
.section-judge .aside_content .div_bad {
  display: table-cell;
  width: 50%;
}

.section-judge .aside_content .div_good .evaluate_btn,
.section-judge .aside_content .div_bad .evaluate_btn {
  display: block;
  position: relative;
  width: 450px;
  height: 180px;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 2.5rem;
  font-weight: bold;
  cursor: pointer;
}

.section-judge .aside_content .div_good .evaluate_btn:before,
.section-judge .aside_content .div_bad .evaluate_btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  opacity: .7;
}

.section-judge .aside_content .div_good span,
.section-judge .aside_content .div_bad span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-80%, -50%);
  -moz-transform: translate(-80%, -50%);
  -ms-transform: translate(-80%, -50%);
  -o-transform: translate(-80%, -50%);
  transform: translate(-80%, -50%);
  white-space: nowrap;
}

.section-judge .aside_content .div_good {
  padding-right: 8px;
}

.section-judge .aside_content .div_good .evaluate_btn {
  border: 8px solid #fae9bb;
}

.section-judge .aside_content .div_good .evaluate_btn:hover, .section-judge .aside_content .div_good .evaluate_btn.is_selected {
  border-color: #facf5a;
}

.section-judge .aside_content .div_good .evaluate_btn:hover:before, .section-judge .aside_content .div_good .evaluate_btn.is_selected:before {
  opacity: 1;
}

.section-judge .aside_content .div_bad {
  padding-left: 8px;
}

.section-judge .aside_content .div_bad .evaluate_btn {
  border: 8px solid #dae5ed;
}

.section-judge .aside_content .div_bad .evaluate_btn:hover, .section-judge .aside_content .div_bad .evaluate_btn.is_selected {
  border-color: #93b3c9;
}

.section-judge .aside_content .div_bad .evaluate_btn:hover:before, .section-judge .aside_content .div_bad .evaluate_btn.is_selected:before {
  opacity: 1;
}

.section-judge .is_selected {
  cursor: default;
  pointer-events: none;
}

.section-judge .is_disable {
  cursor: default;
  pointer-events: none;
  opacity: .3;
}

.section-judge .div_good .evaluate_btn:before {
  right: 16px;
  width: 164px;
  height: 164px;
  background: url("/files/user/img/chara.png") no-repeat 0 -478px;
  background-size: 196px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .section-judge .div_good .evaluate_btn:before {
    width: 164px;
    height: 164px;
    background: url("/files/user/img/chara@2x.png") no-repeat 0 -478px;
    -webkit-background-size: 196px auto;
    -moz-background-size: 196px auto;
    -o-background-size: 196px auto;
    background-size: 196px auto;
  }
}
.section-judge .div_bad .evaluate_btn:before {
  right: 8px;
  width: 164px;
  height: 164px;
  background: url("/files/user/img/chara.png") no-repeat 0 -314px;
  background-size: 196px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .section-judge .div_bad .evaluate_btn:before {
    width: 164px;
    height: 164px;
    background: url("/files/user/img/chara@2x.png") no-repeat 0 -314px;
    -webkit-background-size: 196px auto;
    -moz-background-size: 196px auto;
    -o-background-size: 196px auto;
    background-size: 196px auto;
  }
}
.list-question li {
  margin-top: 1em;
}

.list-question li:first-child {
  margin-top: 0;
}

.list-question a {
  display: block;
}

.list-question a:before {
  content: '';
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
  width: 16px;
  height: 17px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1361px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .list-question a:before {
    width: 16px;
    height: 17px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1968px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.list-question a:hover:before {
  width: 16px;
  height: 17px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1334px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .list-question a:hover:before {
    width: 16px;
    height: 17px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1990px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.list-related li {
  margin-top: 1em;
  position: relative;
}

.list-related li:first-child {
  margin-top: 0;
}

.list-related li:before {
  position: absolute;
  content: "\f138";
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 1;
  color: #e7e7e7;
  font-size: 1.9rem;
  top: 46%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-related li:hover:before {
  color: #0e6eb8;
}

.list-related a {
  display: block;
  padding-left: 26px;
  position: relative;
  z-index: 2;
}

.howto .editArea {
  border: 4px solid #e7e7e7;
  border-radius: 12px;
  background-color: #fff;
  margin-top: 16px;
  padding: 40px 36px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .editArea a[target="_blank"]:after {
    width: 11px;
    height: 9px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1619px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.editArea .note {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.editArea .note:before {
  content: '※';
  margin-right: .5em;
  color: #cf2944;
}

.faqDetail .editArea .btn-large {
  display: block;
  width: 400px;
  line-height: 2.2rem;
  margin: 3em 0;
  padding: 15px 0 13px;
  border: none;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #0e6eb8;
  color: #fff;
  text-align: center;
  height: 5rem;
}

.faqDetail .editArea .btn-large:after {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  vertical-align: top;
  font-size: 2.2rem;
  margin-left: 28rem;
  position: relative;
  top: -.7rem;
  background: none !important;
}

.faqDetail .editArea .btn-large:hover {
  background-color: #0a5289;
  text-decoration: none;
  color: #fff;
}

.faqDetail .editArea .btn-large:active {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  padding-left: 4px;
}

.howto_list .editArea h1, .howto_list .editArea h2, .howto_list .editArea h3, .howto_list .editArea h4, .howto_list .editArea h5, .howto_list .editArea h6 {
  margin-top: 2em;
}

.maintenance_detail .tag {
  display: inline-block;
  line-height: 1;
  padding: .4rem .6rem .2rem;
  border-radius: 1rem;
  background-color: #dd1d1d;
  color: #fff;
}

.maintenance_detail .maintenance_heading {
  font-size: 2.2rem;
  font-weight: bold;
  margin: .4rem 0 1.6rem;
}

.maintenance_detail table {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 2rem;
}

.maintenance_detail th, .maintenance_detail td {
  padding: 24px 20px;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.maintenance_detail th {
  width: 120px;
  background-color: #f6f6f6;
  text-align: center;
  vertical-align: middle;
}

.link-toBranch {
  position: relative;
  text-align: right;
}

.link-toBranch:after {
  position: absolute;
  top: 42%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f101";
  font-family: FontAwesome;
  font-weight: normal;
  color: #0e6eb8;
  font-size: 2rem;
  line-height: 1;
}

.link-toBranch a {
  padding-right: 22px;
  position: relative;
  z-index: 2;
}

.faq .row, .faq .breadcrumbs ol, .breadcrumbs .faq ol {
  overflow: hidden;
  *zoom: 1;
}

.faq_search {
  float: left;
  width: 475px;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 32px;
}

.faq_search h1,
.faq_search h2 {
  height: 33px;
  margin: 0 0 1.4rem;
  padding: 3px 0 0 40px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  letter-spacing: .05em;
}

.faq_search h1:before,
.faq_search h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1020px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .faq_search h1:before,
  .faq_search h2:before {
    width: 33px;
    height: 33px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1000px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.faq_search .search_content {
  width: 712px;
  margin: 0 auto;
}

.faq_search .form_row {
  display: table;
  width: 100%;
  height: 46px;
}

.faq_search .form_row div {
  display: table-cell;
  vertical-align: top;
}

.faq_search .form_row .btn {
  width: 88px;
  padding-left: 8px;
}

.faq_search .form_row .btn button {
  width: 100%;
  height: 46px;
  border: none;
  background: #fe8544;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffa911), color-stop(100%, #fe8544));
  background-image: -webkit-linear-gradient(top, #ffa911, #fe8544);
  background-image: -moz-linear-gradient(top, #ffa911, #fe8544);
  background-image: -o-linear-gradient(top, #ffa911, #fe8544);
  background-image: linear-gradient(to bottom, #ffa911, #fe8544);
  background: linear-gradient(to bottom, #ffa911, #fe8544);
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: .25em;
  padding: 0 0 0 .25em;
  border-radius: 10px;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.faq_search .form_row .btn button:hover {
  background: #fe7126;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f19a00), color-stop(100%, #fe7126));
  background-image: -webkit-linear-gradient(top, #f19a00, #fe7126);
  background-image: -moz-linear-gradient(top, #f19a00, #fe7126);
  background-image: -o-linear-gradient(top, #f19a00, #fe7126);
  background-image: linear-gradient(to bottom, #f19a00, #fe7126);
  background: linear-gradient(to bottom, #f19a00, #fe7126);
}

.faq_search .form_row .btn button:active {
  position: relative;
  top: 2px;
  height: 44px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.faq_search .form_row input {
  width: 100%;
  height: 46px;
  padding-left: 12px;
  font-size: 1.4rem;
  border-radius: 10px;
}

.faq_search .example {
  margin: 14px 4px;
  font-size: 1.3rem;
  color: #666666;
}

.faq_search .tags button {
  margin: 0 8px 8px 0;
  line-height: 1;
  padding: 8px;
  border: 1px solid #0e6eb8;
  background-color: transparent;
  color: #0e6eb8;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.3rem;
  cursor: pointer;
}

.faq_search .tags button:hover {
  background-color: #0e6eb8;
  color: #fff;
}

.faq_search .tags button:active {
  background-color: #0a5289;
}

.faq_top5 {
  float: right;
  width: 475px;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 14px 12px;
  margin-bottom: 32px;
}

.faq_top5 h2 {
  height: 33px;
  margin: 0 2px 1rem;
  padding: 3px 0 0 40px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  letter-spacing: .05em;
}

.faq_top5 h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1154px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .faq_top5 h2:before {
    width: 33px;
    height: 33px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1166px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.top5_list {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top5_list li {
  position: relative;
  line-height: 1.4;
  padding: .4rem .4rem .4rem 2.2em;
  border-top: 1px dashed #dddddd;
}

.top5_list li:first-child {
  border-top: none;
}

.top5_list li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: .4rem;
  left: .6rem;
  color: #0e6eb8;
  font-size: 1.8rem;
  font-family: "lato", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.top5_list a {
  display: block;
  padding: .5rem 0;
}

.faq_itemized, .apply_itemized, .results_listWrap {
  padding: 32px 0 2px;
  background-color: #f6f6f6;
}

.faq_itemized .section-top5, .apply_itemized .section-top5, .results_listWrap .section-top5 {
  width: 475px;
}

.faq_itemized .faq_item_wide, .apply_itemized .faq_item_wide, .results_listWrap .faq_item_wide {
  width: 980px;
}

.faq_itemized .section-top5:nth-child(2n-1), .apply_itemized .section-top5:nth-child(2n-1), .results_listWrap .section-top5:nth-child(2n-1) {
  float: left;
}

.faq_itemized .section-top5:nth-child(2n), .apply_itemized .section-top5:nth-child(2n), .results_listWrap .section-top5:nth-child(2n) {
  float: right;
}

.section-top5 {
  position: relative;
  margin-bottom: 30px;
  border-radius: 12px;
  padding-bottom: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.section-top5 .top5_heading {
  background-color: #0e6eb8;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 12px 12px 0 0;
  line-height: 1.2;
  padding: 13px 110px 9px 16px;
}

.section-top5 .top5_list {
  margin: 8px 14px;
}

.section-top5 .section_link {
  position: absolute;
  top: 9px;
  right: 8px;
}

.section-top5 .btn-link {
  display: inline-block;
  height: 29px;
  line-height: 1;
  padding: 9px 8px 0;
  background-color: rgba(0, 0, 0, 0.24);
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 8px;
}

.section-top5 .btn-link:after {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  display: inline-block;
  margin-left: .4rem;
  font-size: 1.8rem;
  vertical-align: top;
  position: relative;
  top: -.4rem;
}

.section-top5 .btn-link:hover {
  background-color: rgba(0, 0, 0, 0.35);
  text-decoration: none;
}

.links-samepage {
  margin-bottom: 32px;
  padding: 18px 20px;
  border: 6px solid #e7e7e7;
  border-radius: 12px;
}

.links-samepage li {
  display: inline-block;
  margin-right: 30px;
}

.links-samepage a {
  display: block;
  padding: 14px 8px 12px;
  font-size: 1.5rem;
  line-height: 1;
}

.links-samepage a:before {
  display: inline-block;
  content: "\f103";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 2rem;
  margin-right: .6rem;
  vertical-align: top;
  color: #0e6eb8;
  position: relative;
  top: -.3rem;
  -webkit-transition: position, 0.05s;
  -moz-transition: position, 0.05s;
  -o-transition: position, 0.05s;
  transition: position, 0.05s;
}

.links-samepage a:hover {
  color: #0e6eb8;
  text-decoration: none;
}

.links-samepage a:hover:before {
  top: -.1rem;
}

.questions_list li {
  line-height: 1.4;
  padding: .4rem .6em;
  border-top: 1px dashed #dddddd;
}

.questions_list li:first-child {
  border-top: none;
}

.questions_list a {
  display: block;
  padding: .5rem 0;
}

.questions_list a:before {
  content: '';
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
  width: 16px;
  height: 17px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1361px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .questions_list a:before {
    width: 16px;
    height: 17px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1968px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.questions_list a:hover:before {
  width: 16px;
  height: 17px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1334px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .questions_list a:hover:before {
    width: 16px;
    height: 17px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1990px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.section-questions {
  position: relative;
  border-radius: 12px;
  padding-bottom: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.section-questions .questions_heading {
  background-color: #0e6eb8;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 12px 12px 0 0;
  line-height: 1.2;
  padding: 14px 16px 8px;
}

.section-questions .questions_list {
  margin: 8px 14px;
}

.pagetop {
  text-align: right;
  margin: 2px;
}

.pagetop a {
  position: relative;
  display: inline-block;
  color: #999999;
  font-size: 1.1rem;
  line-height: 1;
  padding: 12px 28px 12px 8px;
}

.pagetop a:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: 8px;
  width: 14px;
  height: 0;
  border-top: 2px dotted #0e6eb8;
}

.pagetop a:after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: normal;
  position: absolute;
  top: 8px;
  right: 8px;
  color: #0e6eb8;
  font-size: 2rem;
}

.pagetop a:hover {
  color: #0e6eb8;
  text-decoration: none;
}

.maintenance_sections {
  padding: 32px 0 2px;
  background-color: #f6f6f6;
}

.section-maintenance {
  position: relative;
  border-radius: 12px;
  padding-bottom: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.section-maintenance .maintenance_heading {
  background-color: #0e6eb8;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 12px 12px 0 0;
  line-height: 1.2;
  padding: 13px 110px 9px 16px;
}

.section-maintenance .maintenance_list {
  margin: 8px 14px;
}

.section-maintenance .section_rss {
  position: absolute;
  top: 9px;
  right: 8px;
}

.section-maintenance .btn-rss {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background-color: #f89838;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.section-maintenance .btn-rss:before {
  content: "\f09e";
  font-family: FontAwesome;
  font-weight: normal;
  color: #fff;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 22px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-maintenance .btn-rss:hover {
  background-color: #f47f09;
}

.section-maintenance .section_link {
  margin: 20px;
}

.section-maintenance .section_link a {
  color: #0e6eb8;
  padding: 0 .2rem;
}

.section-maintenance .section_link a[target="_blank"] {
  position: relative;
}

.section-maintenance .section_link a[target="_blank"]:after {
  content: '';
  display: inline-block;
  margin: 0 4px;
  width: 11px;
  height: 9px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1480px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .section-maintenance .section_link a[target="_blank"]:after {
    width: 11px;
    height: 9px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1619px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.section-maintenance .section_link:before {
  content: "\f138";
  font-family: FontAwesome;
  font-weight: normal;
  display: inline-block;
  position: relative;
  top: -.4rem;
  vertical-align: top;
  margin-right: .8rem;
  color: #0e6eb8;
  font-size: 1.8rem;
}

.maintenance_list li {
  line-height: 1.4;
  padding: .4rem 6px;
  border-top: 1px dashed #dddddd;
}

.maintenance_list li:first-child {
  border-top: none;
}

.maintenance_list a {
  display: block;
  padding: .5rem 0;
}

.maintenance_list a:hover .date {
  color: #0e6eb8;
}

.maintenance_list .date {
  display: inline-block;
  width: 132px;
  color: #999999;
}

.maintenance_list .new {
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
  padding: 4px 1.2em 3px;
  background-color: #cf2944;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 6px;
  vertical-align: top;
}

.heading-notice {
  line-height: 1;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.heading-notice:before {
  content: "\f06a";
  font-family: FontAwesome;
  font-weight: normal;
  color: #dd1d1d;
  font-size: 2rem;
  margin-right: .6rem;
}

.contact_section {
  margin-top: 6rem;
}

.contact_section > ul {
  margin: 24px 40px 30px;
}

.contact_section > ul > li {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.contact_section > ul > li:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-weight: normal;
  color: #0e6eb8;
  font-size: 2rem;
  margin-right: .8rem;
}

.contact_heading {
  position: relative;
  padding-left: 44px;
  font-size: 2.2rem;
  font-weight: bold;
}

#mypage .contact_heading {
  position: relative;
  padding-left: 50px;
  font-size: 2.2rem;
  font-weight: bold;
}

.contact_heading:before {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#faq .contact_heading {
  margin-bottom: 24px;
}

#faq .contact_heading:before {
  width: 33px;
  height: 33px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1154px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #faq .contact_heading:before {
    width: 33px;
    height: 33px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1166px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
#hp .contact_heading {
  margin-bottom: 16px;
}

#hp .contact_heading:before {
  width: 36px;
  height: 25px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -2187px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #hp .contact_heading:before {
    width: 36px;
    height: 25px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -2041px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
#mypage .contact_heading {
  margin-bottom: 16px;
}

#mypage .contact_heading:before {
  left: 5px;
  width: 36px;
  height: 32px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -2186px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #mypage .contact_heading:before {
    width: 36px;
    height: 32px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -2036px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
#form .contact_heading {
  margin-bottom: 16px;
}

#form .contact_heading:before {
  left: 5px;
  width: 26px;
  height: 24px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -2252px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #form .contact_heading:before {
    width: 26px;
    height: 24px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -2012px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
#mail .contact_heading {
  margin-bottom: 16px;
}

#mail .contact_heading:before {
  left: -2px;
  width: 39px;
  height: 19px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -2080px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #mail .contact_heading:before {
    width: 39px;
    height: 19px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1881px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
#tel .contact_heading {
  margin-bottom: 16px;
}

#tel .contact_heading:before {
  width: 32px;
  height: 32px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1770px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #tel .contact_heading:before {
    width: 32px;
    height: 32px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1541px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.contact_fukidashi {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#mail .contact_fukidashi {
  width: 430px;
  height: 79px;
  background: url("/files/user/img/fukidashi.png") no-repeat 0 -89px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #mail .contact_fukidashi {
    width: 430px;
    height: 79px;
    background: url("/files/user/img/fukidashi@2x.png") no-repeat 0 -84px;
    -webkit-background-size: 778px auto;
    -moz-background-size: 778px auto;
    -o-background-size: 778px auto;
    background-size: 778px auto;
  }
}
#tel .contact_fukidashi {
  width: 778px;
  height: 79px;
  background: url("/files/user/img/fukidashi.png") no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #tel .contact_fukidashi {
    width: 778px;
    height: 79px;
    background: url("/files/user/img/fukidashi@2x.png") no-repeat 0 0;
    -webkit-background-size: 778px auto;
    -moz-background-size: 778px auto;
    -o-background-size: 778px auto;
    background-size: 778px auto;
  }
}
.contact_faq_section {
  border: 1px solid #dddddd;
  border-radius: 12px;
}

.contact_faq_content {
  overflow: hidden;
  *zoom: 1;
}

.contact_faq_content .contact_faq_section {
  width: 475px;
  margin-bottom: 30px;
}

.contact_faq_content section {
  padding: 1.8rem 14px .8rem;
}

.contact_faq_content section:nth-child(2n-1) {
  float: left;
}

.contact_faq_content section:nth-child(2n) {
  float: right;
}

.contact_faq_heading {
  font-size: 1.8rem;
  margin-bottom: .8rem;
}

.heading-contract,
.heading-tv,
.heading-internet,
.heading-phone {
  position: relative;
  font-weight: bold;
  padding-left: 56px;
}

.heading-contract:before,
.heading-tv:before,
.heading-internet:before,
.heading-phone:before {
  content: '';
  display: block;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.heading-contract:before {
  left: -2px;
  width: 52px;
  height: 36px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1063px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .heading-contract:before {
    width: 52px;
    height: 36px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1038px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.heading-tv:before {
  left: -2px;
  width: 53px;
  height: 35px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1197px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .heading-tv:before {
    width: 53px;
    height: 35px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1204px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.heading-internet:before {
  left: 2px;
  width: 43px;
  height: 37px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -819px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .heading-internet:before {
    width: 43px;
    height: 37px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -958px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.heading-phone:before {
  left: 2px;
  width: 43px;
  height: 35px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1109px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .heading-phone:before {
    width: 43px;
    height: 35px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -918px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.contact_btnWrap {
  position: relative;
  padding: 20px;
  background-color: #e5f0f8;
  border-radius: 14px;
  z-index: 2;
}

#mypage .contact_btnWrap {
  display: inline-block;
}

.wmail_btn_area .contact_btnWrap {
  display: inline-block;
  margin: 24px 0 60px;
}

.contact_btnWrap .btn-link {
  display: block;
  position: relative;
  line-height: 1;
  padding: 28px 0 26px;
  border: 2px solid #dddddd;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: padding, 0.1s;
  -moz-transition: padding, 0.1s;
  -o-transition: padding, 0.1s;
  transition: padding, 0.1s;
}

.contact_btnWrap .mypage_price:before {
  content: "";
  background: url(/files/user/img/sprite_mypage.png?v=1522037002&v=1522037002&v=1522037002&v=1522037002) no-repeat 0 0px;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: position, 0.1s;
  -moz-transition: position, 0.1s;
  -o-transition: position, 0.1s;
  transition: position, 0.1s;
}

.contact_btnWrap .mypage_contact:before {
  content: "";
  background: url(/files/user/img/sprite_mypage.png?v=1522037002&v=1522037002&v=1522037002&v=1522037002) no-repeat 0 -64px;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: position, 0.1s;
  -moz-transition: position, 0.1s;
  -o-transition: position, 0.1s;
  transition: position, 0.1s;
}

.contact_btnWrap .mypage_mail:before,
.contact_btnWrap .mypage_mailchange:before {
  content: "";
  background: url(/files/user/img/sprite_mypage.png?v=1522037002&v=1522037002&v=1522037002&v=1522037002) no-repeat 0 -128px;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: position, 0.1s;
  -moz-transition: position, 0.1s;
  -o-transition: position, 0.1s;
  transition: position, 0.1s;
}

.contact_btnWrap .mypage_mailpass:before {
  content: "";
  background: url(/files/user/img/sprite_mypage.png?v=1522037002&v=1522037002&v=1522037002&v=1522037002) no-repeat 0 -192px;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: position, 0.1s;
  -moz-transition: position, 0.1s;
  -o-transition: position, 0.1s;
  transition: position, 0.1s;
}

.contact_btnWrap .mypage_mailadd:before {
  content: "";
  background: url(/files/user/img/sprite_mypage.png?v=1522037002&v=1522037002&v=1522037002&v=1522037002) no-repeat 0 -262px;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: position, 0.1s;
  -moz-transition: position, 0.1s;
  -o-transition: position, 0.1s;
  transition: position, 0.1s;
}

.contact_btnWrap .mypage_option:before {
  content: "";
  background: url(/files/user/img/sprite_mypage.png?v=1522037002&v=1522037002&v=1522037002&v=1522037002) no-repeat 0 -321px;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: position, 0.1s;
  -moz-transition: position, 0.1s;
  -o-transition: position, 0.1s;
  transition: position, 0.1s;
}

.contact_btnWrap .btn-link:hover {
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  color: #0e6eb8;
}

.contact_btnWrap .btn-link:active {
  padding-left: 4px;
}

.contact_btnWrap .btn-link:active:before {
  right: 22px;
}

.contact_btnWrap .btn-link:after {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 24px;
  color: #0e6eb8;
  font-size: 3.6rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: position, 0.1s;
  -moz-transition: position, 0.1s;
  -o-transition: position, 0.1s;
  transition: position, 0.1s;
}

.mypage_btnWrap_left {
  width: 540px;
  float: left;
}

.mypage_btnWrap_right {
  width: 400px;
  float: left;
}

.wmail_btnWrap_left {
  width: 530px;
  float: left;
}

.wmail_btnWrap_right {
  width: 390px;
  float: left;
}

.mypage_btnWrap_left ul li,
.wmail_btnWrap_left ul li {
  margin: 0 20px 20px 0;
}

.mypage_btnWrap_right ul li,
.wmail_btnWrap_right ul li {
  margin: 0 0 20px 0;
}

.mypage_btnWrap_left ul li.last_btn,
.wmail_btnWrap_left ul li.last_btn {
  margin: 0 20px 0 0;
}

.mypage_btnWrap_right ul li.last_btn,
.wmail_btnWrap_right ul li.last_btn {
  margin: 0;
}

#mypage:after,
.wmail_btn_area:after {
  clear: both;
}

#faq + section {
  margin-top: 3rem;
}

#hp {
  margin-top: 3rem;
}

#hp .contact_btnWrap {
  padding: 20px 0 0 20px;
}

#hp ul {
  overflow: hidden;
  *zoom: 1;
}

#hp li {
  float: left;
  width: 300px;
  margin: 0 20px 20px 0;
}

#hp .btn-link {
  padding: 29px 8px 27px 0;
  font-size: 1.6rem;
}

#hp .btn-link:before {
  right: 14px;
  font-size: 2.8rem;
}

#hp .btn-link:active {
  padding-left: 4px;
}

#hp .btn-link:active:before {
  right: 12px;
}

#mypage,
#form,
#mail,
#tel {
  position: relative;
  margin: 6.4rem 0;
}

#mypage:before,
#form:before,
#mail:before,
#tel:before {
  content: '';
  display: block;
  position: absolute;
  top: .8rem;
  right: 24px;
  z-index: 1;
}

#mypage:before {
  width: 190px;
  height: 118px;
  background: url("/files/user/img/chara.png") no-repeat 0 -1214px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #mypage:before {
    width: 190px;
    height: 118px;
    background: url("/files/user/img/chara@2x.png") no-repeat 0 -1214px;
    -webkit-background-size: 190px auto;
    -moz-background-size: 190px auto;
    -o-background-size: 190px auto;
    background-size: 190px auto;
  }
}
#form:before {
  width: 196px;
  height: 108px;
  background: url("/files/user/img/chara.png") no-repeat 0 -1106px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #form:before {
    width: 196px;
    height: 108px;
    background: url("/files/user/img/chara@2x.png") no-repeat 0 -1106px;
    -webkit-background-size: 196px auto;
    -moz-background-size: 196px auto;
    -o-background-size: 196px auto;
    background-size: 196px auto;
  }
}
#mail:before {
  width: 168px;
  height: 150px;
  background: url("/files/user/img/chara.png") no-repeat 0 -792px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #mail:before {
    width: 168px;
    height: 150px;
    background: url("/files/user/img/chara@2x.png") no-repeat 0 -642px;
    -webkit-background-size: 168px auto;
    -moz-background-size: 168px auto;
    -o-background-size: 168px auto;
    background-size: 168px auto;
  }
}
#mail .contact_fukidashi {
  position: absolute;
  top: 50px;
  right: 176px;
  z-index: 2;
}

#tel:before {
  width: 168px;
  height: 150px;
  background: url("/files/user/img/chara.png") no-repeat 0 -642px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #tel:before {
    width: 168px;
    height: 150px;
    background: url("/files/user/img/chara@2x.png") no-repeat 0 -956px;
    -webkit-background-size: 168px auto;
    -moz-background-size: 168px auto;
    -o-background-size: 168px auto;
    background-size: 168px auto;
  }
}
#tel .contact_fukidashi {
  position: relative;
  margin: 24px 26px;
  z-index: 2;
}

.section-apply {
  position: relative;
  border-radius: 12px;
  padding-bottom: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.section-apply .apply_heading {
  background-color: #0e6eb8;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 12px 12px 0 0;
  line-height: 1.2;
  padding: 14px 16px 8px;
}

.section-apply .apply_list {
  margin: 8px 14px;
}

.apply_list li {
  line-height: 1.4;
  padding: .4rem .6em;
  border-top: 1px dashed #dddddd;
}

.apply_list li:first-child {
  border-top: none;
}

.apply_list a {
  display: block;
  padding: .5rem 0 .5rem 32px;
  position: relative;
}

.apply_list a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
  height: 20px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -2222px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .apply_list a:before {
    width: 21px;
    height: 20px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -2096px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.apply_list a:hover:before {
  width: 21px;
  height: 20px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -2286px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .apply_list a:hover:before {
    width: 21px;
    height: 20px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -2071px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.apply_list.list-col2 {
  overflow: hidden;
  *zoom: 1;
}

.apply_list.list-col2 li {
  width: 447px;
}

.apply_list.list-col2 li:nth-child(2) {
  border-top: none;
}

.apply_list.list-col2 li:nth-child(2n-1) {
  float: left;
}

.apply_list.list-col2 li:nth-child(2n) {
  float: right;
}

.apply_itemized .row, .apply_itemized .breadcrumbs ol, .breadcrumbs .apply_itemized ol {
  overflow: hidden;
  *zoom: 1;
}

.apply_itemized .row .section-col2, .apply_itemized .breadcrumbs ol .section-col2, .breadcrumbs .apply_itemized ol .section-col2 {
  width: 475px;
}

.apply_itemized .row .section-col2:nth-child(2n-1), .apply_itemized .breadcrumbs ol .section-col2:nth-child(2n-1), .breadcrumbs .apply_itemized ol .section-col2:nth-child(2n-1) {
  float: left;
}

.apply_itemized .row .section-col2:nth-child(2n), .apply_itemized .breadcrumbs ol .section-col2:nth-child(2n), .breadcrumbs .apply_itemized ol .section-col2:nth-child(2n) {
  float: right;
}

.heading-2 {
  position: relative;
  line-height: 1;
  margin: 3rem 0 2rem;
  padding-left: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
}

.heading-2:before {
  content: '';
  display: block;
  position: absolute;
  top: 48%;
  left: .15em;
  width: .3em;
  height: 1em;
  border-radius: .15em;
  margin-top: -.5em;
  margin-left: -.15em;
  background-color: #0e6eb8;
}

.contact_call_section {
  margin-bottom: 56px;
}

.contact_call_section:last-child {
  margin-bottom: 80px;
}

.contact_call_section p {
  margin-bottom: 32px;
}

.customercenter {
  position: relative;
  height: 152px;
  border: 8px solid #f6f6f6;
  border-radius: 12px;
  padding: 26px 52px 0;
  margin-bottom: 20px;
}

.customercenter_heading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}

.customercenter_point {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 430px;
  height: 120px;
  background-color: #f6f6f6;
  border-radius: 0 10px 10px 0;
  padding: 30px 10px 0;
}

.customercenter_point .contact_call_list li {
  font-size: 1.8rem;
  font-weight: bold;
  height: 36px;
}

.customercenter_point .contact_call_list li:before {
  top: -.3rem;
}

.contact_call_list {
  margin: 0 14px;
}

.contact_call_list li:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-weight: normal;
  display: inline-block;
  position: relative;
  top: -.6rem;
  vertical-align: top;
  font-size: 2rem;
  margin-right: 1rem;
  color: #0e6eb8;
}

.setup_itemized {
  padding: 32px 0 2px;
  background-color: #f6f6f6;
}

.setup_itemized .row, .setup_itemized .breadcrumbs ol, .breadcrumbs .setup_itemized ol {
  overflow: hidden;
  *zoom: 1;
}

.setup_itemized .row .section-col2, .setup_itemized .breadcrumbs ol .section-col2, .breadcrumbs .setup_itemized ol .section-col2 {
  width: 475px;
}

.setup_itemized .row .section-col2:nth-child(2n-1), .setup_itemized .breadcrumbs ol .section-col2:nth-child(2n-1), .breadcrumbs .setup_itemized ol .section-col2:nth-child(2n-1) {
  float: left;
  clear: both;
}

.setup_itemized .row .section-col2:nth-child(2n), .setup_itemized .breadcrumbs ol .section-col2:nth-child(2n), .breadcrumbs .setup_itemized ol .section-col2:nth-child(2n) {
  float: right;
}

.setup_itemized .pagetop {
  clear: both;
}

.setup_list li {
  line-height: 1.4;
  padding: .4rem .6em;
  border-top: 1px dashed #dddddd;
}

.setup_list li:first-child {
  border-top: none;
}

.setup_list a {
  display: block;
  padding: .5rem 0;
}

.setup_list a.win:before {
  content: '';
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
  position: relative;
  top: 2px;
  width: 32px;
  height: 14px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -2163px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .setup_list a.win:before {
    width: 32px;
    height: 14px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1949px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.setup_list a.mac:before {
  content: '';
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
  position: relative;
  top: 2px;
  width: 32px;
  height: 14px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -2109px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .setup_list a.mac:before {
    width: 32px;
    height: 14px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1905px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.section-setup {
  position: relative;
  border-radius: 12px;
  padding-bottom: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.section-setup .setup_heading {
  background-color: #0e6eb8;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 12px 12px 0 0;
  line-height: 1.2;
  padding: 14px 16px 8px;
}

.section-setup .setup_list {
  margin: 8px 14px;
}

.agreement_lead {
  margin: 36px 16px 32px;
}

.results_btn {
  position: relative;
  width: 480px;
  margin: 0 auto;
  background-color: #e7e7e7;
  border-radius: 8px;
}

.results_btn:before {
  content: "\f104";
  font-family: FontAwesome;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 2.8rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.results_btn:hover {
  background-color: #d6d6d6;
  text-decoration: none;
}

.results_btn:active:before {
  left: 16px;
}

.results_btn .btn-back {
  display: block;
  width: 100%;
  border: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  position: relative;
  line-height: 1;
  padding: 18px 0 16px;
  border-radius: 8px;
}

.results_btn .btn-back:hover {
  text-decoration: none;
}

.results .results_btn {
  width: 300px;
  margin: 28px auto;
}

.results_heading {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  margin: 48px 0 12px;
}

.results_heading span {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background-color: #fff;
  padding: 2px 12px 0 0;
  z-index: 2;
}

.results_heading:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background-color: #0e6eb8;
  z-index: 1;
}

.results_list {
  border-radius: 12px;
  padding: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.results_list .questions_list {
  margin: 8px 12px;
}

.div_sent {
  height: 228px;
}

.div_sent p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  margin: 0;
  font-size: 20px;
  color: #0e6eb8;
  text-align: center;
  font-weight: bold;
}

.div_sent p:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 24px;
  margin-left: .5em;
}

.cancellation_list {
  overflow: hidden;
  *zoom: 1;
  margin: 0 -10px 15px;
}

.cancellation_list li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}

.cancellation_list a {
  display: block;
  width: 232px;
  height: 145px;
  line-height: 1.3;
  margin: 0 auto;
  padding: 82px 0 0 0;
  border-radius: 10px;
  background-color: #b8a083;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.9rem;
  position: relative;
}

.cancellation_list a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.cancellation_list a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 11px solid #fff;
  border-top: 11px solid transparent;
  position: absolute;
  right: 10px;
  bottom: 12px;
}

.cancellation_list a:active {
  position: relative;
  top: 2px;
  height: 143px;
  margin-bottom: 2px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.cancellation_list a:hover {
  text-decoration: none;
  background-color: #a58763;
}

.cancellation_list span {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 232px;
}

.cancellation_list .menu1:before {
  width: 232px;
  height: 82px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -928px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .cancellation_list .menu1:before {
    width: 232px;
    height: 82px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -717px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.cancellation_list .menu2:before {
  width: 232px;
  height: 82px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1812px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .cancellation_list .menu2:before {
    width: 232px;
    height: 82px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1633px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.cancellation_list .menu3:before {
  width: 232px;
  height: 82px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1242px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .cancellation_list .menu3:before {
    width: 232px;
    height: 82px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1079px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.cancellation_list .menu4:before {
  width: 232px;
  height: 82px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1388px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .cancellation_list .menu4:before {
    width: 232px;
    height: 82px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1244px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.cancellation_list .menu5:before {
  width: 232px;
  height: 82px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1988px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .cancellation_list .menu5:before {
    width: 232px;
    height: 82px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1794px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.cancellation_list .menu6:before {
  width: 232px;
  height: 82px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1499px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .cancellation_list .menu6:before {
    width: 232px;
    height: 82px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1331px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.cancellation_list .menu7:before {
  width: 232px;
  height: 82px;
  background: url("/files/user/img/sprite_support.png") no-repeat 0 -1632px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .cancellation_list .menu7:before {
    width: 232px;
    height: 82px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat 0 -1418px;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.cancellation .aside_contact > div {
  padding: 24px 32px;
}

.cancellation .aside_contact .btns {
  display: table;
  width: 100%;
  padding: 16px 0 8px;
}

.cancellation .aside_contact .btn {
  display: table-cell;
  width: 50%;
  height: auto;
}

.cancellation .aside_contact .btn:first-child {
  padding-right: 23px;
}

.cancellation .aside_contact .btn:last-child {
  padding-left: 23px;
}

.cancellation .aside_contact .btn a {
  display: block;
  position: relative;
  line-height: 1;
  padding: 27px 0 28px;
  border: none;
  background-color: #e7e7e7;
  border-radius: 12px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
}

.cancellation .aside_contact .btn a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  margin-top: -2.3rem;
  font-size: 4rem;
}

.cancellation .aside_contact .btn a:hover {
  background-color: #dadada;
  text-decoration: none;
}

.cancellation .aside_contact .btn a:active {
  position: relative;
  top: 2px;
  padding-bottom: 26px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
}

.cancellation_stop {
  background-color: #ffee3b;
  border-radius: 12px;
  padding: 18px 16px 14px 128px;
  margin-bottom: 20px;
  line-height: 1.6;
  position: relative;
}

.cancellation_stop:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 22px;
  width: 88px;
  height: 85px;
  background: url("/files/user/img/cancell.png") no-repeat 0 -372px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .cancellation_stop:before {
    width: 88px;
    height: 84px;
    background: url("/files/user/img/cancell@2x.png") no-repeat 0 -347px;
    -webkit-background-size: 125px auto;
    -moz-background-size: 125px auto;
    -o-background-size: 125px auto;
    background-size: 125px auto;
  }
}
.cancellation_stop_heading {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.cancellation_sections {
  padding: 20px 0 2px;
  background-color: #f6f6f6;
}

.section-cancellation {
  position: relative;
  border-radius: 12px;
  padding-bottom: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.section-cancellation .cancellation_heading {
  background-color: #0e6eb8;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 12px 12px 0 0;
  line-height: 1.2;
  padding: 13px 110px 9px 16px;
}

.section-cancellation .cancellation_list_2 {
  margin: 2px 14px 4px;
}

.cancellation_list_2 li {
  line-height: 1.4;
  padding: .4rem 0;
  border-top: 1px dashed #dddddd;
}

.cancellation_list_2 li:first-child {
  border-top: none;
}

.cancellation_list_2 a {
  display: block;
  padding: 1rem 0 .8rem 68px;
  position: relative;
}

.cancellation_list_2 a:hover:before {
  opacity: 1;
}

.cancellation_list_2 a:before {
  content: '';
  display: block;
  position: absolute;
  top: 48%;
  left: 6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3;
}

.cancellation_list_2 h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: .4rem;
}

.cancellation_list_2 .chara-1:before {
  width: 54px;
  height: 54px;
  background: url("/files/user/img/cancell.png") no-repeat 0 -192px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .cancellation_list_2 .chara-1:before {
    width: 54px;
    height: 54px;
    background: url("/files/user/img/cancell@2x.png") no-repeat 0 -177px;
    -webkit-background-size: 125px auto;
    -moz-background-size: 125px auto;
    -o-background-size: 125px auto;
    background-size: 125px auto;
  }
}
.cancellation_list_2 .chara-2:before {
  width: 54px;
  height: 54px;
  background: url("/files/user/img/cancell.png") no-repeat 0 -467px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .cancellation_list_2 .chara-2:before {
    width: 54px;
    height: 54px;
    background: url("/files/user/img/cancell@2x.png") no-repeat 0 -436px;
    -webkit-background-size: 125px auto;
    -moz-background-size: 125px auto;
    -o-background-size: 125px auto;
    background-size: 125px auto;
  }
}
.cancellation_list_2 .chara-3:before {
  width: 54px;
  height: 54px;
  background: url("/files/user/img/cancell.png") no-repeat 0 -64px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .cancellation_list_2 .chara-3:before {
    width: 54px;
    height: 54px;
    background: url("/files/user/img/cancell@2x.png") no-repeat 0 -59px;
    -webkit-background-size: 125px auto;
    -moz-background-size: 125px auto;
    -o-background-size: 125px auto;
    background-size: 125px auto;
  }
}
.cancellation_list_2 .chara-4:before {
  width: 54px;
  height: 54px;
  background: url("/files/user/img/cancell.png") no-repeat 0 -128px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .cancellation_list_2 .chara-4:before {
    width: 54px;
    height: 54px;
    background: url("/files/user/img/cancell@2x.png") no-repeat 0 -118px;
    -webkit-background-size: 125px auto;
    -moz-background-size: 125px auto;
    -o-background-size: 125px auto;
    background-size: 125px auto;
  }
}
.cancellation_list_2 .chara-5:before {
  width: 54px;
  height: 54px;
  background: url("/files/user/img/cancell.png") no-repeat 0 -531px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .cancellation_list_2 .chara-5:before {
    width: 54px;
    height: 54px;
    background: url("/files/user/img/cancell@2x.png") no-repeat 0 -495px;
    -webkit-background-size: 125px auto;
    -moz-background-size: 125px auto;
    -o-background-size: 125px auto;
    background-size: 125px auto;
  }
}
.cancellation_list_2 .chara-6:before {
  width: 54px;
  height: 54px;
  background: url("/files/user/img/cancell.png") no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .cancellation_list_2 .chara-6:before {
    width: 54px;
    height: 54px;
    background: url("/files/user/img/cancell@2x.png") no-repeat 0 0;
    -webkit-background-size: 125px auto;
    -moz-background-size: 125px auto;
    -o-background-size: 125px auto;
    background-size: 125px auto;
  }
}
.cancellation .cancellation_content {
  border: 4px solid #e7e7e7;
  padding: 36px 32px;
  border-radius: 12px;
  margin: 32px 0;
}

.cancellation .cancellation_content p:last-child {
  margin-bottom: 0;
}

.cancellation .cancellation_content .chara {
  margin: 64px 0 40px;
  padding-left: 136px;
  position: relative;
  font-size: 48px;
  line-height: 62px;
  color: #0e6eb8;
  text-decoration: underline;
}

.cancellation .cancellation_content .chara:before {
  content: '';
  display: block;
  position: absolute;
  top: 46%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

.cancellation .cancellation_content .chara:first-child {
  margin-top: 20px;
}

.cancellation .cancellation_content .chara-1:before {
  width: 125px;
  height: 106px;
  background: url("/files/user/img/cancell.png") no-repeat 0 -256px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .cancellation .cancellation_content .chara-1:before {
    width: 125px;
    height: 106px;
    background: url("/files/user/img/cancell@2x.png") no-repeat 0 -236px;
    -webkit-background-size: 125px auto;
    -moz-background-size: 125px auto;
    -o-background-size: 125px auto;
    background-size: 125px auto;
  }
}
.cancellation_content_edit {
  padding: 16px 0;
}

.cancellation_content_edit h2 {
  font-size: 3.6rem;
  padding-left: 20px;
  margin: 0 16px 16px;
}

.cancellation_content_edit p {
  font-size: 2.4rem;
  margin: 1.6rem 0;
}

.form_service input[readonly] {
  opacity: .2;
}

.form_approximatevalue__price {
  line-height: 1.5;
  margin-bottom: 10px;
}

.form_approximatevalue__price br {
  display: none;
}

.form_approximatevalue__initialPrice {
  line-height: 1.5;
  margin-bottom: 0;
}

.form_approximatevalue__note {
  line-height: 1.5;
}

.form_approximatevalue__fieldContainer {
  display: none;
}

.btn_mypage {
  position: relative;
  width: 480px;
  margin: 40px auto 64px;
  background-color: #ee827c;
  border-radius: 12px;
  cursor: pointer;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.btn_mypage.btn_mypage-libmo {
  background-color: #ff0000;
}

.btn_spn_mypage {
  position: relative;
  width: 480px;
  margin: 40px auto 64px;
  background-color: #3eb370;
  border-radius: 12px;
  cursor: pointer;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.btn_mypage:before,
.btn_spn_mypage:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 4rem;
  position: absolute;
  top: 45%;
  right: 20px;
  color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.btn_mypage:hover {
  background-color: #cc6f6a;
}

.btn_mypage.btn_mypage-libmo:hover {
  background-color: #cc3333;
}

.btn_spn_mypage:hover {
  background-color: #369961;
}

.btn_mypage .btn,
.btn_spn_mypage .btn {
  position: relative;
  width: 480px;
  height: 60px;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 12px;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.btn_mypage a,
.btn_spn_mypage a {
  color: #fff;
  line-height: 60px;
}

/* 4K・8K */
.top_services_list .col1 {
  clear: both;
  width: 944px;
  margin: 4px 8px 16px;
}

.top_services_list .col2 {
  width: 464px;
  margin: 4px 8px 16px;
}

.top_services_list .col2 a:before, .top_services_list .col2 a:after {
  content: none;
}

.top_services_list .menu-bnr {
  width: 100%;
  height: auto;
  padding: 0;
}

.top_services_list .menu-bnr:active {
  top: inherit;
  height: auto;
}

/*
.top_services_list .col1 a {
width: 100%;
height: 64px;
padding: 10px 0 0;
}

.top_services_list .menu6 {
background-color: #65c6de;
}

.top_services_list .menu6:before {
position: relative;
top: 0;
display: inline-block;
width: 74px;
height: 41px;
background: url("/files/user/img/sprite_support.png") no-repeat -176px 0;
vertical-align: middle;
margin-right: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.top_services_list .menu6:before {
width: 74px;
height: 41px;
background: url("/files/user/img/sprite@2x_support.png") no-repeat -176px 0;
-webkit-background-size: 250px auto;
-moz-background-size: 250px auto;
-o-background-size: 250px auto;
background-size: 250px auto;
}
}
.top_services_list .menu6:hover {
background-color: #4bb3cc;
}
*/
.top_services_list .menu-bnr {
  width: 100%;
  height: auto;
  padding: 0;
}

.top_services_list .menu-bnr:active {
  top: inherit;
  height: auto;
}

.top_services_list .menu-bnr img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.pagetitle-libmo span {
  padding-left: 40px;
}

.top_services_list .menu-bnr:hover img {
  opacity: .7;
}

.pagetitle-libmo:before {
  background-color: #e22519;
}

.pagetitle-libmo:after {
  top: 45%;
  width: 38px;
  height: 40px;
  background: url("/files/user/img/sprite_support.png") no-repeat -176px -44px;
}

.pagetitle-4k8k span {
  padding-left: 60px;
}

/*
.pagetitle-4k8k:before {
background-color: #65c6de;
}

.pagetitle-4k8k:after {
width: 54px;
height: 30px;
background: url("/files/user/img/sprite_support.png") no-repeat -176px -50px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.pagetitle-4k8k:after {
width: 54px;
height: 30px;
background: url("/files/user/img/sprite@2x_support.png") no-repeat -176px -50px;
-webkit-background-size: 250px auto;
-moz-background-size: 250px auto;
-o-background-size: 250px auto;
background-size: 250px auto;
}
}
*/
.pagetitle-4k8k:before {
  background-color: #154995;
}

.pagetitle-4k8k:after {
  top: 45%;
  width: 52px;
  height: 40px;
  background: url("/files/user/img/sprite_support.png") no-repeat -176px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pagetitle-4k8k:after {
    width: 52px;
    height: 40px;
    background: url("/files/user/img/sprite@2x_support.png") no-repeat -176px 0;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
  }
}
.topics-4k8k_lead {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 85%;
  margin: 28px auto;
}

.topics-4k8k_lead .img {
  width: 200px;
}

.topics-4k8k_lead .txt {
  font-size: 1.6rem;
}

.topics-4k8k_lead .txt img {
  margin-bottom: 12px;
}

.topics_section {
  margin-bottom: 64px;
}

.topics_section .footnote {
  font-size: 1.2rem;
  margin-top: 20px;
}

.topics_section .footnote li {
  text-indent: -2em;
  margin-left: 2em;
  text-align: left;
}

.topics_section .footnote li span {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  text-indent: 0;
}

.channels4k8k {
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmFmYWZhIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmFmYWZhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmFmYWZhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #ffffff 25%, #fafafa 25%, #fafafa 50%, #ffffff 50%, #ffffff 75%, #fafafa 75%, #fafafa);
  background-image: -webkit-linear-gradient(135deg, #ffffff 25%, #fafafa 25%, #fafafa 50%, #ffffff 50%, #ffffff 75%, #fafafa 75%, #fafafa);
  background-image: linear-gradient(-45deg, #ffffff 25%, #fafafa 25%, #fafafa 50%, #ffffff 50%, #ffffff 75%, #fafafa 75%, #fafafa);
  background-size: 6px 6px;
  border-radius: 4px;
  padding: 18px;
  border: 2px solid #d8ad37;
  margin-bottom: 0px;
}

.channels4k8k > .heading {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMDY2OWMiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwNTQ5NCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDA1NDk0Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDY2OWMiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwNjY5YyIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMDA1NDk0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA1NDk0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #00669c 25%, #005494 25%, #005494 50%, #00669c 50%, #00669c 75%, #005494 75%, #005494);
  background-image: -webkit-linear-gradient(135deg, #00669c 25%, #005494 25%, #005494 50%, #00669c 50%, #00669c 75%, #005494 75%, #005494);
  background-image: linear-gradient(-45deg, #00669c 25%, #005494 25%, #005494 50%, #00669c 50%, #00669c 75%, #005494 75%, #005494);
  background-size: 6px 6px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  padding: 14px 0 10px .1em;
  line-height: 1;
  letter-spacing: .1em;
}

.channels4k8k > section {
  border-bottom: 2px dotted #ccc;
  padding: 24px 0;
}

.channels4k8k > section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.channels4k8k_section > .heading {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1em;
  font-weight: bold;
}

.charm4k8k {
  margin-bottom: 0;
}

.charm4k8k > .heading {
  color: #0e6eb8;
  font-size: 2.6rem;
  font-weight: bold;
  border-left: 4px solid #0e6eb8;
  padding-left: 12px;
  margin-bottom: 8px;
  letter-spacing: .1em;
}

.charm4k8k .btns {
  display: -webkit-flex;
  display: flex;
}

.charm4k8k .btns > * {
  width: 100%;
  padding: 36px 8px 46px;
  font-weight: bold;
}

.charm4k8k .btn-link {
  display: block;
  border-radius: 8px;
  border: 1px solid #0e6eb8;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 16px 14px;
  font-size: 2.3rem;
  background-color: #0e6eb8;
}

.charm4k8k .btn-link:hover {
  background-color: #fff;
  color: #0e6eb8;
  text-decoration: none;
}

.charm4k8k_section {
  margin: 24px 0 40px;
}

.charm4k8k_section > .heading {
  color: #159E3C;
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 16px;
}

.charm4k8k_section > .heading:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border-top: 2px dotted #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.charm4k8k_section > .heading span {
  display: inline-block;
  position: relative;
  padding-right: 8px;
  background-color: #fff;
}

.charm4k8k_section > .txt {
  margin-bottom: 32px;
  font-size: 1.6rem;
}

.charm4k8k_section .img {
  padding: 8px 0;
  text-align: center;
}

.charm4k8k_section_sections {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.charm4k8k_section_sections > section {
  width: 50%;
  margin: 0 0 32px 0;
  overflow: hidden;
  *zoom: 1;
}

.charm4k8k_section_sections > section:nth-child(odd) {
  padding-right: 16px;
}

.charm4k8k_section_sections > section:nth-child(even) {
  padding-left: 16px;
}

.charm4k8k_section_sections > section > .heading {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.charm4k8k_section_sections > section:nth-child(1) .img, .charm4k8k_section_sections > section:nth-child(2) .img {
  float: left;
}

.charm4k8k_section_sections > section:nth-child(3), .charm4k8k_section_sections > section:nth-child(4) {
  margin-bottom: 12px;
}

.charm4k8k_section_sections > section .txt {
  margin-left: 248px;
}

.charm4k8k_section_sections p {
  margin-bottom: 1em;
}

.charm4k8k_section_sections p:last-child {
  margin-bottom: 0;
}

.charm4k8k_section_sections .note {
  font-size: 1.2rem;
  margin: 0;
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.charm4k8k_section_sections .note:before {
  content: '※';
  margin-right: .5em;
}

.howto4k8k {
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmFmYWZhIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmFmYWZhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmFmYWZhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #ffffff 25%, #fafafa 25%, #fafafa 50%, #ffffff 50%, #ffffff 75%, #fafafa 75%, #fafafa);
  background-image: -webkit-linear-gradient(135deg, #ffffff 25%, #fafafa 25%, #fafafa 50%, #ffffff 50%, #ffffff 75%, #fafafa 75%, #fafafa);
  background-image: linear-gradient(-45deg, #ffffff 25%, #fafafa 25%, #fafafa 50%, #ffffff 50%, #ffffff 75%, #fafafa 75%, #fafafa);
  background-size: 6px 6px;
  border-radius: 4px;
  padding: 40px 15px 20px;
  border: 5px double #0e6eb8;
  margin-bottom: 24px;
}

.howto4k8k > * {
  text-align: center;
}

.howto4k8k > .heading {
  margin-bottom: 20px;
}

.howto4k8k > p {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1em 0;
}

.howto4k8k_btns {
  display: -webkit-flex;
  display: flex;
}

.howto4k8k_btns > * {
  width: 100%;
  padding: 16px 8px 32px;
}

.howto4k8k_btns .btn-link {
  display: block;
  border-radius: 8px;
  border: 1px solid #0e6eb8;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 16px 14px;
  font-size: 1.6rem;
  background-color: #0e6eb8;
}

.howto4k8k_btns .btn-link:hover {
  background-color: #fff;
  color: #0e6eb8;
  text-decoration: none;
}

.howto4k8k_sections {
  display: -webkit-flex;
  display: flex;
  padding: 12px 0;
}

.howto4k8k_sections > * {
  width: 50%;
}

.howto4k8k_sections > *:nth-child(odd) {
  padding-right: 16px;
}

.howto4k8k_sections > *:nth-child(even) {
  padding-left: 16px;
}

.howto4k8k_section > .heading {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNkNGVhZjIiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2JjZGNlYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYmNkY2VhIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkNGVhZjIiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2Q0ZWFmMiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjYmNkY2VhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmNkY2VhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #d4eaf2 25%, #bcdcea 25%, #bcdcea 50%, #d4eaf2 50%, #d4eaf2 75%, #bcdcea 75%, #bcdcea);
  background-image: -webkit-linear-gradient(135deg, #d4eaf2 25%, #bcdcea 25%, #bcdcea 50%, #d4eaf2 50%, #d4eaf2 75%, #bcdcea 75%, #bcdcea);
  background-image: linear-gradient(-45deg, #d4eaf2 25%, #bcdcea 25%, #bcdcea 50%, #d4eaf2 50%, #d4eaf2 75%, #bcdcea 75%, #bcdcea);
  background-size: 6px 6px;
  color: #0F367A;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 12px 0 10px;
}

.howto4k8k_section p {
  margin: 12px 12px 20px;
  text-align: left;
}

.howto4k8k_section span.note {
  font-size: 10px;
  vertical-align: top;
}

.tvfor4k8k {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMDY2OWMiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwNTQ5NCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDA1NDk0Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDY2OWMiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwNjY5YyIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMDA1NDk0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA1NDk0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #00669c 25%, #005494 25%, #005494 50%, #00669c 50%, #00669c 75%, #005494 75%, #005494);
  background-image: -webkit-linear-gradient(135deg, #00669c 25%, #005494 25%, #005494 50%, #00669c 50%, #00669c 75%, #005494 75%, #005494);
  background-image: linear-gradient(-45deg, #00669c 25%, #005494 25%, #005494 50%, #00669c 50%, #00669c 75%, #005494 75%, #005494);
  background-size: 6px 6px;
  color: #fff;
  border-radius: 4px;
  padding: 32px 32px 20px;
  margin-bottom: 20px;
}

.tvfor4k8k > .heading {
  color: #EAC100;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: .1em;
  padding-left: .1em;
  margin-bottom: 8px;
}

.tvfor4k8k dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.tvfor4k8k dt {
  width: 100px;
  padding: 8px 0;
}

.tvfor4k8k dd {
  width: calc(100% - 100px);
  border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
  padding: 16px 0;
}

.tvfor4k8k dd:last-child {
  border-bottom: none;
}

.tvfor4k8k .footnote {
  color: rgba(255, 255, 255, 0.7);
}

.topics-4k8k_btns {
  display: -webkit-flex;
  display: flex;
}

.topics-4k8k_btns > * {
  width: 100%;
  padding: 16px 8px 32px;
}

.topics-4k8k_btns .btn-link {
  display: block;
  border-radius: 8px;
  border: 1px solid #0e6eb8;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 16px 14px;
  font-size: 1.6rem;
  background-color: #0e6eb8;
}

.topics-4k8k_btns .btn-link:hover {
  background-color: #fff;
  color: #0e6eb8;
  text-decoration: none;
}

.channels4k8k {
  margin-bottom: 40px;
}

.charm4k8k .btns > * {
  width: 50%;
  padding: 16px 8px;
}

.charm4k8k .btn-link {
  font-size: 1.6rem;
}

.topics-4k8k_btns > * {
  font-weight: bold;
}

.topics-4k8k_btns .btn-link {
  font-size: 2.3rem;
}

.howto4k8k {
  padding: 20px 15px 20px;
}

.howto4k8k .btn {
  display: -webkit-flex;
  display: flex;
}

.howto4k8k .btn > * {
  width: 100%;
  padding: 16px 8px 32px;
  font-weight: bold;
}

.howto4k8k .btn .btn-link {
  display: block;
  border-radius: 8px;
  border: 1px solid #0e6eb8;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 16px 14px;
  font-size: 2.3rem;
  background-color: #0e6eb8;
}

.howto4k8k .btn .btn-link:hover {
  background-color: #fff;
  color: #0e6eb8;
  text-decoration: none;
}

.howto4k8k_btns > * {
  display: inline-flex;
}

.topics-4k8k_btn {
  width: 100%;
}

.topics-4k8k_btn div {
  width: 100%;
  padding: 16px 8px 32px;
  font-weight: bold;
}

.topics-4k8k_btn a.btn-link {
  display: block;
  border-radius: 8px;
  border: 1px solid #0e6eb8;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 16px 14px;
  font-size: 2.3rem;
  background-color: #0e6eb8;
}

.topics-4k8k_btn .btn-link:hover {
  background-color: #fff;
  color: #0e6eb8;
  text-decoration: none;
}

.hikaridetv {
  background-color: #fff;
  border-radius: 4px;
  padding: 18px;
  border: 2px solid #f29217;
  margin-bottom: 10px;
}

.hikaridetv > .heading {
  background: #f29217;
  color: #fff;
  font-size: 2.3rem;
  text-align: center;
  padding: 14px 0 10px .1em;
  line-height: 1;
  letter-spacing: .1em;
}

.hikaridetv > .heading span.kome {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.hikaridetv > section {
  border-bottom: 2px dotted #ccc;
  padding: 24px 0;
}

.hikaridetv > section:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}

.hikaridetv_section {
  text-align: center;
}

.hikaridetv_section > .heading {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1em;
  font-weight: bold;
  color: #f29217;
}

.hikaridetv_txt {
  margin-bottom: 10px;
}

.hikaridetv_txt p {
  font-size: 1.3rem;
}

.howtowatch {
  background-color: #ffffff;
  border-radius: 10px;
  border: 20px solid #0072a5;
  margin-bottom: 20px;
}

.howtowatch > .heading {
  background: #f29217;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  padding: 14px 0 10px .1em;
  line-height: 1;
  letter-spacing: .1em;
}

.howtowatch > .heading span.kome {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.howtowatch > section {
  border-bottom: 2px dotted #ccc;
  padding: 24px 0;
}

.howtowatch > section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.howtowatch_sections {
  text-align: center;
  background-color: #0072a5;
}

.howtowatch_sections > .heading {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 0;
  font-weight: bold;
  color: #fff;
  background-color: #0072a5;
  padding: 0 0 15px;
}

.howtowatch_sections div {
  border-radius: 10px;
  background-color: #fff;
}

.howtowatch_section {
  display: inline-block;
  width: 290px;
  border-right: 4px solid #0072a5;
}

.howtowatch_sections div > section:last-child {
  border-right: none;
}

.howtowatch_section > .heading {
  text-align: left;
  font-size: 2rem;
  margin: 10px;
  font-weight: bold;
}

.howtowatch_section div {
  display: table-cell;
  padding: 0 10px;
}

.howtowatch_section p {
  display: table-cell;
  width: 200px;
  height: 160px;
  text-align: left;
  padding-right: 10px;
  vertical-align: top;
}

.howto4k8k_btns input[type="button"] {
  display: block;
  border-radius: 8px;
  border: 1px solid #0e6eb8;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 16px 14px;
  font-size: 2rem;
  background-color: #0e6eb8;
  width: 33%;
  margin-right: 20px;
}

.howto4k8k_btns input[type="button"]:hover {
  background-color: #fff !important;
  color: #0e6eb8 !important;
}

.howto4k8k_btns input:last-child {
  margin-right: 0;
}

.howtowatch4k8k_section > .heading {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNkNGVhZjIiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2JjZGNlYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYmNkY2VhIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkNGVhZjIiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2Q0ZWFmMiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjYmNkY2VhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmNkY2VhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #d4eaf2 25%, #bcdcea 25%, #bcdcea 50%, #d4eaf2 50%, #d4eaf2 75%, #bcdcea 75%, #bcdcea);
  background-image: -webkit-linear-gradient(135deg, #d4eaf2 25%, #bcdcea 25%, #bcdcea 50%, #d4eaf2 50%, #d4eaf2 75%, #bcdcea 75%, #bcdcea);
  background-image: linear-gradient(-45deg, #d4eaf2 25%, #bcdcea 25%, #bcdcea 50%, #d4eaf2 50%, #d4eaf2 75%, #bcdcea 75%, #bcdcea);
  background-size: 6px 6px;
  color: #0F367A;
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
  padding: 20px 0 15px;
}

.howtowatch4k8k_section button {
  display: block;
  border-radius: 8px;
  border: 1px solid #0e6eb8;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 16px 14px;
  font-size: 1.6rem;
  background-color: #0e6eb8;
}

.howtowatch4k8k_section button:hover {
  background-color: #fff;
  color: #0e6eb8;
  text-decoration: none;
}

.jutaku_description {
  background-color: #F6F6F6;
  border-radius: 12px;
  padding: 26px 32px;
}

.jutaku_description p:last-child {
  margin-bottom: 0;
}

.mdu_search_lead {
  display: flex;
  justify-content: space-between;
}

.mdu_search_lead .txt {
  width: calc(100% - 144px);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: .5em;
  border: 1px solid #026DBD;
  border-radius: 12px;
  overflow: hidden;
}

.mdu_search_lead .txt .heading {
  color: #fff;
  font-weight: bold;
  padding: 4px 12px;
  font-size: 2rem;
  background-color: #026DBD;
  text-align: center;
  letter-spacing: .1em;
  background-color: #026DBD;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMjVjYjUiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAyNmRiZCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDI2ZGJkIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMjVjYjUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAyNWNiNSIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMDI2ZGJkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDI2ZGJkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #025cb5 25%, #026dbd 25%, #026dbd 50%, #025cb5 50%, #025cb5 75%, #026dbd 75%, #026dbd);
  background-image: -webkit-linear-gradient(135deg, #025cb5 25%, #026dbd 25%, #026dbd 50%, #025cb5 50%, #025cb5 75%, #026dbd 75%, #026dbd);
  background-image: linear-gradient(-45deg, #025cb5 25%, #026dbd 25%, #026dbd 50%, #025cb5 50%, #025cb5 75%, #026dbd 75%, #026dbd);
  background-size: 10px 10px;
}

.mdu_search_lead .txt .heading span {
  font-size: 2.8rem;
}

.mdu_search_lead .txt ol {
  margin: 0;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  counter-reset: mdu_point;
}

.mdu_search_lead .txt ol li {
  width: 30%;
  padding: 8px 8px 4px 48px;
  line-height: 1.3;
  margin: .4rem 0;
  position: relative;
  font-size: 1.8rem;
  margin-left: 5%;
}

.mdu_search_lead .txt ol li:first-child {
  margin-left: 0;
}

.mdu_search_lead .txt ol li:before {
  counter-increment: mdu_point;
  content: counter(mdu_point);
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  background-color: #FC7822;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 34px;
  overflow: hidden;
  border-radius: 50%;
  font-weight: bold;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mdu_search_lead .txt ol li strong {
  color: #FC7822;
  display: inline-block;
  font-size: 2.4rem;
}

.mdu_search_lead .img {
  width: 120px;
}

.mdu_search_lead .img img {
  margin-top: -8px;
}

.mdu_search_search {
  display: flex;
  justify-content: space-between;
  margin: 20px -10px;
  padding-top: 20px;
  margin-bottom: 80px;
}

.mdu_search_search section {
  margin-top: 40px;
  width: 480px;
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 10px 20px 30px;
  margin-bottom: 40px;
}

.mdu_search_search .heading {
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 6px -8px;
}

.mdu_search_search .heading img {
  margin-right: 4px;
}

.mdu_search_search p {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px 4px;
}

.mdu_search_search .warning {
  color: #F13333;
}

.mdu_search_search .form_row {
  display: table;
  width: 100%;
  height: 46px;
}

.mdu_search_search .form_row div {
  display: table-cell;
  vertical-align: top;
}

.mdu_search_search .form_row div:first-child {
  width: calc(100% - 88px);
}

.mdu_search_search .form_row input {
  width: 100%;
  height: 46px;
  padding-left: 12px;
  font-size: 1.4rem;
  border-radius: 10px;
}

.mdu_search_search .form_row .btn {
  width: 88px;
  padding-left: 8px;
}

.mdu_search_search .form_row .btn button {
  display: block;
  width: 100%;
  height: 46px;
  border: none;
  background: #fe8544;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffa911), color-stop(100%, #fe8544));
  background-image: -webkit-linear-gradient(top, #ffa911, #fe8544);
  background-image: -moz-linear-gradient(top, #ffa911, #fe8544);
  background-image: -o-linear-gradient(top, #ffa911, #fe8544);
  background-image: linear-gradient(to bottom, #ffa911, #fe8544);
  background: linear-gradient(to bottom, #ffa911, #fe8544);
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: .25em;
  padding: 0 0 0 .25em;
  border-radius: 10px;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.mdu_search_search .form_row .btn button:hover {
  background: #fe7126;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f19a00), color-stop(100%, #fe7126));
  background-image: -moz-linear-gradient(top, #f19a00, #fe7126);
  background-image: -webkit-linear-gradient(top, #f19a00, #fe7126);
  background-image: linear-gradient(to bottom, #f19a00, #fe7126);
  background: linear-gradient(to bottom, #f19a00, #fe7126);
}

.mdu_search_search .form_row .btn button:active {
  position: relative;
  top: 2px;
  height: 44px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.mdu_search_description {
  background-color: #F6F6F6;
  border-radius: 12px;
  padding: 26px 32px;
  margin: 20px -10px 60px;
}

.mdu_search_description p {
  margin-bottom: 1em;
}

.mdu_search_description p:last-child {
  margin-bottom: 0;
}

.mdu_search_result {
  background-color: #F6F6F6;
  border-radius: 12px;
  padding: 16px 20px;
  margin: 20px -10px;
  font-size: 14px;
}

.mdu_search_result + p {
  font-size: 16px;
  margin: 20px 0;
}

.mdu_search_resultList {
  background-color: #F6F6F6;
  border-radius: 12px;
  margin: 20px -10px;
  padding: 10px;
}

.mdu_search_resultList ul {
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.mdu_search_resultList li {
  border-right: 1px solid #ddd;
  width: 33.3333%;
}

.mdu_search_resultList li:nth-child(3n) {
  border-right: none;
}

.mdu_search_resultList li:nth-child(3n+1) {
  position: relative;
}

.mdu_search_resultList li:nth-child(3n+1):before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 1px;
  background-color: #ddd;
}

.mdu_search_resultList li:first-child:before {
  content: none;
}

.mdu_search_resultList a {
  display: block;
  height: 100%;
  position: relative;
  padding: 12px 32px 12px 16px;
  line-height: 1.3;
  cursor: pointer;
}

.mdu_search_resultList a:hover {
  text-decoration: none;
  background-color: rgba(2, 109, 189, 0.05);
}

.mdu_search_resultList a:active {
  text-decoration: none;
  background-color: rgba(2, 109, 189, 0.1);
}

.mdu_search_resultList a:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 0 2px 0 0;
  border-top: 2px solid #026DBD;
  border-right: 2px solid #026DBD;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
}

.mdu_search_resultList .name {
  font-size: 16px;
  margin: 6px 0 8px;
}

.mdu_search_resultList .address {
  margin: 0;
}

.mdu_search_resultList .address span {
  display: block;
}

.mdu_search_resultList .postcode {
  font-size: 12px;
}

.toEntry {
  background-color: #F6F6F6;
  padding: 30px 0 40px;
  border-radius: 12px;
  margin: 20px -10px 60px;
}

.toEntry p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
}

.toEntry .btn-link-wrap {
  margin: 0 auto;
}

.searchAgain {
  margin: 30px 0;
}

.mdu_search_failure {
  font-size: 18px;
  text-align: center;
  color: #F13333;
  margin: 40px 0;
}

.mdu_search_failure p {
  margin: .5em 0;
}

.mdu_search_failure a {
  color: #026DBD;
}

#wrapper .pageTitle .subTitle {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.mduTitle {
  position: relative;
  padding-left: 58px;
  margin-bottom: 20px;
}

.mduTitle:before {
  content: '';
  display: block;
  width: 50px;
  height: 44px;
  position: absolute;
  top: 46%;
  left: 0;
  background: url(/files/user/img/icon_mdu_title.png?v=1553855194&v=1553855194&v=1553855194) no-repeat center center/contain;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*---------------------------------------------------
4k8k
---------------------------------------------------*/
.topics-4k8k_lead {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 860px;
  margin: 16px auto 64px;
  position: relative;
}

.topics-4k8k_lead .img {
  width: 200px;
  padding-right: 16px;
}

.topics-4k8k_lead .img img {
  position: absolute;
  top: 0;
  left: -16px;
  z-index: 2;
  max-width: inherit;
}

.topics-4k8k_lead .fukidashi {
  position: relative;
  background-color: #3f93d3;
  border-radius: 12px;
  padding: 4px;
  width: calc(100% - 200px);
  margin-top: 32px;
}

.topics-4k8k_lead .fukidashi:before {
  content: '';
  display: block;
  position: absolute;
  top: 56px;
  right: 100%;
  border-right: 21px solid #3f93d3;
  border-bottom: 20px solid transparent;
}

.topics-4k8k_lead .fukidashi .inner {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 24px 32px;
  text-align: center;
}

.topics-4k8k_lead .fukidashi .inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 56px;
  right: 100%;
  border-right: 16px solid #fff;
  border-bottom: 14px solid transparent;
}

.topics_section-qanda {
  position: relative;
  border: 6px solid #e3ecf6;
  padding: 24px 48px 32px;
  margin: 64px 0;
  border-radius: 12px;
}

.topics_section-qanda .q {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  width: 800px;
  margin: 20px auto;
}

.topics_section-qanda .q .img {
  width: 200px;
  padding-left: 28px;
}

.topics_section-qanda .q .fukidashi {
  position: relative;
  background-color: #ff9b8e;
  border-radius: 12px;
  padding: 4px;
  width: calc(100% - 200px);
}

.topics_section-qanda .q .fukidashi:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  border-left: 21px solid #ff9b8e;
  border-bottom: 20px solid transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topics_section-qanda .q .fukidashi .inner {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 32px 28px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
}

.topics_section-qanda .q .fukidashi .inner:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  left: 100%;
  border-left: 16px solid #fff;
  border-bottom: 14px solid transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -1px;
}

.topics_section-qanda .a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.topics_section-qanda .a .img {
  width: 200px;
  padding-right: 20px;
}

.topics_section-qanda .a .img img {
  position: relative;
  z-index: 2;
  max-width: inherit;
}

.topics_section-qanda .a .fukidashi {
  position: relative;
  background-color: #3f93d3;
  border-radius: 12px;
  padding: 4px;
  width: calc(100% - 200px);
}

.topics_section-qanda .a .fukidashi:before {
  content: '';
  display: block;
  position: absolute;
  top: 56px;
  right: 100%;
  border-right: 21px solid #3f93d3;
  border-bottom: 20px solid transparent;
}

.topics_section-qanda .a .fukidashi .inner {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 32px;
  font-size: 22px;
  font-weight: bold;
}

.topics_section-qanda .a .fukidashi .inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 56px;
  right: 100%;
  border-right: 16px solid #fff;
  border-bottom: 14px solid transparent;
}

.topics_section-qanda .a .fukidashi .inner .small {
  display: block;
  line-height: 1.3;
  font-size: 16px;
  margin-left: 1em;
}

.topics_section-qanda .a .fukidashi .inner sup {
  font-size: 1rem;
  vertical-align: super;
}

.topics_section-qanda .note {
  margin: 8px 0;
}

.topics_section-qanda .note p {
  font-size: 11px;
  margin: 4px 0 4px 2em;
  text-indent: -2em;
  line-height: 1.3;
}

.topics_section-qanda .note p sup {
  display: inline-block;
  width: 2em;
  font-size: 10px;
  text-indent: 0;
}

.topics_section-qanda_header {
  position: absolute;
  width: 100%;
  height: 54px;
  top: -30px;
  left: 0;
  text-align: center;
}

.topics_section-qanda_header span {
  display: inline-block;
  padding: 0 1.2em;
  line-height: 54px;
  border-radius: 27px;
  background-color: #e3ecf6;
  font-weight: bold;
  font-size: 22px;
}

.topics_section-qanda_footer {
  position: absolute;
  width: 100%;
  height: 54px;
  bottom: -30px;
  left: 0;
  text-align: center;
}

.topics_section-qanda_footer span {
  display: inline-block;
  padding: 0 1.2em;
  line-height: 54px;
  border-radius: 27px;
  background-color: #e3ecf6;
  font-weight: bold;
  font-size: 22px;
  position: relative;
}

.topics_section-qanda_footer span:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 16px solid #e3ecf6;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}

.topics_section-qanda-01 {
  background-color: #f3f7fc;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2YzZjdmYyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjNmN2ZjIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZjNmN2ZjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjNmN2ZjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #ffffff 25%, #f3f7fc 25%, #f3f7fc 50%, #ffffff 50%, #ffffff 75%, #f3f7fc 75%, #f3f7fc);
  background-image: -webkit-linear-gradient(135deg, #ffffff 25%, #f3f7fc 25%, #f3f7fc 50%, #ffffff 50%, #ffffff 75%, #f3f7fc 75%, #f3f7fc);
  background-image: linear-gradient(-45deg, #ffffff 25%, #f3f7fc 25%, #f3f7fc 50%, #ffffff 50%, #ffffff 75%, #f3f7fc 75%, #f3f7fc);
  background-size: 10px 10px;
}

.topics_section-qanda-01 .a .fukidashi li {
  margin: .3em 0 .3em 1.25em;
  text-indent: -1.25em;
  line-height: 1.3;
}

.topics_section-qanda-01 .a .fukidashi li span {
  display: inline-block;
  width: 1.25em;
  text-indent: 0;
  color: #3f93d3;
}

.topics_section-qanda-02 {
  border-color: #f2e7cf;
  background-color: #fcf7ec;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZjZjdlYyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmNmN2VjIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmNmN2VjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmNmN2VjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #ffffff 25%, #fcf7ec 25%, #fcf7ec 50%, #ffffff 50%, #ffffff 75%, #fcf7ec 75%, #fcf7ec);
  background-image: -webkit-linear-gradient(135deg, #ffffff 25%, #fcf7ec 25%, #fcf7ec 50%, #ffffff 50%, #ffffff 75%, #fcf7ec 75%, #fcf7ec);
  background-image: linear-gradient(-45deg, #ffffff 25%, #fcf7ec 25%, #fcf7ec 50%, #ffffff 50%, #ffffff 75%, #fcf7ec 75%, #fcf7ec);
  background-size: 10px 10px;
}

.topics_section-qanda-02 .q {
  margin-bottom: 0;
}

.topics_section-qanda-02 .a {
  margin-top: 0;
  margin-bottom: 8px;
}

.topics_section-qanda-02 .a img {
  position: relative;
  left: -20px;
  bottom: -18px;
  z-index: 2;
}

.topics_section-qanda-02 .topics_section-qanda_header span,
.topics_section-qanda-02 .topics_section-qanda_footer span {
  background-color: #f2e7cf;
}

.topics_section-qanda-02 .topics_section-qanda_footer span:before {
  border-top-color: #f2e7cf;
}

.topics_section-qanda-03 {
  border-color: #f2cfcf;
  background-color: #fff2f2;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZjJmMiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmMmYyIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmZmMmYyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmMmYyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #ffffff 25%, #fff2f2 25%, #fff2f2 50%, #ffffff 50%, #ffffff 75%, #fff2f2 75%, #fff2f2);
  background-image: -webkit-linear-gradient(135deg, #ffffff 25%, #fff2f2 25%, #fff2f2 50%, #ffffff 50%, #ffffff 75%, #fff2f2 75%, #fff2f2);
  background-image: linear-gradient(-45deg, #ffffff 25%, #fff2f2 25%, #fff2f2 50%, #ffffff 50%, #ffffff 75%, #fff2f2 75%, #fff2f2);
  background-size: 10px 10px;
  padding-bottom: 48px;
}

.topics_section-qanda-03 .a img {
  position: relative;
  left: -24px;
}

.topics_section-qanda-03 .q {
  margin-bottom: 0;
}

.topics_section-qanda-03 .a-last {
  margin-top: 0;
  margin-bottom: 8px;
}

.topics_section-qanda-03 .a-last img {
  position: relative;
  left: -20px;
  bottom: -22px;
  z-index: 2;
}

.topics_section-qanda-03 .fukidashi .inner ul li {
  margin: .3em 0;
  padding-left: 20px;
  line-height: 1.3;
  position: relative;
}

.topics_section-qanda-03 .fukidashi .inner ul li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #3f93d3;
  position: absolute;
  top: 9px;
  left: 6px;
}

.topics_section-qanda-03 .fukidashi .inner ol {
  margin-left: 1em;
}

.topics_section-qanda-03 .fukidashi .inner ol li {
  margin: .3em 0 .3em 1.25em;
  text-indent: -1.25em;
  line-height: 1.3;
}

.topics_section-qanda-03 .fukidashi .inner ol li span {
  display: inline-block;
  width: 1.25em;
  text-indent: 0;
  color: #3f93d3;
}

.topics_section-qanda-03 .fukidashi .inner .note {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 8px;
  text-indent: -1em;
  margin-left: 1em;
}

.topics_section-qanda-03 .fukidashi .inner .note:before {
  content: '※';
  color: #cf2944;
}

.topics_section-qanda-03 .fukidashi .inner em {
  display: inline-block;
  color: #cf2944;
  text-indent: 0;
}

.topics_section-qanda-03 .topics_section-qanda_header span,
.topics_section-qanda-03 .topics_section-qanda_footer span {
  background-color: #f2cfcf;
}

.topics_section-qanda-03 .topics_section-qanda_footer span:before {
  border-top-color: #f2cfcf;
}

.topics_bigBtn a {
  display: block;
  position: relative;
  width: 92%;
  margin: 48px auto;
  height: 88px;
  line-height: 88px;
  border-radius: 12px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background: #055a9b;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlNmViOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWE5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e6eb8), color-stop(100%, #055a9b));
  background-image: -moz-linear-gradient(top, #0e6eb8, #055a9b);
  background-image: -webkit-linear-gradient(top, #0e6eb8, #055a9b);
  background-image: linear-gradient(to bottom, #0e6eb8, #055a9b);
  background: linear-gradient(to bottom, #0e6eb8, #055a9b);
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.topics_bigBtn a:before {
  content: '';
  display: block;
  width: 18px;
  height: 31px;
  background: url(/files/user/img/sprite.png?v=1570774829&v=1570774829&v=1513756944) no-repeat 0 -185px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
  position: absolute;
  top: 50%;
  right: 24px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topics_bigBtn a:hover {
  text-decoration: none;
  background: #044c83;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNjFhMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NGM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b61a3), color-stop(100%, #044c83));
  background-image: -moz-linear-gradient(top, #0b61a3, #044c83);
  background-image: -webkit-linear-gradient(top, #0b61a3, #044c83);
  background-image: linear-gradient(to bottom, #0b61a3, #044c83);
  background: linear-gradient(to bottom, #0b61a3, #044c83);
  background-color: #0a5289;
}

.topics_bigBtn a:active {
  background: #044c83;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNjFhMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NGM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b61a3), color-stop(100%, #044c83));
  background-image: -moz-linear-gradient(top, #0b61a3, #044c83);
  background-image: -webkit-linear-gradient(top, #0b61a3, #044c83);
  background-image: linear-gradient(to bottom, #0b61a3, #044c83);
  background: linear-gradient(to bottom, #0b61a3, #044c83);
  text-decoration: none;
  top: 2px;
  padding-bottom: 13px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.topics_hikaridetv {
  border: 4px solid #f29217;
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  margin: 0 -20px;
}

.topics_hikaridetv .hikaridetv_section {
  padding: 16px 0;
  border-bottom: 2px dotted #ddd;
}

.topics_hikaridetv .hikaridetv_section:last-child {
  border-bottom: none;
}

.howto4k8k {
  margin: 0 -20px;
  border: 4px solid #0e6eb8;
  border-radius: 12px;
  background-color: #fff;
  background-image: none;
  padding: 16px;
}

.howtowatch {
  border-radius: 10px;
  border-width: 12px;
  margin-bottom: 8px;
}

.howtowatch_sections > .heading {
  font-size: 24px;
  padding-bottom: 8px;
}

.howto4k8k_btns input[type="button"] {
  font-size: 18px;
  font-weight: bold;
}

.bnr-note {
  margin-bottom: 24px;
}

.bnr-note a:hover img {
  opacity: .7;
}

.howtowatch_section {
  width: calc(33.33% - 4px);
}

.howtowatch_section div {
  display: block;
  float: left;
  padding: 4px 10px 10px;
}

.howtowatch_section p {
  display: block;
  width: auto;
  height: auto;
  padding: 0 10px 10px;
}

.howtowatch_sections .tvtype {
  display: flex;
}

.howtowatch_sections .tvtype .howtowatch_section {
  display: block;
}

#cta {
  z-index: 3;
}

.top_forBeginner .row > .btns li {
  width: 50%;
}

.top_forBeginner .row > .btns li:first-child {
  margin: 0 9px 0 0;
}

.top_forBeginner .row > .btns li:last-child {
  margin: 0 0 0 9px;
}

.top_forBeginner_cols {
  display: flex;
}

.top_forBeginner_cols .btns {
  flex-direction: column;
  width: 38%;
  height: auto;
  padding-right: 18px;
}

.top_forBeginner_cols .btns li {
  width: 100%;
  margin: 4px 0;
}

.top_forBeginner_cols .btns li:first-child {
  margin-top: 0;
}

.top_forBeginner_cols .btns li:last-child {
  margin-bottom: 0;
}

.top_forBeginner_cols .btns a:before {
  content: none;
}

.top_forBeginner_cols .contacts {
  width: 62%;
  border-radius: 12px;
  background-color: #fff;
  border: 2px solid #0e6eb8;
  margin-top: 18px;
  overflow: hidden;
}

.top_forBeginner_cols .contacts .heading {
  background-color: #0e6eb8;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 9px;
  font-size: 1.6rem;
}

.top_forBeginner_cols .contacts .entry {
  display: flex;
  align-items: center;
  margin: 4px;
}

.top_forBeginner_cols .contacts .entry li {
  width: 50%;
  height: 88px;
  padding: 4px;
}

.top_forBeginner_cols .contacts .entry li:first-child a:before {
  background: url(/files/user/img/icon_home.png?v=1553855190&v=1553855190&v=1553855190) no-repeat center center/contain;
}

.top_forBeginner_cols .contacts .entry li:last-child a:before {
  background: url(/files/user/img/icon_apartment.png?v=1553855191&v=1553855191&v=1553855191) no-repeat center center/contain;
}

.top_forBeginner_cols .contacts .entry a {
  position: relative;
  display: block;
  background-color: #20d299;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 80px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  text-decoration: none;
  padding-left: 4px;
}

.top_forBeginner_cols .contacts .entry a:hover {
  background-color: #1dbc89;
}

.top_forBeginner_cols .contacts .entry a:active {
  top: 2px;
  height: 78px;
  line-height: 78px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.top_forBeginner_cols .contacts .entry a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 23px;
  height: 23px;
  margin-top: -14px;
}

.top_forBeginner_cols .contacts .entry a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 9px;
  height: 15px;
  background: url(/files/user/img/sprite.png?v=1570774829&v=1570774829&v=1513756944) no-repeat 0 -94px/422px auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top_forBeginner_cols .contacts > div {
  padding: 0 8px 8px;
  height: 88px;
}

.top_forBeginner_cols .contacts .btn-request {
  position: relative;
  display: block;
  background-color: #a5cf00;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 80px;
  height: 80px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  text-decoration: none;
}

.top_forBeginner_cols .contacts .btn-request:hover {
  background-color: #98b400;
}

.top_forBeginner_cols .contacts .btn-request:active {
  top: 2px;
  height: 78px;
  line-height: 78px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.top_forBeginner_cols .contacts .btn-request:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 9px;
  height: 15px;
  background: url(/files/user/img/sprite.png?v=1570774829&v=1570774829&v=1513756944) no-repeat 0 -94px/422px auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.introduce_section {
  margin-bottom: 32px;
}

.introduce_section label.radio input,
.introduce_section label.checkbox input {
  width: auto;
  height: auto;
  margin-right: 4px;
}

.introduce_section .radios,
.introduce_section .checkboxs {
  display: flex;
  margin-bottom: 0;
}

.introduce_section .radios label,
.introduce_section .checkboxs label {
  display: block;
  margin-right: 16px;
  line-height: 36px;
  cursor: pointer;
}

.form_caption {
  display: block;
  background-color: #0e6eb8;
  color: #fff;
  padding: 9px 14px 7px;
  margin: 0;
  font-size: 1.6rem;
  border-radius: 2px 2px 0 0;
}

.bulk_melit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: .5em;
  border: 1px solid #026DBD;
  border-radius: 12px;
  overflow: hidden;
}

.bulk_melit .heading {
  color: #fff;
  font-weight: bold;
  padding: 4px 12px;
  font-size: 2rem;
  background-color: #026DBD;
  text-align: center;
  letter-spacing: .1em;
  background-color: #026DBD;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMjVjYjUiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAyNmRiZCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDI2ZGJkIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMjVjYjUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAyNWNiNSIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMDI2ZGJkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDI2ZGJkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #025cb5 25%, #026dbd 25%, #026dbd 50%, #025cb5 50%, #025cb5 75%, #026dbd 75%, #026dbd);
  background-image: -webkit-linear-gradient(135deg, #025cb5 25%, #026dbd 25%, #026dbd 50%, #025cb5 50%, #025cb5 75%, #026dbd 75%, #026dbd);
  background-image: linear-gradient(-45deg, #025cb5 25%, #026dbd 25%, #026dbd 50%, #025cb5 50%, #025cb5 75%, #026dbd 75%, #026dbd);
  background-size: 10px 10px;
}

.bulk_melit .heading span {
  font-size: 2.8rem;
}

.bulk_melit ol {
  margin: 0;
  padding: 4px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  counter-reset: mdu_point;
}

.bulk_melit ol li {
  width: 30%;
  padding: 8px 8px 4px 48px;
  line-height: 1.3;
  margin: .4rem 0;
  position: relative;
  font-size: 2rem;
  margin-left: 5%;
}

.bulk_melit ol li:first-child {
  margin-left: 0;
}

.bulk_melit ol li:before {
  counter-increment: mdu_point;
  content: counter(mdu_point);
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  background-color: #FC7822;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 34px;
  overflow: hidden;
  border-radius: 50%;
  font-weight: bold;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bulk_melit ol li strong {
  color: #FC7822;
  display: inline-block;
  font-size: 2.8rem;
}

.bulk_melit .img {
  padding: 0 24px 24px;
}

.bulk_melit .img img {
  border-radius: 10px;
}

.bulk_melit {
  border: 1px solid #0e6eb8;
  border-radius: 12px;
  overflow: hidden;
  margin: 20px 0;
}

.bulk_melit .heading {
  background-color: #0e6eb8;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 12px 12px 0 0;
  line-height: 1.2;
  padding: 13px 16px 9px;
}

.bulk_melit .melit_content {
  padding: 10px 16px;
}

.bulk_melit ul li {
  position: relative;
  padding-left: 1em;
  margin: 10px 0;
  line-height: 1.3;
}

.bulk_melit ul li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0e6eb8;
  position: absolute;
  top: calc(1em * 1.3 / 2 - 4px);
  left: 4px;
}

.bulk_heading {
  margin-bottom: .5em;
}

.bulk_osusumeLink {
  padding: 4px;
  margin: 30px 0;
  border-radius: 12px;
}

.bulk_osusumeLink a {
  display: block;
  position: relative;
  width: 60%;
  margin: 24px auto;
  height: 72px;
  line-height: 72px;
  border-radius: 12px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #055a9b;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlNmViOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWE5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e6eb8), color-stop(100%, #055a9b));
  background-image: -moz-linear-gradient(top, #0e6eb8, #055a9b);
  background-image: -webkit-linear-gradient(top, #0e6eb8, #055a9b);
  background-image: linear-gradient(to bottom, #0e6eb8, #055a9b);
  background: linear-gradient(to bottom, #0e6eb8, #055a9b);
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.bulk_osusumeLink a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 4rem;
  position: absolute;
  top: 45%;
  right: 20px;
  color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.bulk_osusumeLink a:hover {
  text-decoration: none;
  background: #044c83;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNjFhMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NGM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b61a3), color-stop(100%, #044c83));
  background-image: -moz-linear-gradient(top, #0b61a3, #044c83);
  background-image: -webkit-linear-gradient(top, #0b61a3, #044c83);
  background-image: linear-gradient(to bottom, #0b61a3, #044c83);
  background: linear-gradient(to bottom, #0b61a3, #044c83);
  background-color: #0a5289;
}

.bulk_osusumeLink a:active {
  background: #044c83;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNjFhMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NGM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b61a3), color-stop(100%, #044c83));
  background-image: -moz-linear-gradient(top, #0b61a3, #044c83);
  background-image: -webkit-linear-gradient(top, #0b61a3, #044c83);
  background-image: linear-gradient(to bottom, #0b61a3, #044c83);
  background: linear-gradient(to bottom, #0b61a3, #044c83);
  text-decoration: none;
  top: 2px;
  padding-bottom: 13px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.bulk_section {
  margin: 40px 0;
}

.bulk_section .img {
  text-align: center;
}

.bulk_section .img-price {
  padding: 12px 4px;
  text-align: center;
  border: 1px solid #0b61a3;
  border-radius: 12px;
}

.bulk_section .price-desc {
  text-align: right;
}

.bulk_section ol.note {
  counter-reset: bulk_note;
}

.bulk_section ol.note li {
  position: relative;
  padding-left: 2.5em;
  font-size: 1.2rem;
  line-height: 1.3;
  margin: .5em;
}

.bulk_section ol.note li:before {
  counter-increment: bulk_note;
  content: "※" counter(bulk_note);
  position: absolute;
  top: 0;
  left: 0;
}

.bulk_section ol.note a {
  color: #0e6eb8;
  margin: 0 .2em;
}

.bulk_section ol.note a:hover {
  color: #74b1de;
}

.bulk_section ol.note a:active {
  color: #0a5289;
}

.bulk_section table {
  border: 1px solid #0e6eb8;
  border-radius: 4px;
  overflow: hidden;
  margin: 12px 0 4px;
}

.bulk_section table th, .bulk_section table td {
  border-top: 1px solid #0e6eb8;
  border-left: 1px solid #0e6eb8;
  padding: 6px 12px;
  vertical-align: middle;
}

.bulk_section table th {
  text-align: center;
}

.bulk_section table td {
  text-align: center;
}

.bulk_section table tr > *:first-child {
  border-left: none;
}

.bulk_section table thead tr:first-child > *,
.bulk_section table tbody tr:first-child > * {
  border-top: none;
}

.bulk_section table thead th {
  background-color: #0a5289;
  color: #fff;
  text-align: center;
}

.bulk_section table tbody th {
  background-color: #dbeaf5;
}

.bulk_section table tbody td span {
  font-size: 1.4rem;
}

.bulk_section table tbody td sup {
  font-size: 1rem;
  vertical-align: super;
}

.bulk_section table tfoot td {
  background-color: #eff6fc;
  text-align: right;
  font-size: 1.4rem;
  padding: 8px 12px;
}

.bulk_section p.note {
  margin-left: 1.5em;
  text-indent: -1.5em;
  font-size: 1.2rem;
  padding: 2px 4px 0;
}

.bulk_section p.note:before {
  content: '※';
  margin-right: .5em;
}

.bulk_section p.note span {
  margin-right: .5em;
}

.g_fast_terminal {
  text-align: center;
}

.setplans {
  margin-left: 40px;
}

/*.setplans li.plan {
display: flex;
border-top: 1px solid #ddd;
padding: 32px 0;
}*/
.setplans li.plan:first-child {
  border-top: none;
  padding-top: 12px;
}

.setplans li.plan .img {
  width: 60%;
}

.setplans li.plan .img img {
  margin-bottom: 12px;
}

.setplans li.plan .img img:last-child {
  margin-bottom: 0;
}

.setplans li.plan .txt {
  padding-left: 10px;
  margin-bottom: 20px;
}

.setplans li.plan .heading {
  padding: 11px 8px 10px 26px;
  border-radius: 4px;
  background-color: #0e6eb8;
  color: #fff;
  position: relative;
  font-size: 2rem;
  margin-bottom: 20px;
}

.setplans li.plan .heading:before {
  content: '';
  display: block;
  position: absolute;
  top: 15%;
  left: 9px;
  width: 6px;
  height: 70%;
  border-radius: 3px;
  margin-left: 0;
  background-color: #fff;
}

.setplans li.plan p:last-child {
  margin-bottom: 0;
}

.setplans li.plan .link {
  font-size: 1.6rem;
}

.setplans li.plan .link a {
  display: inline-block;
  color: #0e6eb8;
  position: relative;
  padding-left: 20px;
}

.setplans li.plan .link a:hover {
  color: #74b1de;
}

.setplans li.plan .link a:hover:before {
  left: 6px;
}

.setplans li.plan .link a:active {
  color: #0a5289;
}

.setplans li.plan .link a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1716px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.setplans li.plan .links {
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.setplans li.plan .links a {
  width: 32%;
  display: block;
  position: relative;
  line-height: 1;
  padding: 17px 8px 15px 0;
  border-radius: 12px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #055a9b;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlNmViOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWE5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e6eb8), color-stop(100%, #055a9b));
  background-image: -moz-linear-gradient(top, #0e6eb8, #055a9b);
  background-image: -webkit-linear-gradient(top, #0e6eb8, #055a9b);
  background-image: linear-gradient(to bottom, #0e6eb8, #055a9b);
  background: linear-gradient(to bottom, #0e6eb8, #055a9b);
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.setplans li.plan .links a:before {
  content: '';
  display: block;
  width: 9px;
  height: 15px;
  background: url(/files/user/img/sprite.png?v=1570774829&v=1570774829&v=1513756944) no-repeat 0 -94px/422px auto;
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.setplans li.plan .links a:hover {
  text-decoration: none;
  background: #044c83;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNjFhMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NGM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b61a3), color-stop(100%, #044c83));
  background-image: -moz-linear-gradient(top, #0b61a3, #044c83);
  background-image: -webkit-linear-gradient(top, #0b61a3, #044c83);
  background-image: linear-gradient(to bottom, #0b61a3, #044c83);
  background: linear-gradient(to bottom, #0b61a3, #044c83);
  background-color: #0a5289;
}

.setplans li.plan .links a:active {
  background: #044c83;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNjFhMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NGM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b61a3), color-stop(100%, #044c83));
  background-image: -moz-linear-gradient(top, #0b61a3, #044c83);
  background-image: -webkit-linear-gradient(top, #0b61a3, #044c83);
  background-image: linear-gradient(to bottom, #0b61a3, #044c83);
  background: linear-gradient(to bottom, #0b61a3, #044c83);
  text-decoration: none;
  top: 2px;
  padding-bottom: 13px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.setplans li {
  margin-bottom: 40px;
}

.setplans li .au_sb {
  border: 2px solid #fdd54f;
  padding: 10px;
  margin-bottom: 20px;
}

.setplans .plan_top {
  text-align: center;
  padding: 10px;
}

.setplans .plan_top img {
  position: relative;
  top: -40px;
}

.setplans .plan_top .links {
  position: relative;
  top: -20px;
}

.setplans .plan_3rd {
  text-align: center;
  padding: 40px;
}

.friends_title {
  width: 962px;
  margin: 0 -1px;
  border: 1px solid #0e6eb8;
  border-radius: 12px;
  overflow: hidden;
}

.friends_section {
  margin: 32px 0;
}

.friends_section .flow {
  margin: 32px 0;
}

.friends_section .flow > .heading {
  color: #0e6eb8;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: .5em;
}

.friends_section .flow_steps {
  display: flex;
  justify-content: space-between;
}

.friends_section .flow_steps li {
  position: relative;
  width: 30%;
  border-radius: 12px;
  border: 1px solid #0e6eb8;
}

.friends_section .flow_steps li:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid #ccc;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 50%;
  left: -8.3333333%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.friends_section .flow_steps li:first-child:before {
  content: none;
}

.friends_section .flow_steps li .heading {
  font-weight: bold;
  margin-bottom: .25em;
  font-size: 2rem;
  background-color: #0e6eb8;
  color: #fff;
  padding: 10px 16px 7px;
  border-radius: 12px 12px 0 0;
  line-height: 1.3;
}

.friends_section .flow_steps li p {
  padding: 8px 16px 12px;
}

.friends_section .example {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 36px;
  margin: 32px auto;
  border-radius: 12px;
  background-color: #E8F2F9;
}

.friends_section .example dt {
  width: 60px;
  color: #0e6eb8;
  font-weight: bold;
  font-size: 2rem;
}

.friends_section .example dd {
  width: calc(100% - 60px);
  margin-bottom: 20px;
}

.friends_section .example dd:last-child {
  margin-bottom: 0;
}

.friends_section .imgs {
  text-align: center;
}

.friends_section .imgs img {
  width: auto;
  height: 360px;
  margin: 10px 20px 0;
}

.friends_heading {
  margin-bottom: .5em;
}

.guide_links {
  display: flex;
  justify-content: space-between;
  background-color: #F6F6F6;
  padding: 12px;
  margin: 32px 0;
}

.guide_links .link {
  width: 25%;
  padding: 6px;
}

.guide_links .btn-link {
  display: block;
  position: relative;
  line-height: 1;
  padding: 17px 8px 15px 0;
  border-radius: 12px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #055a9b;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlNmViOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWE5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e6eb8), color-stop(100%, #055a9b));
  background-image: -moz-linear-gradient(top, #0e6eb8, #055a9b);
  background-image: -webkit-linear-gradient(top, #0e6eb8, #055a9b);
  background-image: linear-gradient(to bottom, #0e6eb8, #055a9b);
  background: linear-gradient(to bottom, #0e6eb8, #055a9b);
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.guide_links .btn-link:before {
  content: '';
  display: block;
  width: 9px;
  height: 15px;
  background: url(/files/user/img/sprite.png?v=1570774829&v=1570774829&v=1513756944) no-repeat 0 -94px/422px auto;
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.guide_links .btn-link:hover {
  text-decoration: none;
  background: #044c83;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNjFhMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NGM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b61a3), color-stop(100%, #044c83));
  background-image: -moz-linear-gradient(top, #0b61a3, #044c83);
  background-image: -webkit-linear-gradient(top, #0b61a3, #044c83);
  background-image: linear-gradient(to bottom, #0b61a3, #044c83);
  background: linear-gradient(to bottom, #0b61a3, #044c83);
  background-color: #0a5289;
}

.guide_links .btn-link:active {
  background: #044c83;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNjFhMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NGM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b61a3), color-stop(100%, #044c83));
  background-image: -moz-linear-gradient(top, #0b61a3, #044c83);
  background-image: -webkit-linear-gradient(top, #0b61a3, #044c83);
  background-image: linear-gradient(to bottom, #0b61a3, #044c83);
  background: linear-gradient(to bottom, #0b61a3, #044c83);
  text-decoration: none;
  top: 2px;
  padding-bottom: 13px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.guide_section {
  margin: 48px 0 56px;
}

.guide_heading {
  margin-bottom: .75em;
}

.guide_merit {
  display: flex;
  justify-content: space-between;
}

.guide_merit figure {
  width: 32%;
  margin: 0;
}

.guide_merit figure:first-child img {
  border: 2px solid #fa6982;
}

.guide_merit figure:first-child figcaption {
  color: #fa6982;
}

.guide_merit figure:nth-child(2) img {
  border: 2px solid #fe8544;
}

.guide_merit figure:nth-child(2) figcaption {
  color: #fe8544;
}

.guide_merit figure:last-child img {
  border: 2px solid #2298d6;
}

.guide_merit figure:last-child figcaption {
  color: #2298d6;
}

.guide_merit img {
  border-radius: 12px;
}

.guide_merit figcaption {
  margin: 12px 8px 0;
  line-height: 1.3em;
}

.guide_section .img-matomete img {
  position: relative;
  top: -50px;
}

.guide_section .topics_bigBtn a {
  margin: 20px auto;
}

.guide_services {
  display: flex;
  justify-content: space-between;
}

.guide_services > li {
  width: 308px;
  position: relative;
  padding-bottom: 74px;
}

.guide_services > li:last-child .img {
  text-align: center;
}

.guide_services > li:last-child .img img {
  width: auto;
}

.guide_services .img img {
  width: 100%;
  height: 160px;
}

.guide_services .heading {
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin: 12px 0;
  font-weight: bold;
  padding: 8px 0 7px;
}

.guide_services .copy {
  display: table;
  width: 100%;
  height: 75px;
  padding: 0 6px;
  margin: 12px 0;
  line-height: 1.4;
}

.guide_services .copy span {
  display: table-cell;
  vertical-align: text-top;
}

.guide_services .guide_tv .heading {
  background-color: #f58000;
}

.guide_services .guide_net .heading {
  background-color: #fd598d;
}

.guide_services .guide_option .heading {
  background-color: #52c6e3;
}

.guide_services ul {
  border-radius: 8px;
  background-color: #f6f6f6;
  padding: 12px;
  border: 4px solid #eee;
}

.guide_services ul li {
  font-size: 1.4rem;
  position: relative;
  padding-left: 1em;
  line-height: 1.3;
  margin: .5em 0;
}

.guide_services ul li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: calc(.5em * 1.3 - 2px);
  left: 0;
  background-color: #0e6eb8;
}

.guide_services .link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62px;
}

.guide_services .btn-link {
  display: block;
  position: relative;
  line-height: 1;
  padding: 17px 8px 15px 0;
  border-radius: 12px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #055a9b;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlNmViOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWE5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e6eb8), color-stop(100%, #055a9b));
  background-image: -moz-linear-gradient(top, #0e6eb8, #055a9b);
  background-image: -webkit-linear-gradient(top, #0e6eb8, #055a9b);
  background-image: linear-gradient(to bottom, #0e6eb8, #055a9b);
  background: linear-gradient(to bottom, #0e6eb8, #055a9b);
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.guide_services .btn-link:before {
  content: '';
  display: block;
  width: 9px;
  height: 15px;
  background: url(/files/user/img/sprite.png?v=1570774829&v=1570774829&v=1513756944) no-repeat 0 -94px/422px auto;
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.guide_services .btn-link:hover {
  text-decoration: none;
  background: #044c83;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNjFhMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NGM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b61a3), color-stop(100%, #044c83));
  background-image: -moz-linear-gradient(top, #0b61a3, #044c83);
  background-image: -webkit-linear-gradient(top, #0b61a3, #044c83);
  background-image: linear-gradient(to bottom, #0b61a3, #044c83);
  background: linear-gradient(to bottom, #0b61a3, #044c83);
  background-color: #0a5289;
}

.guide_services .btn-link:active {
  background: #044c83;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNjFhMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NGM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b61a3), color-stop(100%, #044c83));
  background-image: -moz-linear-gradient(top, #0b61a3, #044c83);
  background-image: -webkit-linear-gradient(top, #0b61a3, #044c83);
  background-image: linear-gradient(to bottom, #0b61a3, #044c83);
  background: linear-gradient(to bottom, #0b61a3, #044c83);
  text-decoration: none;
  top: 2px;
  padding-bottom: 13px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.top_forBeginner .top_heading span:before {
  width: 44px;
  background: url(/files/user/img/toco_beginner.png?v=1553855194&v=1553855194&v=1553855194) no-repeat center center/contain;
  top: 30%;
}

#cta .row {
  padding: 12px 20px;
}

/*---------- 追加 ---------------------*/
.jutaku {
  margin: auto;
}

.jutaku .contacts {
  border-radius: 12px;
  background-color: #fff;
  border: 2px solid #0e6eb8;
  overflow: hidden;
}

.jutaku .contacts .heading {
  background-color: #0e6eb8;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 9px;
  font-size: 1.2rem;
}

.jutaku .contacts .entry {
  display: flex;
  align-items: center;
  margin: 4px;
}

.jutaku .contacts .entry li {
  width: 50%;
  height: 88px;
  padding: 4px;
}

.jutaku .contacts .entry li:first-child a:before {
  background: url(/files/user/img/icon_home.png?v=1553855190&v=1553855190&v=1553855190) no-repeat center center/contain;
}

.jutaku .contacts .entry li:last-child a:before {
  background: url(/files/user/img/icon_apartment.png?v=1553855191&v=1553855191&v=1553855191) no-repeat center center/contain;
}

.jutaku .contacts .entry a {
  position: relative;
  display: block;
  background-color: #20d299;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  text-decoration: none;
  padding-left: 4px;
}

.jutaku .contacts .entry a:hover {
  background-color: #1dbc89;
}

.jutaku .contacts .entry a:active {
  top: 2px;
  height: 78px;
  padding-top: 22px;
  padding-bottom: 18px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.jutaku .contacts .entry a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 23px;
  height: 23px;
  margin-top: -14px;
}

.jutaku .contacts .entry a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 9px;
  height: 15px;
  background: url(/files/user/img/sprite.png?v=1570774829&v=1570774829&v=1513756944) no-repeat 0 -94px/422px auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.jutaku .contacts > div {
  padding: 0 8px 8px;
  height: 88px;
}

.jutaku .contacts .btn-request {
  position: relative;
  display: block;
  background-color: #a5cf00;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 80px;
  height: 80px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  text-decoration: none;
}

.jutaku .contacts .btn-request:hover {
  background-color: #98b400;
}

.jutaku .contacts .btn-request:active {
  top: 2px;
  height: 48px;
  line-height: 48px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.jutaku .contacts .btn-request:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 9px;
  height: 15px;
  background: url(/files/user/img/sprite.png?v=1570774829&v=1570774829&v=1513756944) no-repeat 0 -94px/422px auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.jutaku .contacts_tel {
  width: 70%;
  border-radius: 12px;
  background-color: #fff;
  border: 2px solid #0e6eb8;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.jutaku .contacts_tel .heading {
  background-color: #0e6eb8;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 9px;
  font-size: 1.6rem;
}

.jutaku .btn-tel {
  text-align: center;
  margin-top: 10px;
  border: 1px solid #ddd;
}

.jutaku .btn-tel:before {
  content: '';
  display: block;
  position: absolute;
  top: 295px;
  width: 84px;
  height: 80px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1329px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.jutaku .btn-tel > span {
  display: table-cell;
  vertical-align: middle;
}

.jutaku .btn-tel .telLink {
  display: block;
  line-height: 1.1;
  color: #20d299;
  font-size: 4rem;
  font-weight: bold;
}

.jutaku_description {
  margin-top: 20px;
}

.heading img {
  width: 35px;
  padding-left: 5px;
}

.setplans li.plan .img {
  vertical-align: middle;
}

.friends_bnr {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}

.friends_bnr img {
  width: 60%;
  border-radius: 12px;
}

.setplans_bigBtn a {
  display: block;
  position: relative;
  width: 62%;
  margin: 48px auto;
  height: 88px;
  line-height: 88px;
  border-radius: 12px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background: #055a9b;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlNmViOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWE5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e6eb8), color-stop(100%, #055a9b));
  background-image: -moz-linear-gradient(top, #0e6eb8, #055a9b);
  background-image: -webkit-linear-gradient(top, #0e6eb8, #055a9b);
  background-image: linear-gradient(to bottom, #0e6eb8, #055a9b);
  background: linear-gradient(to bottom, #0e6eb8, #055a9b);
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.setplans_bigBtn a:before {
  content: '';
  display: block;
  width: 18px;
  height: 31px;
  background: url(/files/user/img/sprite.png?v=1570774829&v=1570774829&v=1513756944) no-repeat 0 -185px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
  position: absolute;
  top: 50%;
  right: 24px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.setplans a:hover {
  text-decoration: none;
  background: #044c83;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNjFhMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NGM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b61a3), color-stop(100%, #044c83));
  background-image: -moz-linear-gradient(top, #0b61a3, #044c83);
  background-image: -webkit-linear-gradient(top, #0b61a3, #044c83);
  background-image: linear-gradient(to bottom, #0b61a3, #044c83);
  background: linear-gradient(to bottom, #0b61a3, #044c83);
  background-color: #0a5289;
}

.setplans_bigBtn a:active {
  background: #044c83;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNjFhMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NGM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b61a3), color-stop(100%, #044c83));
  background-image: -moz-linear-gradient(top, #0b61a3, #044c83);
  background-image: -webkit-linear-gradient(top, #0b61a3, #044c83);
  background-image: linear-gradient(to bottom, #0b61a3, #044c83);
  background: linear-gradient(to bottom, #0b61a3, #044c83);
  text-decoration: none;
  top: 2px;
  padding-bottom: 13px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.flow_list_190328 li.yajirusi {
  position: relative;
  margin-top: 100px;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.flow_list_190328 li.yajirusi:before {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 51px;
  height: 35px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -940px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.flow_list_190328 {
  padding: 0 !important;
  margin-bottom: 80px;
}

.flow_list_190328 li:first-child {
  margin-top: 0;
}

.flow_list_190328 li:first-child:before {
  content: none;
}

.bulk .img-title {
  margin-bottom: 20px;
  text-align: left;
}

.bulk_optionLink {
  padding: 2px;
  margin: 0;
  border-radius: 12px;
}

.bulk_optionLink a {
  display: block;
  position: relative;
  width: 90%;
  margin: 5px auto;
  height: 56px;
  line-height: 56px;
  border-radius: 12px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #055a9b;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlNmViOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWE5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e6eb8), color-stop(100%, #055a9b));
  background-image: -moz-linear-gradient(top, #0e6eb8, #055a9b);
  background-image: -webkit-linear-gradient(top, #0e6eb8, #055a9b);
  background-image: linear-gradient(to bottom, #0e6eb8, #055a9b);
  background: linear-gradient(to bottom, #0e6eb8, #055a9b);
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.bulk_optionLink a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 4rem;
  position: absolute;
  top: 45%;
  right: 20px;
  color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.bulk_optionLink a:hover {
  text-decoration: none;
  background: #044c83;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNjFhMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NGM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b61a3), color-stop(100%, #044c83));
  background-image: -moz-linear-gradient(top, #0b61a3, #044c83);
  background-image: -webkit-linear-gradient(top, #0b61a3, #044c83);
  background-image: linear-gradient(to bottom, #0b61a3, #044c83);
  background: linear-gradient(to bottom, #0b61a3, #044c83);
  background-color: #0a5289;
}

.bulk_optionLink a:active {
  background: #044c83;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNjFhMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NGM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b61a3), color-stop(100%, #044c83));
  background-image: -moz-linear-gradient(top, #0b61a3, #044c83);
  background-image: -webkit-linear-gradient(top, #0b61a3, #044c83);
  background-image: linear-gradient(to bottom, #0b61a3, #044c83);
  background: linear-gradient(to bottom, #0b61a3, #044c83);
  text-decoration: none;
  top: 2px;
  padding-bottom: 13px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.blk_option_tbl {
  display: flex;
  align-items: center;
  margin: 4px;
  padding: 10px 10px;
}

.bulk_option_tbl ul {
  text-align: center;
  margin: auto;
}

.bulk_option_tbl ul li {
  width: 48%;
  padding: 4px;
  text-align: center;
  display: inline-block;
}

.form_table .error {
  background-color: #ffcccc;
}

#content.simulator {
  padding-bottom: 0;
}

#content.simulator .searchArea {
  width: 100%;
  margin-top: 8px;
  padding: 0 16px;
}

#content.simulator .searchArea .heading {
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

#content.simulator .searchArea p {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px 4px;
}

#content.simulator .searchArea .warning {
  color: #F13333;
}

#content.simulator .searchArea .form_row {
  display: table;
  width: 100%;
  height: 46px;
}

#content.simulator .searchArea .form_row div {
  display: table-cell;
  vertical-align: top;
}

#content.simulator .searchArea .form_row div:first-child {
  width: calc(100% - 88px);
}

#content.simulator .searchArea .form_row input {
  width: 100%;
  height: 46px;
  padding-left: 12px;
  font-size: 1.4rem;
  border-radius: 10px;
}

#content.simulator .searchArea .form_row .btn {
  width: 88px;
  padding-left: 8px;
}

#content.simulator .searchArea .form_row .btn button {
  display: block;
  width: 100%;
  height: 46px;
  border: none;
  background: #fe8544;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffa911), color-stop(100%, #fe8544));
  background-image: -webkit-linear-gradient(top, #ffa911, #fe8544);
  background-image: -moz-linear-gradient(top, #ffa911, #fe8544);
  background-image: -o-linear-gradient(top, #ffa911, #fe8544);
  background-image: linear-gradient(to bottom, #ffa911, #fe8544);
  background: linear-gradient(to bottom, #ffa911, #fe8544);
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: .25em;
  padding: 0 0 0 .25em;
  border-radius: 10px;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

#content.simulator .searchArea .form_row .btn button:hover {
  background: #fe7126;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f19a00), color-stop(100%, #fe7126));
  background-image: -moz-linear-gradient(top, #f19a00, #fe7126);
  background-image: -webkit-linear-gradient(top, #f19a00, #fe7126);
  background-image: linear-gradient(to bottom, #f19a00, #fe7126);
  background: linear-gradient(to bottom, #f19a00, #fe7126);
}

#content.simulator .searchArea .form_row .btn button:active {
  position: relative;
  top: 2px;
  height: 44px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

#content.simulator .btnArea,
#content.simulator .areaCheck {
  margin: 24px 0;
}

#content.simulator .btnArea .btn,
#content.simulator .areaCheck .btn {
  width: 480px;
  height: 60px;
  display: table;
  margin: 16px auto 0;
}

#content.simulator .btnArea .btn a,
#content.simulator .areaCheck .btn a {
  display: table-cell;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  position: relative;
  height: 60px;
  padding: 0 44px;
  vertical-align: middle;
  text-align: center;
  border-radius: 12px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}

#content.simulator .btnArea .btn a:active,
#content.simulator .areaCheck .btn a:active {
  top: 2px;
  height: 58px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

#content.simulator .btnArea .btn .btn-next,
#content.simulator .areaCheck .btn .btn-next {
  background-color: #0e6eb8;
  color: #fff;
}

#content.simulator .btnArea .btn .btn-next:hover,
#content.simulator .areaCheck .btn .btn-next:hover {
  text-decoration: none;
  background-color: #0a5289;
}

#content.simulator .btnArea .btn .btn-next:before,
#content.simulator .areaCheck .btn .btn-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 4rem;
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 56px;
  color: #fff;
}

#content.simulator .btnArea .btn .btn-next.is_disabled,
#content.simulator .areaCheck .btn .btn-next.is_disabled {
  background-color: #E7E7E7;
  cursor: #999;
  pointer-events: none;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
}

#content.simulator .areaCheck {
  width: 920px;
  margin: 24px auto;
  text-align: center;
  padding: 24px;
  font-size: 2rem;
  font-weight: bold;
  border: 4px solid #ddd;
  border-radius: 12px;
  color: #F13333;
}

#content.simulator .areaCheck.is_ok {
  border-color: #0e6eb8;
}

#content.simulator .areaCheck .btn {
  margin-top: 12px;
}

#content.simulator .bulk_optionLink a {
  width: 308px;
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
}

#content.simulator .bulk_optionLink a:before {
  font-size: 2.8rem;
}

.area_title {
  padding-left: 56px;
  position: relative;
}

.area_title:before {
  content: '';
  display: block;
  width: 49px;
  height: 50px;
  position: absolute;
  top: 40%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/files/user/img/area_title.png?v=1569897397&v=1569897397) no-repeat center left/contain;
}

.simulator_title {
  padding-left: 56px;
  position: relative;
}

.simulator_title:before {
  content: '';
  display: block;
  width: 49px;
  height: 50px;
  position: absolute;
  top: 40%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/files/user/img/simulator_title.png?v=1569897508&v=1569897508) no-repeat center left/contain;
}

.simulator_heading {
  position: relative;
  padding: 20px 0;
  border-bottom: 4px solid #0e6eb8;
  text-align: center;
  z-index: 3;
}

.simulator_heading:before, .simulator_heading:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.simulator_heading:before {
  border-top: 21px solid #0e6eb8;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
}

.simulator_heading:after {
  border-top: 16px solid #fff;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
}

.simulator_heading span {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
}

.simulator_heading .question {
  padding-left: 48px;
  background: url(/files/user/img/q.png?v=1569899236&v=1569899236) no-repeat center left/auto 28px;
}

.simulator_content {
  position: relative;
  padding: 12px 0;
  border-bottom: 4px solid #0e6eb8;
  background-color: #EFEFEF;
  text-align: center;
  z-index: 2;
}

.simulator_content:before, .simulator_content:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.simulator_content:before {
  border-top: 21px solid #0e6eb8;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
}

.simulator_content:after {
  border-top: 16px solid #EFEFEF;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
}

.simulator_accordion_section {
  margin: 20px 0;
}

.simulator_accordion_section.is_selected .accordion_trigger {
  background-color: #0c60a0;
}

.simulator_accordion_section.is_selected .accordion_trigger:hover {
  background-color: #0a5289;
}

.simulator_accordion_section.is_selected .accordion_trigger:active {
  background-color: #073559;
}

.simulator_accordion_section.is_selected .accordion_trigger span:after {
  content: '選択';
  display: block;
  margin-left: 8px;
  width: 44px;
  height: 22px;
  line-height: 22px;
  background-color: #FF9B00;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
}

.simulator_accordion_section .accordion_trigger {
  position: relative;
  width: 100%;
  height: 64px;
  line-height: 64px;
  background-color: #0e6eb8;
  color: #fff;
  border-radius: 12px;
  font-size: 2.2rem;
  text-align: left;
  cursor: pointer;
  font-weight: bold;
}

.simulator_accordion_section .accordion_trigger:hover {
  background-color: #0c60a0;
}

.simulator_accordion_section .accordion_trigger:active {
  background-color: #0a5289;
}

.simulator_accordion_section .accordion_trigger.is_opened {
  border-radius: 12px 12px 0 0;
}

.simulator_accordion_section .accordion_trigger.is_opened:before {
  transform: translateY(-50%) rotate(180deg);
}

.simulator_accordion_section .accordion_trigger:before {
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal !important;
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 42px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 32px;
  transform: translateY(-50%);
  -webkit-transition: all 0.1 ease-in-out 0s;
  -moz-transition: all 0.1 ease-in-out 0s;
  -ms-transition: all 0.1 ease-in-out 0s;
  -o-transition: all 0.1 ease-in-out 0s;
  transition: all 0.1 ease-in-out 0s;
}

.simulator_accordion_section .accordion_trigger span {
  display: flex;
  align-items: center;
  padding-left: 74px;
}

.simulator_accordion_section .accordion_trigger .tv {
  background: url(/files/user/img/icon_tv_wh.png?v=1569899258&v=1569899258) no-repeat center left 18px/auto 38px;
}

.simulator_accordion_section .accordion_trigger .internet {
  background: url(/files/user/img/icon_internet_wh.png?v=1569899258&v=1569899258) no-repeat center left 16px/auto 43px;
}

.simulator_accordion_section .accordion_trigger .phone {
  background: url(/files/user/img/icon_phone_wh.png?v=1569899258&v=1569899258) no-repeat center left 18px/auto 40px;
}

.simulator_accordion_section .accordion_trigger .option {
  background: url(/files/user/img/icon_option_wh.png?v=1569899258&v=1569899258) no-repeat center left 24px/auto 31px;
}

.simulator_accordion_section .accordion_target {
  display: none;
  background-color: #fff;
  padding: 20px;
  border: 2px solid #0e6eb8;
  border-top: none;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.simulator_accordion_section.section-tv.is_selected .accordion_trigger {
  background-color: #f27900;
}

.simulator_accordion_section.section-tv.is_selected .accordion_trigger:hover {
  background-color: #ed6d00;
}

.simulator_accordion_section.section-tv.is_selected .accordion_trigger:active {
  background-color: #e36000;
}

.simulator_accordion_section.section-tv .accordion_trigger {
  background-color: #f1890d;
}

.simulator_accordion_section.section-tv .accordion_trigger:hover {
  background-color: #f27900;
}

.simulator_accordion_section.section-tv .accordion_trigger:active {
  background-color: #ed6d00;
}

.simulator_accordion_section.section-tv .accordion_target {
  border: 2px solid #f1890d;
}

.simulator_accordion_section.section-internet.is_selected .accordion_trigger {
  background-color: #e3547f;
}

.simulator_accordion_section.section-internet.is_selected .accordion_trigger:hover {
  background-color: #e0396c;
}

.simulator_accordion_section.section-internet.is_selected .accordion_trigger:active {
  background-color: #d8245b;
}

.simulator_accordion_section.section-internet .accordion_trigger {
  background-color: #EA658D;
}

.simulator_accordion_section.section-internet .accordion_trigger:hover {
  background-color: #e3547f;
}

.simulator_accordion_section.section-internet .accordion_trigger:active {
  background-color: #e0396c;
}

.simulator_accordion_section.section-internet .accordion_target {
  border: 2px solid #EA658D;
}

.simulator_accordion_section.section-phone.is_selected .accordion_trigger {
  background-color: #1186cb;
}

.simulator_accordion_section.section-phone.is_selected .accordion_trigger:hover {
  background-color: #007bc4;
}

.simulator_accordion_section.section-phone.is_selected .accordion_trigger:active {
  background-color: #0071b4;
}

.simulator_accordion_section.section-phone .accordion_trigger {
  background-color: #2B94D2;
}

.simulator_accordion_section.section-phone .accordion_trigger:hover {
  background-color: #1186cb;
}

.simulator_accordion_section.section-phone .accordion_trigger:active {
  background-color: #007bc4;
}

.simulator_accordion_section.section-phone .accordion_target {
  border: 2px solid #2B94D2;
}

.simulator_accordion_section .list-service > li,
.simulator_accordion_section .list-option > li {
  margin-bottom: 12px;
}

.simulator_accordion_section .list-service > li:last-child,
.simulator_accordion_section .list-option > li:last-child {
  margin-bottom: 0;
}

.simulator_accordion_section .list-service .flex-wrapper,
.simulator_accordion_section .list-option .flex-wrapper {
  display: flex;
}

.simulator_accordion_section .list-service .checkbox,
.simulator_accordion_section .list-service .radio,
.simulator_accordion_section .list-option .checkbox,
.simulator_accordion_section .list-option .radio {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 56px;
  border: 2px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  line-height: 1.3;
}

.simulator_accordion_section .list-service .checkbox.is_checked,
.simulator_accordion_section .list-service .radio.is_checked,
.simulator_accordion_section .list-option .checkbox.is_checked,
.simulator_accordion_section .list-option .radio.is_checked {
  border-color: #0e6eb8;
  background-color: #F7FCFF;
}

.simulator_accordion_section .list-service .checkbox input,
.simulator_accordion_section .list-service .radio input,
.simulator_accordion_section .list-option .checkbox input,
.simulator_accordion_section .list-option .radio input {
  position: absolute;
  top: 50%;
  left: 16px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

.simulator_accordion_section .list-service .checkbox .txt,
.simulator_accordion_section .list-service .radio .txt,
.simulator_accordion_section .list-option .checkbox .txt,
.simulator_accordion_section .list-option .radio .txt {
  display: flex;
  align-items: center;
  padding-left: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}

.simulator_accordion_section .list-service .checkbox .link,
.simulator_accordion_section .list-service .radio .link,
.simulator_accordion_section .list-option .checkbox .link,
.simulator_accordion_section .list-option .radio .link {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 1em;
  color: #0e6eb8;
  white-space: nowrap;
}

.simulator_accordion_section .list-service .checkbox .price,
.simulator_accordion_section .list-service .radio .price,
.simulator_accordion_section .list-option .checkbox .price,
.simulator_accordion_section .list-option .radio .price {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 16px;
  white-space: nowrap;
}

.simulator_accordion_section .list-service .checkbox .value,
.simulator_accordion_section .list-service .radio .value,
.simulator_accordion_section .list-option .checkbox .value,
.simulator_accordion_section .list-option .radio .value {
  font-size: 1.8rem;
}

.simulator_accordion_section .list-service .wifi:before,
.simulator_accordion_section .list-option .wifi:before {
  content: 'Wi-Fi標準';
  display: block;
  line-height: 1.6rem;
  padding: 0.2rem 0.8rem 0 calc(.1em + .8rem);
  border-radius: .9rem;
  background-color: #EB1C24;
  color: #fff;
  letter-spacing: .1em;
  font-size: 1.3rem;
  position: absolute;
  top: -1rem;
  left: 8px;
}

.simulator_accordion_section .list-service .wp-4dig .txt,
.simulator_accordion_section .list-option .wp-4dig .txt {
  width: calc(100% - 146px);
}

.simulator_accordion_section .list-service .wp-3dig .txt,
.simulator_accordion_section .list-option .wp-3dig .txt {
  width: calc(100% - 128px);
}

.simulator_accordion_section .accordion_selected {
  display: none;
  border: 2px solid #FFCE24;
  background-color: #FFFCF0;
  border-radius: 12px;
  margin-top: 10px;
  padding: 12px 20px;
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
}

.simulator_accordion_section .accordion_selected li {
  margin: 8px 0;
  padding-left: 24px;
  background: url(/files/user/img/icon-check-circle.png?v=1569899760&v=1569899760) no-repeat center left/16px 16px;
}

.simulator_accordion_section .services + .options {
  display: none;
  background-color: #F6F6F6;
  padding: 12px 20px 20px;
  margin: 20px -20px -20px;
}

.simulator_accordion_section h4 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
}

.simulator_accordion_section .options_section-tv {
  margin-top: 20px;
}

.simulator_accordion_section .options_section-tv:first-child {
  margin-top: 0;
}

.carrier {
  margin-bottom: 20px;
}

.carrier h4 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  margin: 0 0 4px 12px;
}

.carrier_content {
  border-radius: 12px;
  padding: 20px 22px;
  background-color: #fff;
  border: 4px solid #e6e6e6;
}

.carrier_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.carrier_list li {
  display: flex;
  width: calc(25% - 6px);
}

.carrier_list li:last-child {
  margin-right: 0;
}

.carrier_list .radio {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 56px;
  border: 2px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 6px;
}

.carrier_list .radio.is_checked {
  border-color: #0e6eb8;
  background-color: #F7FCFF;
}

.carrier_list .radio input {
  width: 26px;
}

.carrier_link {
  display: none;
  background-color: #F6F6F6;
  padding: 12px 20px 20px;
  margin: 20px -22px -20px;
  border-radius: 0 0 8px 8px;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  padding: 16px;
}

.carrier_link a {
  color: #0e6eb8;
}

.simulator_result {
  position: relative;
  background-color: #EBF7FF;
  padding: 32px 0 100px;
  border-bottom: 20px solid #EBF7FF;
}

.simulator_heading + .simulator_result {
  padding: 32px 0 0;
}

.simulator_result .simulator_total {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  background-color: #EBF7FF;
  z-index: 10;
}

.simulator_result .simulator_total.is_foot {
  position: absolute;
}

.simulator_result .simulator_total_box {
  max-width: 920px;
  line-height: 1.25;
  margin: 0 auto;
  border: 4px solid #0e6eb8;
  background-color: #fff;
  padding: 12px 12px 6px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 12px;
}

.simulator_result .simulator_total_box dl {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.simulator_result .simulator_total_box dd {
  margin-right: 12px;
}

.simulator_result .simulator_total_box dd:last-child {
  margin-right: 0;
}

.simulator_result .simulator_total_box span {
  font-size: 2.4rem;
}

.simulator_result .simulator_total_box .discount {
  color: #F13333;
}
.simulator_result .simulator_total_box .initial_discount {
  color: #F13333;
}

.simulator_result .simulator_total_box .total {
  line-height: 1;
  font-size: 2rem;
}

.simulator_result .simulator_total_box .total span {
  font-size: 4rem;
}

.simulator_result .simulator_total_box .note {
  margin: 2px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  color: #666;
}

.options_section-tv {
  display: none;
}

.options_section-tv:first-child {
  display: block;
}

.list-stb {
  display: flex;
  justify-content: space-between;
}

.list-stb > li {
  width: calc(33.3333% - 10px);
  margin-bottom: 0;
}

.list-stb .info_list {
  margin-top: 8px;
  height: 66px;
}

.list-stb .info_list li {
  position: relative;
  margin-top: 4px;
  text-align: left;
  font-weight: bold;
  padding: 0 4px 0 28px;
  line-height: 1.3;
  font-size: 1.5rem;
}

.list-stb .info_list li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-weight: normal !important;
  position: absolute;
  top: 0;
  left: 8px;
  color: #0e6eb8;
}

.list-stb .info a {
  display: block;
  text-align: center;
  background-color: #0e6eb8;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  padding: 6px;
  width: 84%;
  margin: 0 auto;
  font-size: 1.5rem;
}

.list-stb .info a:hover {
  text-decoration: none;
  background-color: #0c60a0;
}

.simulator_submit {
  padding-bottom: 40px;
}

.simulator_submit:first-child .btn-submit {
  margin-top: 0;
}

.simulator_submit .btn-submit,
.simulator_submit .btn-apply,
.simulator_submit .btn-contact {
  width: 480px;
  height: 60px;
  display: table;
  margin: 16px auto 0;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  position: relative;
  height: 60px;
  line-height: 60px;
  padding: 0 44px;
  vertical-align: middle;
  text-align: center;
  border-radius: 12px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}

.simulator_submit .btn-submit:hover,
.simulator_submit .btn-apply:hover,
.simulator_submit .btn-contact:hover {
  text-decoration: none;
}

.simulator_submit .btn-submit:active,
.simulator_submit .btn-apply:active,
.simulator_submit .btn-contact:active {
  top: 2px;
  height: 58px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.simulator_submit .btn-submit:before,
.simulator_submit .btn-apply:before,
.simulator_submit .btn-contact:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 4rem;
  position: absolute;
  top: 45%;
  right: 20px;
  color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.simulator_submit .btn-submit {
  background-color: #0e6eb8;
}

.simulator_submit .btn-submit:hover {
  background-color: #0c60a0;
}

.simulator_submit .btn-apply {
  background-color: #20d299;
  margin-top: 20px;
}

.simulator_submit .btn-apply:hover {
  background-color: #1dbc89;
}

.simulator_submit .btn-contact {
  background-color: #aecd00;
  margin-top: 20px;
}

.simulator_submit .btn-contact:hover {
  background-color: #98b400;
}

.simulator_result_box {
  max-width: 960px;
  line-height: 1.25;
  margin: 0 auto 32px;
  border: 4px solid #0e6eb8;
  background-color: #fff;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 12px;
}

.simulator_result_box .result_table {
  width: 100%;
}

.simulator_result_box .result_table thead th {
  font-size: 1.5rem;
  color: #999;
  font-weight: bold;
  padding: 8px 16px;
}

.simulator_result_box .result_table thead th:first-child {
  width: calc(100% - 160px);
}

.simulator_result_box .result_table thead th:last-child {
  width: 160px;
  text-align: right;
}

.simulator_result_box .result_table tbody th {
  width: calc(100% - 160px);
  padding: 12px 24px;
  font-weight: bold;
}

.simulator_result_box .result_table tbody td {
  width: 120px;
  text-align: right;
  padding: 12px 24px;
  font-weight: bold;
}

.simulator_result_box .result_table tbody tr:nth-child(odd) th,
.simulator_result_box .result_table tbody tr:nth-child(odd) td {
  background-color: #F6F6F6;
}

.simulator_result_box .result_total {
  border-top: 1px solid #999;
  padding: 12px 24px 0;
  text-align: right;
  font-size: 1.8rem;
  line-height: 1.5;
}

.simulator_result_box .result_total span {
  font-size: 2.4rem;
}

.simulator_result_box .result_total .discount {
  color: #F13333;
}

.simulator_result_box .result_total .total {
  font-size: 2rem;
  line-height: 1.1;
}

.simulator_result_box .result_total .total span {
  font-size: 3.6rem;
}

.simulator_result_box .note {
  font-size: 1rem;
  font-weight: normal;
  text-align: right;
  margin-top: 2px;
}

.syugoplan_packs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.syugoplan_packs li {
  width: 49.5%;
  margin-top: 24px;
}

.top_forBeginner_cols {
  flex-wrap: wrap;
}

.top_forBeginner_cols a {
  padding: 0 20px 0 0;
}

.top_forBeginner_cols .btns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  padding: 0;
  margin-top: 12px;
}

.top_forBeginner_cols .btns li {
  width: calc(50% - 8px);
  height: 50px;
  margin: 0 0 12px 0;
}

.top_forBeginner_cols .contacts {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-between;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.top_forBeginner_cols .contacts > div {
  width: 314px;
  padding: 0;
  height: 120px;
}

.top_forBeginner_cols .contacts .btn-request {
  height: 120px;
  font-size: 2rem;
  line-height: 120px;
}

.top_forBeginner_cols .contacts .btn-request:after {
  width: 13px;
  height: 21px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -134px/422px auto;
}

.top_forBeginner_cols .contacts .btn-request:active {
  height: 118px;
  line-height: 118px;
}

.top_forBeginner_cols .contacts > div.entry {
  display: block;
  width: calc(100% - 332px);
  margin: 0;
}

.top_forBeginner_cols .contacts > div.entry a {
  font-size: 2.6rem;
  line-height: 120px;
}

.top_forBeginner_cols .contacts > div.entry a:after {
  width: 13px;
  height: 21px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -134px/422px auto;
}

.top_forBeginner_cols .contacts > div.entry a:active {
  height: 118px;
  line-height: 118px;
}

.top_forBeginner_cols .contacts > div.entry span {
  display: inline-block;
  padding: 0 92px 0 136px;
  background: url(/files/user/img/toco_24h.png?v=1607476260) no-repeat left top 6px/auto 104px;
}

.flow_list_contact .btns .btn-apply a {
  padding-left: 16px;
}

.flow_list_contact .btns .btn-apply a:before {
  top: 10px;
  left: 32px;
  width: 110px;
  height: 120px;
  background: url(/files/user/img/toco_24h.png?v=1607476260) no-repeat left center/contain;
}

.flow_list_contact .btns .btn-apply a:after {
  content: none;
}

#cta .btn-apply:before {
  width: 58px;
  height: 64px;
  background: url(/files/user/img/toco_24h.png?v=1607476260) no-repeat left center/contain;
  top: 24% !important;
}

#gnav .mm_bigBtns .mm_btn-apply:before {
  left: 8px;
  width: 76px;
  height: 69px;
  background: url(/files/user/img/toco_24h.png?v=1607476260) no-repeat left center/contain;
}

.hero_btns .btns .hero_btn-apply:before {
  width: 87px;
  height: 96px;
  background: url(/files/user/img/toco_24h.png?v=1607476260) no-repeat left center/contain;
  top: 37%;
}

.ttl {
  text-align: center;
  font-size: 24px;
  margin: 20px 0;
  font-family: serif;
  font-weight: bold;
}

.bnrs._txt {
  margin: 10px 0;
}

.bnrs._txt .item {
  letter-spacing: 1.6px;
  line-height: 1.8;
}

.add_txt01 {
  font-size: 30px;
  font-weight: bold;
  color: #514e4d;
}

.add_txt02 {
  line-height: 1.8;
  font-size: 24px;
  font-weight: bold;
  color: #9a9796;
}

.add_img01 {
  width: 620px;
  margin: 0 20px 25px;
  text-align: left;
}

.community_area .box {
  display: flex;
  justify-content: space-around;
}

.community_area .box .item {
  width: 23%;
  margin: 0;
  padding: 0;
}

.community_area .box .item._01 {
  border-top: solid 6px #E24980;
}

.community_area .box .item._02 {
  border-top: solid 6px #A079AE;
}

.community_area .box .item._03 {
  border-top: solid 6px #F9C801;
}

.community_area .box .item._04 {
  border-top: solid 6px #81BC81;
}

.community_area .box li.item:before {
  content: none;
}

.community_area .box .item:first-of-type .ttl {
  padding: 20px 0 0;
}

.community_area .box .item .ttl {
  padding: 20px 0 37px;
  font-size: 18px;
  color: #000;
}

.community_area .box .item h3.ttl:before {
  content: none;
}

.community_area .box .item span {
  display: block;
  width: 54px;
  height: 28px;
  margin: 0 auto;
  line-height: 29px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background: #004F9B;
}

.community_area .box .item .txt {
  height: 120px;
  margin: 20px 0 10px;
  font-size: 12px;
}

.community_area .box .item .img {
  margin: 0;
  padding: 0;
  text-align: center;
}

.community_area .box .item .img .txt {
  height: auto;
}

.desc_area .box {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0;
}

.desc_area .box .left {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}

/* サービス画像をテキスト化 */
.option_wrap p {
  margin: 0 0 1rem;
  line-height: 1.5;
  font-size: .8em;
}

.option_wrap .txt_pt07 {
  text-align: initial;
  font-size: 1.5em;
}

.option_wrap .txt_pt01 {
  color: #f06791;
  font-weight: bold;
}

.option_wrap .txt_pt02 {
  font-size: 1em;
  color: #f06791;
  font-weight: bold;
}

.option_wrap .txt_pt03 {
  background: #747474;
  color: #fff;
  padding: 4px;
  margin: 0 8px;
  font-size: 1.4em;
}

.option_wrap .txt_pt04 {
  font-size: .7em;
}

.option_wrap .txt_pt05 {
  font-size: 2em;
}

.option_wrap .txt_pt06 {
  font-size: .5em;
  padding: 0 0 0 10px;
  border-left: 2px solid #f06791;
}

.option_wrap .txt_pt08 {
  font-size: .7em;
  color: #747474;
}

.option_wrap .col_pt01, .course_wrap .col_pt01 {
  color: #f00;
  font-weight: bold;
}

.option_wrap {
  border: 4px solid #f06791;
  border-radius: 5px;
  padding: 26px;
}

.option_flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.option_flex_box_02 {
  display: flex;
  padding: 34px 0 0;
}

.box_02_sty {
  width: 50%;
}

.img_sty_02 {
  width: 130px;
}

.box_02_sty02 {
  text-align: end;
}

.option_flex_itm_02 {
  margin: 0 14px;
}

.option_box {
  max-width: 50%;
  padding: 40px;
}

.u_txt_normal {
  text-align: initial;
}

.img_sty {
  width: 30%;
  border-radius: 10px;
}

.u_center {
  text-align: center;
}

.option_item_b:after {
  content: '';
  width: 1px;
  height: 80%;
  display: block;
  position: absolute;
  background: #f06791;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.option_item_b {
  position: relative;
}

.option_box {
  border-bottom: solid 1px #f06791;
}

/* 選べる3つのコース画像をテキスト化 */
.course_wrap {
  margin: 180px 0 0;
}

.course_inner {
  text-align: center;
  border: solid 4px #f06791;
  padding: 26px 0;
  border-radius: 6px;
  position: relative;
  margin: 18vh 0 10vh;
}

.course_inner:nth-of-type(1):before {
  content: url(/files/user/course_img_01.jpg?v=1594009477&v=1594009477);
  position: absolute;
  top: -65px;
  left: -5px;
}

.course_inner:nth-of-type(2):before {
  content: url(/files/user/course_img_02.jpg?v=1594009477&v=1594009477);
  position: absolute;
  top: -65px;
  left: -4px;
}

.course_inner:nth-of-type(3):before {
  content: url(/files/user/course_img_03.jpg?v=1594009478&v=1594009478);
  position: absolute;
  top: -65px;
  left: -4px;
}

.txt_pt09 {
  background: #f00;
  border-radius: 8px;
  padding: 2px 6px;
  color: #fff;
  margin: 0 8px;
}

/* ひかりdeトーク画像調整 */
p.g_img_wrap {
  width: 80%;
  margin: 20px auto;
  border: solid #004ea2 4px;
}

/* トビラフォンはこんなに便利画像のテキスト化 */
.editArea p.convenient_ttl {
  display: inline-block;
  background-color: #268ab7;
  padding: 10px 50px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.tobira_convenient_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.editArea li.convenient_item {
  width: 45%;
  height: 210px;
  margin: 1em;
  padding: 20px;
  background-position: 100% 100%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.editArea p.convenient_item_ttl {
  font-size: 1.2em;
  font-weight: bold;
  color: #258ab8;
}

.convenient_item_txt {
  width: 60%;
}

.editArea ul li.convenient_item:before {
  background: none;
}

.convenient_item._pt01 {
  background: #e7f5f6 url(/files/user/tobira_img_01.jpg?v=1594030945&v=1594023947);
  margin: 2rem 1.2rem;
}

.convenient_item._pt02 {
  background: #f4f9fc url(/files/user/tobira_img_02.jpg?v=1594030945&v=1594009478);
}

.convenient_item._pt03 {
  background: #e7f5f6 url(/files/user/tobira_img_03.jpg?v=1594030945&v=1594009478);
}

.convenient_item._pt04 {
  background: #f4f9fc url(/files/user/tobira_img_04.jpg?v=1594030945&v=1594009478);
}

.convenient_item._pt05 {
  background: #e7f5f6 url(/files/user/tobira_img_05.jpg?v=1594030945&v=1594009478);
}

.convenient_item._pt06 {
  background: #f4f9fc url(/files/user/tobira_img_06.jpg?v=1594030945&v=1594009478);
}

.simulator_cashback_message {
  background-color: #ffe6e7;
  padding: 20px;
  margin: 24px auto 16px;
  color: #EB1C24;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  border-radius: 8px;
}

.simulator .leaf_section {
  margin: 32px 0 48px;
  font-size: 1.8rem;
}

.simulator_bigBtn a {
  display: block;
  position: relative;
  width: 560px;
  margin: 24px auto;
  height: 68px;
  line-height: 68px;
  border-radius: 12px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background: #055a9b;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlNmViOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1NWE5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e6eb8), color-stop(100%, #055a9b));
  background-image: -moz-linear-gradient(top, #0e6eb8, #055a9b);
  background-image: -webkit-linear-gradient(top, #0e6eb8, #055a9b);
  background-image: linear-gradient(to bottom, #0e6eb8, #055a9b);
  background: linear-gradient(to bottom, #0e6eb8, #055a9b);
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}
.simulator_bigBtn a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 4rem;
  position: absolute;
  top: 46%;
  right: 20px;
  color: #fff;
  transform: translateY(-50%);
}
.simulator_bigBtn a:hover {
  text-decoration: none;
  background: #044c83;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNjFhMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NGM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b61a3), color-stop(100%, #044c83));
  background-image: -moz-linear-gradient(top, #0b61a3, #044c83);
  background-image: -webkit-linear-gradient(top, #0b61a3, #044c83);
  background-image: linear-gradient(to bottom, #0b61a3, #044c83);
  background: linear-gradient(to bottom, #0b61a3, #044c83);
  background-color: #0a5289;
}
.simulator_bigBtn a:active {
  background: #044c83;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNjFhMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NGM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b61a3), color-stop(100%, #044c83));
  background-image: -moz-linear-gradient(top, #0b61a3, #044c83);
  background-image: -webkit-linear-gradient(top, #0b61a3, #044c83);
  background-image: linear-gradient(to bottom, #0b61a3, #044c83);
  background: linear-gradient(to bottom, #0b61a3, #044c83);
  text-decoration: none;
  top: 2px;
  padding-bottom: 13px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.simulator .agreement_check {
  font-size: 1.6rem;
}
.simulator .agreement_check input {
  position: relative;
  top: 2px;
}
.simulator .form_submit {
  width: 560px;
  height: 72px;
  position: relative;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}
.simulator .form_submit:active {
  top: 2px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}
.simulator .btn-submit {
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
}

.simulator_result .simulator_submit {
  width: 560px;
  margin: 0 auto;
  padding: 1px 0 40px;
}
.simulator_result .btn-apply,
.simulator_result .btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  font-size: 2.2rem;
  margin-top: 20px;
}
.simulator_result .btn-apply:active,
.simulator_result .btn-submit:active {
  margin-top: 22px;
  height: 70px;
  margin-bottom: 2px;
}

.simulator_otoku .img {
  text-align: center;
}
.simulator_otoku .note {
  position: relative;
  padding-left: 1.5em;
  font-size: 1rem;
  margin: .5em;
}
.simulator_otoku .note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.simulator_otoku_imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 24px;
}

.simulator_otoku_link {
  text-align: center;
  margin: 40px 0 !important;
}
.simulator_otoku_link a {
  color: #0e6eb8;
}
.simulator_otoku_link a:hover {
  color: #107cd0;
}
.simulator_otoku_link a:active {
  color: #0c60a0;
}

.simulator_otoku_select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px 0;
}
.simulator_otoku_select section {
  width: calc(50% - 12px);
  border: 2px solid #0e6eb8;
  overflow: hidden;
  border-radius: 12px;
}
.simulator_otoku_select section p {
  text-align: center;
  background-color: #f2f5fa;
  padding: 12px;
  margin: 0;
}
.simulator_otoku_select section p a {
  color: #0e6eb8;
}
.simulator_otoku_select section sup {
  line-height: 1;
  font-size: 1rem;
  margin-left: .5em;
  vertical-align: top;
}
.simulator_otoku_select .heading {
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  background-color: #0e6eb8;
  color: #fff;
}
.simulator_otoku_select .simulator_otoku_list {
  padding: 0 12px;
}

.simulator_otoku_list li {
  margin: 12px 0;
}
.simulator_otoku_list .radio,
.simulator_otoku_list .checkbox {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  border: 2px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 6px;
}
.simulator_otoku_list .radio.is_checked,
.simulator_otoku_list .checkbox.is_checked {
  border-color: #0e6eb8;
  background-color: #F7FCFF;
}
.simulator_otoku_list .radio input,
.simulator_otoku_list .checkbox input {
  width: 26px;
}
.simulator_otoku_list .price {
  margin-left: auto;
  font-size: 1.4rem;
}
.simulator_otoku_list .price .value {
  font-size: 1.8rem;
}

.simulator_otoku_phone {
  background-color: #f2f5fa;
  border-radius: 12px;
  padding: 12px 24px;
}
.simulator_otoku_phone .heading {
  font-weight: bold;
  font-size: 2rem;
  margin: 12px 0;
}
.simulator_otoku_phone p a {
  color: #0e6eb8;
}

.simulator_otoku_terms {
  display: flex;
  justify-content: center;
  margin: 24px 0;
  font-size: 1.4rem;
}
.simulator_otoku_terms ul {
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 40px;
  border: 4px solid #e6e6e6;
}
.simulator_otoku_terms ul:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: calc(100% + 4px);
  left: calc(50% - 12px);
  border-top: 14px solid #e6e6e6;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.simulator_otoku_terms ul:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% - 12px);
  border-top: 14px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.simulator_otoku_terms li {
  margin: 8px 0;
}
.simulator_otoku_terms .link-pdf:after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 25px;
  background: url(/files/user/img/sprite.png?v=1570774829) no-repeat 0 -1494px/422px auto;
  vertical-align: middle;
}

.simulator_accordion_section .accordion_target .agree {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px;
  background: #ffe6e7;
  margin: -4px 0 8px;
  border-radius: 8px;
}
.simulator_accordion_section .accordion_target .agree.is_checked {
  background: #EBF7FF;
}
.simulator_accordion_section .accordion_target .agree .checkbox {
  width: 120px;
  height: 52px;
  margin-left: auto;
}
.simulator_accordion_section .accordion_target .link-pdf {
  display: block;
  padding: 12px;
}
.simulator_accordion_section .accordion_target .link-pdf:after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 25px;
  background: url(/files/user/img/sprite.png?v=1570774829) no-repeat 0 -1494px/422px auto;
  vertical-align: middle;
}
.simulator_accordion_section .accordion_target .list-stb {
  flex-wrap: wrap;
}
.simulator_accordion_section .options p {
  font-size: 1.6rem;
  margin-bottom: 8px;
  text-align: left;
}
.simulator_accordion_section .options p .link {
  font-size: 1.4rem;
  color: #0e6eb8;
}

.simulator_submit .btn-submit {
  border: none;
}
.simulator_submit .btn-submit:disabled {
  background-color: #e7e7e7;
  color: #999;
  cursor: default;
  border-radius: 10px;
  pointer-events: none;
}
.simulator_submit .btn-submit:disabled:before {
  content: none;
}

.simulator_total_box dt {
  margin-right: .5em;
}

.simulator_result_box .result_table tbody td {
  width: 220px;
  padding-left: 0;
  white-space: nowrap;
}
.simulator_result_box .result_table tbody td span {
  margin-right: -8px;
  font-size: 1.4rem;
}

.simulator_result_box .result_total {
  padding: 12px 12px 0;
}

.simulator_result_box {
  padding-top: 0;
  overflow: hidden;
}
.simulator_result_box .heading {
  background-color: #0e6eb8;
  color: #fff;
  text-align: center;
  padding: 10px 0 10px .1em;
  margin: 0 -20px 20px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: .1em;
}

.form_notice.simulator_note {
  padding: 0 24px;
  margin: 36px 0 48px;
  background-color: transparent;
}

#content.simulator .searchArea .error {
  color: #EB1C24;
  margin: 8px 4px 0;
}

.simulator_lead {
  margin: 24px 0;
  padding: 0 20px;
}
.simulator_lead .heading {
  font-weight: bold;
  margin-bottom: 1.4rem;
}

.simulator_accordion_section .list-service .secZ:after {
  content: 'Security Z';
  display: block;
  line-height: 1.6rem;
  padding: 0.2rem 0.8rem 0 calc(.1em + .8rem);
  border-radius: .9rem;
  background-color: #0E6EB8;
  color: #fff;
  letter-spacing: .1em;
  font-size: 1.3rem;
  position: absolute;
  top: -1rem;
  left: 8px;
}
.simulator_accordion_section .list-service .wifi.secZ:after {
  left: 96px;
}

.simulator_steps ol {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 26px;
  border-radius: 8px;
  overflow: hidden;
  font-size: 1.5rem;
}
.simulator_steps ol li {
  position: relative;
  width: calc(25% - 3px);
}
.simulator_steps ol li > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  position: relative;
  background-color: #e7e7e7;
  padding: 1px 10px 1px 26px;
  font-weight: bold;
  line-height: 1.2;
}
.simulator_steps ol li.current > * {
  background-color: #0e6eb8;
  color: #fff;
}
.simulator_steps ol li.current > *::after {
  border-left-color: #0e6eb8;
}
.simulator_steps ol li::after, .simulator_steps ol li > *::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  height: 0;
  width: 0;
  border: 28px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
}
.simulator_steps ol li::after {
  z-index: 1;
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  border-left-color: #fff;
  margin: 0;
}
.simulator_steps ol li > *::after {
  z-index: 2;
  border-left-color: #e7e7e7;
}
.simulator_steps ol li:last-of-type::after, .simulator_steps ol li:last-of-type > *::after {
  content: none;
}
/* FAQテクニカル動画ページ用 CC森崎*/
a.net-tech-movie{
  display: inline-block !important;
  padding: 1em 3em !important;
  text-decoration: none !important;
  color: #000000 !important;
  border: solid 4px #67c5ff !important;
  border-radius: 6px !important;
  transition: .2s !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  font-weight: bold !important;
}

a.net-tech-movie:hover{
  border: solid 4px #4682B4 !important;
  color: black !important;
}
span.net-tech-movie{
  font-weight: bold !important;
  font-size: 140%;
}
span.net-tech-movie-bt{
  font-weight: bold !important;
  font-size: 110%;
}
table.net-tech-tb{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 90%;
}
table td.catvcpe{
  background-size: 60px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  padding-left: 80px;
  background-image: url(/files/user/201607261215_1-300x0.jpg?v=1469502904);
  width: 25%;
  height:100px;
}
table td.catvcpe2{
  background-size: 80px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  padding-left: 100px;
  background-image: url(/files/user/20R_WMTA.jpg?v=1619163037);
  width: 25%;
  height:100px;
 }
 table td.catvcpe3{
  background-size: 80px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  padding-left: 100px;
  background-image: url(/files/user/20R_CP1.jpg?v=1619339470);
  width: 25%;
  height:100px;
 }
 table td.catvcpe4{
  background-size: 80px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  padding-left: 100px;
  background-image: url(/files/user/20E_F1.jpg?v=1619342459);
  width: 25%;
  height:100px;
 }
  table td.catvcpe5{
  background-size: 80px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  padding-left: 100px;
  background-image: url(/files/user/20E_S1.jpg?v=1619409880);
  width: 25%;
  height:100px;
 }
  table td.catvcpe6{
  background-size: 80px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  padding-left: 100px;
  background-image: url(/files/user/20E_CP1.jpg?v=1619412374);
  width: 25%;
  height:100px;
 }
  table td.catvcpe7{
  background-size: 80px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  padding-left: 100px;
  background-image: url(/files/user/20F_F1.jpg?v=1619419924);
  width: 25%;
  height:100px;
 }
   table td.catvcpe8{
  background-size: 80px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  padding-left: 100px;
  background-image: url(/files/user/20F_S1.jpg?v=1619421354);
  width: 25%;
  height:100px;
 }
    table td.catvcpe9{
  background-size: 80px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  padding-left: 100px;
  background-image: url(/files/user/20F_CP1.jpg?v=1619422178);
  width: 25%;
  height:100px;
 }
 .net-tech-text{
   font-size:90%;
 }
/* ここまで */

/* form対応で追加 */
.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }
.form_table p.required:after {
  content: '*';
  color: #DD1D1D;
  margin-left: .4rem;
}

/* ケーブルテレビ設備の切替工事のお知らせ の導線追加 */
a[class^="btn"].btn-simple-blue,
#gnav a[class^="btn"].btn-simple-blue {
  display: table;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

@media only screen and (max-width: 768px) {
  a[class^="btn"].btn-simple-blue,
  #gnav a[class^="btn"].btn-simple-blue {
    font-size: 1.3rem;
  }
  a[class^="btn"].btn-simple-blue > span,
  #gnav a[class^="btn"].btn-simple-blue > span {
    padding: 12px 2px;
  }
}

a[class^="btn"].btn-simple-blue > span,
#gnav a[class^="btn"].btn-simple-blue > span {
  box-sizing: border-box;
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #0e6eb8;
}

a[class^="btn"].btn-simple-blue > span > span,
#gnav a[class^="btn"].btn-simple-blue > span > span {
  display: inline-block;
  text-align: left;
}

a[class^="btn"].btn-simple-blue:hover > span,
#gnav a[class^="btn"].btn-simple-blue:hover > span {
  background-color: #0a5289;
  color: #fff;
}

a[class^="btn"].btn-simple-blue:before, a[class^="btn"].btn-simple-blue:after,
#gnav a[class^="btn"].btn-simple-blue:before,
#gnav a[class^="btn"].btn-simple-blue:after {
  content: none;
}

#gnav a[class^="btn"].btn-simple-blue {
  min-height: 122px;
}

.menu_btns a[class^="btn"].btn-simple-blue {
  overflow: hidden;
  padding: 0;
  line-height: 1.6;
  font-size: 13px;
}

.simple_bnr {
  padding: 15px 12px 0px;
}

.simple_bnr ul li {
  width: 100%;
  margin: 0 auto 10px;
  padding: 0;
}

.simple_bnr ul li:last-child {
  margin: 0 auto 0;
}
/* ケーブルテレビ設備の切替工事のお知らせ の導線追加 ここまで */

.top_guide_section .top_section_content {
  box-shadow: none;
}
.top_guide_section .top_section_content:before {
  content: none;
}

.top_guide_section .btn {
  width: 516px;
  height: 50px;
  margin: 40px auto;
}
  
.top_guide_section .btn a {
  display: table;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 1.2;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-color: #34a3c8;
  border-radius: 12px;
  -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  text-align: center;
}
  
.top_guide_section .btn a:hover {
  background-color: #2f93b4;
}
  
.top_guide_section .btn a:after {
  content: '';
  display: block;
  position: absolute;
}
  
.top_guide_section .btn a:after {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 12px;
  width: 9px;
  height: 15px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -94px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}
  
.top_guide_section .btn a span {
  display: table-cell;
  vertical-align: middle;
}
  
.top_guide_section .btn a:active {
  top: 2px;
  height: 48px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.top_guide_section .top_heading span:before {
  width: 42px;
  height: 44px;
  background: url("/files/user/img/sprite.png") no-repeat 0 -1064px;
  -moz-background-size: 422px auto;
  -o-background-size: 422px auto;
  -webkit-background-size: 422px auto;
  background-size: 422px auto;
}

.notes-important._space {
  margin: 32px 0;
}