@charset "utf-8";

/*
theme Name: maruita17wp
Author: Marukita
Description: original theme
version： 0.2
*/

html {
  height: 100%;
  scroll-behavior: smooth;
}

#container {
  display: flex;
  flex-direction: column;
  /*min-height: 100vh;*/
}

section {
  padding-top: 60px;
}

body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 400;
}

header#header {
  box-shadow: 0px 0px 3px rgba(194, 193, 193, 0.9);
}

.newsWrap {
  padding: 8px;
}

section:first-child {
  text-align: center;
}

section {
  margin: 0px auto;
  text-align: center;
}

section header {
  padding: 60px 0 50px;
}

section header div {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

section#business,
section#howtosite {
  margin: 0px auto;
}

section#archives {
  margin-bottom: 250px;
}

.home section {
  margin: 0px auto;
  text-align: center;
}

.topHeader {
  position: relative;
  text-align: center;
  padding: 80px 0 0;
}

.topHeader h2.heading,
.topHeader h3.heading {
  margin-bottom: -13px;
  font-style: italic;
}

.topHeader h3.heading {
  margin-bottom: 8px;
}

.topHeader h4.heading {
  margin-bottom: 2em;
  padding-bottom: 8px;
  border-bottom: 1px solid #3074bb;
}

.topHeader header {
  background: #3074bb;
  color: #fff;
  width: 100%;
  padding: 50px 0 40px;
  z-index: 1;
}

.topHeader header h2 {
  font-size: 1.3em;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
}

.topHeader header h3 {
  letter-spacing: 0.1em;
}

.home .topHeader header p {
  margin: 0 0 30px 0;
}

.topHeader header p br {
  display: none;
}

#main-area div {
  margin-left: auto;
  margin-right: auto;
}

#main-area div.contentBox {
  margin: 60px auto 60px;
}

.home #main-area div {
  margin: 0px auto 0px;
}

.home #main-area div#lead .top-lead {
  padding-top: 100px;
  font-size: 2.8em;
  color: #fff;
  writing-mode: vertical-rl;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  font-weight: bold;
}

.breadcrumbs {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.breadcrumbs .icon-angle-double-right-solid {
  color: #888;
  margin-left: 16px;
  margin-right: 16px;
}

.ict-contents {
  z-index: 10;
}

.white-txt {
  color: #fff;
}

footer {
  position: relative;
  color: #e5e5e5;
  background-color: #3074bb;
  margin-top: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1px;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 1.8em;
}

h3,
.h3 {
  font-size: 1.5em;
}

h3.heading i {
  position: relative;
  top: 4px;
  right: 2px;
}

#co-about h3.heading i.icon-logo_kita {
  display: inline-block;
  position: relative;
  top: 4px;
  right: 2px;
  transform: rotate(10deg) !important;
  -webkit-transform: rotate(10deg) !important;
  transition: 1s;
}

h4.tit::after {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  margin-left: 1em;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3074bb),
    to(rgba(204, 204, 204, 0))
  );
  background: linear-gradient(to right, #3074bb, rgba(204, 204, 204, 0));
}

h4.tit::before {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  margin-right: 1em;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(204, 204, 204, 0)),
    to(#3074bb)
  );
  background: linear-gradient(to right, rgba(204, 204, 204, 0), #3074bb);
}

h4 {
  font-size: 1.3em;
  color: #3074bb;
}

.h4 {
  font-size: 1.3em;
  color: #3074bb;
  border-bottom: 1px solid #3074bb;
  padding-bottom: 12px;
}

h4.obi {
  font-size: 1.3em;
  color: #fff;
  background-color: #3074bb;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
}

h4.tit_r,
h4.tit_l {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

h4.tit_r::after {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  margin-left: 1em;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3074bb),
    to(rgba(204, 204, 204, 0))
  );
  background: linear-gradient(to right, #3074bb, rgba(204, 204, 204, 0));
}

h4.tit_l::before {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  margin-right: 1em;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(204, 204, 204, 0)),
    to(#3074bb)
  );
  background: linear-gradient(to right, rgba(204, 204, 204, 0), #3074bb);
}

h5 {
  font-size: 1.1em;
}

#about-us h5 {
  font-size: 1.25em;
}

.marker {
  background: linear-gradient(transparent 70%, #fff799 70%);
  font-weight: bold;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #3074bb;
  text-decoration: none;
  outline: none;
}

p a:hover {
  text-decoration: none;
}

.messBox p strong {
  font-size: 120%;
}

.timeline li dt {
  font-size: 100%;
  color: #3074bb;
}

sup {
  color: #3074bb;
  font-weight: bold;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #aaaebb;
}

.ftmenu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ftmenu ul li > ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ftmenu ul li > ul li > ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.copyright {
  margin-bottom: 1em;
}

.snsbtn ul li {
  margin-left: 0.8em;
  margin-right: 0.8em;
}

div.top-lead {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-top: 100px;
}

div.top-lead img {
  max-width: 1000px;
  min-width: 500px;
}

#banners {
  margin-bottom: 3em;
}

