/* CSS Document */

@charset"utf-8";
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #666;
}

a,
a:hover {
  text-decoration: none;
  outline: none;
}

i {
  font-style: normal;
}

img {
  border: none;
  max-width: 100%;
  display: block;
}

table {
  border-collapse: collapse;
}

input,
select,
textarea {
  border: none;
  outline: none;
  background: none;
}

textarea {
  resize: none;
  overflow: auto;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  background: #fff;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 16px;
  color: #cdcdcd;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 16px;
  color: #cdcdcd;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 16px;
  color: #cdcdcd;
}

.pc {
  display: block;
}

.phone {
  display: none;
}

.wrap {
  max-width: 1440px;
  min-width: 320px;
  margin: 0 auto;
}

.max1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.bossgoo-com-item {
  padding-top: 80px;
}

.bossgoo-com-item .first-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}

.text-hidden1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-hidden2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-hidden3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width:1040px) {
  html {
    font-size: 50px;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: auto;
  }
  body {
    font-size: .36rem;
    line-height: 1;
    overflow-x: hidden;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  .bossgoo-com-item {
    padding-top: .6rem;
  }
  .bossgoo-com-item .first-title {
    font-size: .6rem;
    margin-bottom: .3rem;
  }
}

@media only screen and (max-width:768px) {
  body {
    font-size: .28rem;
  }
  .bossgoo-com-item {
    padding-top: .6rem;
  }
  .bossgoo-com-item .first-title {
    font-size: .4rem;
    margin-bottom: .3rem;
  }
}