@charset 'UTF-8';

/*!
# Normalize.css
*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
/* Links
   ========================================================================== */
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
/* Embedded content
   ========================================================================== */
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
/* Forms
   ========================================================================== */
button, input, optgroup, select, textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type='button'], input[type='reset'], input[type='submit'] {
  cursor: pointer;

  -webkit-appearance: button;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  box-sizing: content-box;

  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td, th {
  padding: 0;
}
/* ----------------------------------------------------------------
    Clearfix
----------------------------------------------------------------- */
.breadcrumbs-inner::after, .content-fluid::after, .content-inner::after, .header-inner::after, .header-menu::after, .header-region-content ul::after, .nav-global > ul::after, .footer-nav-inner::after, .footer-nav-grid::after, .footer-social-inner::after, .footer-inner::after, .hdg-l1-02 .hdg-l1-02-inner::after, .txt-estimate::after, .list-catalog::after, .link-list._inline::after, .nav-internal ul::after, .nav-page ul::after, .tab-list::after, .media-lyt::after, .grid::after, .lyt-social .list-social::after, .lyt-social .lyt-list::after, .top-list::after, .top-bnr-list::after, .top-grid[data-col='3']::after, .search-list::after {
  display: table;
  clear: both;
  content: '';
}
/* ----------------------------------------------------------------
    Sprite
----------------------------------------------------------------- */
.header-region-btn button::before, .txt-conclusion > strong::before, .txt-quote::before, a.link-reply::before, .btn-movie::before, .tab-list > li.list-comment > a::before, .tab-list > li.list-comment > a[aria-selected='true']::before, .tab-list > li.list-author > a::before, .tab-list > li.list-author > a[aria-selected='true']::before, .tab-list > li.list-details > a::before, .tab-list > li.list-details > a[aria-selected='true']::before, .panel-attention > .panel-hdg::before, .lyt-social .lyt-list li.list-twitter span::before, .lyt-social .lyt-list li.list-fb span::before, .lyt-social .lyt-list li.list-google span::before, .lyt-social .lyt-list li.list-linkedin span::before {
  background: url(https://www.hulft.com/application/themes/hulftglobalasean/common/images/icon/sprite.png) no-repeat;
}
/* ----------------------------------------------------------------
    Base
----------------------------------------------------------------- */
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
html.is-ios {
  /* [BUGFIX] html のクリックイベントが取得できないバグを回避 */  cursor: pointer;
}
body {
  margin: 0;
  padding: 0;
  color: #777;
  font-size: 1.6em;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, ul, ol, li, p, dl, dt, dd, table, th, td {
  margin: 0;
  padding: 0;
}
a {
  -webkit-tap-highlight-color: transparent;
}
a, a:active {
  color: #ec6c00;
  text-decoration: none;
}
a:visited {
  color: #e3951e;
  text-decoration: none;
}
a:hover, a:focus {
  color: #ec6c00;
  text-decoration: underline;
}
ul, ol {
  list-style: none;
}
em {
  font-weight: bold;
  font-style: normal;
}
img {
  margin: 0;
  border: 0;
  vertical-align: bottom;
  line-height: 1;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
input, select, button {
  margin: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
}
small {
  font-size: 100%;
}
/* ----------------------------------------------------------------
    Contents
----------------------------------------------------------------- */
/* .breadcrumbs
----------------------------------------------- */
.breadcrumbs {
  background-color: #f5f5f5;
}
/* .breadcrumbs-inner
----------------------------------------------- */
.breadcrumbs-inner {
  margin: 0 auto;
  padding: 6px 0;
  max-width: 1200px;
  font-size: 1.2rem;
}
.breadcrumbs-inner li {
  position: relative;
  float: left;
}
.breadcrumbs-inner li::after {
  display: inline-block;
  margin: 0 14px;
  color: #777;
  content: '\003e';
}
.breadcrumbs-inner li:last-child::after {
  content: none;
}
.breadcrumbs-inner li a {
  color: #333;
  text-decoration: underline;
}
.breadcrumbs-inner li a:hover, .breadcrumbs-inner li a:focus {
  color: #ec6c00;
  text-decoration: none;
}
.breadcrumbs-inner li a:visited {
  color: #333;
  text-decoration: underline;
}
/* .content-fluid
----------------------------------------------- */
.content-fluid._top {
  padding-bottom: 20px;
}
.content-fluid._top-bg {
  background: #e3e5e7 url('/application/themes/hulftglobalasean/images/index-bg-01.jpg') no-repeat 0 0;
  background-size: cover;
}
.content-fluid._top-bg-02 {
  padding-top: 20px;
  background: #f5f5f5 url('/application/themes/hulftglobalasean/images/index-bg-02.png') no-repeat 50% 50%;
}
.content-fluid[data-content-col='2'] .content-primary {
  float: left;
  width: 870px;
}
.content-fluid[data-content-col='2'] .content-secondary {
  float: right;
  width: 306px;
}
/* .content-inner
----------------------------------------------- */
.content-inner {
  margin: 0 auto;
  max-width: 1200px;
}
.content-fluid._nf .content-inner {
  padding: 75px 0 63px;
}
/* ----------------------------------------------------------------
    Header
----------------------------------------------------------------- */
/* .header
----------------------------------------------- */
.header {
  border-bottom: 3px solid #ec6c00;
}
/* .header-inner
----------------------------------------------- */
.header-inner {
  margin: 0 auto;
  max-width: 1200px;
  line-height: 1;
}
/* .header-logo
----------------------------------------------- */
.header-logo {
  float: left;
  padding-top: 36px;
  font-size: 1.2rem;
}
/* .header-menu
----------------------------------------------- */
.header-menu {
  float: right;
  padding-top: 20px;
}
/* .header-menu-btn
----------------------------------------------- */
.header-menu-btn {
  display: none;
  overflow: hidden;
  width: 22px;
  height: 20px;
}
.header-menu-btn button {
  position: relative;
  width: 22px;
  height: 20px;
  border: none;
  background-color: transparent;
}
.header-menu-btn button::before, .header-menu-btn button::after {
  position: absolute;
  left: 50%;
  display: block;
  margin-left: -11px;
  width: 22px;
  height: 4px;
  border-radius: 3px;
  background-color: #ec6c00;
  content: '';
  transition: all .4s cubic-bezier(.23, 1, .32, 1);
}
.header-menu-btn button::before {
  top: 0;
}
.header-menu-btn button::after {
  top: 16px;
}
.header-menu-btn .header-menu-btn-inner {
  position: relative;
  display: block;
  color: transparent;
}
.header-menu-btn .header-menu-btn-inner::before {
  position: absolute;
  top: 6px;
  left: 50%;
  display: block;
  margin-left: -11px;
  width: 22px;
  height: 4px;
  border-radius: 3px;
  background-color: #ec6c00;
  content: '';
}
.header-menu-btn .header-menu-btn-state {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
}
/* .header-utility
----------------------------------------------- */
.header-utility {
  display: table;
  float: right;
  margin-bottom: 16px;
}
/* .header-search
----------------------------------------------- */
.header-search {
  display: table-cell;
  padding-right: 19px;
}
/* .header-search-inner
----------------------------------------------- */
.header-search-inner {
  position: relative;
}
.header-search-inner input {
  box-sizing: border-box;
  padding: 5px 32px 5px 5px;
  width: 210px;
  height: 30px;
  border: none;
  background-color: #ebebeb;
  font-size: 1.4rem;
}
.header-search-inner button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 7px;
  height: 100%;
  border: none;
  background-color: #ebebeb;
}
/* .header-region
----------------------------------------------- */
.header-region {
  position: relative;
  display: table-cell;
  min-width: 120px;
}
/* .header-region-btn
----------------------------------------------- */
.header-region-btn {
  position: relative;
}
.header-region-btn button {
  position: relative;
  box-sizing: border-box;
  padding: 5px 30px 5px 34px;
  width: 100%;
  height: 30px;
  border: none;
  background-color: #ebebeb;
  color: #777;
  text-align: left;
  font-size: 1.4rem;
}
.header-region-btn button::before {
  position: absolute;
  top: 6px;
  left: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background-position: 0 -77px;
  content: '';
}
.header-region-btn button::after {
  position: absolute;
  top: .7em;
  right: 12px;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #ec6c00;
  border-bottom: 1px solid #ec6c00;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-region-btn button .header-region-btn-state {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
/* .header-region-content
----------------------------------------------- */
.header-region-content {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, .95);
  opacity: 1;
}
.header-region-content ul {
  padding: 15px 10px 15px 34px;
  font-size: 1.4rem;
}
.header-region-content li {
  margin-top: 32px;
}
.header-region-content li:first-child {
  margin-top: 0;
}
.header-region-content a {
  color: #777;
}
.header-region-content a:hover, .header-region-content a:focus {
  color: #ec6c00;
  text-decoration: none;
}
.header-region-content a:visited {
  color: #777;
}
/* ----------------------------------------------------------------
    Global Navigation
----------------------------------------------------------------- */
/* .nav-global
----------------------------------------------- */
.nav-global {
  clear: both;
}
.nav-global > ul > li {
  position: relative;
  float: left;
}
.nav-global > ul > li > a {
  display: block;
  padding: 10px 20px;
  color: #777;
}
.nav-global > ul > li > a:hover, .nav-global > ul > li > a:focus {
  color: #ec6c00;
  text-decoration: none;
}
/* .nav-global-btn
----------------------------------------------- */
.nav-global-btn {
  position: relative;
}
.nav-global-btn button {
  position: relative;
  padding: 10px 20px;
  width: 100%;
  border: none;
  background-color: transparent;
  color: #777;
  text-align: left;
}
.nav-global-btn button:hover, .nav-global-btn button:focus {
  color: #ec6c00;
}
.nav-global-btn button .nav-global-btn-state {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
/* .nav-global-content
----------------------------------------------- */
.nav-global-content {
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 100;
  width: 150px;
  background: rgba(255, 255, 255, .95);
  opacity: 1;
}
.nav-global-content ul {
  padding: 15px 10px;
  font-size: 1.4rem;
}
.nav-global-content li {
  margin-top: 30px;
}
.nav-global-content li:first-child {
  margin-top: 0;
}
.nav-global-content li .icon-blank {
  top: 0;
}
.nav-global-content a {
  color: #777;
}
.nav-global-content a:hover, .nav-global-content a:focus {
  color: #ec6c00;
  text-decoration: none;
}
.nav-global-content a:visited {
  color: #777;
}
/* ----------------------------------------------------------------
    Local Navigation
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
    Footer
----------------------------------------------------------------- */
/* .footer
----------------------------------------------- */
.footer {
  background-color: #f5f5f5;
}
/* .footer-nav
----------------------------------------------- */
.footer-nav {
  background-color: #555;
}
/* .footer-nav-inner
----------------------------------------------- */
.footer-nav-inner {
  margin: 0 auto;
  padding: 38px 0 23px;
  max-width: 1200px;
}
/* .footer-nav-grid
----------------------------------------------- */
.footer-nav-grid .grid-col {
  float: left;
  margin-right: 50px;
}
.footer-nav-grid .grid-col .hdg {
  margin-bottom: 17px;
  color: #fff;
  font-size: 1.8rem;
}
.footer-nav-grid .grid-col .link {
  font-size: 1.4rem;
}
.footer-nav-grid .grid-col .link li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 19px;
}
.footer-nav-grid .grid-col .link li::before {
  position: absolute;
  top: .6em;
  left: -3px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-nav-grid .grid-col .link a {
  color: #fff;
}
.footer-nav-grid .grid-col .link a:hover, .footer-nav-grid .grid-col .link a:focus {
  text-decoration: none;
}
.footer-nav-grid .grid-col .link a:visited {
  color: #ec6c00;
}
.footer-nav-grid .grid-col .link .icon-blank {
  top: -4px;
}
/* .footer-social
----------------------------------------------- */
.footer-social {
  background-color: #333;
  line-height: 1;
}
/* .footer-social-inner
----------------------------------------------- */
.footer-social-inner {
  margin: 0 auto;
  padding: 31px 0 34px;
  max-width: 1200px;
}
.footer-social-inner ul {
  text-align: center;
}
.footer-social-inner li {
  display: inline-block;
  margin: 0 23px;
}
/* .footer-inner
----------------------------------------------- */
.footer-inner {
  margin: 0 auto;
  padding: 8px 0;
  max-width: 1200px;
}
/* .footer-utility
----------------------------------------------- */
.footer-utility {
  float: right;
}
.footer-utility ul {
  text-align: right;
  font-size: 1.2rem;
}
.footer-utility li {
  position: relative;
  display: inline-block;
  margin-left: 2px;
  padding-left: 6px;
}
.footer-utility li::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: #555;
  content: '';
}
.footer-utility li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.footer-utility li:first-child::before {
  display: none;
}
.footer-utility a {
  color: #555;
}
.footer-utility a:hover, .footer-utility a:focus {
  color: #ec6c00;
  text-decoration: none;
}
.footer-utility a:visited {
  color: #555;
}
.footer-utility .icon-blank {
  top: -3px;
  margin-right: 0;
}
/* .footer-copyright
----------------------------------------------- */
.footer-copyright {
  float: left;
  color: #555;
  font-size: 1.2rem;
}
/* ----------------------------------------------------------------
    Heading
----------------------------------------------------------------- */
.hdg-l1, .hdg-l2, .hdg-l3, .hdg-l4, .hdg-l5, .hdg-l6, .nf-hdg-l1 {
  margin-bottom: 40px;
}
/* .hdg-l1
----------------------------------------------- */
.hdg-l1 {
  position: relative;
  overflow: hidden;
  height: 29.67vw;
}
.hdg-l1 .hdg-l1-inner {
  position: absolute;
  top: 12.7451%;
  right: 7.14286%;
  left: 7.14286%;
  z-index: 10;
  text-align: center;
}
.hdg-l1 .hdg-l1-inner .hdg-main {
  color: #fff;
  font-weight: normal;
  font-size: 7.5rem;
  line-height: 1.2;
}
.hdg-l1 .hdg-l1-inner .hdg-sub {
  margin-bottom: 0;
  color: #fff;
  font-size: 2.6rem;
}
.hdg-l1 .hdg-l1-inner .hdg-txt-lead {
  margin: 30px 0 0;
  color: #fff;
}
.hdg-l1 .hdg-l1-inner .hdg-btn-list {
  margin-top: 20px;
  text-align: center;
  letter-spacing: -.4em;
}
.hdg-l1 .hdg-l1-inner .hdg-btn-list > li {
  display: inline-block;
  margin: 10px 10px 0;
  letter-spacing: normal;
}
.hdg-l1 .hdg-l1-img {
  position: relative;
}
.hdg-l1 .hdg-l1-img::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url('/application/themes/hulftglobalasean/common/images/content/bg-hdg.png') repeat;
  content: '';
}
.hdg-l1 .hdg-l1-img img {
  width: 100%;
}
/* .hdg-l1._logo
----------------------------------------------- */
.hdg-l1._logo .hdg-l1-inner {
  top: 11.76471%;
}
.hdg-l1._logo .hdg-l1-inner .hdg-sub {
  margin-bottom: 10px;
}
/* .hdg-l1._top
----------------------------------------------- */
.hdg-l1._top {
  margin-bottom: 0;
  height: 31.25vw;
}
/* .hdg-l1-02
----------------------------------------------- */
.hdg-l1-02 .hdg-l1-02-inner {
  margin: 0 auto;
  padding: 36px 0 43px;
  max-width: 1200px;
  text-align: center;
}
.hdg-l1-02 .hdg-l1-02-inner .hdg-main {
  color: #555;
  font-weight: normal;
  font-size: 5rem;
  line-height: 1.2;
}
.hdg-l1-02 .hdg-l1-02-inner .hdg-main a {
  color: #555;
}
.hdg-l1-02 .hdg-l1-02-inner .hdg-main a:hover, .hdg-l1-02 .hdg-l1-02-inner .hdg-main a:focus {
  text-decoration: none;
}
.hdg-l1-02 .hdg-l1-02-inner .hdg-txt-lead {
  margin: 32px 0 0;
  color: #b1b1b1;
  font-size: 2rem;
  line-height: 1.5;
}
/* .hdg-l1-03
----------------------------------------------- */
.hdg-l1-03 {
  margin-bottom: 40px;
  text-align: center;
}
.hdg-l1-03 .hdg-main {
  color: #555;
  font-size: 4rem;
}
.hdg-l1-03 .hdg-txt-date {
  margin: 10px 0 0;
  color: #b1b1b1;
  font-size: 1.4rem;
}
/* .hdg-l2
----------------------------------------------- */
.hdg-l2 {
  padding: 17px 10px 19px;
  background-color: #777;
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
}
/* .hdg-l3
----------------------------------------------- */
.hdg-l3 {
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
  color: #ec6c00;
  text-align: center;
  font-size: 2.8rem;
}
/* .hdg-l4
----------------------------------------------- */
.hdg-l4 {
  position: relative;
  padding-left: 22px;
  color: #555;
  font-size: 2.4rem;
  line-height: 1.25;
}
.hdg-l4::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #ec6c00 0%, #ec6c00 50%, #777 51%, #777 100%);
  content: '';
}
/* .hdg-l5
----------------------------------------------- */
.hdg-l5 {
  padding: 14px 23px 15px;
  border-top: 1px solid #d7d9d9;
  border-bottom: 1px solid #d7d9d9;
  background-color: #f5f5f5;
  color: #555;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.36364;
}
/* .hdg-l6
----------------------------------------------- */
.hdg-l6 {
  position: relative;
  padding: 0 0 7px 22px;
  border-bottom: 1px solid #e3e3e3;
  color: #555;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.66667;
}
.hdg-l6::before {
  position: absolute;
  top: .55em;
  left: 0;
  display: block;
  width: 11px;
  height: 11px;
  background-color: #ec6c00;
  content: '';
}
/* ----------------------------------------------------------------
    Paragraph
----------------------------------------------------------------- */
.content p {
  margin-bottom: 30px;
}
/* .txt-strong
----------------------------------------------- */
.txt-strong {
  color: #d22626;
}
/* .txt-lead
----------------------------------------------- */
.txt-lead {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.72727;
}
/* .txt-conclusion
----------------------------------------------- */
.txt-conclusion > strong {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  color: #d12626;
  font-weight: bold;
  font-size: 2.2rem;
}
.txt-conclusion > strong::before {
  position: absolute;
  top: .2em;
  left: 0;
  display: block;
  width: 36px;
  height: 26px;
  background-position: -59px 0;
  content: '';
}
/* .txt-quote
----------------------------------------------- */
.txt-quote {
  position: relative;
  margin: 0 0 30px 0;
  padding: 30px 30px 30px 100px;
  background-color: #f5f5f5;
}
.txt-quote::before {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 57px;
  height: 53px;
  background-position: 0 0;
  content: '';
}
.txt-quote > :last-child {
  margin-bottom: 0;
}
/* .txt-convo
----------------------------------------------- */
.txt-convo {
  position: relative;
  padding-left: 95px;
  color: #777;
  font-weight: bold;
}
.txt-convo::before {
  position: absolute;
  top: .7em;
  left: 0;
  display: block;
  width: 80px;
  height: 1px;
  background-color: #777;
  content: '';
}
/* .txt-convo-02
----------------------------------------------- */
.txt-convo-02 {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.txt-convo-02 .txt-name {
  display: inline-block;
  margin-right: 5px;
  color: #ec6c00;
  font-weight: bold;
  font-size: 1.6rem;
}
/* .txt-estimate
----------------------------------------------- */
.txt-estimate {
  margin-bottom: 30px;
  padding: 5px 20px;
  background-color: #f5d3d3;
}
/* .txt-estimate-inner
----------------------------------------------- */
.txt-estimate-inner {
  float: right;
}
.txt-estimate-inner dt, .txt-estimate-inner dd {
  display: table-cell;
}
.txt-estimate-inner dt {
  padding-right: 13px;
  vertical-align: middle;
}
.txt-estimate-inner dd span {
  display: table-cell;
}
.txt-estimate-inner dd .txt-price {
  color: #d12626;
  vertical-align: bottom;
  font-size: 3.6rem;
}
.txt-estimate-inner dd .txt-tax {
  padding: 0 0 4px 7px;
  color: #d12626;
  vertical-align: bottom;
  font-size: 2rem;
}
/* ----------------------------------------------------------------
    Icon
----------------------------------------------------------------- */
.icon-blank, .icon-pdf, .icon-xls, .icon-zip {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 3px;
}
/* .icon-blank
----------------------------------------------- */
.icon-blank {
  top: -6px;
}
/* .icon-pdf
----------------------------------------------- */
.icon-pdf {
  top: -4px;
}
/* .icon-xls
----------------------------------------------- */
.icon-xls {
  top: -4px;
}
/* .icon-zip
----------------------------------------------- */
.icon-zip {
  top: -3px;
}
/* .icon-new
----------------------------------------------- */
.icon-new {
  position: relative;
  top: -1px;
  display: inline-block;
  padding: 2px 5px 3px;
  background-color: #ec6c00;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
/* .icon-fee
----------------------------------------------- */
.icon-fee {
  display: inline-block;
  padding: 6px 20px;
  border: 2px solid #d5e200;
  border-radius: 5px;
  color: #555;
  font-size: 1.4rem;
  line-height: 1;
}
/* .icon-package
----------------------------------------------- */
.icon-package {
  display: inline-block;
  padding: 3px 13px;
  border-radius: 5px;
  color: #555;
  font-size: 1.4rem;
  line-height: 1;
}
.icon-package._ap {
  background-color: #d1e9fb;
}
.icon-package._bp {
  background-color: #dbefdb;
}
.icon-package._se {
  background-color: #ebd3ef;
}
/* .icon-list
----------------------------------------------- */
.icon-list {
  margin-bottom: 30px;
}
.icon-list > li {
  margin-bottom: 10px;
}
.icon-list._inline {
  margin-bottom: 20px;
  letter-spacing: -.4em;
}
.icon-list._inline > li {
  display: inline-block;
  margin: 0 20px 10px 0;
  letter-spacing: normal;
}
.icon-list._inline.center > li {
  margin: 0 10px 10px;
}
/* ----------------------------------------------------------------
    List
----------------------------------------------------------------- */
.list, .list-number, .list-desc, .list-notice, .list-other {
  margin-bottom: 30px;
}
/* .list
----------------------------------------------- */
.list > li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 16px;
}
.list > li::before {
  position: absolute;
  top: .55em;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ec6c00;
  content: '';
}
.list > li > ul {
  margin-bottom: 0;
}
.list > li > ul > li {
  margin: 6px 0 0;
}
.list > li > .list {
  font-size: 1.4rem;
}
.list > li > .list > li::before {
  background-color: #b9b9b9;
}
/* .list-number
----------------------------------------------- */
.list-number {
  counter-reset: section;
}
.list-number > li {
  display: table;
  margin-bottom: 18px;
  counter-increment: number;
}
.list-number > li::before {
  display: table-cell;
  padding-right: .5em;
  min-width: 1.5em;
  content: counter(section) '.';
  counter-increment: section;
  white-space: nowrap;
  font-weight: normal;
}
.list-number > li > ul {
  margin-bottom: 0;
}
.list-number > li > ul > li {
  margin: 6px 0 0;
}
/* .list-desc
----------------------------------------------- */
.list-desc dt {
  position: relative;
  margin-top: 18px;
  padding-left: 16px;
  font-weight: bold;
}
.list-desc dt::before {
  position: absolute;
  top: .55em;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ec6c00;
  content: '';
}
.list-desc dt:first-child {
  margin-top: 0;
}
.list-desc dt .link-size {
  font-weight: normal;
}
.list-desc dd {
  padding-left: 16px;
}
.list-desc dd > .list {
  margin: 0;
}
.list-desc dd > .list > li {
  margin: 18px 0 0;
}
.list-desc dd > .list > li:first-child {
  margin-top: 0;
}
/* .list-notice
----------------------------------------------- */
.list-notice > li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 1.5em;
}
.list-notice > li > .list-mark {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
}
.list-notice > li > .list-notice {
  margin-bottom: 0;
}
.list-notice > li > .list-notice > li {
  margin: 6px 0 0;
}
.list-notice._number > li {
  padding-left: 2.5em;
}
/* .list-other
----------------------------------------------- */
.list-other > li {
  display: table;
  margin-bottom: 6px;
}
.list-other > li > .list-mark, .list-other > li > .list-body {
  display: table-cell;
  vertical-align: top;
}
.list-other > li > .list-mark {
  padding-right: 1em;
  white-space: nowrap;
}
.list-other > li > .list-body > ul {
  margin-bottom: 0;
}
.list-other > li > .list-body > ul > li {
  margin: 6px 0 0;
}
/* .list-catalog
----------------------------------------------- */
.list-catalog li {
  float: left;
}
.list-catalog a {
  display: block;
  padding: 17px 17px 20px;
  background-color: #f5f5f5;
}
.list-catalog a .list-txt {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-weight: bold;
}
.list-catalog a .list-txt::before {
  position: absolute;
  top: .55em;
  left: -3px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ec6c00;
  border-right: 1px solid #ec6c00;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list-catalog a .list-txt .link-size {
  font-weight: normal;
}
.list-catalog a .list-img {
  position: relative;
  margin-top: 15px;
  text-align: center;
}
.list-catalog a:hover .list-img::before, .list-catalog a:focus .list-img::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .4);
  content: '';
}
.list-catalog[data-col='5'] {
  margin-left: -2.08333%;
}
.list-catalog[data-col='5'] li {
  margin: 0 0 30px 2.04082%;
  width: 17.95918%;
}
/* .list-social
----------------------------------------------- */
.list-social {
  margin-bottom: 30px;
}
.list-social > li {
  margin-bottom: 10px;
}
/* .list-post
----------------------------------------------- */
.list-post {
  margin-bottom: 30px;
}
.list-post > li {
  display: table;
  margin-bottom: 16px;
  width: 100%;
}
.list-post > li > div {
  display: table-cell;
  vertical-align: top;
}
.list-post > li > div.date {
  padding-right: 16px;
  width: 5em;
}
.list-post > li > div.date > span {
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 2px 10px 1px;
  background-color: #ec6c00;
  color: #fff;
  font-size: 1.2rem;
}
.list-post > li > div.title {
  font-size: 1.4rem;
}
.list-post > li > div.title > a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
}
.list-post > li > div.title > a::before {
  position: absolute;
  top: .55em;
  left: -3px;
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: 0;
  border-left: 0;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tab-hdg-02 + .list-post {
  margin-top: 30px;
  margin-bottom: 0;
}
.tab-hdg-02 + .list-post > li:last-child {
  margin-bottom: 0;
}
/* ----------------------------------------------------------------
    Link
----------------------------------------------------------------- */
/* .link
----------------------------------------------- */
.ccm-block-file a,
a.link {
  position: relative;
  display: inline-block;
  padding-left: 18px;
}
.ccm-block-file a::before,
a.link::before {
  position: absolute;
  top: .55em;
  left: -3px;
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: 0;
  border-left: 0;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* .link-txt
----------------------------------------------- */
.link-txt {
  text-decoration: underline;
}
/* .link-size
----------------------------------------------- */
.link-size {
  color: #777;
  font-size: 1.4rem;
}
/* .link-list
----------------------------------------------- */
.link-list {
  margin-bottom: 30px;
}
.link-list > li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 20px;
}
.link-list > li::before {
  position: absolute;
  top: .55em;
  left: -3px;
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: 0;
  border-left: 0;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-list._inline {
  margin-bottom: 24px;
}
.link-list._inline > li {
  float: left;
  margin: 0 30px 6px 0;
}
.link-list._posts {
  font-size: 1.4rem;
}
.link-list._posts a {
  color: #777;
}
/* .link-reply
----------------------------------------------- */
a.link-reply {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-size: 1.4rem;
}
a.link-reply::before {
  position: absolute;
  top: .35em;
  left: 0;
  display: block;
  width: 11px;
  height: 12px;
  background-position: -78px -77px;
  content: '';
}
/* ----------------------------------------------------------------
    Button
----------------------------------------------------------------- */
.btn, .btn-primary, .btn-movie {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 9px 6px 24px;
  min-width: 150px;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}
.btn:hover, .btn-primary:hover, .btn-movie:hover, .btn:focus, .btn-primary:focus, .btn-movie:focus {
  text-decoration: none;
}
.hdg-l1 .btn, .hdg-l1 .btn-primary, .hdg-l1 .btn-movie {
  padding: 11px 16px 11px 38px;
  min-width: 260px;
  border-width: 4px;
  font-size: 1.8rem;
}
/* .btn
----------------------------------------------- */
.btn {
  border-color: #555;
  background-color: #fff;
  color: #ec6c00;
}
.btn::before {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: 0;
  border-left: 0;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn:hover, .btn:focus {
  border-color: #ec6c00;
  background-color: #ec6c00;
  color: #fff;
}
.btn:hover::before, .btn:focus::before {
  border-color: #fff;
}
.btn:hover .link-size, .btn:focus .link-size {
  color: #fff;
}
.btn._large {
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 283px;
}
.btn._more {
  padding-left: 29px;
}
.btn._more::before {
  left: 11px;
  margin-top: -5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hdg-l1 .btn::before {
  left: 16px;
}
/* .btn-primary
----------------------------------------------- */
.btn-primary {
  border-color: #ec6c00;
  background-color: #ec6c00;
  color: #fff;
}
.btn-primary::before {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-primary:visited {
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #fff;
  color: #ec6c00;
}
.btn-primary:hover::before, .btn-primary:focus::before {
  border-color: #ec6c00;
}
.hdg-l1 .btn-primary::before {
  left: 16px;
}
/* .btn-movie
----------------------------------------------- */
.btn-movie {
  z-index: 1;
  padding-left: 38px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn-movie::before, .btn-movie::after {
  position: absolute;
  display: block;
  content: '';
}
.btn-movie::before {
  top: 50%;
  left: 9px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-position: -97px 0;
}
.btn-movie::after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background-color: #ec6c00;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
}
.btn-movie:hover, .btn-movie:focus {
  border-color: #ec6c00;
  color: #fff;
}
.btn-movie:hover::before, .btn-movie:focus::before {
  border-color: #ec6c00;
}
.btn-movie:hover::after, .btn-movie:focus::after {
  height: 100%;
}
.hdg-l1 .btn-movie {
  padding-right: 22px;
  padding-left: 46px;
}
.hdg-l1 .btn-movie::before {
  left: 22px;
}
/* .btn-list
----------------------------------------------- */
.btn-list {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: -.4em;
}
.btn-list > li {
  display: inline-block;
  margin: 0 10px;
  letter-spacing: normal;
}
/* ----------------------------------------------------------------
    Navigation
----------------------------------------------------------------- */
/* .nav-internal
----------------------------------------------- */
.nav-internal {
  margin-bottom: 30px;
  padding: 25px 30px 11px;
  border-top: 3px solid #777;
  border-bottom: 1px solid #d8d9da;
  background-color: #f5f5f5;
}
.nav-internal ul li {
  position: relative;
  float: left;
  margin: 0 29px 19px 0;
  padding-left: 16px;
}
.nav-internal ul li::before {
  position: absolute;
  top: .45em;
  left: 2px;
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: 0;
  border-left: 0;
  content: '';
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* .nav-page
----------------------------------------------- */
.nav-page {
  margin-bottom: 30px;
  padding: 22px 20px 15px;
  border: 1px solid #d7d9d9;
}
.nav-page ul {
  text-align: center;
  letter-spacing: -.4em;
  font-size: 1.4rem;
}
.nav-page ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 22px 0 20px;
  letter-spacing: normal;
}
.nav-page ul li::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -7px;
  width: 2px;
  height: 15px;
  background-color: #d7d9d9;
  content: '';
}
.nav-page ul li:last-child::after {
  content: none;
}
.nav-page ul li.is-current a {
  color: #777;
}
.nav-page ul li.is-current b {
  font-weight: normal;
}
/* .nav-top
----------------------------------------------- */
.nav-top {
  text-align: right;
}
.nav-top > a {
  display: inline-block;
  padding: 4px 20px 5px 22px;
  border-radius: 15px;
  background-color: #f5f5f5;
  color: #777;
  font-size: 1.4rem;
}
.nav-top > a > span {
  position: relative;
  display: inline-block;
  padding-left: 17px;
}
.nav-top > a > span::before {
  position: absolute;
  top: .65em;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: 0;
  border-left: 0;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-top > a:hover, .nav-top > a:focus {
  color: #ec6c00;
  text-decoration: none;
}
.nav-top > a:visited {
  color: #777;
}
/* .nav-pagination
----------------------------------------------- */
.nav-pagination {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -.4em;
}
.nav-pagination > li {
  display: inline-block;
  overflow: hidden;
  margin: 0 10px 10px;
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  letter-spacing: normal;
}
.nav-pagination > li span, .nav-pagination > li b {
  display: table-cell;
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
  vertical-align: middle;
}
.nav-pagination > li a {
  display: block;
  color: #777;
}
.nav-pagination > li a:hover, .nav-pagination > li a:focus {
  text-decoration: none;
}
.nav-pagination > li a:hover span, .nav-pagination > li a:focus span {
  background-color: #ec6c00;
  color: #fff;
}
.nav-pagination > li.is-current b {
  background-color: #ec6c00;
  color: #fff;
}
.nav-pagination > li.nav-prev div, .nav-pagination > li.nav-next div {
  position: relative;
  display: table-cell;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
  vertical-align: middle;
}
.nav-pagination > li.nav-prev div::before, .nav-pagination > li.nav-next div::before {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: 0;
  border-left: 0;
  content: '';
}
.nav-pagination > li.nav-prev div span, .nav-pagination > li.nav-next div span {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.nav-pagination > li.nav-prev a div::before, .nav-pagination > li.nav-next a div::before {
  border-color: #ec6c00;
}
.nav-pagination > li.nav-prev a:hover div, .nav-pagination > li.nav-prev a:focus div, .nav-pagination > li.nav-next a:hover div, .nav-pagination > li.nav-next a:focus div {
  background-color: #ec6c00;
  color: #fff;
}
.nav-pagination > li.nav-prev a:hover div::before, .nav-pagination > li.nav-prev a:focus div::before, .nav-pagination > li.nav-next a:hover div::before, .nav-pagination > li.nav-next a:focus div::before {
  border-color: #fff;
}
.nav-pagination > li.nav-prev div::before {
  left: 50%;
  margin-left: -1px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.nav-pagination > li.nav-next div::before {
  right: 50%;
  margin-right: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ----------------------------------------------------------------
    Tab
----------------------------------------------------------------- */
/* .tab
----------------------------------------------- */
.tab {
  margin-bottom: 30px;
}
/* .tab-list
----------------------------------------------- */
.tab-list {
  border-bottom: 1px solid #e7e7e7;
}
.tab-list > li {
  float: left;
  margin-bottom: -1px;
}
.tab-list > li > a {
  position: relative;
  display: block;
  padding: 7px 20px;
  border: 1px solid #fff;
  border-bottom-color: #e7e7e7;
  background-color: #fff;
  color: #b1b1b1;
}
.tab-list > li > a::before {
  position: absolute;
  left: 20px;
  display: block;
  content: '';
}
.tab-list > li > a:hover, .tab-list > li > a:focus {
  text-decoration: none;
}
.tab-list > li > a[aria-selected='true'] {
  border-color: #e7e7e7;
  border-bottom-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #555;
  font-weight: bold;
}
.tab-list > li .list-num {
  display: inline-block;
  font-size: 1.2rem;
}
.tab-list > li.list-comment > a {
  padding-left: 50px;
}
.tab-list > li.list-comment > a::before {
  top: 10px;
  width: 18px;
  height: 18px;
  background-position: -20px -77px;
}
.tab-list > li.list-comment > a[aria-selected='true']::before {
  width: 18px;
  height: 18px;
  background-position: -40px -77px;
}
.tab-list > li.list-author > a {
  padding-left: 44px;
}
.tab-list > li.list-author > a::before {
  top: 9px;
  width: 12px;
  height: 19px;
  background-position: 0 -97px;
}
.tab-list > li.list-author > a[aria-selected='true']::before {
  width: 12px;
  height: 19px;
  background-position: -14px -97px;
}
.tab-list > li.list-details > a {
  padding-left: 48px;
}
.tab-list > li.list-details > a::before {
  top: 11px;
  width: 16px;
  height: 14px;
  background-position: -76px -55px;
}
.tab-list > li.list-details > a[aria-selected='true']::before {
  width: 16px;
  height: 14px;
  background-position: -60px -77px;
}
/* .tab-contents
----------------------------------------------- */
.tab-contents {
  position: relative;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e7e7e7;
  background-color: #f5f5f5;
}
/* .tab-item
----------------------------------------------- */
.tab-item {
  padding: 30px;
  opacity: 0;
  transition: all .7s cubic-bezier(.23, 1, .32, 1);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.tab-item[aria-hidden='true'] {
  display: none;
}
.tab-item[aria-hidden='false'] {
  display: block;
}
.tab-item.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tab-item > :last-child {
  margin-bottom: 0;
}
.tab-item .tab-item-inner {
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #e7e7e7;
}
.tab-item .tab-item-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: '';
}
.tab-item .tab-item-inner > :last-child {
  margin-bottom: 0;
}
.tab-item .tab-hdg {
  margin-bottom: 13px;
  color: #555;
  font-size: 2rem;
}
.tab-item .tab-hdg-02 {
  margin-bottom: 8px;
  color: #555;
}
.tab-item.item-details .grid-col {
  margin-bottom: 0;
}
.tab-item.item-details .grid-hdg {
  margin-bottom: 8px;
  color: #555;
}
/* .no-js
----------------------------------------------- */
.no-js .tab-item {
  opacity: 1;
}
/* ----------------------------------------------------------------
    Index
----------------------------------------------------------------- */
/* .idx
----------------------------------------------- */
.idx .grid-col {
  word-break: break-all;
}
.idx .media {
  margin-bottom: 0;
}
.idx .idx-hdg, .idx .idx-txt-date, .idx .idx-txt-description {
  margin-bottom: 0;
  color: #777;
}
.idx .idx-hdg {
  margin-top: 15px;
  font-size: 2rem;
}
.idx .idx-txt-date {
  margin-top: 6px;
  font-size: 1.4rem;
}
.idx .idx-txt-description {
  margin-top: 11px;
}
.idx a {
  position: relative;
  display: block;
  text-decoration: none;
}
.idx a > :last-child {
  margin-bottom: 0;
}
.idx a:hover, .idx a:focus {
  background-color: #fdf0e5;
}
/* ----------------------------------------------------------------
    Image
----------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
/* .media
----------------------------------------------- */
.media {
  margin-bottom: 30px;
}
/* .media-item
----------------------------------------------- */
.media-item {
  text-align: center;
}
/* .media-caption
----------------------------------------------- */
.media-caption {
  display: block;
  margin-top: 12px;
  text-align: left;
  font-size: 1.4rem;
}
/* .media-lyt
----------------------------------------------- */
.media-lyt {
  margin-bottom: 30px;
}
.media-lyt > .media-col > :last-child {
  margin-bottom: 0;
}
.media-lyt[data-media-lyt*='left'] > .media-item {
  float: left;
  margin-right: 24px;
}
.media-lyt[data-media-lyt*='right'] > .media-item {
  float: right;
  margin-left: 24px;
}
.media-lyt._img-large > .media-item {
  width: 48.79518%;
}
.media-lyt._img-middle > .media-item {
  width: 31.62651%;
}
.media-lyt._img-small > .media-item {
  width: 18.07229%;
}
.media-lyt._img-extra-small > .media-item {
  width: 14.55823%;
}
/* ----------------------------------------------------------------
    Panel
----------------------------------------------------------------- */
.panel, .panel-02, .panel-case, .panel-attention, .panel-profile {
  margin-bottom: 30px;
}
.panel > .panel-hdg, .panel-02 > .panel-hdg, .panel-case > .panel-hdg, .panel-attention > .panel-hdg, .panel-profile > .panel-hdg {
  color: #555;
}
.panel > :last-child, .panel-02 > :last-child, .panel-case > :last-child, .panel-attention > :last-child, .panel-profile > :last-child {
  margin-bottom: 0;
}
.panel > :last-child > *:last-child, .panel-02 > :last-child > *:last-child, .panel-case > :last-child > *:last-child, .panel-attention > :last-child > *:last-child, .panel-profile > :last-child > *:last-child {
  margin-bottom: 0;
}
/* panel
----------------------------------------------- */
.panel {
  padding: 23px 20px;
  background-color: #f5f5f5;
}
.panel > .panel-hdg {
  margin-bottom: 17px;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.36364;
}
/* .panel-02
----------------------------------------------- */
.panel-02 {
  padding: 13px 20px 14px;
  border: 1px solid #d7d9d9;
}
.panel-02 > .panel-hdg {
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.875;
}
/* .panel-case
----------------------------------------------- */
.panel-case {
  padding: 20px;
  border-top: 3px solid #ec6c00;
  border-bottom: 1px solid #d8d9da;
  background-color: #f5f5f5;
}
.panel-case > .panel-hdg {
  margin-bottom: 17px;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.36364;
}
.panel-case .panel-hdg-02 {
  margin-bottom: 17px;
}
.panel-case .panel-hdg-02 > span {
  display: inline-block;
  padding: 3px 5px;
  min-width: 110px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}
.panel-case .panel-hdg-02._type > span {
  background-color: #555;
  font-weight: normal;
}
.panel-case .panel-hdg-02._type-02 > span {
  background-color: #ec6c00;
  font-weight: bold;
}
/* .panel-attention
----------------------------------------------- */
.panel-attention {
  padding: 11px 20px 14px;
  border: 1px solid #c30000;
}
.panel-attention > .panel-hdg {
  position: relative;
  margin-bottom: 13px;
  padding-left: 35px;
  color: #c30000;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.875;
}
.panel-attention > .panel-hdg::before {
  position: absolute;
  top: .3em;
  left: 5px;
  display: block;
  width: 25px;
  height: 20px;
  background-position: 0 -55px;
  content: '';
}
/* panel-profile
----------------------------------------------- */
.panel-profile {
  border-width: 1px 0;
  border-style: solid;
  border-color: #d7d9d9;
}
.panel-profile > .panel-hdg {
  padding: 15px 0;
  text-align: center;
}
.panel-profile > .panel-hdg > .panel-hdg-main {
  color: #555;
  font-weight: normal;
  font-size: 2.2rem;
}
.panel-profile > .panel-hdg > .panel-hdg-txt {
  margin: 15px 0 0;
}
.panel-profile > .panel-inner {
  padding: 30px 33px 0;
  border-top: 1px solid #d7d9d9;
  background-color: #f5f5f5;
}
/* .panel-aside
----------------------------------------------- */
.panel-aside {
  margin-bottom: 1px;
  padding: 18px 30px 30px;
  background-color: #e8e8e8;
}
.panel-aside > *:last-child {
  margin-bottom: 0;
}
.panel-aside > *:last-child > *:last-child {
  margin-bottom: 0;
}
.panel-aside .panel-hdg {
  margin-bottom: 20px;
  color: #555;
  font-size: 1.6rem;
}
.panel-aside .btn, .panel-aside .btn-primary {
  min-width: 100%;
}
/* ----------------------------------------------------------------
    Grid
----------------------------------------------------------------- */
/* .grid[data-col="2"]
----------------------------------------------- */
.grid[data-col='2'] {
  margin-left: -2%;
}
.grid[data-col='2'] > .grid-col {
  box-sizing: border-box;
  margin-left: 1.96078%;
  width: 48.03922%;
}
.grid[data-col='2'] > .grid-col:nth-child(2n+1) {
  clear: both;
}
/* .grid[data-col="3"]
----------------------------------------------- */
.grid[data-col='3'] {
  margin-left: -2%;
}
.grid[data-col='3'] > .grid-col {
  box-sizing: border-box;
  margin-left: 1.96078%;
  width: 31.37255%;
}
.grid[data-col='3'] > .grid-col:nth-child(3n+1) {
  clear: both;
}
/* .grid
----------------------------------------------- */
.grid > .grid-col {
  float: left;
  margin-bottom: 30px;
  word-break: break-all;
}
.grid > .grid-col > :last-child {
  margin-bottom: 0;
}
/* ----------------------------------------------------------------
    Table
----------------------------------------------------------------- */
/* .tbl
----------------------------------------------- */
.tbl {
  margin-bottom: 30px;
  width: 100%;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #d7d9d9;
}
.tbl caption {
  margin-bottom: 5px;
  color: #555;
  text-align: left;
  font-weight: bold;
}
.tbl th, .tbl td {
  padding: 12px 18px 11px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #d7d9d9;
  vertical-align: middle;
  text-align: left;
}
.tbl th > :last-child, .tbl td > :last-child {
  margin-bottom: 0;
}
.tbl th > :last-child > *:last-child, .tbl td > :last-child > *:last-child {
  margin-bottom: 0;
}
.tbl thead tr:first-child {
  border-top: 3px solid #555;
}
.tbl thead th, .tbl thead td {
  background-color: #f5f5f5;
  color: #555;
}
.tbl tbody th {
  background-color: #fbfbfb;
  color: #555;
}
.tbl tbody td {
  background-color: #fff;
}
.tbl tbody a {
  text-decoration: underline;
}
.tbl tbody a .link-size {
  font-weight: normal;
}
/* ----------------------------------------------------------------
    Layout
----------------------------------------------------------------- */
/* .lyt-social
----------------------------------------------- */
.lyt-social .lyt-hdg {
  margin-bottom: 10px;
  font-weight: bold;
}
.lyt-social .list-social {
  margin-bottom: 20px;
}
.lyt-social .list-social li {
  float: left;
  margin-right: 20px;
}
.lyt-social .lyt-list {
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.lyt-social .lyt-list li {
  float: left;
  margin: 0 20px 10px 0;
}
.lyt-social .lyt-list li a {
  display: block;
  box-sizing: border-box;
  padding: 6px 5px 4px 5px;
  min-width: 100px;
  border: 1px solid #d7d9d9;
  border-radius: 2px;
  background-color: #f5f5f5;
  color: #777;
}
.lyt-social .lyt-list li a:hover, .lyt-social .lyt-list li a:focus {
  text-decoration: none;
}
.lyt-social .lyt-list li span {
  position: relative;
  display: block;
  padding-left: 30px;
}
.lyt-social .lyt-list li span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
}
.lyt-social .lyt-list li.list-twitter span::before {
  left: 3px;
  margin-top: -8px;
  width: 20px;
  height: 15px;
  background-position: -54px -55px;
}
.lyt-social .lyt-list li.list-fb span::before {
  margin-top: -10px;
  width: 20px;
  height: 19px;
  background-position: -97px -44px;
}
.lyt-social .lyt-list li.list-google span::before {
  margin-top: -8px;
  width: 25px;
  height: 16px;
  background-position: -27px -55px;
}
.lyt-social .lyt-list li.list-linkedin span::before {
  left: 3px;
  margin-top: -10px;
  width: 26px;
  height: 20px;
  background-position: -59px -28px;
}
/* .lyt-comment
----------------------------------------------- */
.lyt-comment {
  margin-bottom: 30px;
}
.lyt-comment > :last-child {
  margin-bottom: 0;
}
.lyt-comment .txt-comment {
  font-size: 1.4rem;
}
.lyt-comment .txt-comment > .txt-date {
  color: #b1b1b1;
}
.lyt-comment._level1 {
  margin-left: 50px;
}
.lyt-comment._level2 {
  margin-left: 100px;
}
.lyt-comment._level3 {
  margin-left: 150px;
}
.lyt-comment._level4 {
  margin-left: 200px;
}
.lyt-comment._level5 {
  margin-left: 250px;
}
/* ----------------------------------------------------------------
    Form
----------------------------------------------------------------- */
/* .form-item
----------------------------------------------- */
.form-item {
  margin-bottom: 30px;
}
.form-item > :last-child {
  margin-bottom: 0;
}
/* .form-hdg
----------------------------------------------- */
p.form-hdg {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
/* .form-txt
----------------------------------------------- */
.form-txt {
  box-sizing: border-box;
  padding: 3px 5px 2px;
  width: 100%;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #d7d8d9;
}
/* .form-txt-02
----------------------------------------------- */
.form-txt-02 {
  box-sizing: border-box;
  padding: 3px 5px 2px;
  width: 100%;
  border: 1px solid #efefef;
}
.form-txt-02._comment {
  height: 200px;
}
/* .form-txt-required
----------------------------------------------- */
.form-txt-required {
  color: #d22626;
}
/* ----------------------------------------------------------------
    Dropdown
----------------------------------------------------------------- */
/* .dropdow-content
----------------------------------------------- */
.dropdown-content {
  display: none;
  overflow: hidden;
}
.dropdown-content > * {
  opacity: 0;
}
.is-dropdown-expand .dropdown-content {
  display: block;
}
/* ----------------------------------------------------------------
    Toggle
----------------------------------------------------------------- */
/* .toggle-menu
----------------------------------------------- */
.toggle-menu .toggle-menu-hook {
  display: none;
  overflow: hidden;
}
.toggle-menu .toggle-menu-content {
  display: block;
  overflow: visible;
}
/* .toggle
----------------------------------------------- */
.toggle .toggle-content {
  display: none;
  overflow: hidden;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.toggle .toggle-content.is-block {
  display: block;
  opacity: 0;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.toggle .toggle-content.is-animate {
  opacity: 1;
}
.toggle .toggle-state {
  display: none;
}
.toggle.is-expand > .toggle-content {
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* ----------------------------------------------------------------
    Animation
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
    Unique
----------------------------------------------------------------- */
/* .top-hdg
----------------------------------------------- */
.top-hdg {
  position: relative;
  margin-bottom: 50px;
  padding: 50px 0;
  color: #555;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  font-size: 4rem;
  line-height: 1.5;
}
.top-hdg::before, .top-hdg::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
}
.top-hdg::before {
  bottom: 1px;
  background-color: #c3c7c7;
}
.top-hdg::after {
  bottom: 0;
  background-color: #fff;
}
.top-hdg._thin {
  font-size: 3rem;
  line-height: 1.66667;
}
.top-hdg._no-line {
  padding-bottom: 0;
}
.top-hdg._no-line::before, .top-hdg._no-line::after {
  content: none;
}
/* .top-txt
----------------------------------------------- */
.top-txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.66667;
}
/* .top-list
----------------------------------------------- */
.top-list {
  margin-left: -.83333%;
}
.top-list > li {
  position: relative;
  float: left;
  box-sizing: border-box;
  margin: 0 0 30px .82645%;
  padding: 120px 10px 0 10px;
  width: 19.01639%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.44444;
}
.top-list > li::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  margin-left: -55px;
  width: 110px;
  height: 110px;
  border-radius: 55px;
  background-color: #f5f5f5;
  content: '';
}
.top-list > li img {
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -39px;
}
/* .top-bnr-list
----------------------------------------------- */
.top-bnr-list {
  margin-left: -2%;
}
.top-bnr-list li {
  float: left;
  margin: 0 0 30px 1.96078%;
  width: 23.03922%;
}
.top-bnr-list a {
  position: relative;
  display: block;
}
.top-bnr-list a:hover::before, .top-bnr-list a:focus::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ec6c00;
  content: '';
  opacity: .8;
}
.top-bnr-list a:hover::after, .top-bnr-list a:focus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -15px;
  margin-left: -16px;
  width: 30px;
  height: 32px;
  background-image: url('/application/themes/hulftglobalasean/common/images/icon/blank-03.png');
  content: '';
}
.top-bnr-list img {
  width: 100%;
}
/* .top-grid[data-col="3"]
----------------------------------------------- */
.top-grid[data-col='3'] {
  margin-left: -4.5%;
}
.top-grid[data-col='3'] > .grid-col {
  position: relative;
  float: left;
  box-sizing: border-box;
  margin: 0 0 50px 4.30622%;
  padding: 20px;
  width: 29.02711%;
  border: 5px solid #fff;
  background-color: #fff;
}
.top-grid[data-col='3'] > .grid-col:nth-child(2n) {
  background-color: rgba(255, 255, 255, .5);
}
.top-grid[data-col='3'] > .grid-col:nth-child(3n+1) {
  clear: both;
}
.top-grid[data-col='3'] > .grid-col::before, .top-grid[data-col='3'] > .grid-col::after {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  content: '';
}
.top-grid[data-col='3'] > .grid-col::before {
  top: -5px;
  left: -5px;
  border-top: 5px solid #ec6c00;
  border-left: 5px solid #ec6c00;
}
.top-grid[data-col='3'] > .grid-col::after {
  right: -5px;
  bottom: -5px;
  border-right: 5px solid #ec6c00;
  border-bottom: 5px solid #ec6c00;
}
.top-grid[data-col='3'] .col-hdg {
  text-align: center;
}
.top-grid[data-col='3'] .col-inner {
  margin-top: 22px;
}
.top-grid[data-col='3'] .col-txt-lead {
  margin-bottom: 0;
  color: #333;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.44444;
}
.top-grid[data-col='3'] .col-txt-lead b {
  font-weight: normal;
}
.top-grid[data-col='3'] .col-txt-description {
  margin: 8px 0 0;
  color: #333;
  text-align: center;
  font-size: 1.4rem;
}
.top-grid[data-col='3'] .col-btn-list {
  margin: 15px 0 0;
  text-align: center;
  letter-spacing: -.4em;
  font-size: 1.4rem;
}
.top-grid[data-col='3'] .col-btn-list li {
  display: inline-block;
  margin: 10px 10px 0;
  letter-spacing: normal;
}
.top-grid[data-col='3'] .col-btn-list .btn {
  padding-top: 12px;
  padding-bottom: 10px;
  min-width: 100%;
}
/* .filter
----------------------------------------------- */
.filter {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: -.4em;
}
.filter button {
  position: relative;
  width: 100%;
  border: 0;
  background-color: transparent;
  color: #ec6c00;
  text-align: left;
}
.filter button::before {
  position: absolute;
  display: block;
  content: '';
}
.filter > li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
}
.filter > li.filter-reset button {
  padding: 10px 27px;
  border: 1px solid #fff;
}
.filter > li.filter-reset button::before {
  top: 1.1em;
  left: 9px;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* .filter-btn
----------------------------------------------- */
.filter-btn {
  width: 180px;
}
.filter-btn button {
  padding: 10px 27px;
  border: 1px solid #fff;
}
.filter-btn button::before {
  top: 1em;
  left: 9px;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter .is-expand .filter-btn button {
  border-color: #d7d9d9;
  background-color: #fdefe5;
}
.filter .is-expand .filter-btn button::before {
  top: 1.2em;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* .filter-content
----------------------------------------------- */
.filter-content {
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: left;
}
.filter-content ul {
  border-width: 0 1px;
  border-style: solid;
  border-color: #d7d9d9;
  background-color: #fff;
  font-size: 1.4rem;
}
.filter-content ul li {
  border-bottom: 1px solid #d7d9d9;
}
.filter-content ul button {
  display: block;
  padding: 9px 27px 8px;
  color: #777;
}
.filter-content ul button:hover, .filter-content ul button:focus {
  background-color: #fdefe5;
}
/* .sort-content
----------------------------------------------- */
.sort-content > * {
  opacity: 0;
  transition: all 1.5s cubic-bezier(.23, 1, .32, 1) .2s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.sort-content .is-show {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.sort-content .is-show.is-remove {
  opacity: 0;
  transition-delay: 0;
  transition-duration: .5s;
  -webkit-transform: translateY(0) scale(.5);
  transform: translateY(0) scale(.5);
}
/* .sort-txt
----------------------------------------------- */
.sort-txt {
  text-align: center;
}
.grid[data-col='3'] .sort-txt {
  margin-left: 2%;
}
.sort-txt.is-show.is-remove {
  opacity: 0;
  transition-duration: .5s;
  -webkit-transform: translateY(-30px) scale(1);
  transform: translateY(-30px) scale(1);
}
/* .search-panel
----------------------------------------------- */
.search-panel {
  box-sizing: border-box;
  margin: 0 auto 30px;
  padding: 20px;
  width: 996px;
  background-color: #e7e7e7;
}
.search-panel > :last-child {
  margin-bottom: 0;
}
.search-panel > .panel-hdg {
  margin-bottom: 10px;
  color: #555;
  font-size: 1.4rem;
}
.search-panel > .panel-inner {
  position: relative;
}
.search-panel > .panel-inner input {
  box-sizing: border-box;
  padding: 3px 40px 2px 5px;
  width: 100%;
  height: 30px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #d7d8d9;
  background-color: #fff;
  font-size: 1.6rem;
}
.search-panel > .panel-inner button {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 6px 11px 5px;
  height: 100%;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #d7d8d9;
  background-color: #fff;
}
.search-panel > .panel-inner button img {
  vertical-align: top;
}
/* .search-list
----------------------------------------------- */
.search-list {
  margin: 0 auto 20px;
  width: 996px;
}
.search-list li {
  float: left;
  margin: 0 37px 10px 0;
}
.search-list li label {
  cursor: pointer;
}
.search-list li input[type='radio'] {
  display: none;
}
.search-list li input[type='radio'] + span {
  position: relative;
  display: inline-block;
  padding-left: 26px;
}
.search-list li input[type='radio'] + span::before {
  position: absolute;
  top: .25em;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  content: '';
}
.search-list li input[type='radio']:checked + span::before {
  border-width: 4px;
  border-color: #ec6c00;
}
/* .search-list-02
----------------------------------------------- */
.search-list-02 {
  margin-bottom: 30px;
  border-top: 1px dotted #d7d9d9;
}
.search-list-02 li {
  padding: 24px 102px;
  border-bottom: 1px dotted #d7d9d9;
}
.search-list-02 .list-hdg {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}
.search-list-02 .list-hdg::before {
  position: absolute;
  top: .55em;
  left: -3px;
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6c00;
  border-bottom: 0;
  border-left: 0;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-list-02 .list-txt {
  margin-bottom: 0;
}
.search-list-02 .list-highlight {
  background-color: #ffee2b;
  font-weight: normal;
}
/* .nf-hdg-l1
----------------------------------------------- */
.nf-hdg-l1 {
  color: #555;
  text-align: center;
  font-size: 5rem;
  line-height: 1.2;
}
.nf-hdg-l1 > span {
  font-size: 10rem;
}
/* .nf-txt
----------------------------------------------- */
.nf-txt {
  color: #b1b1b1;
  text-align: center;
  font-size: 2rem;
}
/* .elq-form-item
----------------------------------------------- */
.elq-form-item {
  margin-bottom: 30px;
}
.elq-form-item p {
  margin: 10px 0 0;
}
.elq-form-item p:first-child {
  margin-top: 0;
}
/* .elq-form-hdg
----------------------------------------------- */
p.elq-form-hdg {
  margin-bottom: 10px;
  color: #555;
  font-weight: bold;
}
/* .elq-form-txt-note
----------------------------------------------- */
p.elq-form-txt-note {
  margin-top: 5px;
  font-size: 1.4rem;
}
/* .elq-form-txt-required
----------------------------------------------- */
.elq-form-txt-required {
  color: #d22626;
  font-weight: normal;
}
/* .elq-list-form
----------------------------------------------- */
.elq-form-list li {
  margin-top: 10px;
}
.elq-form-list li:first-child {
  margin-top: 0;
}
.elq-form-list li label {
  cursor: pointer;
}
.elq-form-list li input[type='checkbox'] {
  display: none;
}
.elq-form-list li input[type='checkbox'] + span {
  position: relative;
  display: inline-block;
  padding-left: 26px;
}
.elq-form-list li input[type='checkbox'] + span::before {
  position: absolute;
  top: .3em;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 1px solid #b1b1b1;
  border-radius: 3px;
  background-color: #fff;
  content: '';
}
.elq-form-list li input[type='checkbox']:checked + span::before {
  border-color: #ec6c00;
  background-color: #ec6c00;
}
.elq-form-list li input[type='checkbox']:checked + span::after {
  position: absolute;
  top: .5em;
  left: 2px;
  display: block;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.elq-form-list + .elq-form-list {
  margin-top: 10px;
}
/* .LV_validation_message
----------------------------------------------- */
.LV_validation_message {
  display: block;
  margin-top: 5px;
  font-weight: bold;
}
/* .LV_valid
----------------------------------------------- */
.LV_valid {
  font-size: 1.2rem;
}
/* .LV_invalid
----------------------------------------------- */
.LV_invalid {
  color: #d22626;
  font-size: 1.2rem;
}
/* .LV_invalid_field
----------------------------------------------- */
.LV_invalid_field {
  outline: 1px solid #d22626;
}
/* ----------------------------------------------------------------
    Common
----------------------------------------------------------------- */
/* Align Control
----------------------------------------------- */
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.top {
  vertical-align: top !important;
}
.middle {
  vertical-align: middle !important;
}
.bottom {
  vertical-align: bottom !important;
}
/* Width Control
----------------------------------------------- */
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
/* .overlay
----------------------------------------------- */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, .5);
}
.overlay.is-overlay-animate {
  display: block;
  opacity: 0;
  transition: opacity .7s cubic-bezier(.23, 1, .32, 1);
}
.overlay.is-overlay-render {
  display: block;
  opacity: 1;
}
/* MediaQueries max-width: 1200px
----------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .breadcrumbs-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-fluid[data-content-col='2'] .content-primary {
    width: 72.5%;
  }
  .content-fluid[data-content-col='2'] .content-secondary {
    width: 25.5%;
  }
  .content-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-nav-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-social-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hdg-l1 {
    overflow: visible;
    height: auto;
  }
  .hdg-l1 .hdg-l1-inner {
    position: static;
    padding: 30% 50px 30px;
    background-color: #f5f5f5;
  }
  .hdg-l1 .hdg-l1-inner .hdg-main {
    margin-top: 37px;
    color: #777;
    font-size: 5rem;
  }
  .hdg-l1 .hdg-l1-inner .hdg-sub {
    margin-top: 10px;
    color: #777;
    font-size: 2rem;
  }
  .hdg-l1 .hdg-l1-inner .hdg-sub + .hdg-main {
    margin-top: 0;
  }
  .hdg-l1 .hdg-l1-inner .hdg-txt-lead {
    color: #777;
  }
  .hdg-l1 .hdg-l1-inner .hdg-btn-list {
    margin-top: 20px;
  }
  .hdg-l1 .hdg-l1-img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .hdg-l1._logo .hdg-l1-inner .hdg-main {
    margin: 0 -50px;
    padding: 20px;
    background-color: #555;
  }
  .hdg-l1._top {
    height: auto;
  }
  .hdg-l1._top .hdg-l1-inner {
    padding-top: 36.41667%;
  }
  .hdg-l1-02 .hdg-l1-02-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .list-catalog[data-col='5'] {
    margin-left: -2%;
  }
  .list-catalog[data-col='5'] li {
    margin-left: 1.96078%;
    width: 31.37255%;
  }
  .btn-movie {
    border-color: #555;
    color: #555;
  }
  .btn-movie::before {
    background-position: -97px -22px;
  }
  .btn-movie:hover::before, .btn-movie:focus::before {
    background-position: -97px 0;
  }
  .media-lyt > .media-item {
    max-width: 50%;
  }
  .top-bnr-list {
    margin: 0 0 20px -2.75862%;
  }
  .top-bnr-list li {
    margin: 0 0 10px 2.68456%;
    width: 47.31544%;
  }
  .top-grid[data-col='3'] {
    margin-left: -4.61538%;
  }
  .top-grid[data-col='3'] > .grid-col {
    margin-left: 4.41176%;
    width: 45.58824%;
  }
  .top-grid[data-col='3'] > .grid-col:nth-child(2n+1) {
    clear: both;
  }
  .top-grid[data-col='3'] > .grid-col:nth-child(3n+1) {
    clear: none;
  }
  .top-grid[data-col='3'] .col-btn-list {
    text-align: left;
  }
  .top-grid[data-col='3'] .col-btn-list li {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .search-panel {
    width: auto;
  }
  .search-list {
    width: auto;
  }
  .search-list-02 li {
    padding-right: 50px;
    padding-left: 50px;
  }
}
/* MediaQueries max-width: 767px
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  input {
    -webkit-appearance: none;
  }
  .breadcrumbs-inner {
    width: auto;
  }
  .content-fluid._top {
    padding-bottom: 0;
  }
  .content-fluid[data-content-col='2'] .content-primary, .content-fluid[data-content-col='2'] .content-secondary {
    float: none;
    width: 100%;
  }
  .content-inner {
    width: auto;
  }
  .header {
    position: relative;
    z-index: 101;
    padding-bottom: 12px;
    border-bottom-width: 2px;
    background: #fff;
  }
  .header-inner {
    width: auto;
  }
  .header-logo {
    padding-top: 13px;
  }
  .header-logo img {
    width: 85px;
  }
  .header-menu {
    float: none;
    padding-top: 0;
  }
  .header-menu-btn {
    position: absolute;
    top: 13px;
    right: 10px;
    display: block;
  }
  .header-menu-btn button {
    outline: none;
  }
  .is-expand .header-menu-btn button::before {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .is-expand .header-menu-btn button::after {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .is-expand .header-menu-btn .header-menu-btn-inner::before {
    opacity: 0;
  }
  .header-menu-content {
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 101;
    width: 100%;
    background: #fff;
  }
  .header-utility {
    display: block;
    float: none;
    margin-bottom: 0;
  }
  .header-search {
    display: block;
    padding-right: 0;
  }
  .header-search-inner {
    display: block;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .header-search-inner input {
    padding: 5px 43px 5px 11px;
    width: 100%;
    height: 44px;
  }
  .header-search-inner button {
    padding: 5px 12px 5px 11px;
  }
  .header-region {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .header-region-btn {
    display: none;
  }
  .header-region-content {
    position: static;
  }
  .header-region-content ul {
    padding: 14px 15px 13px;
    font-size: 1.2rem;
  }
  .header-region-content li {
    position: relative;
    float: left;
    margin: 0 19px 0 0;
    padding-left: 9px;
    font-weight: bold;
  }
  .header-region-content li::before {
    position: absolute;
    top: .2em;
    left: -3px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ec6c00;
    border-right: 1px solid #ec6c00;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-region-content a {
    color: #777;
  }
  .nav-global > ul > li {
    float: none;
    border-bottom: 1px solid #ccc;
  }
  .nav-global > ul > li > a {
    position: relative;
    padding: 14px 36px 13px 15px;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .nav-global > ul > li > a::after {
    position: absolute;
    top: 50%;
    right: 17px;
    display: block;
    margin-top: -5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-global-btn button {
    padding: 14px 15px 13px;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .nav-global-btn button::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    margin-top: -6px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #ec6c00;
    border-bottom: 1px solid #ec6c00;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-global > ul > li.is-expand .nav-global-btn button::after {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .nav-global-content {
    position: static;
    width: 100%;
    opacity: 1;
  }
  .nav-global-content ul {
    padding: 0;
    font-size: 1.2rem;
  }
  .nav-global-content li {
    margin-top: 0;
    border-top: 1px solid #ccc;
  }
  .nav-global-content a {
    position: relative;
    display: block;
    padding: 14px 36px 13px 35px;
  }
  .nav-global-content a::after {
    position: absolute;
    top: 50%;
    right: 17px;
    display: block;
    margin-top: -5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer-nav-inner {
    width: auto;
  }
  .footer-nav-inner {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer-nav-grid .grid-col {
    float: none;
    margin-right: 0;
  }
  .footer-nav-grid .grid-col + .grid-col {
    margin-top: 10px;
  }
  .footer-nav-grid .grid-col .hdg {
    margin-bottom: 9px;
    font-size: 1.2rem;
  }
  .footer-nav-grid .grid-col .link {
    margin-left: 19px;
    font-size: 1.2rem;
  }
  .footer-nav-grid .grid-col .link li {
    margin-bottom: 1px;
    padding-left: 12px;
  }
  .footer-nav-grid .grid-col .link li::before {
    top: .45em;
  }
  .footer-social-inner {
    width: auto;
  }
  .footer-social-inner {
    padding-top: 25px;
    padding-bottom: 24px;
  }
  .footer-social-inner li {
    margin: 0 10px;
  }
  .footer-social-inner li img {
    height: 15px;
  }
  .footer-inner {
    width: auto;
  }
  .footer-inner {
    padding-top: 15px;
    padding-bottom: 6px;
  }
  .footer-utility {
    float: none;
    margin-bottom: 9px;
  }
  .footer-utility ul {
    font-size: 1rem;
  }
  .footer-copyright {
    float: none;
    font-size: .9rem;
  }
  .hdg-l1 .hdg-l1-inner {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .hdg-l1 .hdg-l1-inner .hdg-main {
    margin-top: 16px;
    font-size: 2.5rem;
  }
  .hdg-l1 .hdg-l1-inner .hdg-sub {
    margin-top: 16px;
    font-size: 1.6rem;
  }
  .hdg-l1 .hdg-l1-inner .hdg-txt-lead {
    margin-top: 11px;
    font-size: 1.2rem;
  }
  .hdg-l1 .hdg-l1-inner .hdg-btn-list {
    margin-top: 19px;
    text-align: left;
  }
  .hdg-l1 .hdg-l1-inner .hdg-btn-list > li {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .hdg-l1._logo .hdg-l1-inner .hdg-main {
    margin: 0 -20px;
  }
  .hdg-l1-02 .hdg-l1-02-inner {
    width: auto;
  }
  .hdg-l1-02 .hdg-l1-02-inner .hdg-main {
    font-size: 2.5rem;
  }
  .hdg-l1-02 .hdg-l1-02-inner .hdg-txt-lead {
    font-size: 1.5rem;
  }
  .hdg-l1-03 .hdg-main {
    font-size: 2rem;
  }
  .hdg-l1-03 .hdg-txt-date {
    font-size: 1.2rem;
  }
  .hdg-l2 {
    font-size: 1.8rem;
  }
  .hdg-l3 {
    font-size: 1.8rem;
  }
  .hdg-l4 {
    font-size: 1.7rem;
  }
  .hdg-l5 {
    font-size: 1.6rem;
  }
  .hdg-l6 {
    font-size: 1.6rem;
  }
  .content p {
    font-size: 1.4rem;
  }
  .txt-conclusion > strong {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1.6rem;
  }
  .txt-conclusion > strong::before {
    top: 0;
  }
  .txt-convo {
    padding-left: 50px;
  }
  .txt-convo::before {
    width: 35px;
  }
  .txt-convo-02 {
    font-size: 1.2rem;
  }
  .txt-convo-02 .txt-name {
    font-size: 1.4rem;
  }
  .txt-estimate-inner {
    float: none;
  }
  .txt-estimate-inner dt, .txt-estimate-inner dd {
    display: block;
  }
  .txt-estimate-inner dt {
    padding-right: 0;
    font-size: 1.4rem;
  }
  .txt-estimate-inner dd {
    text-align: right;
  }
  .txt-estimate-inner dd span {
    display: inline-block;
  }
  .txt-estimate-inner dd .txt-price {
    font-size: 1.8rem;
  }
  .txt-estimate-inner dd .txt-tax {
    padding: 0;
    font-size: 1.6rem;
  }
  .icon-new {
    font-size: 1.2rem;
  }
  .icon-fee {
    font-size: 1.2rem;
  }
  .icon-package {
    font-size: 1.2rem;
  }
  .icon-list {
    font-size: 1.4rem;
  }
  .list, .list-number, .list-desc, .list-notice, .list-other {
    font-size: 1.4rem;
  }
  .list-catalog li {
    float: none;
  }
  .list-catalog a .list-txt {
    font-size: 1.4rem;
  }
  .list-catalog a .icon-pdf {
    top: -3px;
  }
  .list-catalog[data-col='5'] {
    margin-left: 0;
  }
  .list-catalog[data-col='5'] li {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .list-post > li {
    display: block;
  }
  .list-post > li > div {
    display: block;
  }
  .list-post > li > div.date {
    padding-right: 0;
    width: auto;
  }
  .link-size {
    font-size: 1.2rem;
  }
  .link-list {
    font-size: 1.4rem;
  }
  .btn, .btn-primary, .btn-movie {
    width: 100%;
  }
  .hdg-l1 .btn, .hdg-l1 .btn-primary, .hdg-l1 .btn-movie {
    padding: 11px 9px 11px 18px;
    width: 100%;
    border-width: 2px;
    font-size: 1.2rem;
  }
  .hdg-l1 .btn::before {
    left: 9px;
  }
  .hdg-l1 .btn-primary::before {
    left: 9px;
  }
  .hdg-l1 .btn-movie {
    padding-right: 8px;
    padding-left: 31px;
  }
  .hdg-l1 .btn-movie::before {
    left: 9px;
  }
  .btn-list {
    text-align: left;
  }
  .btn-list > li {
    display: block;
    margin: 0 0 10px;
  }
  .nav-internal ul {
    font-size: 1.4rem;
  }
  .nav-internal ul li {
    float: none;
    margin-right: 0;
  }
  .nav-page {
    padding-bottom: 9px;
  }
  .nav-page ul {
    text-align: left;
    font-size: 1.2rem;
  }
  .nav-page ul li {
    display: block;
    float: left;
    margin-right: 20px;
    padding-left: 0;
  }
  .nav-top > a {
    padding-top: 5px;
    padding-bottom: 6px;
    font-size: 1.2rem;
  }
  .nav-pagination {
    font-size: 1.4rem;
  }
  .nav-pagination > li {
    margin-right: 5px;
    margin-left: 5px;
  }
  .tab {
    margin-right: -15px;
    margin-left: -15px;
  }
  .tab-list {
    padding: 0 15px;
  }
  .tab-list > li > a {
    box-sizing: border-box;
    padding: 7px 13px;
    min-height: 40px;
  }
  .tab-list > li > a::before {
    left: 13px;
  }
  .tab-list > li .list-txt {
    display: none;
  }
  .tab-list > li .list-num {
    margin-left: 5px;
  }
  .tab-list > li.list-comment > a {
    padding-left: 31px;
  }
  .tab-list > li.list-author > a {
    padding-left: 25px;
  }
  .tab-list > li.list-details > a {
    padding-left: 29px;
  }
  .tab-contents {
    border-right-width: 0;
    border-left-width: 0;
  }
  .tab-item {
    padding: 30px 15px;
  }
  .tab-item.item-details .grid-col {
    margin-bottom: 30px;
  }
  .media-caption {
    font-size: 1.2rem;
  }
  .media-lyt > .media-item {
    max-width: 100%;
  }
  .media-lyt > .media-col {
    margin-top: 30px;
  }
  .media-lyt[data-media-lyt='left'] > .media-item {
    float: none;
    margin-right: 0;
  }
  .media-lyt[data-media-lyt='right'] > .media-item {
    float: none;
    margin-left: 0;
  }
  .media-lyt._img-large > .media-item, .media-lyt._img-middle > .media-item, .media-lyt._img-small > .media-item, .media-lyt._img-extra-small > .media-item {
    margin-top: 30px;
    width: 100%;
  }
  .media-lyt._img-large > .media-item img, .media-lyt._img-middle > .media-item img, .media-lyt._img-small > .media-item img, .media-lyt._img-extra-small > .media-item img {
    width: 100%;
  }
  .panel-case > .panel-hdg {
    font-size: 1.6rem;
  }
  .panel-case .panel-hdg-02 > span {
    font-size: 1.2rem;
  }
  .panel-profile > .panel-hdg > .panel-hdg-main {
    font-size: 1.6rem;
  }
  .grid[data-break='true'] {
    margin-left: 0;
  }
  .grid[data-break='true'] > .grid-col {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .grid[data-break='true'] > .grid-col .media-item img {
    width: 100%;
  }
  .tbl {
    font-size: 1.4rem;
  }
  .lyt-social .lyt-list {
    margin-left: -2%;
    font-size: 1.1rem;
  }
  .lyt-social .lyt-list li {
    margin: 0 0 10px 2%;
    width: 48%;
  }
  .lyt-comment._level1 {
    margin-left: 25px;
  }
  .lyt-comment._level2 {
    margin-left: 50px;
  }
  .lyt-comment._level3 {
    margin-left: 75px;
  }
  .lyt-comment._level4 {
    margin-left: 100px;
  }
  .lyt-comment._level5 {
    margin-left: 125px;
  }
  .dropdown-content > * {
    opacity: 1;
  }
  .toggle-menu .toggle-menu-hook {
    display: block;
  }
  .toggle-menu .toggle-menu-content {
    display: none;
  }
  .toggle-menu .toggle-menu-content.is-animate {
    display: block;
    opacity: 0;
    transition: opacity .7s cubic-bezier(.23, 1, .32, 1);
  }
  .toggle-menu.is-expand .toggle-menu-content {
    display: block;
    opacity: 1;
  }
  .toggle:not(.js-pulldown) > .toggle-content {
    overflow: hidden;
  }
  .toggle:not(.js-pulldown) > .toggle-content.is-animate {
    overflow: hidden;
    opacity: 1;
    transition: height .4s cubic-bezier(.23, 1, .32, 1);
  }
  .toggle:not(.js-pulldown) > .toggle-content.header-region-content {
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .toggle:not(.js-pulldown).is-expand > .toggle-content {
    display: block;
    opacity: 1;
  }
  .top-hdg {
    margin-bottom: 30px;
    padding: 30px 0 0;
    font-size: 2.5rem;
  }
  .top-hdg::before, .top-hdg::after {
    content: none;
  }
  .top-hdg._thin {
    font-size: 2rem;
  }
  .top-list {
    margin: 0 0 20px -3.57143%;
  }
  .top-list > li {
    margin: 0 0 10px 3.44828%;
    padding: 85px 10px 0;
    width: 46.55172%;
    font-size: 1.2rem;
  }
  .top-list > li:nth-child(2n+1) {
    clear: both;
  }
  .top-list > li::before {
    margin-left: -28px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
  }
  .top-list > li img {
    top: 10px;
    margin-left: -18px;
    width: 54px;
  }
  .top-grid[data-col='3'] {
    margin-left: 0;
  }
  .top-grid[data-col='3'] > .grid-col {
    float: none;
    margin: 0 0 20px 0;
    padding: 5px 13px 23px;
    width: auto;
    border-width: 3px;
  }
  .top-grid[data-col='3'] > .grid-col::before {
    top: -3px;
    left: -3px;
    border-top-width: 3px;
    border-left-width: 3px;
  }
  .top-grid[data-col='3'] > .grid-col::after {
    right: -3px;
    bottom: -3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
  .top-grid[data-col='3'] .col-hdg img {
    width: 157px;
  }
  .top-grid[data-col='3'] .col-inner {
    margin-top: 7px;
  }
  .top-grid[data-col='3'] .col-txt-lead {
    font-size: 1.4rem;
  }
  .top-grid[data-col='3'] .col-txt-description {
    margin-top: 2px;
    font-size: 1.1rem;
  }
  .top-grid[data-col='3'] .col-btn-list {
    margin-top: 10px;
    font-size: 1.1rem;
  }
  .top-grid[data-col='3'] .col-btn-list .btn {
    padding-top: 9px;
    padding-bottom: 8px;
  }
  .filter {
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid #d7d9d9;
    text-align: left;
    font-size: 1.4rem;
  }
  .filter > li {
    display: block;
    border-bottom: 1px solid #d7d9d9;
  }
  .filter > li.filter-reset button {
    padding: 7px 27px;
  }
  .filter > li.filter-reset button::before {
    left: 4px;
  }
  .filter-btn {
    width: auto;
  }
  .filter-btn button {
    padding: 7px 25px;
    border: none;
  }
  .filter-btn button::before {
    left: 10px;
  }
  .filter-content {
    top: 36px;
  }
  .filter-content ul {
    border: none;
    font-size: 1.2rem;
  }
  .filter-content ul button {
    padding-left: 34px;
    background-color: #fbfbfb;
  }
  .grid[data-col='3'] .sort-txt {
    margin-left: 0;
  }
  .search-panel > .panel-hdg {
    font-size: 1.2rem;
  }
  .search-panel > .panel-inner input {
    font-size: 1.4rem;
  }
  .search-list {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .search-list li {
    float: none;
  }
  .search-list-02 li {
    padding-right: 0;
    padding-left: 0;
  }
  .search-list-02 .list-hdg {
    font-size: 1.4rem;
  }
  .nf-hdg-l1 {
    font-size: 2.5rem;
  }
  .nf-hdg-l1 > span {
    font-size: 5rem;
  }
  .nf-txt {
    font-size: 1.5rem;
  }
  p.elq-form-txt-note {
    font-size: 1.2rem;
  }
  .elq-form-list {
    font-size: 1.4rem;
  }
  .LV_valid {
    font-size: 1.1rem;
  }
  .LV_invalid {
    font-size: 1.1rem;
  }
}
/* MediaQueries max-width: 320px
----------------------------------------------- */
@media only screen and (max-width: 320px) {
  a:hover, a:focus, a:active {
    text-decoration: none !important;
  }
}

/* .nav-pagination
----------------------------------------------- */
.nav-pagination > li.is-current > a > span {
  background: #ec6c00;
  color: #fff;
}