#banners img {
  width: 100%;
  max-height: 150px;
  background-color: #f2f2f2;
}

.newmark {
  position: relative;
  top: -4px;
  padding-left: 3px;
  color: red;
  font-size: 90%;
  font-style: italic;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  border-bottom: red 1px solid;
  margin-left: 6px;
  transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}

.grayout,
.grayout h4,
.grayout span.newmark {
  color: #ccc;
}

.grayout span.newmark {
  border-bottom: 1px#e5e5e5 solid;
}

.btn {
  width: 100%;
  max-width: 220px;
  text-align: center;
  -webkit-appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-repeat: no-repeat;
  background-size: 100%;
  background-clip: padding-box;
  position: relative;
  color: #fff;
  border-radius: 6px;
}

.btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
  filter: blur(14px);
}

.btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: -1;
  filter: blur(14px);
}

.btn:hover {
  color: #fff !important;
  background-color: #3074bb !important;
}

.button {
  background-image: linear-gradient(-45deg, #7b81ec, #3bd1d3);
  animation: huerotator 3s infinite alternate;
}
.button:before {
  background-image: linear-gradient(90deg, #7b81ec, transparent);
}
.button:after {
  background-image: linear-gradient(90deg, transparent, #3bd1d3);
}

@media screen and (max-width: 599px) {
  .btn {
    width: 100%;
    max-width: 100%;
  }

  div.top-lead img {
    min-width: 100%;
  }

  #about-us h5 {
    font-size: 1.1em;
  }
}

/*
@keyframes huerotator {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
*/

/* top page */

.d-flex {
  gap: 4px;
}

.messBox {
  font-weight: bold;
  letter-spacing: 1px;
}

.aboutus-btn {
  position: relative;
  bottom: 0px;
  right: 0px;
}

/* business */

.bg_business {
  /*background: url("https://marukita17.co.jp/wp/wp-content/uploads/2021/08/img_food.jpg") no-repeat center;
  background-size: cover;
  background-clip: border-box;*/
}

#business-line p a img {
  display: block;
  font-size: 160%;
  width: 100%;
}

/*
li.foodsales img,
li.lease img,
li.ict img {
  min-width: 250px;
  min-height: 154.5px;
}
*/

.foodsales a img {
  border: 3px solid #ff4b4b;
}

.foodsales h4 a,
#co-business-foodsales h4 a {
  color: #ff4b4b;
}

#co-business-foodsales h4 {
  color: #ff4b4b;
  border-bottom: 3px solid #ff4b4b;
}

.lease h4 a,
#co-business-lease h4 a {
  color: #409055;
}

.lease a img {
  border: 3px solid #409055;
}

#co-business-lease h4 {
  color: #409055;
  border-bottom: 3px solid #409055;
}

.ict h4 a,
#co-business-ict h4 a {
  color: #2982ff;
}

.ict a img {
  border: 3px solid #2982ff;
}

#co-business-ict h4 {
  color: #2982ff;
  border-bottom: 3px solid #2982ff;
}

.businessbtn {
  display: inline-block !important;
  width: 100%;
  max-width: 320px;
  height: auto;
  position: relative;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  outline: none;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
  filter: grayscale(80%);
  transition: 0.3s ease-in-out;
  /*z-index: 10;*/
}

.businessbtn:hover {
  filter: grayscale(0) !important;
}

@media screen and (max-width: 950px) {
  .businessbtn {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    color: #3074bb;
    display: inline-block;
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease-in-out;
  }
}

/* image */

figcaption {
  text-align: center;
  color: #888;
}

figcaption::before {
  font-family: "icomoon";
  content: "\e90d";
  font-weight: 500;
  padding-right: 8px;
}

img.grayscale {
  filter: grayscale(80%);
}

/* blog -news

.foodsales {
  border: 3px solid #FF4B4B;
}

.lease {
  border: 3px solid #409055;
}

.ict {
  border: 3px solid #2982FF;
}

*/

/* ICT */

/*.page-id-481 {
  background-image: url("https://marukita17.co.jp/wp/wp-content/uploads/2021/11/bg_com.png");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}*/

#ict-contents h5 {
  color: #3074bb;
}

.ictbox p {
  margin-bottom: 0;
}

#ict ul.notes li {
  margin-bottom: 1em;
}

h3.side-tit {
  color: #3074bb;
}

h3.side-tit::before {
  font-family: "icomoon";
  content: "\e916";
  color: #3074bb;
  padding-right: 8px;
}

.cat-data,
.article-date {
  margin-left: 1em;
  color: #777;
}

.news-date {
}

.cate-badge {
  margin: 0 14px;
  padding: 1px 12px 2px;
  font-size: 85%;
  color: #fff;
  background-color: #ccc;
  border-radius: 8px;
}

.cate-badge a {
  color: #fff;
}

span.news {
  background-color: #3f51b5;
}

span.service {
  background-color: #f57c00;
}

span.company {
  background-color: #7b1fa2;
}

