@charset "UTF-8";

/*============================================================
base
============================================================*/

#wrapper {
  overflow: hidden;
  line-height: 2;
}

.sfz14 {
  font-size: 14px;
}

.sfz16 {
  font-size: 16px;
}

.sfz18 {
  font-size: 18px;
}

.indent {
  font-size: 13px;
  padding-left: 0.9em;
  text-indent: -0.9em;
  line-height: 1.8;
  display: block;
}

.target {
  margin-top: -150px;
  padding-top: 150px;
}

.column-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.marker {
  background:linear-gradient(transparent 60%, #FFF1F0 60%);
}

#digital .box-wrap {
  background: #FFF1F0;
  padding: 20px;
}

#digital .title-area .page-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
}

#digital .title-area .page-title a {
  color: #BA0C3D;
}

#digital .box-title {
  background: #BA0C3D;
  width: 160px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 30px auto;
}

#digital .box-title.grn {
  background: #1B9FBA;
}

#digital .page-nav ul li {
  width: calc(100% / 2);
}

#digital .page-nav ul li a {
  height: 50px;
  font-size: 13px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  color: #BA0D3C;
  border-top: solid 1px #BA0D3C;
  border-left: solid 1px #BA0D3C;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#digital .page-nav ul li:last-child a {
  border-right: 1px solid #ba0d3c;
}

#digital .page-nav ul li:nth-child(2) a,
#digital .page-nav ul li:nth-child(4) a {
  border-right: solid 1px #BA0D3C;
}

#digital .page-nav ul li:nth-child(3) a,
#digital .page-nav ul li:nth-child(4) a {
  border-bottom: solid 1px #BA0D3C;
}

#digital .page-nav ul li a.active {
  background: #BA0D3C;
  color: #fff;
}

#digital .title-area .img-title {
  width: 330px;
  text-align: center;
  margin: 40px auto 10px;
}

#digital .title-area .btn {
  margin-top: 40px;
}

#digital .btn {
  height: 50px;
  font-size: 16px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  overflow: hidden;
}

#digital .btn a {
  background: #BA0D3C;
  height: 50px;
  color: #fff;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#digital .btn a p {
  font-weight: 700;
  text-align: center;
}

#digital .btn .btn-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
}

#digital .btn-arrow {
  background: #BA0D3C;
  width: 25px;
  height: 25px;
  margin: auto;
  border-radius: 50%;
  display: block;
  position: relative;
}

#digital .btn-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#digital .btn-arrow.wht {
  background: #fff;
}

#digital .btn-arrow.wht::after {
  border-top: 2px solid #BA0D3C;
  border-right: 2px solid #BA0D3C
}

#digital .btn-arrow.grn {
  background: #1B9FBA;
}

#digital .btn.border a {
  background: #fff;
  color: #BA0D3C;
  border: 2px solid #BA0D3C;
  border-radius: 50px;
}

#digital .btn.border.grn a {
  color: #1B9FB9;
  border: 2px solid #1B9FB9;
}

/*============================================================
.digital-top
============================================================*/

.service-select {
  margin: 50px auto 0;
}

.service-select .column {
  margin-bottom: 30px;
}

.service-select li + li {
  margin-top: 30px;
}

.service-select li a {
  border: solid 2px #BA0D3C;
  padding: 20px;
  display: block;
}

.service-select li .img-title {
  text-align: center;
}

.service-select li .img-title img {
  width: 290px;
  margin: 0 auto;
}

.service-select li .txt-wrap {
  text-align: justify;
  margin: 10px auto 15px;
}

#digital .service-select li .btn-arrow {
  width: 40px;
  height: 40px;
}

.service-select .btn {
  margin-top: 15px;
}

/*============================================================
.online
============================================================*/

.service-about {
  margin: 60px auto 40px;
  position: relative;
}

.service-about::before {
  content: "";
  background: #FFF1F0;
  width: 3000px;
  height: 150px;
  position: absolute;
  transform: rotate(-8deg);
  top: -80px;
  left: -500px;
  z-index: -1;
}

.service-about .column {
  align-items: center;
}

.service-about .img {
  width: 280px;
  margin: 0 auto;
}

.database .service-about .img {
  width: 300px;
}

.service-about .txt-wrap {
  text-align: justify;
}

.service-about .p-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  color: #BA0D3C;
  text-align: center;
  margin-bottom: 20px;
}

.p-title {
  font-size: 18px;
  font-weight: 700;
  color: #BA0D3C;
  margin-bottom: 20px;
}

.sec-p-title {
  font-size: 20px;
  font-weight: 700;
  color: #BA0D3C;
  text-align: center;
  margin-bottom: 20px;
}

.service-plan .img-plan {
  max-width: 450px;
  margin: 0 auto 10px;
}

