@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

/*---------- ページ全体の指定 ----------*/
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #333;
  background-color: #fff;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/*---------- リンク設定 ----------*/
a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #2f5597;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

a img {
  border-style: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}


/*---------- PC・スマホの非表示指定 ----------*/
@media screen and (max-width:868px) {
  .spnone {
    display: none;
  }
}

@media screen and (min-width:869px) {
  .pcnone {
    display: none;
  }
}

h2.title_kv {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 28px;
}

h2 span.kv_mini {
  font-size: 22px;
}

h2.title {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 900;
  color: #333;
  letter-spacing: 1px;
}

h2 span.title_mini {
  font-size: 20px;
  letter-spacing: 1px;
}

h2 span.title_big {
  font-size: 28px;
  letter-spacing: 1px;
}

h3 {
  margin: 0 auto;
  padding: 48px 0;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 900;
  color: #333;
  letter-spacing: 1px;
}

h3 {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 900;
  color: #333;
  letter-spacing: 1px;
}

h3.system_title {
  color: #2f5597;
}

h3 span {
  color: #2e75b6;
}


@media screen and (min-width:869px) {

  h2.title_kv {
    margin: 0;
    font-weight: bold;
    font-size: 48px;
  }

  h2 span.kv_mini {
    font-size: 38px;
  }

  h2.title {
    margin: 0 auto;
    padding: 40px 0 40px;
    text-align: center;
    line-height: 1.5;
    font-size: 32px;
    font-weight: 900;
    color: #333;
    letter-spacing: 1px;
  }

  h2 span.title_mini {
    font-size: 28px;
    letter-spacing: 1px;
  }

  h2 span.title_big {
    font-size: 48px;
    letter-spacing: 1px;
  }

  h3 {
    margin: 0 auto;
    padding: 48px 0;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 900;
    color: #333;
    letter-spacing: 1px;
  }

  h3 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 900;
    color: #333;
    letter-spacing: 1px;
  }

  h3.system_title {
    color: #2f5597;
  }

  h3 span {
    color: #2e75b6;
  }
}

/*---------- カラー・font ----------*/
.bold {
  font-weight: bold;
}

.white {
  color: #fff !important;
}

.red {
  color: #ed1515 !important;
}

.ym {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fff200 60%);
}

@media screen and (min-width:869px) {
  .bold {
    font-weight: bold;
  }

  .white {
    color: #fff !important;
  }

  .red {
    color: #ed1515 !important;
  }

  .ym {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #fff200 60%);
  }
}


/*----------インナーサイズ----------*/
.container {
  margin: 20px 30px 40px;
  padding: 0;
}

.container_blue {
  margin: 20px 30px 20px;
  padding: 0;
}

.container_white {
  margin: 40px auto 40px;
  padding: 0 10px;
  width: calc(100% - 20px);
  max-width: 1080px;
}


@media screen and (min-width:869px) {
  .container {
    margin: 40px auto 80px;
    padding: 0 10px;
    width: calc(100% - 20px);
    max-width: 1080px;
  }

  .container_blue {
    margin: 40px auto 40px;
    padding: 0 10px;
    width: calc(100% - 20px);
    max-width: 1080px;
  }

  .container_white {
    margin: 40px auto 80px;
    padding: 0 10px;
    width: calc(100% - 20px);
    max-width: 1080px;
  }
}


/*----------header・SP----------*/
div.header {
  background: #7dd2e3 url("../images/package_intro/top_fv.webp") no-repeat;
  background-size: 72%;
  background-position: center;
  background-position-x: 50%;
  background-position-y: 72%;
  position: relative;
  z-index: -3;
}

div.header::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
}

.kv {
  margin: 0 auto;
  padding: 12% 0 12%;
  width: calc(100% - 20px);
  text-align: center;
  color: #fff;
}

.kv_box_flex {
  margin: 10em 0 0;
  box-sizing: border-box;
}

.kv_box_item {
  margin: 0 auto 4px;
  background: #fff;
  border-radius: 100px;
  width: 48%;
  display: inline-block;
  white-space: nowrap;
}

.kv_text {
  padding: 4px 2%;
  font-size: 15px;
  font-weight: 800;
  color: #44546a;
  text-align: center;
}