span.company {
  background-color: #d32f2f;
}

span.company {
  background-color: #388e3c;
}

span.company {
  background-color: #c2185b;
}

span.ec {
  background-color: #0097a7;
}

.mainContents {
  margin-top: 4em;
}

.mainContents p {
  margin: 0 auto 1em;
}

/* side-bar */

#secondary div.sidebar-wrapper {
  margin: 0 auto 3em;
}

aside {
  text-align: left;
}

/* Search form */

.searchbox {
  padding: 8px 10px;
}

ul.searchlist li {
  border-top: #ccc 1px solid;
  padding: 36px 0;
}

/* JS */

.script_onoff {
  color: #fff;
  background-color: red;
  font-size: 120%;
  font-weight: bold;
}

/* table */

table.table {
  width: 100%;
  border: 1px #ccc solid;
}

table.table th,
table.bldgtable th {
  color: #fff;
  background-color: #3074bb;
  vertical-align: middle;
}

table.table .w20 {
  width: 20%;
}

table.table td {
  text-align: left;
  padding-left: 2em;
  padding-right: 2em;
}

td .your-zipcode1 input.number,
td .your-zipcode2 input.number {
  max-width: 5em;
}

table.bldgtable {
  width: 100%;
  border: 1px #ccc solid;
  margin-bottom: 2em;
}

table.bldgtable th,
table.bldgtable td {
  padding: 16px 12px;
  text-align: center;
  vertical-align: middle;
  border: 1px #ccc solid;
}

td.gray {
  color: #fff;
  background-color: #777;
}

@media screen and (max-width: 500px) {
  table.table td {
    display: list-item;
    list-style: none;
  }

  table.table,
  table.table th,
  table.table td {
    text-align: center;
  }

  table.table th {
    display: block;
    width: 100% !important;
  }

  table.table td {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .table td,
  .table th {
    padding: 8px 0;
  }

  table.tableline th {
    width: 100% !important;
  }

  table.tableline td {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}

/* wave */

footer {
  position: relative;
}

svg.wavy {
  height: 300px;
  width: 100%;
  position: absolute;
  /*top: -300px;*/
  left: 0;
}

#svg-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#main-area {
  margin-top: 30px;
  margin-bottom: 70px;
}

#main-area .localNav {
  margin-bottom: 12em;
}

.formwidth {
  width: 100%;
}

.cf7 dl dt {
  font-size: 110%;
  margin-bottom: 0.5em;
  font-weight: 500;
}

span.required {
  color: red;
  font-size: 130%;
  position: relative;
  top: 4px;
}

.btn_cf7 {
  display: block;
  width: 25%;
  height: auto;
  color: #fff;
  background-color: #3074bb;
  border: 2px #3074bb solid;
  font-weight: bold;
  padding: 8px 20px;
  z-index: 6;
}

.wpcf7 input[disabled] {
  color: #fff;
  background-color: #777;
  border: 2px #777 solid;
}

@media screen and (max-width: 600px) {
  .btn_cf7 {
    width: 100%;
  }
}

/* search area */

#searchform {
  text-align: right;
}

#searchform input {
  border-radius: 6px;
  background-color: #fff;
  border: 2px solid WindowFrame;
  letter-spacing: inherit;
  padding: 0 0.375em;
  font-size: 90%;
  color: #3074bb;
}

.searchbtn {
  background-color: #fff;
  padding: 0 6px;
  border-radius: 50%;
}

.searchbtn i {
  color: #3074bb;
}

.cyanColor {
  color: #3074bb;
}

/* scroll */

#page-top a {
  position: absolute;
  bottom: 90px;
  right: 16px;
  color: #3074bb;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 0px;
  letter-spacing: 0.05em;
  transition: all 0.3s;
  z-index: 2;
  outline: none;
}

#page-top a:hover {
  animation: 3s linear infinite rotation;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

#page-top a .fa-ship {
  font-size: 1.8em;
}

/*
a[href^="http"] {
  background: url(image/icon/external.gif) no-repeat 100% 50%;
}
* html a.external   {
  background: url(image/icon/external.gif) no-repeat 100% 50%;
}
a[href^="http://www.xxxxxx.com/"]  {
  padding: inherit;
  background: transparent;
}  */

a[href$=".pdf"]::after {
  font-family: "icomoon";
  content: "\e90a";
  font-weight: 500;
  padding-left: 4px;
}

.pagelink a[href^="https://marukita17.co.jp/"]::after,
.pagelink a[href^="http://marukita17.co.jp/"]::after,
a.pagelink::after,
p.pagelink a::after {
  font-family: "icomoon";
  content: "\ea42";
  font-weight: 500;
  padding-left: 4px;
  position: relative;
  top: 1px;
}

a.anchorlink::after {
  font-family: "icomoon";
  content: "\ea42";
  font-weight: 500;
  padding-left: 4px;
  position: relative;
  top: 1px;
}

