@charset "utf-8";

/* --------------------
Common
-------------------- */

body {
  overflow-x: hidden;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
}

section {
  color: #666;
}

.area {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
}

.hl {
  margin: 0 0 40px;
  padding: 0;
  background: none;
  font-size: 26px;
  text-align: center;
  color: #2c95bb;
  letter-spacing: 0.15em;
}

.lead {
  font-size: 14px;
  text-align: center;
  line-height: 1.6rem;
}

@media (max-width: 599px) {
  .lead {
    text-align: left;
    font-size: 16px;
  }

  .lead br {
    display: none;
  }
}

/* --------------------
hero
-------------------- */

#hero {
  display: flex;
  align-items: center;
  min-height: 340px;
  height: 340px;
  background: #333 url(../images/hero_bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

#hero .area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 250px;
  height: 250px;
}

#hero h4 {
  display: inline-block;
  margin: 0 0 34px;
  padding: 10px 34px;
  border: 1px solid #ee7155;
  font-size: 16px;
  font-weight: normal;
  color: #ee7155;
}

#hero h1 {
  margin: 0 0 30px;
  font-size: 24px;
}

#hero h2 {
  margin: 0 0 26px;
  padding: 0;
  background: none;
  font-size: 40px;
}

#hero h2 br {
  display: none;
}

#hero h3 {
  margin: 0;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.35;
}

#hero .btn {
  align-self: flex-start;
}

#hero .btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  margin-bottom: 10px;
  background: #ee7155;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 2px;
}

#hero .btn-contact .fa {
  margin-left: 16px;
  font-size: 26px;
}

#hero .btn-contact:hover {
  opacity: 0.7;
}

#hero .btn-login {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 36px;
  border: 1px solid #fff;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
}

#hero .btn-login .fa {
  margin-left: 8px;
}

#hero .btn-login:hover {
  background-color: #153a4e;
  opacity: 0.7;
}

#hero figure {
  position: absolute;
  right: -20px;

  /* left: calc(50% + 260px); */
  bottom: -70px;
}

@media (max-width: 959px) {
  #hero h2 br {
    display: inline;
  }
}

@media (max-width: 779px) {
  #hero h1 {
    font-size: 16px;
  }

  #hero h2 {
    font-size: 34px;
  }

  #hero h3 {
    font-size: 18px;
  }
}

@media (max-width: 599px) {
  #hero {
    min-height: 450px;
    height: 450px;
    background-size: auto 71%;
    background-position: 70% -20px;
    background-color: #3980a5;
    position: relative;
  }

  #hero::before {
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
  }

  #hero .area {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    min-height: 100%;
  }

  #hero .text {
    padding-top: 24px;
  }

  #hero h1 {
    font-size: 14px;
    margin-bottom: 16px;
  }

  #hero h2 {
    font-size: 28px;
    margin-bottom: 14px;
  }

  #hero h2 br {
    display: none;
  }

  #hero h3 {
    font-size: 18px;
  }

  #hero .btn {
    width: 100%;
    margin-bottom: 20px;
  }

  #hero .btn-contact {
    width: 100%;
  }

  #hero .btn-login {
    width: 100%;
  }

  #hero figure {
    width: 144px;
    bottom: 124px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #hero figure img {
    width: 100%;
  }
}

/* --------------------
news
-------------------- */

#news .news_container {
  border: 1px solid #f0f0f0;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  background-color: #666;
  margin-top: 10px;
}

#news .news_title {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 8px 0;
  width: 150px;
}

#news .news_list {
  padding: 5px 10px 13px;
  line-height: 1.5;
  background-color: #f0f0f0;
  width: 100%;
}

#news .news_list ul li {
  padding: 0.5rem 0 0;
}

#news time {
  color: #2c2c2c;
  margin: 1rem;
}

@media screen and (max-width: 599px) {
  #news .news_container {
    border: 1px solid #f0f0f0;
    background: #fff;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 1.2rem 0;
  }

  #news .news_title {
    background-color: #666;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: 0.2rem 0;
    width: 100%;
  }

  #news .news_list {
    padding: 0.6rem 0.5rem 0.3rem 2rem;
    line-height: 1.5;
  }

  #news .news_list ul li {
    padding: 0;
    margin: 0 1.5rem 0.5rem 0;
  }

  #news time {
    color: #2c2c2c;
    display: inline-block;
    margin: 0.1rem 0;
  }

  #news a::before {
    content: '\A';
    white-space: pre;
  }
}

