@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?9f5lp');
  src:  url('fonts/icomoon.eot?9f5lp#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?9f5lp') format('truetype'),
    url('fonts/icomoon.woff?9f5lp') format('woff'),
    url('fonts/icomoon.svg?9f5lp#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-link:before {
  content: "\e919";
}
.icon-targeted-public:before {
  content: "\e900";
}
.icon-browser:before {
  content: "\e901";
}
.icon-bulb:before {
  content: "\e902";
}
.icon-chat-message:before {
  content: "\e903";
}
.icon-connection:before {
  content: "\e904";
}
.icon-content-development:before {
  content: "\e905";
}
.icon-content-marketing:before {
  content: "\e906";
}
.icon-linkedin .path1:before {
  content: "\e907";
}
.icon-linkedin .path2:before {
  content: "\e908";
  margin-left: -1em;
}
.icon-linkedin .path3:before {
  content: "\e909";
  margin-left: -1em;
}
.icon-linkedin .path4:before {
  content: "\e90a";
  margin-left: -1em;
}
.icon-marketing:before {
  content: "\e90b";
}
.icon-marketing-2:before {
  content: "\e90c";
}
.icon-megaphone:before {
  content: "\e90d";
}
.icon-online-shop:before {
  content: "\e90e";
}
.icon-pdf:before {
  content: "\e90f";
}
.icon-plus:before {
  content: "\e910";
}
.icon-report-business:before {
  content: "\e912";
}
.icon-search:before {
  content: "\e913";
}
.icon-trophy:before {
  content: "\e914";
}
.icon-twitter .path1:before {
  content: "\e915";
}
.icon-twitter .path2:before {
  content: "\e916";
  margin-left: -1em;
}
.icon-user-account:before {
  content: "\e917";
}
.icon-website:before {
  content: "\e918";
}

.table_design07 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design07 th, .table_design07 td {
  border: 2px solid #fff;
  background-color: #e6f1f6;
  border-radius: 0 15px 15px 0;
  padding: 1em;
}
.table_design07 th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 15px 0 0 15px;
  width: 20%;
  min-width: 4em;
  position: relative;
}
.table_design07 th::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #4d9bc1;
  z-index: 2;
}
.table_design07 th::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 1;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #000000;
  border-radius: 0;
  background: #f5f5f5;
	margin-top:25px;
	
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #b0e0e6;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.wow {
	
}

.telnum {
	
  margin-bottom: 200px;

}

.fa-check-circle {
	text-align: center;
}