li.plus::before {
  font-family: "icomoon";
  content: "\ea0a";
  font-weight: 500;
  padding-right: 8px;
  position: relative;
  top: 1px;
  color: #3074bb;
}

li.pagelink {
  margin-top: -100px;
  padding-top: 100px;
}

li.checkmark::before {
  font-family: "icomoon";
  content: "\ea10";
  font-weight: 500;
  padding-right: 8px;
  color: #3074bb;
}

a[target^="_blank"]::after {
  font-family: "icomoon";
  content: "\ea7e";
  font-weight: 500;
  padding-left: 4px;
}

.addtoany_content a[target^="_blank"]::after,
#insta a[target^="_blank"]::after {
  content: "";
  padding-left: 0px;
}

.addtoany_content a {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.addtoany_list {
  display: inline;
  line-height: 16px;
  background: #f5f5f5;
  padding: 32px;
  border-radius: 18px;
}

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

footer a[target^="_blank"]::after {
  content: none;
}

@media screen and (max-width: 1200px) {
  .company-area:before,
  .message-area:before {
    padding-top: 0px;
  }
}

.snsbtn ul {
  justify-content: flex-end;
}

@media screen and (max-width: 600px) {
  .snsbtn ul {
    justify-content: center;
    margin-bottom: 2em;
  }

  .addtoany_list {
    width: 100%;
    padding: 32px 8px;
  }

  #pagenavi .prev a,
  #pagenavi .next a {
    width: 100% !important;
  }
}

/* Google Calendar */

.calWrapper {
  max-width: 1024px;
  min-width: 300px;
  margin: 2.0833% auto;
  }
  
  #calendar {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  }
  
  #calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: !important;
  }

  @media only screen and (min-width: 768px) {
  #calendar { padding-bottom: 75%; }
  }

/* icons */

@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.eot?oxkyn");
  src: url("./fonts/icomoon.eot?oxkyn#iefix") format("embedded-opentype"),
    url("./fonts/icomoon.ttf?oxkyn") format("truetype"),
    url("./fonts/icomoon.woff?oxkyn") format("woff"),
    url("./fonts/icomoon.svg?oxkyn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  position: relative;
  top: 1px;
  font-family: "icomoon" !important;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkmenu {
  font-size: 1em;
}

.x2 {
  font-size: 160%;
}

.x4 {
  font-size: 400%;
}

.icon-menu:before {
  font-size: 40px;
}

.icon-mizuhiki:before {
  content: "\e948";
}

.icon-ship:before {
  content: "\e902";
}

.icon-arrow-up-solid:before {
  content: "\e914";
}

.icon-ship:before {
  content: "\e902";
}
.icon-angle-double-right-solid:before {
  content: "\e913";
}
.icon-lot:before {
  content: "\e910";
}
.icon-firefox-brands:before {
  content: "\e90e";
}
.icon-wifi-solid:before {
  content: "\e915";
}
.icon-water-solid:before {
  content: "\e916";
}
.icon-sms-solid:before {
  content: "\e917";
}
.icon-play-circle-solid:before {
  content: "\e918";
}
.icon-phone-square-alt-solid:before {
  content: "\e919";
}
.icon-instagram-square-brands:before {
  content: "\e91a";
}
.icon-lightbulb-solid:before {
  content: "\e91b";
}
.icon-line-brands:before {
  content: "\e91c";
}
.icon-handshake-regular:before {
  content: "\e91d";
}
.icon-envelope-solid:before {
  content: "\e91f";
}
.icon-info-circle-solid:before {
  content: "\e920";
}
.icon-tenge-solid:before {
  content: "\e904";
}
.icon-edge-brands:before {
  content: "\e905";
}
.icon-bluetooth-brands:before {
  content: "\e906";
}
.icon-external-link-alt-solid:before {
  content: "\e907";
}
.icon-bread-slice-solid:before {
  content: "\e908";
}
.icon-paper-plane-solid:before {
  content: "\e909";
}
.icon-file-pdf-solid-1:before {
  content: "\e90a";
}
.icon-crown-solid:before {
  content: "\e90b";
}
.icon-logo_kita:before {
  content: "\e901";
}
.icon-linkmenu:before {
  content: "\ea42";
}
.icon-home3:before {
  content: "\e90c";
}
.icon-office:before {
  content: "\e903";
}
.icon-image:before {
  content: "\e90d";
}
.icon-camera:before {
  content: "\e90f";
}
.icon-bullhorn:before {
  content: "\e921";
}
.icon-mic:before {
  content: "\e91e";
}
.icon-files-empty:before {
  content: "\e925";
}
.icon-folder:before {
  content: "\e92f";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-bell:before {
  content: "\e951";
}
.icon-printer:before {
  content: "\e954";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-user:before {
  content: "\e971";
}
.icon-quotes-left:before {
  content: "\e977";
}
.icon-quotes-right:before {
  content: "\e978";
}
.icon-search:before {
  content: "\e986";
}
.icon-zoom-in:before {
  content: "\e987";
}
.icon-truck:before {
  content: "\e9b0";
}
.icon-tree:before {
  content: "\e9bc";
}
.icon-sphere:before {
  content: "\e9c9";
}
.icon-earth:before {
  content: "\e9ca";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-flag:before {
  content: "\e9cc";
}
.icon-attachment:before {
  content: "\e9cd";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-bookmarks:before {
  content: "\e9d3";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-notification:before {
  content: "\ea08";
}
.icon-question:before {
  content: "\ea09";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-blocked:before {
  content: "\ea0e";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-command:before {
  content: "\ea4e";
}
.icon-shift:before {
  content: "\ea4f";
}
.icon-ctrl:before {
  content: "\ea50";
}
.icon-opt:before {
  content: "\ea51";
}
.icon-scissors:before {
  content: "\ea5a";
}
.icon-share:before {
  content: "\ea7d";
}
.icon-new-tab:before {
  content: "\ea7e";
}
.icon-embed2:before {
  content: "\ea80";
}
.icon-mail4:before {
  content: "\ea86";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-rss2:before {
  content: "\ea9c";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-youtube2:before {
  content: "\ea9e";
}
.icon-appleinc:before {
  content: "\eabe";
}
.icon-android:before {
  content: "\eac0";
}
.icon-windows8:before {
  content: "\eac2";
}
.icon-chrome:before {
  content: "\ead9";
}
.icon-IE:before {
  content: "\eadb";
}
.icon-safari:before {
  content: "\eadd";
}
.icon-opera:before {
  content: "\eade";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-file-word:before {
  content: "\eae1";
}
.icon-file-excel:before {
  content: "\eae2";
}

.title {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  color: #aa8f7b;
  font-family: "Josefin Sans", sans-serif;
}

.title span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.title.-visible,
.title.-visible span {
  transform: translate(0, 0);
}

.sentence {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  font-family: "Yu Gothic Medium";
  font-size: 16px;
  text-align: center;
}

.sentence span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.sentence.-visible,
.sentence.-visible span {
  transform: translate(0, 0);
}

.check {
  color: red;
}

/* global navi menu */

#g-nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

#g-nav ul li {
  white-space: nowrap;
}

#g-nav ul li a {
  padding: 6px 15px;
}

#g-nav ul li a:hover {
  background-color: #fff;
  color: #3074bb;
}

@media screen and (max-width: 1300px) {

  .home #main-area div#lead .top-lead {
    padding-top: 80px;
    font-size: 2.6em;
    color: #fff;
    writing-mode: vertical-rl;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    font-weight: bold;
  }

  #g-nav ul {
    display: block;
    padding: 0;
  }

  #g-nav ul li a {
    padding: 6px 15px;
  }
}

@media screen and (max-width: 798px) {
  #company,
  #message,
  #aboutus,
  #history {
    padding: 0px;
  }

  #history .history-content {
    padding: 0 16px;
  }

  section#company,
  section#howtosite {
    margin: 0px auto;
  }

  section#business {
    margin: 40px auto 0px;
  }

  .aboutus-area::after,
  .company-area::after,
  .history-area::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  #header h1 {
    top: 6px !important;
  }
}