/* --------------------
bread
-------------------- */

#bread {
  padding: 8px 0;
}

#bread ul {
  display: flex;
}

#bread .fa {
  display: inline-block;
  margin: 0 8px;
}

@media (max-width: 599px) {
  #bread {
    display: none;
  }
}

/* --------------------
iot-banner
-------------------- */

#iot-banner .banner-area {
  margin: 0 0 50px;
}

#iot-banner .banner-area a {
  display: inline-block;
}

#iot-banner .banner-area a:hover {
  opacity: 0.8;
}

#iot-banner .banner-area img.pc {
  display: block;
  width: 100%;
}

#iot-banner .banner-area img.sp {
  display: none;
}

@media (max-width: 599px) {
  #iot-banner .banner-area {
    margin: 30px 0 50px;
  }
}

/* --------------------
about
-------------------- */

#about {
  padding: 45px 0;
}

#about .hl {
  color: ##2c95bb;
}

#about ul {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}

#about li {
  display: flex;
  flex-direction: column;
  width: 280px;
}

#about li:nth-of-type(1n + 2) {
  margin-left: 20px;
}

#about figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 110px;
  height: 110px;
}

#about h3 {
  margin: 34px 0 24px;
  font-size: 22px;
  color: #000;
  text-align: center;
}

#about ul li p {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 599px) {
  #about ul {
    flex-direction: column;
    align-items: center;
  }

  #about li {
    width: 100%;
  }

  #about li:nth-of-type(1n + 2) {
    margin: 34px 0 0;
  }

  #about ul li p {
    font-size: 16px;
    text-align: left;
  }
}

/* --------------------
multi
-------------------- */

#multi {
  padding: 55px 0;
  background: #f5f5f5;
}

#multi .hl {
  color: ##2c95bb;
  letter-spacing: 0;
}

#multi figure {
  max-width: 758px;
  margin: 48px auto 25px;
}

#multi img {
  width: 100%;
}

#multi small {
  font-size: 12px;
  color: #2c95bb;
}

#multi .caution {
  font-size: 14px;
  border: 1px solid #2c95bb;
  border-radius: 10px;
  padding: 30px 50px;
  margin: 100px 0 0;
}

#multi .caution dl{}

#multi .caution dl dt {
  font-size: 17px;
  color: #2c95bb;

  /* font-weight: 700; */
  margin: 0 0 30px;
}

#multi .caution dl ul,
#multi .caution dl dd {
  margin: 0;
  padding: 0;
}

#multi .caution dl .list {
  margin: 0 0 20px 20px;
}

#multi .caution dl .list li {
  list-style: disc;
}

#multi .caution dl .list li + li {
  margin: 10px 0 0;
}

#multi .caution dl p {
  margin: 0 0 10px 20px;
  font-size: 12px;
}

#multi .caution dl .link {
  margin: 0 0 0 40px;
  font-size: 12px;
}

#multi .caution dl .link li {
  list-style: disc;
}

#multi .caution dl .link li + li {
  margin: 10px 0 0;
}

@media (max-width: 599px) {
  #multi .caution {
    padding: 20px;
    margin: 30px 0 0;
  }

  #multi .caution dl dt {
    font-size: 14px;
    margin: 0 0 20px;
  }

  #multi .caution dl ul,
  #multi .caution dl dd {
    margin: 0;
    padding: 0;
  }

  #multi .caution dl .list {
    margin: 0 0 20px 20px;
  }

  #multi .caution dl .list li + li {
    margin: 10px 0 0;
  }

  #multi .caution dl p {
    margin: 0 0 10px;
  }

  #multi .caution dl .link {
    margin: 0 0 0 20px;
  }

  #multi .caution dl .link li + li {
    margin: 10px 0 0;
  }
}



/* --------------------
feature
-------------------- */

#feature {
  padding: 55px 0;
  background: #2c95bb;
  color: #fff;
}

#feature .hl {
  color: #fff;
  letter-spacing: 0;
}

#feature figure {
  max-width: 758px;
  margin: 48px auto 25px;
}

#feature img {
  width: 100%;
}

#feature small {
  font-size: 12px;
}

/* --------------------
scene
-------------------- */

#scene {
  padding: 55px 0;
}

#scene ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

#scene li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
}

#scene li:nth-of-type(1n + 2) {
  margin-left: 20px;
}