.kv_sub {
  margin: 0 auto;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

/*----------header・PC----------*/
@media screen and (min-width:869px) {
  div.header {
    background: #7dd2e3 url("../images/package_intro/top_fv.webp") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: -3;
  }

  div.header::after {
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
  }

  .kv {
    margin: 0 auto;
    padding: 8% 10px;
    width: calc(100% - 20px);
    max-width: 1080px;
    text-align: center;
    color: #fff;
  }

  .kv_box_flex {
    margin: 30px auto 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    max-width: 900px;
  }

  .kv_box_item {
    margin: 0 auto;
    background: #fff;
    border-radius: 100px;
    width: 32%;
    display: inline-block;
  }

  .kv_text {
    padding: 8px 4%;
    font-size: 20px;
    font-weight: 800;
    color: #44546a;
    text-align: center;
  }

  .kv_sub {
    margin: 10px auto 0;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  }
}


/*----------こんなお悩みありませんか？・SP----------*/
.worry_box {
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.balloon_left,
.balloon_right {
  margin: 16px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  /*   align-items: center; */
}

.balloon_left:first-child {
  margin: 0;
}

.balloon_right {
  justify-content: flex-end;
}

.face_icon img {
  width: 55px;
  height: auto;
}

.balloon_right .face_icon {
  margin-left: 16px;
}

.balloon_left .face_icon {
  margin-right: 16px;
}

.balloon_right .face_icon {
  order: 2 !important;
}

.says {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 16px;
  border-radius: 12px;
  background: #dae3f3;
  color: #333;
  box-sizing: border-box;
  margin: 0 !important;
  line-height: 1.5;
  text-align: left;
  /*   align-items: center; */
}

.says p {
  margin: 8px 0 0 !important;
  font-size: 15px;
}

.says p:first-child {
  margin-top: 0 !important;
}

.says:after {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  /*   margin-top:-3px;  */
}

.balloon_left .says:after {
  left: -24px;
  border-right: 22px solid #dae3f3;
}

.balloon_right .says:after {
  right: -24px;
  border-left: 22px solid #dae3f3;
}


/*----------こんなお悩みありませんか？・PC----------*/
@media screen and (min-width:869px) {
  .worry_box {
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .balloon_left,
  .balloon_right {
    margin: 24px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /*   align-items: center; */
  }

  .balloon_left:first-child {
    margin: 0;
  }

  .balloon_right {
    justify-content: flex-end;
  }

  .face_icon img {
    width: 55px;
    height: auto;
  }

  .balloon_right .face_icon {
    margin-left: 20px;
  }

  .balloon_left .face_icon {
    margin-right: 20px;
  }

  .balloon_right .face_icon {
    order: 2 !important;
  }

  .says {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 16px;
    border-radius: 12px;
    background: #dae3f3;
    color: #333;
    box-sizing: border-box;
    margin: 0 !important;
    line-height: 1.8;
    text-align: left;
    /*   align-items: center; */
  }

  .says p {
    margin: 8px 0 0 !important;
    font-size: 16px;
  }

  .says p:first-child {
    margin-top: 0 !important;
  }

  .says:after {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    /*   margin-top:-3px;  */
  }

  .balloon_left .says:after {
    left: -24px;
    border-right: 22px solid #dae3f3;
  }

  .balloon_right .says:after {
    right: -24px;
    border-left: 22px solid #dae3f3;
  }
}


/*-----------貸会議室予約システムで解決します！・SP----------*/
#bg_blue {
  background: #2f5597;
}


/*-----------貸会議室予約システムで解決します！・PC----------*/
@media screen and (min-width:869px) {
  #bg_blue {
    background: #2f5597;
  }
}


/*----------貸会議室予約システムの主な機能・SP----------*/
.system_box_flex,
.step_box_flex {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.system_item {
  margin: 0 auto 10px;
  padding: 16px;
  border: 3px solid #ccc;
  border-radius: 12px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.system_icon {
  margin: 0 auto 10px;
  padding: 0;
  width: 28%;
  text-align: center;
}

.system_icon img {
  margin: 0;
  padding: 0;
  width: 100%;
}

.system_copy {
  margin: 10px 0 0;
  line-height: 1.6;
  font-size: 15px;
}


/*----------貸会議室予約システムの主な機能・PC----------*/
@media screen and (min-width:869px) {

  .system_box_flex,
  .step_box_flex {
    margin: 0 auto;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .system_item {
    margin: 0 auto;
    padding: 16px;
    border: 3px solid #ccc;
    border-radius: 12px;
    text-align: center;
    width: 31%;
    box-sizing: border-box;
  }

  .system_icon {
    margin: 0 auto 10px;
    padding: 0;
    width: 28%;
    text-align: center;
  }

  .system_icon img {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .system_copy {
    margin: 10px 0 0;
    line-height: 1.6;
    font-size: 16px;
  }
}


/*----------貸会議室予約システムの主な機能・SP----------*/
.blue_box {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border: 4px solid #203864;
  border-radius: 12px;
  max-width: 680px;
}

.blue_title {
  margin: 0 auto;
  padding: 8px 0;
  background: #203864;
  border-radius: 4px 4px 0 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

.price {
  margin: 16px auto 10px;
  padding: 0;
  font-size: 36px;
  font-weight: bold;
  color: #F28E00;
}

.price_mini {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
}

.price_copy {
  padding: 0 20px;
  font-size: 15px;
  text-align: left;
  display: inline-block;
  font-weight: 600;
}

.price_copy p {
  margin-bottom: 8px;
}


.price_sub {
  margin: 8px 0 20px;
  font-size: 14px;
  color: #7f7f7f;
}


/*----------貸会議室予約システムの主な機能・PC----------*/
@media screen and (min-width:869px) {
  .blue_box {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    border: 4px solid #203864;
    border-radius: 12px;
    max-width: 680px;
  }

  .blue_title {
    margin: 0 auto;
    padding: 12px 0;
    background: #203864;
    border-radius: 8px 8px 0 0;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .price {
    margin: 20px auto 8px;
    padding: 0;
    font-size: 48px;
    font-weight: bold;
    color: #F28E00;
  }

  .price_mini {
    font-size: 32px;
    letter-spacing: 1px;
  }

  .price_copy {
    padding: 0;
    font-size: 20px;
    text-align: left;
    display: inline-block;
  }

  .price_copy p {
    margin-bottom: 0;
  }

  .price_sub {
    margin: 8px 0 30px;
    font-size: 16px;
    color: #7f7f7f;
  }
}


/*-----------導入までの流れ・SP---------*/
.step_item {
  margin: 20px auto 0;
  padding: 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.step_item:first-child {
  margin: 0;
}

.line {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-right: none;
  padding: 24px 0;
}

.step_num {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #1f4e79;
  letter-spacing: 1px;
}

hr {
  margin: 4px auto 10px;
  width: 8%;
  height: 2px;
  background: #1f4e79;
  border: none;
  text-align: center;
}

.step_icon {
  margin: 20px auto;
  padding: 0;
  text-align: center;
  width: 28%;
}

.step_icon img {
  width: 100%;
}

.step_copy {
  margin: 0;
  text-align: center;
  font-size: 15px;
}


/*-----------導入までの流れ・PC---------*/
@media screen and (min-width:869px) {
  .step_item {
    margin: 0 auto;
    padding: 16px;
    text-align: center;
    width: 33%;
    box-sizing: border-box;
  }

  .line {
    padding: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
  }

  .step_num {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #1f4e79;
    letter-spacing: 1px;
  }

  hr {
    margin: 10px auto 20px;
    width: 8%;
    height: 1.2%;
    background: #1f4e79;
    border: none;
    text-align: center;
  }

  .step_icon {
    margin: 20px auto;
    padding: 0;
    text-align: center;
    width: 28%;
  }

  .step_icon img {
    width: 100%;
  }

  .step_copy {
    margin: 0;
    text-align: center;
    font-size: 16px;
  }
}


/*-----------CTA・SP----------*/
#bg_purple {
  background: #c5cae8;
}

.cta_box_flex {
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
  text-align: center;
}

.cta_item {
  padding: 24px 0;
  width: 100%;
}

.cta_item:first-child {
  border-right: none;
  border-bottom: solid 1.2px #fff;
}

.cta_title {
  margin: 0;
  padding: 0 0 18px 0;
  font-size: 18px;
  font-weight: 800;
}

.btn_tel_copy {
  margin: 2px 0 0;
  font-size: 13px;
}

.btn_tel,
.btn_mail {
  display: inline;
}

.btn_tel img,
.btn_mail a img {
  margin-bottom: 2%;
  margin-right: 2.4%;
  width: 26px;
  vertical-align: middle;
}

.btn_tel a {
  margin: 0;
  padding: 0;
  font-size: 24px;
  letter-spacing: 1px;
  pointer-events: none;
  font-weight: 800;
}

.btn_mail {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.4;
  letter-spacing: 1px;
}

.btn_mail a.btn_blue {
  margin: 0 auto;
  padding: 8px 8%;
  background: #2f5597;
  border-radius: 100px;
  width: 92%;
  min-width: auto;
  box-sizing: border-box;
  display: block;
  color: #fff;
  position: relative;
  white-space: nowrap;
}

.btn_mail a.btn_blue::after {
  content: url("../images/package_intro/arrow_white.webp");
  position: absolute;
  margin: 0;
  padding: 0;
  top: 15%;
  right: 3%;
  transform: scale(0.8);
}

.btn_mail:hover {
  opacity: 0.7;
  transition: 0.3s;
}


/*-----------CTA・PC----------*/
@media screen and (min-width:869px) {
  #bg_purple {
    background: #c5cae8;
  }

  .cta_box_flex {
    margin: 0 auto;
    padding: 60px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
  }

  .cta_item {
    padding: 0;
    width: 48%;
  }

  .cta_item:first-child {
    border-right: solid 1.2px #fff;
    border-bottom: none;
  }

  .cta_title {
    margin: 0;
    padding: 0 0 18px 0;
    font-size: 24px;
    font-weight: 800;
  }

  .btn_tel_copy {
    margin: 2px 0 0;
    font-size: 15px;
  }

  .btn_tel,
  .btn_mail {
    display: inline;
  }

  .btn_tel img,
  .btn_mail a img {
    margin-bottom: 1%;
    margin-right: 2%;
    width: 28px;
    vertical-align: middle;
  }

  .btn_tel a {
    margin: 0;
    padding: 0;
    font-size: 22px;
    letter-spacing: 1px;
    pointer-events: none;
    font-weight: 800;
  }

  .btn_mail {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.4;
    letter-spacing: 1px;
  }

  .btn_mail a.btn_blue {
    margin: 0 auto;
    padding: 8px 8%;
    background: #2f5597;
    border-radius: 100px;
    width: 70%;
    min-width: auto;
    box-sizing: border-box;
    display: block;
    color: #fff;
    position: relative;
    white-space: nowrap;
  }

  .btn_mail a.btn_blue::after {
    content: url("../images/package_intro/arrow_white.webp");
    position: absolute;
    margin: 0;
    padding: 0;
    top: 15%;
    right: 3%;
    transform: scale(0.8);
  }

  .btn_mail:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}


/*-----------パッケージ紹介・SP----------*/
.package_list_box {
  margin: 0 auto;
  padding: 4% 4% 2% 10%;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.package_list_box ul {
  margin: 0 auto;
}

.package_list_box li {
  margin: 0 auto 16px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: #1f4e79;
  line-height: 1.4;
  letter-spacing: 1px;
}

.package_list_box li p {
  margin-top: 4px;
  font-weight: 400;
  font-size: 15px;
  color: #333;
}

.plus {
  margin: 30px auto;
  text-align: center;
}

.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #1f4e79;
  line-height: 1;
  width: 2em;
  height: 0.4em;
  background: currentColor;
  border-radius: 1em;
  position: relative;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.option_box_flex {
  margin: 16px auto 0;
  padding: 12px 12px 2px;
  box-sizing: border-box;
  border: dashed 3px #2f5597;
}

.option_item {
  margin: 0 auto 10px;
  padding: 0;
  border: 4px solid #2e75b6;
  border-radius: 12px;
  text-align: left;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

.option_title {
  margin: 0 auto;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  background: #2e75b6;
  border-radius: 8px 8px 0 0;
}

.option_list_box {
  margin: 0;
  padding: 4% 4% 2% 10%;
}

.option_list_box li {
  margin-bottom: 0.6em;
  font-size: 15px;
}


/*-----------パッケージ紹介・PC----------*/
@media screen and (min-width:869px) {
  .package_list_box {
    margin: 0 auto;
    padding: 4% 8% 2%;
    background: #fff;
    border-radius: 0 0 10px 10px;
  }

  .package_list_box ul {
    margin: 0 auto;
  }

  .package_list_box li {
    margin: 0 auto 16px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #1f4e79;
    line-height: 1.8;
    letter-spacing: 1px;
  }

  .package_list_box li p {
    margin-top: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
  }

  .plus {
    margin: 40px auto;
    text-align: center;
  }

  .dli-plus {
    display: inline-block;
    vertical-align: middle;
    color: #1f4e79;
    line-height: 1;
    width: 2em;
    height: 0.4em;
    background: currentColor;
    border-radius: 1em;
    position: relative;
  }

  .dli-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }

  .option_box_flex {
    margin: 20px auto 0;
    padding: 20px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    border: dashed 3px #2f5597;
  }

  .option_item {
    margin: 0 auto;
    padding: 0;
    border: 3px solid #2e75b6;
    border-radius: 12px;
    text-align: left;
    width: 32%;
    background: #fff;
    box-sizing: border-box;
  }

  .option_title {
    margin: 0 auto;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    background: #2e75b6;
    border-radius: 8px 8px 0 0;
  }

  .option_list_box {
    margin: 0;
    padding: 20px 6% 10px 10%;
  }

  .option_list_box li {
    margin-bottom: 0.8em;
    font-size: 16px;
  }
}

/*----------導入の事例・SP----------*/
#bg_gray {
  margin: 0 auto;
  padding: 1px 0;
  background: #eee;
}

.white_box {
  margin: 0 auto;
  padding: 6% 4%;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
}

.blue_box_02 {
  margin: 0;
  padding: 12px;
  text-align: center;
  width: 100%;
  border: 4px solid #ed1515;
  display: block;
  vertical-align: baseline;
  box-sizing: border-box;
}

.blue_title_02 {
  margin: 0 auto;
  padding: 12px 0;
  background: #203864;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  border-top: 2px solid #203864;
  border-left: 2px solid #203864;
  border-right: 2px solid #203864;
}

.plus_red {
  margin: 30px auto;
  text-align: center;
  vertical-align: middle;
  display: block;
}

.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #1f4e79;
  line-height: 1;
  width: 2em;
  height: 0.4em;
  background: currentColor;
  border-radius: 1em;
  position: relative;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.package_list_box_02 {
  margin: 0 auto;
  padding: 4% 4% 2% 10%;
  ;
  background: #fff;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  height: auto;
}

.package_list_box_02 ul {
  margin: 0 auto;
}

.package_list_box_02 li {
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: #1f4e79;
  line-height: 1.8;
  letter-spacing: 1px;
}

.package_list_box_02 li p {
  margin-top: 4px;
  font-weight: 400;
  font-size: 15px;
  color: #333;
}

.customize_box {
  display: block;
  max-width: 100%;
}

.customize_flex {
  margin: 12px auto 0;
  padding: 12px 12px 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: stretch;
  border: dashed 3px #2f5597;
}

.option_item_02 {
  margin: 0 2px 8px;
  padding: 0;
  text-align: left;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.option_title_02 {
  margin: 0;
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  background: #2e75b6;
  border-top: 2px solid #2e75b6;
  border-left: 2px solid #2e75b6;
  border-right: 2px solid #2e75b6;
}

.option_list_box_02 {
  margin: 0;
  padding: 4% 4% 2% 10%;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  flex-grow: 1;
}

.option_list_box_02 li {
  padding-left: 3px;
  margin-bottom: 0.8em;
  font-size: 15px;
  position: relative;
  list-style-type: none;
  vertical-align: middle;
}

.option_list_box_02 li::before {
  position: absolute;
  content: url("../images/package_intro/icon_check.webp");
  top: -9%;
  left: -8%;
  transform: scale(0.6);
}


/*----------導入の事例----------*/
@media screen and (min-width:869px) {
  #bg_gray {
    margin: 0 auto;
    padding: 1px 0;
    background: #eee;
  }

  .center_box {
    margin: 0 auto;
  }

  .white_box {
    padding: 2% 4% 4% 5%;
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .blue_box_02 {
    margin: 0;
    padding: 8px;
    text-align: center;
    width: 24%;
    border: 4px solid #ed1515;
    display: inline-table;
    vertical-align: baseline;
    box-sizing: border-box;
  }

  .blue_title_02 {
    margin: 0 auto;
    padding: 12px 0;
    background: #203864;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    border-top: 2px solid #203864;
    border-left: 2px solid #203864;
    border-right: 2px solid #203864;
  }

  .plus_red {
    margin: 21% 1% 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
  }

  .dli-plus {
    display: inline-block;
    vertical-align: middle;
    color: #1f4e79;
    line-height: 1;
    width: 2em;
    height: 0.4em;
    background: currentColor;
    border-radius: 1em;
    position: relative;
  }

  .dli-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }

  .package_list_box_02 {
    margin: 0 auto;
    padding: 18px 4% 10px 12%;
    background: #fff;
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    height: 195px;
  }

  .package_list_box_02 ul {
    margin: 0 auto;
  }

  .package_list_box_02 li {
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    color: #1f4e79;
    line-height: 1.8;
    letter-spacing: 1px;
  }

  .package_list_box_02 li p {
    margin-top: 4px;
    font-weight: 400;
    font-size: 15px;
    color: #333;
  }

  .customize_box {
    display: inline-block;
    max-width: 67.8%;
  }

  .customize_flex {
    margin: 20px auto 0;
    padding: 8px 8px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: stretch;
    border: dashed 3px #2f5597;
  }

  .option_item_02 {
    margin: 0 2px 8px;
    padding: 0;
    text-align: left;
    width: 32%;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }

  .option_title_02 {
    margin: 0;
    padding: 12px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    background: #2e75b6;
    border-top: 2px solid #2e75b6;
    border-left: 2px solid #2e75b6;
    border-right: 2px solid #2e75b6;
  }

  .option_list_box_02 {
    margin: 0;
    padding: 20px 4% 10px 12%;
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    flex-grow: 1;
  }

  .option_list_box_02 li {
    padding-left: 3px;
    margin-bottom: 0.8em;
    font-size: 15px;
    position: relative;
    list-style-type: none;
    vertical-align: middle;
  }

  .option_list_box_02 li::before {
    position: absolute;
    content: url("../images/package_intro/icon_check.webp");
    top: -4%;
    left: -12%;
    transform: scale(0.65);
  }
}

/*----------導入実績・SP----------*/
.company_link_flex {
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}

.link_item {
  margin: 0 4px;
  width: 47%;
}

.link_item img {
  width: 100%;
}

.link_item img:hover {
  opacity: 0.7;
}


/*----------導入実績・PC----------*/
@media screen and (min-width:869px) {
  .company_link_flex {
    margin: 0 auto;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
  }

  .link_item {
    margin: 0 8px;
    width: 25%;
  }

  .link_item img {
    width: 100%;
  }

  .link_item img:hover {
    opacity: 0.7;
  }
}


/*----------よくあるご質問・SP----------*/
.faq dl {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.faq dl dt {
  margin: 0;
  width: 100%;
  margin-right: 1%;
  font-weight: bold;
  line-height: 1.8;
}

.faq dl dd {
  margin: 0;
  width: 100%;
  font-size: 15px;
}

.faq dl dt {
  position: relative;
  padding: 20px 10px 8px 30px;
  box-sizing: border-box;
}

.faq dl dd {
  position: relative;
  padding: 8px 10px 20px 30px;
  box-sizing: border-box;
}

.faq dl dt::before,
.faq dl dd::before {
  position: absolute;
  font-size: 20px;
  font-weight: 800;
  margin-right: 1px;
  left: 4px;
}

.faq dl dt::before {
  content: "Q";
  color: #5b9bd5;
  line-height: 1.2;
}

.faq dl dd::before {
  content: "A";
  color: #ed1515;
  line-height: 1.2;
}

/*----------よくあるご質問・PC----------*/
@media screen and (min-width:869px) {
  .faq dl {
    margin: 0 auto;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }

  .faq dl dt {
    margin: 0;
    width: 35%;
    margin-right: 1%;
    font-weight: bold;
    line-height: 1.8;
  }

  .faq dl dd {
    margin: 0;
    width: 64%;
  }

  .faq dl dt,
  .faq dl dd {
    position: relative;
    padding: 20px 10px 20px 30px;
    box-sizing: border-box;
    font-size: 16px;
  }

  .faq dl dt::before,
  .faq dl dd::before {
    position: absolute;
    font-size: 22px;
    font-weight: 800;
    margin-right: 1px;
    left: 4px;
  }

  .faq dl dt::before {
    content: "Q";
    color: #5b9bd5;
    line-height: 1.2;
  }

  .faq dl dd::before {
    content: "A";
    color: #ed1515;
    line-height: 1.2;
  }
}

/*----------Footer----------*/
#mt60 {
  margin-top: -20px;
}

#footer {
  margin: 0;
  padding: 0 0 40px;
  font-size: 13px;
  line-height: 180%;
  color: #333;
  text-align: center;
  background: #fff;
}

.footer_logo {
  margin-bottom: 20px;
}

.footer_logo img {
  max-width: 180px;
}

@media screen and (min-width: 869px) {
  #mt60 {
    margin-top: -60px;
  }

  #footer {
    margin: 0 auto;
    font-size: 14px;
  }

  .footer_logo {
    margin-bottom: 20px;
  }

  .footer_logo img {
    max-width: 240px;
  }
}