@media screen and (max-width: 600px) {
  #g-nav ul li a:hover {
    color: #333;
  }

  h2.heading {
    font-size: 3em;
  }

  h3.heading {
    font-size: 2.5em;
  }

  .topHeader .heading {
    margin-bottom: -8px;
  }

  ul#menu-globalnav-1 li {
    width: 100%;
    display: block;
    padding: 5% 0;
    border-top: 1px solid #fff;
  }

  .ftmenu ul li {
    margin-left: 0px;
  }
}

/* lightbox */

a[data-lightbox="imgmodal"]::after {
  display: block;
  margin-top: -10px;
  font-family: "icomoon";
  content: "\e987";
  font-weight: 500;
  font-size: 150%;
  padding-left: 8px;
  color: #777;
  opacity: 0.7;
}

.lightbox .lb-image {
  border-radius: 0px;
  border: 0px solid transparent;
}

/* Youtube */

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Archive */

#article-content p {
  line-height: 2;
}

.article-item__content {
  text-align: left;
}

.article-item__button-more {
  width: 100%;
  display: block;
  border: 1px solid #3074bb;
  padding: 6px 24px;
  color: #3074bb;
  text-align: center;
}

.article-item__button-more:hover {
  color: #fff;
}

@media screen and (max-width: 599px) {
  .article-item__button-more {
    width: 100%;
    text-align: center;
  }
}

hr {
  background-color: #ccc;
  height: 1px;
}

/* page navi */

#pagenavi {
  margin-bottom: 200px;
}

#pagenavi .prev a,
#pagenavi .next a {
  display: block;
  color: #fff;
  text-align: left;
  text-align: center;
  margin: 3em auto 1em;
  padding: 6px 18px;
  background-color: #3074bb;
  border-top: 1px #3074bb solid;
  border-left: 1px #3074bb solid;
  border-right: 1px #3074bb solid;
  border-bottom: 1px #3074bb solid;
}