#scene li h4 {
  margin: 0;
  padding: 8px 0;
  background: #666;
  font-size: 17px;
  color: #fff;
  text-align: center;
}

#scene li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 65px;
  height: 65px;
  margin: 0;
  font-size: 22px;
  color: #ee7155;
}

#scene li img {
  width: 100%;
}

#scene li p {
  margin-top: 28px;
  font-size: 14px;
}

#scene .label {
  display: flex;
  margin-top: 24px;
}

#scene .label div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100px;
  height: 20px;
  margin-right: 10px;
  background: #2c95bb;
  color: #fff;
  border-radius: 2px;
}

@media (max-width: 599px) {
  #scene ul {
    flex-direction: column;
  }

  #scene li {
    width: 100%;
  }

  #scene li:nth-of-type(1n + 2) {
    margin: 56px 0 0;
  }

  #scene li p {
    font-size: 16px;
  }
}

/* --------------------
price
-------------------- */

#price {
  padding: 55px 0;
  background: #fff;
}
#price .price-table {
  width: 800px;
  margin: 0 auto;
}
#price table,
th,
td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  word-break: break-all;
  font-size: 14px;
}
#price table {
  width: 100%;
  table-layout: fixed;
}
#price table th {
  padding: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #2c95bb;
}
#price table th.label {
  width: 200px;
}
#price table .label-sub {
  background-color: #f7f7f7;
  padding: 10px;
  text-align: center;
}
#price table td {
  padding: 16px;
  font-weight: bold;
}

#price table td.career {
  background-color: #f7f7f7;
}

#price table td .price-color {
  color: #ee7155;
  font-size: 16px;
}
#price table td .limit {
  color: #2c95bb;
  display: block;
  border: 1px solid #2c95bb;
  padding: 1px 3px;
  margin: 5px 0 0;
  text-align: center;
  width: 3.5em;
}

#price table td .notice {
  color: #999;
  font-weight: normal;
}

#price h3 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c95bb;
}
#price .initial {
  margin: 20px 0 30px;
}
#price .monthly {
  margin: 0 0 10px;
}
#price .monthly table{
  margin: 0 0 10px;
}

#price .notice-area {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0 0 30px;
}
#price .notice-area ul {
  margin: 0 0 0 20px;
}
#price .notice-area ul li{
  list-style-type: disc;
}
#price .data-pack ul {
  margin: 0 0 0 20px;
}

#price .data-pack ul li{
  list-style-type: disc;
}

@media (max-width: 779px) {
  #price .price-table {
    width: 100%;
    margin: 0 auto;
  }
  #price table,
  th,
  td {
    font-size: 10px;
  }
  #price table th.label {
    width: 40px;
  }
  #price table td {
    padding: 10px;
    font-weight: bold;
  }
  #price table td .price-color {
    font-size: 10px;
  }
}

@media (max-width: 599px) {

}

@media (max-width: 419px) {

}

/* --------------------
sale
-------------------- */

#sale {
  padding: 55px 0;
  background-color: #f5f5f5;
}

#sale .area {
  margin-bottom: 55px;
}

#sale .arrow-border {
  position: relative;
  padding-bottom: 55px;
  width: 960px;
  margin: 0 auto;
}

#sale > .arrow-border::before {
  background-color: #f5f5f5;
  border-bottom: 1px solid #2c95bb;
  border-right: 1px solid #2c95bb;
  border-width: 80%;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  top: 30px;
  transform: rotate(45deg);
  width: 20px;
}

#sale > .arrow-border::after {
  border-bottom: 1px solid #2c95bb;
  content: "";
  display: block;
  height: 40px;
}

#sale ul.sim {
  display: flex;
  justify-content: space-between;
}

#sale .left,
#sale .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 460px;
}

#sale .right {
  margin-left: 20px;
}

#sale li > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#sale figure {
  display: flex;
  align-items: center;
  min-height: 320px;
  height: 320px;
}

#sale figure img {
  width: 100%;
}

#sale .left figure img {
  max-width: 360px;
}

#sale .right figure img {
  max-width: 300px;
}

#sale .title {
  font-size: 22px;
  text-align: center;
  margin: 0 0 32px -16px; /* タイトル横アイコン分をマイナス調整 */
}

#sale .title img {
  margin: 0 14px 6px 0;
  height: 24px;
}