#digital .flow-list li {
  border: solid 2px #BA0C3E;
  padding: 10px 10px 10px 75px;
  position: relative;
  line-height: 1.6;
  height: 70px;
  display: flex;
  align-items: center;
}

#digital .flow-list {
  counter-reset: num;
}

#digital .flow-list li::before {
  background: #BA0C3E;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  content: counter(num);
  counter-increment: num;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60px;
  line-height: 65px;
}

#digital .flow-list li + li {
  margin-top: 40px;
}

#digital .flow-list li + li::after {
  content: "";
  border-top: 16px solid #BA0C3E;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  width: 0;
  height: 0;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
}

#digital .btn-action div {
  height: 50px;
}

#digital .btn-action div + div {
  margin-top: 20px;
}

#digital .btn-action div a {
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  background: #0C9FBA;
  box-shadow: 0px 8px 0 0px #064F65;
  border-radius: 8px;
  display: block;
}

#digital .btn-action div:last-child a {
  background: #BA0C3D;
  box-shadow: 0px 8px 0 0px #650621;
}

#digital .btn-action div:hover {
  padding-top: 8px;
}

#digital .btn-action div:hover a {
  box-shadow: none;
}

#digital .contact-wrap {
  margin: 60px auto 20px;
  padding: 30px 0 20px;
  border: solid 3px #BA0C3D;
  border-radius: 30px;
  position: relative;
}

#digital .contact-wrap .sec-p-title {
  background: #fff;
  font-size: 20px;
  display: block;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 160px;
  top: -13px;
  letter-spacing: 1px;
  text-align: center;
}

#digital .contact-wrap ul {
  margin: 15px auto;
}

#digital .contact-wrap li + li {
  margin-top: 20px;
}

#digital .contact-wrap li i,
#digital .contact-wrap li em  {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: block;
}

#digital .contact-wrap li p {
  font-size: 16px;
  text-align: center;
}

#digital .contact-wrap li p img {
  width: 230px;
}

/*============================================================
.guide
============================================================*/

.guide-lead {
  text-align: justify;
  margin: 30px auto 60px;
}

.guide-lead .btn {
  margin: 30px auto;
}

.guide-lead .mov {
  width: 100%;
  height: 53.3vw;
  margin: 40px auto 0;
}

.guide-lead .mov iframe {
  width: 100%;
  height: 53.3vw;
}

.guide .tab-area li {
  width: calc(100% / 2);
}

.guide .tab-area li a {
  background: #F8F8F8;
  height: 65px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #BA0C3D;
  display: flex;
  position: relative;
  line-height: 1.6;
  align-items: center;
  justify-content: center;
}

.guide .tab-area li a:hover,
.guide .tab-area li a.active {
  background: #BA0C3D;
  color: #fff;
}

.guide .fukidashi::before,
.guide .tab-area li a:hover::before,
.guide .tab-area li a.active::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #BA0C3D transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.guide .panel-area .inner {
  padding: 40px 0 0;
}

.guide .guide-img {
  margin: 40px auto;
}

.guide .guide-os {
  background: #F8F8F8;
  width: 250px;
  padding: 25px 0;
  margin: 40px auto 40px;
}

.guide .guide-os .sec-p-title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}

.guide .guide-os p {
  text-align: center;
}

.guide .box-wrap p + p {
  margin-top: 10px;
}

.guide #tab02 .view li + li {
  margin-top: 30px;
}

.guide #tab02 .view li.column {
  align-items: center;
}

.guide #tab02 .view li p span {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.guide #tab02 .view li.column img {
  width: 160px;
  margin: 10px auto 0;
  display: block;
}

/*============================================================
.online-list
============================================================*/

.online-list-wrap {
  margin: 0 auto 40px;
}

.online-list-wrap ul.column {
  margin: 40px auto 80px;
}

.online-list-wrap ul.column li {
  width: 300px;
  margin: 0 auto;
}

.online-list-wrap ul.column li + li {
  margin-top: 40px;
}

.online-list-wrap ul.column li .sec-p-title {
  margin-bottom: 15px;
}

.online-list-wrap ul.column li .card {
  background: #F8F8F8;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.online-list-wrap ul.column li .card img {
  width: 230px;
  height: 315px;
}

.online-list-wrap ul.column li .date {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

/* 一覧用バックナンバーボタンSP */
.online-list-wrap .btn-action {
  height: 50px;
  margin-top: 15px;
}

.online-list-wrap .btn-action a {
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  background: #0C9FBA;
  box-shadow: 0px 8px 0 0px #064F65;
  border-radius: 8px;
  display: block;
}

.online-list-wrap .btn-action:last-child a {
  background: #BA0C3D;
  box-shadow: 0px 8px 0 0px #650621;
}