.ordernew a {
  display: block;
  color: #fff;
  text-align: left;
  text-align: center;
  margin: 3em auto;
  padding: 6px 18px;
  background-color: #3074bb;
  border-top: 1px #3074bb solid;
  border-left: 1px #3074bb solid;
  border-right: 1px #3074bb solid;
  border-bottom: 1px #3074bb solid;
}

#pagenavi .prev a:link,
#pagenavi .prev a:visited,
#pagenavi .next a:link,
#pagenavi .next a:visited {
  color: #fff;
}

#pagenavi .next a:hover,
#pagenavi .prev a:hover {
  color: #3074bb;
}

#pagenavi .next a,
.orderold a {
  width: 48%;
  float: left;
  display: block;
  color: #fff;
  text-align: right;
  text-align: center;
  margin: 3em auto 1em;
  padding: 6px 18px;
  background-color: #3074bb;
  border-top: 1px #3074bb solid;
  border-left: 1px #3074bb solid;
  border-right: 1px #3074bb solid;
  border-bottom: 1px #3074bb solid;
}

#pagenavi .next a:hover,
#pagenavi .prev a:hover {
  color: #3074bb;
  background-color: #fff;
  border-top: 1px #3074bb solid;
  border-left: 1px #3074bb solid;
  border-right: 1px #3074bb solid;
  border-bottom: 1px #3074bb solid;
}

.wp-pagenavi {
  position: static;
  bottom: 0;
  margin-top: 60px !important;
}

.wp-pagenavi span {
  border-radius: 6px;
}

.wp-pagenavi span.current {
  font-weight: bold;
  color: #fff;
  background-color: #3074bb;
  padding: 4px 8px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #3074bb !important;
}

.wp-pagenavi span {
  color: #3074bb;
  border: 1px solid #3074bb !important;
}

#pagenavi .prev a,
#pagenavi .next a,
.ordernew a,
.orderold a {
  width: 48.3333%;
  float: left;
  border-left: 1px solid #fff;
  margin-bottom: 2em;
}

.ordernew a:hover,
.orderold a:hover {
  color: #3074bb;
  background-color: #fff;
  border-left: 1px solid #3074bb;
}

#pagenavi .next a,
.orderold a {
  border-radius: 0 6px 6px 0;
}

#pagenavi .prev a,
.ordernew a {
  border-radius: 6px 0 0 6px;
}

@media screen and (max-width: 599px) {
  #pagenavi,
  section#archives {
    margin-bottom: 0px;
  }
}

/* new */

#news {
 /* position: absolute;
  left: 20px;
  bottom: -10px; 
  background: #fff;
  width: 30%;*/
  z-index: 2;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 1px 1px 3px rgba(180, 180, 180, 0.8);
}

#news h2 {
  position: relative;
  font-size: 1.4em;
  margin-bottom: 1em;
}

#news h2::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #3074bb;
  left: 0;
  bottom: -5px;
}

#news ul li {
  position: relative;
  font-size: 0.8em;
}

#news li a:hover {
  background: none;
}

#news li a {
  transition: all 0.3s;
}

#news li time {
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 0.8em;
  color: #999;
}

@media screen and (max-width: 1200px) {
  #news {
  /*  position: absolute;
    left: 10px;
    bottom: -150px;
    width: 40%;*/
    z-index: 2;
    padding: 20px;
  }
}

@media screen and (max-width: 959px) {

  .home #main-area div#lead .top-lead {
    padding-top: 60px;
    font-size: 2.4em;
  }

  #news {
  /*  position: absolute;
    left: 20px;
    bottom: -110px; 
    width: calc(100% - 40px);*/
    padding: 20px;
  }

  #news li time {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .top-lead img {
    width: 100% !important;
  }

  .home #main-area div#lead .top-lead {
    padding-top: 60px;
    font-size: 1.3em;
    color: #fff;
    writing-mode: vertical-rl;
  }

  #business {
    /*padding-top: 80px;*/
  }

  #news {
  /*  bottom: -100px;
    width: calc(100% - 40px); */
  }
}

/* slider */

.slider a {
  display: inline-block;
  background: #fff;
  padding: 10px 0px;
}

@media screen and (max-width: 768px) {

  .slider {
    background: #fff;
  }

  .slider li {
    border-bottom: 1px dashed #ccc;
  }

  .slider li:last-child {
    border-bottom: none;
  }
}

.bx-wrapper {
  position: relative;
  margin-bottom: 0px;
  padding: 0;
  margin: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
}

.home .addtoany_content {
  display: block;
  z-index: 1000;
  padding-bottom: 250px;
  text-align: center;
}

.addtoany_content {
  display: block;
  z-index: 2;
  padding-bottom: 100px;
  text-align: center;
}

/* web business Tag */

.case ul li {
  margin: 1.5em auto;
}

.wb-tag {
  display: inline-block;
  font-size: 85%;
  font-weight: bold;
  color: #3074bb;
  background-color: #fff;
  border: 2px solid #3074bb;
  padding: 3px 9px;
  margin-bottom: 1em;
  border-radius: 16px;
  line-height: 1.3;
}