#sale .sub-title {
  text-align: center;
  color: #2c95bb;
  font-weight: bold;
  margin-bottom: 16px;
}

#sale .lead {
  margin-bottom: 16px;
}

#sale .lead .caution {
  display: block;
  color: #2c95bb;
  font-size: 0.8rem;
  margin: 16px 0;
}

#sale .sub-lead {
  font-size: 17px;
  color: #ee7155;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}

#sale h2 {
  border-bottom: 1px solid #2c95bb;
  padding-bottom: 32px;
}

#sale h3 {
  margin-bottom: 10px;
  font-size: 17px;
  color: #2c95bb;
}

#sale h3 em {
  margin-left: 8px;
  font-style: normal;
}

#sale h3 span {
  font-size: 14px;
}

#sale h5 {
  margin-bottom: 13px;
  font-size: 14px;
}

#sale h4 {
  margin-bottom: 12px;
  font-size: 14px;
}

#sale li p {
  margin-bottom: 24px;
  font-size: 14px;
  max-width: 100%;
}

#sale ul.btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#sale ul li {
  width: 100%;
  max-width: 222px;
}

#sale .btn-buy {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  width: 90%;
  background: #2c95bb;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  margin: 0 auto;
}

#sale .btn-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  width: 90%;
  background: #ee7155;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  margin: 0 auto;
}

#sale .btn-buy:hover,
#sale .btn-contact:hover {
  opacity: 0.7;
}

#sale .fa {
  margin-left: 10px;
}

#sale .area .caution .fa {
  margin: 0 3px;
}


#sale .btn-contact .fa {
  font-size: 24px;
}

#sale .title i {
  font-size: 22px;
  margin-right: 10px;
}



#sale .banner-area {
  margin: 40px 0;
}

#sale .banner-area a {
  display: inline-block;
}

#sale .banner-area a:hover {
  opacity: 0.8;
}

#sale .banner-area img.pc {
  display: block;
}

#sale .banner-area img.sp {
  display: none;
}

#sale .quantity {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  width: 95%;
  height: auto;
  display: flex;
  padding: 10px;
  justify-content: space-around;
}

#sale .quantity div {
  font-size: 12px;
  font-weight: normal;
}

#sale .btn-other {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 30%;
  margin-top: 5px;
  background: #fff;
  color: #2c95bb;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #2c95bb;
  margin: 0 auto;
}

#sale .btn-other:hover {
  background-color: #e9f7fb;
  opacity: 0.7;
}

#sale .btn .fa,
#sale .btn-contact .fa,
#sale .btn-other .fa {
  margin-left: 5px;
}

@media (max-width: 959px) {
  #sale .arrow-border {
    width: 100%;
  }

  #sale .btn {
    flex-direction: column;
  }

  #sale .btn-buy, #sale .btn-contact {
    width: 80%;
  }

  #sale .btn-buy {
    margin-bottom: 8px;
  }

  #sale ul li {
    max-width: 100%;
  }

  #sale h3 em {
    display: block;
    text-align: center;
    margin-left: 0;
  }

  #sale .banner-area {
    margin: 20px 0;
  }

  #sale .banner-area img.pc {
    display: none;
  }

  #sale .banner-area img.sp {
    display: block;
    width: 100%;
  }

  #sale .quantity {
    padding: auto 0;
    justify-content: space-between;
  }
}

@media (max-width: 599px) {
  #sale .btn-other {
    width: 80%;
  }

  #sale ul.sim {
    flex-direction: column;
  }

  #sale .left {
    min-width: 100%;
  }

  #sale .right {
    margin: 20px 0 0;
    min-width: 100%;
  }
}

/* --------------------
contact
-------------------- */

#contact {
  padding: 55px 0;
  margin-bottom: 55px;
  background: url(../images/contact_bg.jpg) no-repeat center center;
  background-size: cover;
}

#contact .hl {
  color: #2c95bb;
}

#contact p {
  color: #2c95bb;
}

#contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 55px auto 0;
  padding: 16px;
  width: 60%;
  background: #ee7155;
  color: #fff;
  font-size: 18px;
  border-radius: 2px;
}

#contact a:hover {
  opacity: 0.8;
}

#contact .fa {
  margin-left: 20px;
  font-size: 26px;
}

@media (max-width: 599px) {
  #contact a {
    width: 80%;
  }
}

/* --------------------
faq
-------------------- */

#faq {
  padding: 55px 0;
  background: #eee;
}