.u_pc {
  display: block;
}
@media screen and (max-width: 1100px) {
  .u_pc {
    display: none;
  }
}

.u_sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .u_sp {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .u_sp .btns {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .u_sp .btns .c_btn_1 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .u_sp .btns .c_btn_1._pt1 {
    margin: 15px 0 0;
  }
}

#mainimg {
  position: relative;
}
#mainimg:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 210px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(19.92%, rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 19.92%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 19.92%);
}
#mainimg .img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 50%;
}
#mainimg .img .imgwrap {
  position: relative;
  width: 100%;
  height: 100%;
}
#mainimg .img img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: initial;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1800px) {
  #mainimg .img img {
    right: 0;
    left: initial;
  }
}
#mainimg .img img.dx_logo {
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  bottom: 70px;
  right: 45px;
  top: initial;
  left: initial;
}
@media screen and (max-width: 1100px) {
  #mainimg .img img.dx_logo {
    display: none !important;
  }
}
#mainimg > .txt .tit {
  font-size: 120px;
  line-height: 1.6;
}
@media screen and (max-width: 1100px) {
  #mainimg > .txt .tit {
    font-size: 60px;
  }
}
@media screen and (max-width: 1100px) {
  #mainimg > .txt .second {
    display: block;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 1100px) {
  #mainimg > .txt > .txt {
    margin: 20px 0 0;
    text-shadow: none;
  }
}
#mainimg .btns .c_btn_1 {
  width: 282px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mainimg .btns .c_btn_1 + .c_btn_1 {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 627px) {
  #mainimg .btns .c_btn_1 + .c_btn_1 {
    margin: 10px 0 0;
  }
}

.btns {
  margin: 40px 0 0;
}

.comtit01 p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(1, 118, 222, 0.15)));
  background: -webkit-linear-gradient(transparent 60%, rgba(1, 118, 222, 0.15) 60%);
  background: linear-gradient(transparent 60%, rgba(1, 118, 222, 0.15) 60%);
}

.cont02 .comtit01,
.cont03 .comtit01 {
  text-align: center;
}

.box02 {
  margin-left: -16px;
  width: 1130px;
}
@media screen and (max-width: 1100px) {
  .box02 {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}
@media screen and (max-width: 1100px) {
  .box02 .flexbox:not(:first-of-type) {
    margin: 30px 0 0;
  }
}
.box02 .flexbox h3 {
  padding: 15px 0 0;
  font-size: 18px;
  position: relative;
  color: #191919;
}
.box02 .flexbox h3:before {
  content: "";
  width: 68px;
  height: 2px;
  background: #004E98;
  position: absolute;
  top: 0;
  left: 0;
}
.box02 .flexbox h3.second:before {
  background: #00AED4;
}
.box02 .flexbox .box {
  margin: 20px 0 0;
  width: 545px;
  background: #004E98;
  padding: 35px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .box02 .flexbox .box {
    width: 100%;
  }
}
.box02 .flexbox .box._second {
  background: #00AED4;
}
.box02 .flexbox .box .boxttl {
  font-size: 22px;
  color: #fff;
}
.box02 .flexbox .box .boxtxt {
  margin: 15px 0 0;
  font-size: 14px;
  color: #fff;
  line-height: 2;
}
.box02 .flexbox .box .link {
  margin: 20px 0 0;
  text-align: right;
}
.box02 .flexbox .box .link a {
  color: #fff;
  padding: 0 20px 0 0;
  position: relative;
  font-size: 13px;
}
.box02 .flexbox .box .link a:hover {
  opacity: 0.8;
}
.box02 .flexbox .box .link a:before {
  content: url(../../common/img/arrowright.svg);
  position: absolute;
  top: 2px;
  right: 0;
}

.tabswitch {
  width: 434px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto 0;
}
@media screen and (max-width: 440px) {
  .tabswitch {
    width: 100%;
  }
}
.tabswitch p {
  color: #9D9D9D;
  cursor: pointer;
  position: relative;
  padding: 0 0 10px;
}
.tabswitch p._active {
  color: #004E98;
}
.tabswitch p._active.readybtn {
  color: #0995B5;
}
.tabswitch p._active.readybtn:before {
  background: #0995B5;
}
.tabswitch p._active:before {
  content: "";
  width: 16px;
  height: 2px;
  background: #004E98;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tab {
  width: 1120px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1100px) {
  .tab {
    width: 100%;
  }
}
.tab .tablists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 450px) {
  .tab .tablists {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.tab .tablists .tablist {
  width: 50%;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 845px) {
  .tab .tablists .tablist {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .tab .tablists .tablist {
    width: 48%;
  }
}
.tab .tablists .tablist.ready a .tabtxt .tabcat {
  color: #0995B5;
}
.tab .tablists .tablist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 40px;
}
@media screen and (max-width: 450px) {
  .tab .tablists .tablist a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tab .tablists .tablist a:hover {
  opacity: 0.8;
}
.tab .tablists .tablist a .tabimg {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.tab .tablists .tablist a .tabtxt {
  width: calc(100% - 192px);
  padding: 0 55px 0 20px;
}
@media screen and (max-width: 450px) {
  .tab .tablists .tablist a .tabtxt {
    width: 100%;
    padding: 20px 0;
  }
}
.tab .tablists .tablist a .tabtxt .tabcat {
  font-size: 13px;
  color: #004E98;
  font-weight: 500;
}
.tab .tablists .tablist a .tabtxt .tabttl {
  font-size: 18px;
  color: #191919;
  margin: 10px 0 0;
}
.tab .tablists .tablist a .tabtxt .tabdesc {
  margin: 5px 0 0;
  font-size: 14px;
  color: #767676;
}
.tab .tablists .tablist a .tabtxt .tablink {
  margin: 15px 0 0;
  font-size: 13px;
  color: #767676;
  position: relative;
}
.tab .tablists .tablist a .tabtxt .tablink:before {
  content: url(../../common/img/arrowright2.svg);
  position: absolute;
  top: 0;
  right: 0;
}
/*# sourceMappingURL=index.css.map */