.wb-htag {
  width: 200px;
  font-size: 95%;
  font-weight: bold;
  color: #fff;
  background-color: #3074bb;
  padding: 0px 12px;
  margin-right: 0;
  margin-bottom: 2em;
}

.case {
  font-weight: bold;
  line-height: 2.3;
}

.casebox {
  background-color: #aaaebb;
  padding: 8px 16px;
}

.slideShow img {
  box-shadow: 0px 0px 3px rgba(220, 220, 220, 0.9);
}

/* dl list */

dl.flat dt {
  width: 24%;
  float: left;
  text-align: center;
}

dl.flat dd {
  width: 71%;
  float: right;
}

/* privacy-policy */

#privacy-policy-n {
  font-size: 90%;
}

/* BTN */

.top-btn .btn,
.top-btn button {
  font-size: 1em;
  background-color: #3074bb;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 2px solid #3074bb;
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1),
    background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  display: inline-block;
  cursor: pointer;
  width: 100%;
  outline: none;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 400px) {
  .top-btn .btn,
  .top-btn button {
    width: auto;
  }
}
@media (min-width: 800px) {
  .top-btn .btn,
  .top-btn button {
    font-size: 1em;
  }
}
.top-btn .btn:hover,
.top-btn button:hover {
  background: #fff;
  border-color: #3074bb;
  color: #3074bb;
}
.top-btn .btn-border {
  background-color: transparent;
  color: #3074bb;
}
.top-btn .btn-arrow {
  position: relative;
  transition: background-color 300ms ease-out;
}
.top-btn .btn-arrow span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}
.top-btn .btn-arrow:hover span {
  transform: translate3d(-0.2em, 0, 0);
}
.top-btn .btn-arrow i {
  position: absolute;
  width: 1em;
  right: 0;
  right: 0;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.top-btn .btn-arrow i * {
  stroke-width: 5;
  stroke-color: transparent;
}
.top-btn .btn-arrow:hover i {
  opacity: 1;
  right: -1.6em;
}

.arrow-icon {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 1em;
  margin-right: 1em;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 599px) {
  .top-btn .btn,
  .top-btn button {
    max-width: 100% !important;
  }

  #sbi_load {
    margin-top: 30px !important;
  }
}

/* map */

#mapid {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  z-index: 2;
}

.leaflet-popup-content {
  font-family: "Kaisei Tokumin", serif;
  text-align: center;
  padding: 8px 8px 0px;
}

.leaflet-popup-tip-container {
  position: initial !important;
  left: 25% !important;
}

.leaflet-container a.leaflet-popup-close-button {
  font-size: 13px !important;
}

li.list-group-item.active {
  background-color: #3074bb;
  border-color: #3074bb;
}

.child {
  display: none;
}

blockquote {
  position: relative;
  padding: 3em;
  box-sizing: border-box;
  color: #4e4e4e;
  background: #fcfcfc;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 10px;
  content: "\e977";
  font-family: "icomoon";
  color: #ccc;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

blockquote:after {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 15px;
  text-align: center;
  content: "\e978";
  font-family: "icomoon";
  color: #ccc;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}

blockquote cite {
  position: relative;
  z-index: 3;
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

blockquote h3 {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 1em;
}

/* Error Page */

.errorPage {
  width: 100%;
  height: auto;
  min-height: 500px;
  background-image: url("https://marukita17.co.jp/wp/wp-content/uploads/2021/08/bg_sea.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  background-attachment: fixed;
  filter: grayscale(80%);
  padding: 40px 0 40px;
  margin: 2em 0;
}

.errorPage h2 {
  font-size: 42px;
}

.errorPage h2 br {
  display: none;
}

.pc {
  display: block;
}

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

  .notf404 h2 br {
    display: block;
  }
}

/* contact checkbox */

button,
input,
select,
textarea {
  border: 1px solid #3074bb;
}

.wpcf7-list-item input[type="checkbox"] {
  display: none;
}

.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}

.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 2px solid #3074bb;
  background-color: #fff;
}

.wpcf7-list-item
  input[type="checkbox"]:checked
  + span.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
  border-left: 3px solid#fff;
}

.wpcf7-list-item input[type="checkbox"] + span.wpcf7-list-item-label:before {
  border-radius: 50%;
  background-color: #3074bb;
}

/* single */

.single-post aside {
  margin-top: 55px;
}

.post-date {
  color: #777;
  font-size: 85%;
  letter-spacing: -1px;
}

