@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
p,
blockquote,
th,
td,
form,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

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

div {
  outline: none;
}


/* --------------------------------------------------
	1. Heading, Paragraph
-------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  line-height: 1.45em;
}


/* --------------------------------------------------
	2. List
-------------------------------------------------- */
li {
  list-style: none;
}


/* --------------------------------------------------
	3. Table
-------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit;
}

caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}


/* --------------------------------------------------
	4. Form
-------------------------------------------------- */
fieldset {
  border: none;
}

input,
textarea,
select,
label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}


/* --------------------------------------------------
	5. Other
-------------------------------------------------- */
img {
  border: none;
  vertical-align: bottom;
}

object {
  vertical-align: middle;
  outline: none;
}

em,
strong {
  font-weight: bold;
  font-style: normal;
}

small {
  font-size: 100%;
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

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

address, caption,
cite,
code,
dfn,
var {
  font-weight: normal;
  font-style: normal;
}

code,
pre {
  font-family: monospace;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: sub;
}

hr {
  display: none;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* //////////////////////////////////////////////////
[Init]
////////////////////////////////////////////////// */

.clearfix:before,
.clearfix:after{
  content:"";
  display: table;
}

.clearfix:after{
  clear:both;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-size: 15px;
  line-height: 1.5;
  color: #6c747a;
  font-family: "Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ",Verdana,Arial,Helvetica,sans-serif;
}

body.no-hover,
body.no-hover * {
 pointer-events: none!important;
}

a {
  color: #ea541f;
  text-decoration: none;
}

p {
  line-height: 1.8;
}

.fa-external-link {
  margin-left: 7px;
}

.sm-br {
  display: none;
}

@media (max-width: 1024px) {
  body {
    background-color: #000;
  }
}

@media (max-width: 639px) {
  .sm-br {
    display: inline;
  }
}

/* //////////////////////////////////////////////////
[module]
////////////////////////////////////////////////// */
.mod-heading-1,
.mod-heading-2,
.mod-heading-3 {
  color: #323a45;
  line-height: 1.5;
}

.mod-heading-1 {
  font-size: 36px;
  font-weight: 400;
}

.mod-heading-2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1px;
}

.mod-heading-3 {
  font-size: 20px;
  font-weight: 500;
}

.mod-label-text {
  font-weight: 500;
  color: #ea541f;
  line-height: 1.5;
}

.mod-title-text {
  font-size: 20px;
  text-align: center;
}

@media (max-width: 1024px) {
  .mod-heading-1 {
    font-size: 26px;
  }

  .mod-heading-2,
  .mod-heading-3 {
    font-size: 18px;
  }

  .mod-title-text {
    font-size: 16px;
  }

  .main-visual .mod-title-text {
    font-size: 15px;
  }
}

.mod-btn {
  display: inline-block;
  position: relative;
  padding: 0 18px;
  height: 40px;
  border: 2px solid #ea5a37;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  line-height: 36px;
  -webkit-transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mod-btn .fa {
  position: relative;
  top: 2px;
  margin-left: 12px;
  font-size: 21px;
}

.mod-btn:after {
  display: block;
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 18px 18px;
}

.mod-btn-1 {
  color: #ea5a37;
}

.mod-btn-1:hover {
  background-color: #ea5a37;
  color: #fff;
}

.mod-btn-2 {
  background-color: #ea5a37;
  color: #fff;
}

.mod-btn-2:hover {
  background-color: #fff;
  color: #ea5a37;
}

.mod-link-list li {
  margin-bottom: 6px;
}

.mod-link-list li:last-child {
  margin-bottom: 0;
}

.mod-link-list a {
  display: inline-block;
  padding-left: 15px;
  text-indent: -5px;
}

.mod-link-list a:hover {
  text-decoration: underline;
}

.mod-link-list .fa {
  margin-right: 4px;
}

.mod-tag {
  display: inline-block;
  padding: 0 12px;
  height: 28px;
  border-radius: 3px;
  background-color: #323a45;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
}

.mod-news {
  margin: 0 0 24px 12px;
  max-width: 100%;
  line-height: 2;
}

.mod-news a:hover {
  text-decoration: underline;
}

.mod-news .category {
  float: left;
  width: 110px;
}

.mod-news .category span {
  display: block;
  border: 2px solid #6c747a;
  border-radius: 3px;
  color: #6c747a;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.mod-news time {
  float: left;
  width: 111px;
  text-align: center;
}

.mod-news .news-title {
  overflow: hidden;
  max-width: 81%;
  color: #ea541f;
  line-height: 2;
}

@media (max-width: 639px) {
  .mod-news {
    margin-left: 0;
  }

  .mod-news .news-title {
    max-width: 100%;
    clear: left;
    white-space: normal;
  }
}

.mod-basic-item {
  text-align: center;
}

.mod-basic-item a {
  display: block;
}

.mod-basic-item .image {
  margin-bottom: 12px;
}

.mod-basic-item .mod-heading-3 {
  margin-bottom: 12px;
}

.mod-basic-item  .explanation {
  text-align: left;
  color: #6c747a;
}

.mod-image-col:before,
.mod-image-col:after,
.mod-image-col-float:before,
.mod-image-col-float:after {
  content:"";
  display: table;
}

.mod-image-col:after,
.mod-image-col-float:after {
  clear:both;
}

.mod-image-col .image-left,
.mod-image-col-float .image-left {
  float: left;
  margin-right: 20px;
}

.mod-image-col .image-right,
.mod-image-col-float .image-right {
  float: right;
  margin-left: 20px;
}

.mod-image-col .text {
  overflow: hidden;
}

.mod-row {
  position: relative;
}

.mod-row:before,
.mod-row:after{
  content:"";
  display: table;
}

.mod-row:after{
  clear:both;
}

.mod-row .col {
  float: left;
}

.mod-row .col-1 {
  width: 8.333%;
}

.mod-row .col-2 {
  width: 16.666%;
}

.mod-row .col-3 {
  width: 25%;
}

.mod-row .col-4 {
  width: 33.333%;
}

.mod-row .col-5 {
  width: 41.666%;
}

.mod-row .col-6 {
  width: 50%;
}

.mod-row .col-7 {
  width: 58.333%;
}

.mod-row .col-8 {
  width: 66.666%;
}

.mod-row .col-9 {
  width: 75%;
}

.mod-row .col-10 {
  width: 83.333%;
}

.mod-row .col-11 {
  width: 91.666%;
}

.mod-row .col-offset-1 {
  margin-left: 8.333%;
}

.mod-row .col-offset-2 {
  margin-left: 16.666%;
}

.mod-row .col-offset-3 {
  margin-left: 25%;
}

.mod-row .col-offset-4 {
  margin-left: 33.333%;
}

.mod-row .col-offset-5 {
  margin-left: 41.666%;
}

.mod-row .col-offset-6 {
  margin-left: 50%;
}

.mod-row .col-offset-7 {
  margin-left: 58.333%;
}

.mod-row .col-offset-8 {
  margin-left: 66.666%;
}

.mod-row .col-offset-9 {
  margin-left: 75%;
}

.mod-row .col-offset-10 {
  margin-left: 83.333%;
}

.mod-row .col-offset-11 {
  margin-left: 91.666%;
}

@media (max-width: 1024px) and (min-width: 640px) {
  .mod-row .col-md-1 {
    width: 8.333%;
  }

  .mod-row .col-md-2 {
    width: 16.666%;
  }

  .mod-row .col-md-3 {
    width: 25%;
  }

  .mod-row .col-md-4 {
    width: 33.333%;
  }

  .mod-row .col-md-5 {
    width: 41.666%;
  }

  .mod-row .col-md-6 {
    width: 50%;
  }

  .mod-row .col-md-7 {
    width: 58.333%;
  }

  .mod-row .col-md-8 {
    width: 66.666%;
  }

  .mod-row .col-md-9 {
    width: 75%;
  }

  .mod-row .col-md-10 {
    width: 83.333%;
  }

  .mod-row .col-md-11 {
    width: 91.666%;
  }

  .mod-row .col-md-12 {
    width: 100%;
  }

  .mod-row .col-offset-md-0 {
    margin-left: 0;
  }
}

@media (max-width: 639px) {
  .mod-row .col-sm-1 {
    width: 8.333%;
  }

  .mod-row .col-sm-2 {
    width: 16.666%;
  }

  .mod-row .col-sm-3 {
    width: 25%;
  }

  .mod-row .col-sm-4 {
    width: 33.333%;
  }

  .mod-row .col-sm-5 {
    width: 41.666%;
  }

  .mod-row .col-sm-6 {
    width: 50%;
  }

  .mod-row .col-sm-7 {
    width: 58.333%;
  }

  .mod-row .col-sm-8 {
    width: 66.666%;
  }

  .mod-row .col-sm-9 {
    width: 75%;
  }

  .mod-row .col-sm-10 {
    width: 83.333%;
  }

  .mod-row .col-sm-11 {
    width: 91.666%;
  }

  .mod-row .col-sm-12 {
    width: 100%;
  }

  .mod-row .col-offset-sm-0 {
    margin-left: 0;
  }
}

@media (max-width: 639px) {
  .hidden-sm {
    display: none;
  }
}

.mod-tab-wrap {
  text-align: center;
}

.mod-tab-wrap .tab {
  display: inline-block;
  margin-bottom: 28px;
  letter-spacing: -.40em;
}

.mod-tab-wrap .tab li {
  display: inline-block;
  padding: 26px 0 15px;
  width: 150px;
  border-bottom: 3px solid #6c747a;
  color: #6c747a;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer;
}

.mod-tab-wrap .tab li:hover,
.mod-tab-wrap .tab .current {
  color: #fff;
  border-color: #fff;
}

.mod-tab-wrap .tab-content-wrap {
  text-align: left;
}

.mod-tab-wrap .tab-content {
  display: none;
}

/* //////////////////////////////////////////////////
[effect]
////////////////////////////////////////////////// */
@media (min-width: 1025px) {
  .hover-slide-up {
    position: relative;
    top: 40px;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 50ms;
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 50ms;
  }

  .hover-slide-up:hover {
    top: 0;
  }

  .hover-slide-up .explanation {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: opacity 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }

  .hover-slide-up:hover .explanation {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 100ms;
    transition: opacity 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 100ms;
  }
}

.hover-frame {
  position: relative;
  display: block;
}

.hover-frame:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0 solid #ea541f;
  z-index: 2;
  -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hover-frame .link-more {
  position: relative;
  top: 20px;
  color: #ea541f;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 50ms;
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 50ms;
}

.hover-frame .link-more .fa {
  margin-left: 6px;
}

@media (min-width: 1025px) {
  .hover-frame:hover:before {
    border-width: 4px;
  }

  .hover-frame:hover .link-more {
    top: 0;
    opacity: 1;
  }
}

.img-effect .image {
  overflow: hidden;
}

.img-effect img {
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.43,0.08,0.08,1);
  transition: transform 600ms cubic-bezier(0.43,0.08,0.08,1);
}

.img-effect a:hover img {
  transform: scale(1.1, 1.1);
}

.cue-block[data-action="fade"] {
  position: relative;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* --------------------------------------------------
	mod-table
-------------------------------------------------- */
.mod-table {
  width: 100%;
  margin-bottom: 2em;
}

.mod-table th,
.mod-table td {
  padding: 10px;
  border: 1px solid #CCC;
  background-color: #FFF;
  word-break: break-word;
}

.mod-table th {
  width: 20%;
  background-color: #DDD;
}

@media (max-width: 639px) {
  .mod-table th {
    width: 40%;
  }
}

/* --------------------------------------------------
	.bx-slider
-------------------------------------------------- */
.bx-default-pager {
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 100%;
  height: 10px;
  text-align: center;
}

.bx-default-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
}

.bx-default-pager a {
  display: block;
  width: 10px;
  height: 10px;
  outline: 0;
  border-radius: 5px;
  background-color: #e1e1e1;
  text-indent: -9999px;
}

.bx-default-pager a:hover,
.bx-default-pager a.active {
  background-color: #737a80;
}

.bx-controls-direction a {
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  text-indent: -9999px;
  -webkit-transition: all 150ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 150ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.bx-controls-direction a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* --------------------------------------------------
	.carousel-box
-------------------------------------------------- */
.mod-carousel-wrap {
  margin: 44px auto 0;
  max-width: 620px;
}

.mod-carousel-wrap .carousel-title {
  margin-bottom: 6px;
  font-size: 15px;
}

.mod-carousel-wrap .mod-image-col {
  padding: 19px 80px 27px;
}

.mod-carousel-wrap .mod-image-col > a {
  display: block;
}

.mod-carousel-wrap .mod-image-col > a:before,
.mod-carousel-wrap .mod-image-col > a:after{
  content:"";
  display: table;
}

.mod-carousel-wrap .mod-image-col > a:after{
  clear:both;
}

.mod-carousel-wrap .mod-image-col .image {
  overflow: hidden;
  width: 140px;
  height: 140px;
  border-radius: 70px 70px;
}

.mod-carousel-wrap .mod-image-col .image img {
  margin-left: -44px;
}

.mod-carousel-wrap .text {
  padding-top: 15px;
}

.mod-carousel-wrap .client-name {
  font-size: 15px
}

.mod-carousel-wrap .explanation {
  margin-top: 12px;
}

.mod-carousel-wrap p {
  line-height: 1.5;
  color: #6c747a;
}

.mod-carousel-wrap .bx-wrapper {
  position: relative;
}

.mod-carousel-wrap .bx-viewport,
.mod-carousel-wrap .bx-slider {
  background-color: #f0f0f0;
}

.mod-carousel-wrap .bx-controls-direction .bx-prev {
  left: 0;
  background: url(/img/home/btn_prev.png) no-repeat center center;
  background-size: 11px 16px;
}

.ie8 .mod-carousel-wrap .bx-controls-direction .bx-prev {
  background: url(/img/home/btn_prev_ie8.png) no-repeat center center;
}

.mod-carousel-wrap .bx-controls-direction .bx-next {
  right: 0;
  background: url(/img/home/btn_next.png) no-repeat center center;
  background-size: 11px 16px;
}

.ie8 .mod-carousel-wrap .bx-controls-direction .bx-next {
  background: url(/img/home/btn_next_ie8.png) no-repeat center center;
}

@media (max-width: 639px) {
  .mod-carousel-wrap .mod-image-col {
    padding-right: 40px;
    padding-left: 40px;
  }

  .mod-carousel-wrap .text {
    padding-top: 0;
  }

  .mod-carousel-wrap .client-name {
    font-size: 12px;
  }

  .mod-carousel-wrap .explanation {
    display: none;
  }

  .mod-carousel-wrap .mod-image-col .image {
    margin-right: 10px;
    width: 83px;
    height: 83px;
  }

  .mod-carousel-wrap .image img {
    margin-left: -26px;
  }
}

/* --------------------------------------------------
	.bxslider-gallery
-------------------------------------------------- */
.bxslider-gallery {
  margin-bottom: 2em;
}

.bxslider-gallery .bx-wrapper {
  position: relative;
  padding: 10px 0 40px;
  border: 2px solid #ddd;
}

.bxslider-gallery .bxslide {
  text-align: center;
}

.bxslider-gallery .bx-controls-direction .bx-prev {
  left: 0;
  background: url(/img/home/btn_prev.png) no-repeat center center;
  background-size: 11px 16px;
}

.ie8 .bxslider-gallery .bx-controls-direction .bx-prev {
  background: url(/img/home/btn_prev_ie8.png) no-repeat center center;
}

.bxslider-gallery .bx-controls-direction .bx-next {
  right: 0;
  background: url(/img/home/btn_next.png) no-repeat center center;
  background-size: 11px 16px;
}

.ie8 .bxslider-gallery .bx-controls-direction .bx-next {
  background: url(/img/home/btn_next_ie8.png) no-repeat center center;
}

/* //////////////////////////////////////////////////
[layout]
////////////////////////////////////////////////// */
/* --------------------------------------------------
	content-wrap
-------------------------------------------------- */
.content-wrap {
  padding-top: 85px;
  position: relative;
  background-color: #f0f0f0;
}

.content-wrap .btn-open-sp {
  display: none;
}

@media (max-width: 1024px) {
  .content-wrap {
    padding-top: 76px;
  }

  .content-wrap .btn-open-sp {
    display: block;
    position: absolute;
    right: 20px;
    top: 27px;
    cursor: pointer;
    z-index: 100;
  }
}

/* --------------------------------------------------
	site-header
-------------------------------------------------- */
.search-wrap .search-button {
  font-size: 17px;
  cursor: pointer;
}

.search-wrap .search-button:focus,
.search-wrap #search-input:focus {
  outline: none;
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 85px;
  border-bottom: 0 solid #ccc;
  font-size: 15px;
  z-index: 100;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.site-header.move {
  background-color: #fff;
  border-width: 1px;
}

.site-header a,
.site-header .search-button {
  color: #6c747a;
}

.site-header.white a,
.site-header.white .search-button {
  color: #fff;
}

.site-header.move a,
.site-header.move .search-button {
  color: #6c747a;
}

.site-header a:hover,
.site-header .search-button:hover,
.site-header .global-nav .current a {
  color: #323a45;
}

.site-header.white a:hover,
.site-header.white .current a,
.site-header.white .search-button:hover {
  color: #fff;
}

.site-header.white.move a {
  color: #6c747a;
}

.site-header.white.move .current a {
  color: #323a45;
}

.site-header.move a:hover,
.site-header.move .search-button:hover {
  color: #323a45;
}

.site-header .site-header-inner {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
}

.site-header .logo {
  margin: 18px 0 0 19px;
  float: left;
}

.site-header .global-nav {
  margin: 33px 0 0 23px;
  float: left;
  font-weight: 500;
}

.site-header .global-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header .global-nav li {
  float: left;
  margin-right: 11px;
}

.site-header .global-nav a {
  padding: 9px 7px;
  -webkit-transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.site-header .global-nav a:hover,
.site-header .global-nav .current a {
  border-bottom: 3px solid #323a45;
}

.site-header.white .global-nav a:hover,
.site-header.white .global-nav .current a {
  border-color: #fff;
}

.site-header.move .global-nav a:hover,
.site-header.move .global-nav .current a {
  border-color: #323a45;
}

.site-header .utility {
  position: absolute;
  right: 38px;
  top: 33px;
  -webkit-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.site-header .utility li {
  float: left;
  margin-left: 16px;
}

.site-header .utility li a {
  display: block;
}

.site-header .utility li .fa {
  margin-right: 8px;
  font-size: 17px;
}

.site-header .search-wrap {
  position: absolute;
  right:0;
  top: 33px;
  padding-left: 20px;
  line-height: 1;
  z-index: 11;
}

.site-header .search-wrap .fa {
  position: absolute;
  left: 0;
  top: 3px;
}

.site-header .search-wrap #search-input {
  padding: 0;
  width: 0;
  border: none;
  border-bottom: 1px solid #323A45;
  background-color: transparent;
  -webkit-transition: width 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.site-header .search-wrap .input-wrap {
  display: inline-block;
  overflow: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: width 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.site-header .search-wrap [type="submit"] {
  display: none;
  padding: 0 10px;
  height: 26px;
  border-color: #6c747a;
  background-color: #fff;
  line-height: 22px;
  font-size: 14px;
  color: #6c747a;
  cursor: pointer;
}

.site-header .search-wrap [type="submit"]:hover {
  background-color: #6c747a;
  color: #fff;
}

.site-header .site-header-inner.search-open .search-wrap #search-input {
  width: 174px;
}

.site-header .site-header-inner.search-open .input-wrap {
  filter: alpha(opacity=100);
  opacity: 1;
}

.site-header .site-header-inner.search-open .search-wrap [type="submit"] {
  display: inline-block;
}


.site-header .site-header-inner.search-open .search-button {
  color: #323A45;
}

.site-header .site-header-inner.search-open .utility {
  filter: alpha(opacity=0);
  opacity: 0;
}

@media (max-width: 1024px) {
  .site-header {
    position: absolute;
    margin-bottom: 0;
    padding-bottom: 12px;
    height: 76px;
    background-color: #fff;
  }

  .site-header .logo {
    margin: 12px 0 0;
  }

  .site-header .global-nav,
  .site-header .utility,
  .site-header .search-wrap {
    display: none;
  }
}

/* --------------------------------------------------
	fixed-menu-sp
-------------------------------------------------- */
.fixed-menu-sp {
  display: none;
}

@media (max-width: 1024px) {
  .fixed-menu-sp {
    position: absolute;
    right: 0;
    top: 0;
    padding: 23px 0 0 40px;
    width: 284px;
    height: 100%;
    z-index: 0;
  }

  .fixed-menu-sp a {
    color: #fff;
  }

  .fixed-menu-sp .btn-close-sp {
    position: absolute;
    right: 20px;
    top: 27px;
    cursor: pointer;
  }

  .fixed-menu-sp .global-nav {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .fixed-menu-sp .global-nav li {
    margin-top: 16px;
  }

  .fixed-menu-sp .global-nav li .fa {
    width: 25px;
  }

  .fixed-menu-sp .search-wrap {
    position: relative;
    width: 176px;
  }

  .fixed-menu-sp .search-button {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 28px;
    border: none;
    background-color: transparent;
    color: #000;
    -webkit-appearance: button;
  }

  .fixed-menu-sp #search-input-sp {
    padding: 3px 30px 3px 3px;
    width: 176px;
    border: none;
  }
}

/* --------------------------------------------------
	main-visual
-------------------------------------------------- */
.main-visual {
  margin-top: -85px;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.main-visual.alpha .visual {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.main-visual.alpha10 .visual {
  filter: alpha(opacity=10);
  opacity: 0.1;
}

.main-visual .main-visual-copy {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  padding: 0 15px;
  width: 100%;
  font-size: 32px;
  text-align: center;
}

@media (max-width: 1024px) {
  .main-visual {
    margin-top: 0;
    text-align: center;
  }
}

@media (max-width: 639px) {
  .main-visual {
    height: 233px;
  }

  .main-visual .main-visual-copy {
    font-size: 20px;
  }
}

.main-visual .title-wrap {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}

.main-visual .title-wrap-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 750px;
  text-align: center;
}

.main-visual .category-title {
  text-align: center;
}

.main-visual .explanation {
  line-height: 1.5;
  text-align: left;
  color: #323a45;
}

@media (max-width: 639px) {
  .main-visual .category-title-box.ride {
    width: 100%;
    height: 180px;
  }

  .main-visual .title-wrap {
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    height: 200px;
    margin: auto;
    padding: 0 5px;
  }
}

/* --------------------------------------------------
	category-title-box
-------------------------------------------------- */
.category-title-box {
  padding: 60px 0 108px;
  text-align: center;
}

@media (max-width: 639px) {
  .category-title-box {
    padding: 50px 0 60px;
  }
}
/* --------------------------------------------------
	sub-nav
-------------------------------------------------- */
.sub-nav {
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.sub-nav ul {
  margin: 0 auto;
  max-width: 940px;
  text-align: center;
  letter-spacing: -.40em;
}

.sub-nav li {
  position: relative;
  display: inline-block;
  padding-left: 2px;
  line-height: 2;
  letter-spacing: normal;
}

.sub-nav li:first-child {
  padding-left: 0;
}

.sub-nav li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 18px;
  width: 2px;
  height: 24px;
  background-color: #e1e1e1;
}

.sub-nav li:first-child:after {
  display: none;
}

.sub-nav li a {
  display: block;
  padding: 15px 8px;
  border-bottom: 3px solid #fff;
  color: #6c747a;
}

.sub-nav.bottom li a {
  border-bottom: none;
  border-top: 3px solid #fff;
  -webkit-transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sub-nav li a:hover,
.sub-nav .current a,
.sub-nav.bottom .current a {
  border-color: #000;
  color: #323a45;
}

.sub-nav.treeColumn li {
  width: 33.3%;
}

.sub-nav.fourColumn li {
  width: 25%;
}

.sub-nav.fiveColumn li {
  width: 20%;
}

.sub-nav.sixColumn li {
  width: 16.6%;
}

@media (max-width: 639px) {
  .sub-nav {
    margin-bottom: 30px;
  }

  .sub-nav.bottom {
    margin-bottom: 0;
  }

  .sub-nav li {
    width: auto !important;
  }

  .sub-nav li:after {
    display: none;
  }

  .sub-nav li a {
    padding-top: 12px;
    padding-bottom: 8px;
  }
}

/* --------------------------------------------------
	mod-anchor-nav
-------------------------------------------------- */
.mod-anchor-nav {
  margin: 0 auto 24px;
  padding: 18px 0;
  max-width: 960px;
  background-color: #fff;
}

.mod-anchor-nav ul {
  width: 100%;
  text-align: center;
  letter-spacing: -.40em;
}

.mod-anchor-nav li {
  display: inline-block;
  padding: 0 30px;
  letter-spacing: normal;
}

.mod-anchor-nav a {
  color: #6c747a;
  -webkit-transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mod-anchor-nav a:hover {
  color: #000;
}

.mod-anchor-nav a .fa {
  margin-left: 6px;
}

@media (max-width: 639px) {
  .mod-anchor-nav li {
    padding: 6px 10px;
  }
}

/* --------------------------------------------------
	mod-tab-category
-------------------------------------------------- */
.mod-tab-wrap {
  margin-bottom: 50px;
}

.mod-tab-wrap .tab-category {
  display: inline-block;
  width: 100%;
  letter-spacing: -.40em;
}

.mod-tab-wrap .tab-category li {
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
}

.mod-tab-wrap .tab-category li a {
  display: block;
  padding: 26px 0 15px;
  width: 100%;
  border-bottom: 3px solid #e1e1e1;
  color: #6c747a;
  -webkit-transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mod-tab-wrap .tab-category .current-cat a,
.mod-tab-wrap .tab-category .current a,
.mod-tab-wrap .tab-category li a:hover {
  color: #323a45;
  border-color: #323a45;
}

@media (max-width: 639px) {
  .tab-category li {
    font-size: 11px;
  }
}

/* --------------------------------------------------
	content-main
-------------------------------------------------- */
.content-main {
  margin: 0 auto;
}

/* --------------------------------------------------
	topic-path
-------------------------------------------------- */
.topic-path {
  padding: 20px 15px;
}

.topic-path ul {
  margin: 0 auto;
  max-width: 940px;
}

.topic-path ul:before,
.topic-path ul:after{
  content:"";
  display: table;
}

.topic-path ul:after{
  clear:both;
}

.topic-path ul li {
  float: left;
  padding: 0 13px 0 20px;
  background: url(/img/common/bg_arrow_1.png) no-repeat left 8px;
  background-size: 5px auto;
  color: #323a45;
}

.topic-path ul li br {
  display: none;
}

.ie8 .topic-path ul li {
  background-image: url(/img/common/bg_arrow_1_ie8.png);
}

.topic-path ul li:first-child {
  padding-left: 0;
  background: none;
}

.topic-path ul a {
  color: #747c83;
  font-size: 15px;
  -webkit-transition: color 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}


.topic-path ul a:hover {
  color: #323a45;
}

.topic-path ul .fa {
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .topic-path ul {
    padding-left: 0;
  }
}

@media (max-width: 639px) {
  .topic-path {
    display: none;
  }
}

/* --------------------------------------------------
	.inquiry-wrap
-------------------------------------------------- */
.inquiry-wrap {
  padding: 70px 0;
  background-color: #323a45;
  text-align: center;
  color: #fff;
}

.inquiry-wrap .inquiry-title {
  display: inline-block;
  padding-left: 74px;
  background: url(/img/common/ico_inquiry.png) no-repeat left center;
  font-size: 36px;
}

.inquiry-wrap .explanation {
  margin-bottom: 42px;
  font-size: 20px;
}

.inquiry-wrap .explanation .pc-hide {
  display: none;
}

.inquiry-wrap .mod-btn {
  border-color: #fff;
  color: #fff;
}

.inquiry-wrap .mod-btn:hover {
  background-color: #fff;
  color: #323a45;
}

@media (max-width: 639px) {
  .inquiry-wrap {
    padding: 45px 20px;
  }

  .inquiry-wrap .inquiry-title {
    padding-left: 38px;
    background-size: 26px auto;
    font-size: 30px;
  }

  .inquiry-wrap .explanation {
    font-size: 18px;
  }

  .inquiry-wrap .explanation .pc-hide {
    display: block;
  }
}

/* --------------------------------------------------
	site-footer
-------------------------------------------------- */
.site-footer {
  overflow: hidden;
  padding: 65px 15px 22px;
  background-color: #202123;
  font-size: 13px;
  color: #fff;
}

.site-footer .site-footer-inner {
  margin: 0 auto;
  max-width: 940px;
}

.site-footer .site-footer-inner:before,
.site-footer .site-footer-inner:after{
  content:"";
  display: table;
}

.site-footer .site-footer-inner:after{
  clear:both;
}

.site-footer .site-footer-nav {
  display: table;
  width: 100%;
}

.site-footer dl {
  display: table-cell;
  padding-bottom: 40px;
  padding-right: 20px;
  line-height: 1.7;
  vertical-align: top;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer dl dt {
  margin-bottom: 8px;
  font-weight: bold;
}

.site-footer dl dd {
  margin: 0;
}

.site-footer dl dt > a {
  display: inline-block;
  padding-left: 15px;
  background: url(/img/common/bg_arrow_2.png) no-repeat left 6px;
  background-size: 5px auto;
}

.ie8 .site-footer dl dt > a {
  background-image: url(/img/common/bg_arrow_2_ie8.png);
}

.site-footer dl dd ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}

.site-footer dl dd {
  margin-left: 15px;
}

.site-footer dl dd > a {
  display: inline-block;
  padding-left: 12px;
  background: url(/img/common/bg_arrow_3.png) no-repeat left 6px;
  background-size: 5px auto;
}

.ie8 .site-footer dl dd > a {
  background-image: url(/img/common/bg_arrow_3_ie8.png);
}

.site-footer .site-footer-bottom {
  clear: both;
}

.site-footer .site-footer-bnr {
  margin: 0 0 25px -2.12%;
}

.site-footer .site-footer-bnr:before,
.site-footer .site-footer-bnr:after{
  content:"";
  display: table;
}

.site-footer .site-footer-bnr:after{
  clear:both;
}

.site-footer .site-footer-bnr li {
  float: left;
  padding-left: 2.12%;
  width: 25%;
}

.site-footer .site-footer-bnr a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.site-footer .utility {
  clear: both;
  float: right;
  margin: 0;
  margin-bottom: 5px;
}

.site-footer .utility li {
  display: inline-block;
  padding: 0 16px 0 14px;
  border-right: 1px solid #999;
}

.site-footer .utility li:last-child {
  border-right: none;
}

.site-footer small {
  float: left;
  font-size: 13px;
  color: #747c83;
}

@media (max-width: 1024px) {
  .site-footer .site-footer-bottom {
    text-align: center;
  }

  .site-footer .utility {
    float: none;
  }

  .site-footer .utility li {
    padding: 0 10px;
  }

  .site-footer small {
    float: none;
    margin-top: 15px;
    display: inline-block;
  }
}

@media (max-width: 639px) {
  .site-footer {
    padding-top: 40px;
  }

  .site-footer dl {
    float: left;
    display: block;
    margin-bottom: 22px;
    width: 50%;
  }

  .site-footer .site-footer-nav {
    display: block;
    margin-right: -20px;
    margin-left: 0;
  }

  .site-footer dl:nth-child(even) {
    padding-right: 0;
  }

  .site-footer .site-footer-bnr li {
    margin-bottom: 8px;
    width: 50%;
  }

  .site-footer .utility {
    margin-bottom: 0;
  }

  .site-footer .utility li {
    border-right: none;
  }


}

/* --------------------------------------------------
	.btn-page-top
-------------------------------------------------- */
.btn-page-top-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.btn-page-top-wrap .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1150px;
}

.btn-page-top {
  display: none;
  position: absolute;
  right: 0;
  bottom: 64px;
  padding-top: 8px;
  width: 80px;
  height: 80px;
  background-color: #ea5a37;
  border-radius: 40px 40px;
  box-shadow:rgba(0, 0, 0, 0.3) 0 2px 4px 2px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
}

.btn-page-top .arrow {
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: all 100ms cubic-bezier(0.215, 0.61, 0.355, 1) 50ms;
  transition: all 100ms cubic-bezier(0.215, 0.61, 0.355, 1) 50ms;
}

.btn-page-top:hover .arrow {
  top: -4px;
}

.btn-page-top .fa {
  margin-bottom: 4px;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .btn-page-top {
    right: 20px;
  }
}

@media (max-width: 639px) {
  .btn-page-top-wrap {
    position: static;
  }

  .btn-page-top {
    display: block;
    position: static;
    padding-top: 10px;
    width: 100%;
    height: 40px;
    border-radius: 0 0;
    box-shadow: none;
  }

  .btn-page-top .arrow {
    display: inline;
  }

  .btn-page-top .fa {
    margin: 0 6px 0 0;
  }

  .btn-page-top br {
    display: none;
  }
}

/* origin-modal
---------------------------------------- */
.origin-modal {
  min-height: 300px;
  margin: 0 10px 20px;
  background: #FFF;
  cursor: pointer;
}

.origin-modal.pickup {
  padding: 0;
}

@media (max-width: 639px) {
  .origin-modal {
    min-height: inherit;
  }
}

.origin-modal .summary {
  display: block;
  color: #6c747a;
}

.origin-modal .summary:after {
  content: "";
  display: block;
  clear: both;
}

.origin-modal figure {
  text-align: center;
}

.origin-modal figure .inner {
  display: table-cell;
  width: 220px;
  height: 180px;
  padding: 0.7em;
  vertical-align: middle;
}

.origin-modal figure span {
  display: inline-block;
  max-width: 150px;
}

.origin-modal figure span img {
  width: 100%;
  height: auto;
}

.origin-modal .summary .text {
  padding: 0 0.7em 0.7em;
}

.origin-modal .summary h2 {
  display: table;
  width: 100%;
  height: 3em;
  margin: 0 0 0.5em;
  color: #323a45;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -1px;
}

.origin-modal .summary h2 span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.origin-modal .summary p {
  font-size: 15px;
}

@media (max-width: 639px) {
  .origin-modal figure .inner {
    display: block;
    width: inherit;
    height: inherit;
  }
}

.origin-modal.pickup .summary p {
  text-align: left;
}

.origin-modal.pickup figure {
  float: left;
  width: 50%;
  /*min-height: 300px;*/
  margin: 0;
  padding: 0;
  background: #ccc;
}

.origin-modal.pickup figure .inner {
  display: table-cell;
  width: 230px;
  height: 300px;
  vertical-align: middle;
}

.origin-modal.pickup .summary {
  display: table;
  float: right;
  width: 50%;
  height: 300px;
  margin: 0;
}

.origin-modal.pickup .summary .text {
  display: table-cell;
  padding: 0 0.8em;
  vertical-align: middle;
  background: #fff;
}

.origin-modal.pickup .summary h2 {
  display: block;
  height: auto;
  font-size: 24px;
}

.origin-modal.pickup .summary h2 span {
  display: block;
  text-align: left;
  vertical-align: middle;
}

.modal-view .summary {
  display: none;
}

@media (max-width: 639px) {
  .origin-modal.pickup figure {
    float: none;
    width: 100%;
    min-height: auto;
  }

  .origin-modal.pickup figure .inner {
    display: block;
    width: 100%;
    height: auto;
  }

  .origin-modal.pickup .summary {
    float: none;
    width: 100%;
    height: auto;
  }

  .origin-modal.pickup .summary .text {
    display: block;
    padding: 1em 0.7em 0.7em;
  }

  .origin-modal.pickup .summary h2 {
    display: block;
    height: auto;
    font-size: 20px;
  }

  .origin-modal.pickup .summary h2 span {
    display: block;
    text-align: center;
    vertical-align: middle;
  }
}

/* modal-view
---------------------------------------- */
.modal-view {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 101;
  cursor: default !important;
}

.modal-view .detail h2,
.modal-view .detail .text,
.modal-view .detail p,
.modal-view .detail .info {
  display: block;
}

.modal-view .detail {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.modal-view .detail-inner {
  position: absolute;
  width: 780px;
  height: 400px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-view .detail-inner h2 {
  position: relative;
  top: 35px;
  left: 325px;
  padding: 0 20px;
  width: 400px;
  font-size: 34px;
  color: #fff;
  line-height: 1.5;
}

.modal-view .detail-inner .text {
  position: relative;
  top: 60px;
  left: 0;
  min-height: 200px;
  max-height: 400px;
  padding: 30px 75px 150px 325px;
  font-size: 15px;
  background: #fff;
}

.modal-view .detail-inner .text .inner {
  max-height: 250px;
  overflow-y: auto;
}

.modal-view .detail-inner .text .inner::-webkit-scrollbar {
  overflow:hidden;
  width: 6px;
  background:#fff;
  border: 1px solid #e1e1e1;
  border-radius:4px;
}

.modal-view .detail-inner .text .inner::-webkit-scrollbar-thumb
{
  overflow:hidden;
  height: 6px;
  border-radius:3px;
  background:#999;
}

.modal-view .detail-inner .info {
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  background: #F9F9FA;
}

.modal-view .detail-inner .info-inner {
  display: table;
  table-layout: fixed;
  width: 660px;
  margin: 0 auto;
}

.modal-view .detail-inner .info dl {
  display: table-cell;
  padding: 20px;
}

.modal-view .detail-inner .info dt {
  font-weight: bold;
}

.modal-view .detail-inner .info dd {
}

.modal-view .detail-inner figure {
  position: absolute;
  top: 0;
  left: 60px;
  float: none;
  width: 220px;
  min-height: 220px;
  border: 1px #dedede solid;
  background: #fff;
  z-index: 1;
}

.modal-view .detail-inner figure .inner {
  display: table-cell;
  height: 220px!important;
}

.modal-view.pickup .detail-inner figure .inner {
  width: 220px;
}

.modal-view .detail-inner .btn-link {
  position: absolute;
  top: 240px;
  left: 100px;
  z-index: 2;
}

.modal-view .detail-inner .btn-close {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 3;
}

.modal-view .detail .hover-frame:before {
  display: none;
}

.modal-view.hover-frame:before {
  display: none;
}

@media (max-width: 768px) {
  .modal-view .detail-inner {
    width: 90%;
  }

  .modal-view .detail-inner h2 {
    width: 310px;
  }

  .modal-view .detail-inner .text {
    padding: 30px 20px 150px 325px;
  }

}


@media (max-width: 639px) {
  .modal-view {
    margin: 0;
    z-index: 101;
    background-size: 50% auto;
  }

  .modal-view .detail {
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .modal-view .detail-inner {
    top: 76px;
    width: 100%;
    height: auto;
    padding-top: 60px;
    margin: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .modal-view .detail-inner > * {
    -webkit-transform: translateZ(0px);
  }

  .modal-view .detail-inner .info-inner {
    width: 100%;
    margin: 0 auto;
  }

  .modal-view .detail-inner h2 {
    position: relative;
    top: 0;
    right: auto;
    left: auto;
    width: 100%;
    margin-bottom: 1em;
    font-size: 24px;
    text-align: center;
  }

  .modal-view .detail-inner .text {
    position: relative;
    top: -100px;
    left: 0;
    min-width: 100%;
    min-height: none;
    max-height: none;
    margin: 0;
    padding: 130px 25px 40px;
    font-size: 15px;
    background: #fff;
  }

  .modal-view .detail-inner .text .inner {
    max-height: none;
    overflow-y: auto;
  }

  .modal-view .detail-inner figure {
    position: relative;
    top: 0;
    right: auto;
    left: auto;
    width: 220px;
    margin: 0 auto;
  }

  .modal-view .detail-inner figure img {
  }

  .modal-view .detail-inner .btn-link {
    position: relative;
    top: 0;
    right: auto;
    left: auto;
    min-width: 100%;
    margin: 0 auto 1em;
    text-align: center;
  }

  .modal-view .detail-inner .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .modal-view .detail-inner .btn-close img {
    width: 30px;
    height: auto;
  }

  .modal-view .detail-inner .info {
    position: relative;
    margin-top: 20px;
  }

  .modal-view .detail-inner .info dl {
    display: block;
    width: 100%;
    padding: 10px 20px;
  }
}

/* --------------------------------------------------
	list-item
-------------------------------------------------- */
.mod-list-item {
  margin: 0 auto 48px;
  max-width: 940px;
  background-color: #fff;
  top: 120px;
}

.mod-list-item a {
  position: relative;
  display: block;
}

.mod-list-item a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mod-list-item a:after {
  content: "";
  clear: both;
  display: block;
}

.mod-list-item .image,
.mod-list-item .text {
  width: 50%;
}

.mod-list-item .image {
  position: relative;
  margin: 0;
  text-align: center;
  -webkit-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.mod-list-item .text {
  padding: 9% 4% 0;
}

.mod-list-item a .text {
  color: #6c747a;
}

.mod-list-item .text .copy {
  margin-bottom: 13px;
  text-align: center;
}

.mod-list-item .text .copy,
.mod-list-item .text .explanation {
  top: 30px;
}

.mod-list-item .text .explanation {
  margin-bottom: 5px;
  text-align: left;
}

.mod-list-item .text .link-more {
  position: relative;
  top: 20px;
  color: #ea541f;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 50ms;
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 50ms;
}

.mod-list-item .text .link-more .fa {
  margin-left: 6px;
}

.mod-list-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mod-list-item .overlay .icon {
  position: absolute;
  top: 23%;
  left: 50%;
  margin-left: -14.89%;
  width: 29.78%;
  -webkit-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mod-list-item .overlay .service-name {
  margin-top: 39%;
}

@media (min-width: 1025px) {
  .mod-list-item a .overlay .service-name {
    -webkit-transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .mod-list-item a:hover:before {
    border: 4px solid #ea541f;
  }

  .mod-list-item a:hover .overlay .icon-origin {
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .mod-list-item a:hover .overlay .service-name {
    color: #fff;
  }

  .mod-list-item a:hover .link-more {
    top: 0;
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .mod-list-item .overlay .icon-origin {
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .mod-list-item .overlay .service-name {
    color: #fff;
  }

  .mod-list-item .text .explanation {
    font-size: 14px;
  }

  .mod-list-item .text .link-more {
    display: none;
  }
}

@media (max-width: 639px) {
  .mod-list-item {
    margin-bottom: 25px;
  }

  .mod-list-item .image,
  .mod-list-item .text {
    float: none;
    width: 100%;
  }

  .mod-list-item .text {
    padding: 20px 15px 30px;
  }

  .mod-list-item .text .link-more {
    display: block;
    top: 0;
    opacity: 1;
  }
}

/* --------------------------------------------------
	news-body
-------------------------------------------------- */
.single .news-body-wrap {
  margin: 0 auto 74px;
  padding: 20px 70px 46px;
  max-width: 960px;
  background-color: #fff;
}

@media (max-width: 639px) {
  .single .news-body-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.single .news-body h1,
.single .news-body h2,
.single .news-body h3,
.single .news-body h4,
.single .news-body h5,
.single .news-body h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

.single .news-body h1 {
  font-size: 36px;
}

.single .news-body h2 {
  font-size: 24px;
}

.single .news-body h3 {
  font-size: 20px;
}

@media (max-width: 1024px) {
  .single .news-body h1 {
    font-size: 26px;
  }

  .single .news-body h2,
  .single .news-body h3 {
    font-size: 18px;
  }
}

.single .news-body em {
  font-weight: normal;
  font-style: italic;
}

.single .news-body p {
  margin-bottom: 1.5em;
}

.single .news-body img {
  max-width: 100%;
  height: auto;
}

.single .news-body-wrap .news-body {
  padding-bottom: 60px;
  word-wrap: break-word;
}

.single .news-body .img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.single .news-body img.alignright {
  float: right;
  padding: 4px;
  margin: 0 0 10px 15px;
  display: inline;
  clear: both;
}

.single .news-body img.alignleft {
  float: left;
  padding: 4px;
  margin: 0 15px 10px 0;
  display: inline;
  clear: both;
}

.single .news-body hr {
  display: block;
  clear: both;
  opacity: 0;
}

.single .news-body .video-container{
  max-width:640px;
}

.single .news-body .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.single .news-body .video iframe,
.single .news-body .video object,
.single .news-body .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single .news-body table {
  width: 100%;
  margin-bottom: 2em;
}

.single .news-body table th,
.single .news-body table td {
  padding: 10px;
  border: 1px solid #CCC;
  background-color: #FFF;
  word-break: break-word;
}

.single .news-body table th {
  background-color: #DDD;
}

.single .news-body ul,
.single .news-body ol {
  margin: 0 0 1em 20px;
}

.single .news-body li {
  list-style: inherit;
}

@media (max-width: 639px) {
  .single .news-body table th {
  }
}

@media (max-width: 639px) {
  .single .news-body img.alignright,
  .single .news-body img.alignleft {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .single .news-body iframe {
    width: 100%;
  }
}