/* clearfix */

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?2ebgiv');
  src:  url('fonts/icomoon.eot?2ebgiv#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?2ebgiv') format('truetype'),
    url('fonts/icomoon.woff?2ebgiv') format('woff'),
    url('fonts/icomoon.svg?2ebgiv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x-altx-alt:before {
  content: "\e900";
}
.icon-x:before {
  content: "\e901";
}
.icon-home3:before {
  content: "\e902";
}
.icon-office:before {
  content: "\e903";
}
.icon-quill:before {
  content: "\e907";
}
.icon-pen:before {
  content: "\e908";
}
.icon-image:before {
  content: "\e90d";
}
.icon-images:before {
  content: "\e90e";
}
.icon-camera:before {
  content: "\e90f";
}
.icon-play:before {
  content: "\e912";
}
.icon-bullhorn:before {
  content: "\e91a";
}
.icon-connection:before {
  content: "\e91b";
}
.icon-book:before {
  content: "\e91f";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-stack:before {
  content: "\e92e";
}
.icon-folder:before {
  content: "\e92f";
}
.icon-folder-open:before {
  content: "\e930";
}
.icon-price-tags:before {
  content: "\e936";
}
.icon-barcode:before {
  content: "\e937";
}
.icon-qrcode:before {
  content: "\e938";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-credit-card:before {
  content: "\e93f";
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-pushpin:before {
  content: "\e946";
}
.icon-location:before {
  content: "\e947";
}
.icon-compass2:before {
  content: "\e94a";
}
.icon-clock2:before {
  content: "\e94f";
}
.icon-bell:before {
  content: "\e951";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-printer:before {
  content: "\e954";
}
.icon-display:before {
  content: "\e956";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-tablet:before {
  content: "\e95a";
}
.icon-database:before {
  content: "\e964";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-bubbles:before {
  content: "\e96c";
}
.icon-user:before {
  content: "\e971";
}
.icon-user-plus:before {
  content: "\e973";
}
.icon-user-minus:before {
  content: "\e974";
}
.icon-user-check:before {
  content: "\e975";
}
.icon-quotes-left:before {
  content: "\e977";
}
.icon-quotes-right:before {
  content: "\e978";
}
.icon-search:before {
  content: "\e986";
}
.icon-zoom-in:before {
  content: "\e987";
}
.icon-zoom-out:before {
  content: "\e988";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-unlocked:before {
  content: "\e990";
}
.icon-cog:before {
  content: "\e994";
}
.icon-gift:before {
  content: "\e99f";
}
.icon-leaf:before {
  content: "\e9a4";
}
.icon-fire:before {
  content: "\e9a9";
}
.icon-truck:before {
  content: "\e9b0";
}
.icon-shield:before {
  content: "\e9b4";
}
.icon-power:before {
  content: "\e9b5";
}
.icon-switch:before {
  content: "\e9b6";
}
.icon-tree:before {
  content: "\e9bc";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-cloud:before {
  content: "\e9c1";
}
.icon-cloud-check:before {
  content: "\e9c4";
}
.icon-download2:before {
  content: "\e9c5";
}
.icon-sphere:before {
  content: "\e9c9";
}
.icon-earth:before {
  content: "\e9ca";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-flag:before {
  content: "\e9cc";
}
.icon-attachment:before {
  content: "\e9cd";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-bookmark:before {
  content: "\e9d2";
}
.icon-bookmarks:before {
  content: "\e9d3";
}
.icon-sun:before {
  content: "\e9d4";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-notification:before {
  content: "\ea08";
}
.icon-question:before {
  content: "\ea09";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-enter:before {
  content: "\ea13";
}
.icon-exit:before {
  content: "\ea14";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-loop2:before {
  content: "\ea2e";
}
.icon-infinite:before {
  content: "\ea2f";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-command:before {
  content: "\ea4e";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-checked2:before {
  content: "\ea55";
}
.icon-scissors:before {
  content: "\ea5a";
}
.icon-share:before {
  content: "\ea7d";
}
.icon-new-tab:before {
  content: "\ea7e";
}
.icon-embed2:before {
  content: "\ea80";
}
.icon-share2:before {
  content: "\ea82";
}
.icon-mail4:before {
  content: "\ea86";
}
.icon-amazon:before {
  content: "\ea87";
}
.icon-hangouts:before {
  content: "\ea8e";
}
.icon-google-drive:before {
  content: "\ea8f";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-spotify:before {
  content: "\ea94";
}
.icon-telegram:before {
  content: "\ea95";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-rss:before {
  content: "\ea9b";
}
.icon-rss2:before {
  content: "\ea9c";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-dropbox:before {
  content: "\eaae";
}
.icon-wordpress:before {
  content: "\eab4";
}
.icon-appleinc:before {
  content: "\eabe";
}
.icon-windows8:before {
  content: "\eac2";
}
.icon-skype:before {
  content: "\eac5";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-chrome:before {
  content: "\ead9";
}
.icon-firefox:before {
  content: "\eada";
}
.icon-IE:before {
  content: "\eadb";
}
.icon-edge:before {
  content: "\eadc";
}
.icon-safari:before {
  content: "\eadd";
}
.icon-opera:before {
  content: "\eade";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-git:before {
  content: "\eae7";
}
.icon-facebook:before {
  content: "\e905";
  color: #fff;
}

a:hover i.icon-facebook:before {
  color: #ccc;
}

.icon-x1:before {
  content: "\e904";
}
