@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/* common */
/* upper */
/* under */
html {
  font-weight: bold;
}

html body {
  /* common */
  /* header */
  /* footer */
}

html body .wrapper {
  width: 1000px;
  margin: 0 auto;
}

html body .title {
  width: 100%;
  overflow-x: hidden;
  text-align: center;
  background: #1198D0;
  color: #fff;
  font-size: 45px;
}

html body .title i {
  display: block;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

html body .header {
  border-bottom: 15px solid #1198D0;
}

html body .header__inner {
  width: 100%;
  padding: 20px 0 20px 0;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

html body .header__logo a {
  display: block;
  width: 260px;
  margin-left: 50%;
}

html body .header__logo a figure {
  width: 100%;
}

html body .header__logo a figure img {
  vertical-align: bottom;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

html body .header__menu__items {
  width: calc(1000px - 260px);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body .header__menu__items li {
  background-color: #1799D1;
  background-image: repeating-linear-gradient(-45deg, #DCF0F8, #DCF0F8 1px, transparent 0, transparent 10px);
  border: 4px solid #fff;
  border-radius: 10px;
  padding: 6px;
  margin-right: 8px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

html body .header__menu__items li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

html body .header__menu__items li:first-child {
  border: 4px solid #1799D1;
  background: #DCF0F8;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F9F9F9), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #F9F9F9), color-stop(0.75, #F9F9F9), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

html body .header__menu__items li:first-child a {
  color: #1799D1;
}

html body .header__menu__items li:last-child {
  background: #E8380D;
  margin-right: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 0;
}

html body .footer {
  height: auto;
}

html body .footer__inner {
  width: 540px;
  margin: 0 auto;
  padding: 60px 0 55px 0;
}

html body .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #464646;
}

html body .footer__top figure {
  margin-right: 20px;
  width: 108px;
}

html body .footer__top figure img {
  width: 100%;
}

html body .footer__top div ul li {
  list-style: none;
}

html body .footer__top div ul li:last-child a {
  color: #464646;
  text-decoration: none;
}

html body .footer__bottom {
  margin-top: 50px;
}

html body .footer__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body .footer__bottom ul li {
  list-style: none;
  font-size: 14px;
}

html body .footer__bottom ul li:not(:last-child) {
  margin-right: 45px;
}

html body .footer__bottom ul li a {
  text-decoration: none;
  color: #000;
}

html body .footer__copylight {
  width: 100%;
  font-size: 12px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: #0B6FAD;
  color: #fff;
}

@media screen and (max-width: 1060px) {
  body {
    width: 1000px;
  }
  html body .wrapper {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
  html body .wrapper {
    padding: 0 15px;
    width: 100%;
  }
  .header__menu {
    display: none;
  }
  html body .header__inner {
    padding: 15px;
    margin: 0;
  }
  html body .header {
    border-bottom: 7px solid #1198D0;
  }
  html body .header__logo a {
    display: block;
    width: 193px;
  }
  html body .header__logo a img {
    content: url(../img/sp_logo.png);
  }
  html body .main .about__title__img {
    width: 100%;
    margin-top: -25px;
  }
  html body .title {
    font-size: 28px;
  }
  html body .footer__top {
    display: block;
  }
  html body .footer__top div {
    font-size: 15px;
  }
  html body .footer__top figure {
    margin-right: 0;
    width: 100%;
  }
  html body .footer__top figure img {
    width: 100px;
  }
  html body .footer__inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 10px;
    text-align: center;
  }
  html body .footer__bottom {
    margin-top: 20px;
    font-size: 14px;
  }
  html body .footer__bottom ul {
    display: inline-block;
    width: 240px;
  }
  html body .footer__bottom ul li {
    display: inline-block;
    margin-bottom: 10px;
  }
  html body .footer__bottom ul li:not(:last-child) {
    margin-right: 0;
  }
  html body .footer__bottom ul li:first-child {
    margin-right: 30px;
  }
  html body .footer__copylight {
    height: 42px;
    line-height: 42px;
    font-size: 11px;
  }
}

body {
  font-family: "Roboto", sans-serif;
}

.bold {
  font-weight: bold !important;
}

ul.breadcrumb {
  padding: 25px 0 50px;
  list-style: none;
}

ul.breadcrumb li {
  display: inline;
  color: #787878;
  font-size: 15px;
}

ul.breadcrumb li a {
  color: #787878;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #787878;
  text-decoration: underline;
}

ul.breadcrumb li + li:before {
  padding: 0 17px;
  content: "﹥";
}

.px50 {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
  .px50 {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-calculator table {
  width: 100%;
  border-collapse: collapse;
}

.c-calculator table thead {
  background-color: #CEE2EF;
  border-bottom: 1px solid #0072CE;
}

.c-calculator table th {
  text-align: center;
  font-size: 15px;
  padding: 20px 0;
}

.c-calculator table th:first-child {
  width: 230px;
}

.c-calculator table th:nth-child(2) {
  width: 450px;
}

.c-calculator table th:nth-child(3) {
  width: 100px;
}

.c-calculator table td {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 25px 0;
}

.c-calculator table td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-calculator table td div a {
  display: block;
}

.c-calculator table td div a img {
  width: 15px;
  height: 13px;
}

.c-calculator table td div .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
}

.c-calculator table td .del {
  color: #33A9E1;
}

.c-calculator .usage {
  text-align: right;
  color: #F03C00;
  font-size: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #0072CE;
}

.c-calculator .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-calculator .coupon p {
  font-size: 15px;
  font-weight: normal;
  margin-left: 80px;
}

.c-calculator .coupon input {
  margin-left: 50px;
  border: 1px solid #0072CE;
  padding: 10px 5px;
  width: 386px;
}

.c-calculator .postage {
  text-align: right;
  padding: 30px 0;
}

.c-calculator .postage .txt {
  font-size: 16px;
  font-weight: normal;
}

.c-calculator .postage .number {
  margin-left: 130px;
  font-size: 26px;
}

.c-calculator .postage .wne {
  font-size: 16px;
}

.c-calculator .price {
  background-color: #CEE2EF;
  padding: 0.7em 1.2em;
}

.c-calculator .price .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  font-size: 22px;
  margin-top: 0.5em;
}

.c-calculator .price .item .right {
  width: 185px;
  font-weight: normal;
}

.c-calculator .price .item .left {
  width: calc(100% - 185px);
  font-weight: normal;
}

.c-calculator .price .item:first-child {
  margin-top: 0;
}

.c-calculator .price .item:first-child .right {
  font-weight: bold;
}

.c-calculator .price .item:first-child .left {
  font-weight: bold;
}

.c-check {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

.c-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-check input:checked ~ .checkmark:after {
  display: block;
}

.c-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #323232;
}

.c-check .checkmark:after {
  left: 7px;
  top: 2px;
  width: 8px;
  height: 14px;
  border: solid #323232;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.c-check1 {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}

.c-check1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-check1 input:checked ~ .checkmark:after {
  display: block;
}

.c-check1 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 2px solid #323232;
}

.c-check1 .checkmark:after {
  left: 3px;
  top: -1px;
  width: 6px;
  height: 12px;
  border: solid #323232;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.c-btn {
  background-color: #F03C00;
  font-size: 18.5px;
  font-weight: normal;
  color: white;
  padding: 5px 20px;
  width: 155px;
}

.c-btn-white {
  background-color: white;
  color: #F03C00;
  border: 1px solid #F03C00;
}

.c-select {
  min-width: 121px;
  position: relative;
}

.c-select::after {
  content: "▽";
  position: absolute;
  right: 5px;
  top: 10px;
  display: inline-block;
}

.c-select select {
  width: 100%;
}

.c-title {
  font-size: 20px;
  color: #323232;
}

.c-menu {
  cursor: pointer;
}

.c-menu__link span {
  width: 30px;
  height: 2px;
  background-color: #0B6FAD;
  display: block;
  border-radius: 5px;
}

.c-menu__link span:nth-child(2) {
  margin-top: 10px;
  margin-bottom: 10px;
}

.c-menu.change {
  display: none;
}

.c-overlay {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  height: auto;
  z-index: 99;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  right: 0;
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: width 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  width: 0;
  margin-top: 80px;
  background-color: #1198D0;
}

.c-overlay .content {
  padding: 20px 15px 30px;
}

.c-overlay .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  padding-bottom: 20px;
}

.c-overlay ul {
  list-style: none;
}

.c-overlay ul li {
  padding: 15px 10px;
  border-bottom: 1px solid white;
}

.c-overlay ul li:first-child {
  border-top: 1px solid white;
}

.c-overlay ul li a {
  color: white;
  text-decoration: none;
}

.c-overlay .close {
  cursor: pointer;
  margin-right: 70px;
  width: 25px;
  height: 25px;
}

.c-overlay .close span {
  cursor: pointer;
  width: 30px;
  height: 2px;
  background-color: white;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-overlay .close span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-10px, 7px);
          transform: rotate(-45deg) translate(-10px, 7px);
}

.c-overlay .close span:nth-child(2) {
  -webkit-transform: rotate(45deg) translate(2px, 5px);
          transform: rotate(45deg) translate(2px, 5px);
  margin-top: 5px;
}

.c-overlay.change {
  width: 70%;
}

.c-overlay .btn {
  margin-top: 20px;
}

.c-overlay .btn button {
  border: 1px solid white;
  background-color: #E8380D;
  color: white;
  padding: 0.5em 0;
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .c-title {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .c-calculator table th:first-child {
    width: 200px;
  }
  .c-calculator table th {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
  }
  .c-calculator table td {
    font-size: 13px;
    padding: 10px 5px;
    text-align: left;
  }
  .c-calculator table th:last-child {
    min-width: 50px;
  }
  .c-calculator .usage {
    font-size: 15px;
    padding-bottom: 6px;
  }
  .c-calculator .coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
  .c-calculator .coupon input {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    padding: 7px 5px;
  }
  .c-calculator .coupon p {
    margin-left: 0;
  }
  .c-calculator .postage {
    padding: 19px 0;
  }
  .c-calculator .price .item {
    font-size: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-calculator .price .item .right {
    width: 100px;
  }
  .c-calculator .price .item .left {
    width: calc(100% - 100px);
  }
  .c-calculator .postage .number {
    margin-left: 20px;
    font-size: 20px;
  }
}

main {
  background-color: #E7F1F7;
  height: 80vh;
}

html body .footer {
  height: auto;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.p-login {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-login .inner {
  padding: 44px;
  width: 500px;
  margin: auto;
  -webkit-box-shadow: 0px 1px 17px 1px #00000038;
          box-shadow: 0px 1px 17px 1px #00000038;
  background-color: white;
}

.p-login .inner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-login .inner .item p {
  width: 140px;
}

.p-login .inner .item input {
  width: calc( 100% - 95px);
  background-color: #CEE2EF;
  font-size: 20px;
  padding: 5px;
  outline: unset;
}

.p-login .inner .item input:focus, .p-login .inner .item input:focus-visible, .p-login .inner .item input:active {
  border: 1px solid #0072CE;
}

.p-login .inner .item:first-child {
  margin-bottom: 20px;
}

.p-login .inner .link {
  text-align: right;
  margin: 0 0 40px;
}

.p-login .inner .link a {
  color: #0B6FAD;
}

.p-login .inner .btn-red {
  text-align: center;
}

.p-login .inner .btn-red button {
  font-size: 20px;
  padding: 0.6em 0;
  width: 360px;
  color: white;
  background-color: #F03C00;
  border-radius: 30px;
}

.p-login .btn-blue {
  text-align: center;
  padding: 20px 0 0;
}

.p-login .btn-blue button {
  font-size: 20px;
  padding: 0.6em 0;
  background-color: #0B6FAD;
  color: white;
  border-radius: 10px;
  width: 240px;
}

@media (max-width: 768px) {
  .p-login .inner {
    padding: 30px 20px;
    width: 100%;
  }
  .p-login .inner .btn-red button {
    font-size: 16px;
    width: 100%;
    border-radius: 30px;
  }
  main {
    height: 86vh;
  }
}

/*# sourceMappingURL=login.css.map */
header {
  margin: 0 !important;
}



.loginConsole {
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  box-shadow: 0 0 15px -5px rgba(0,0,0,0.6);
}

.row-input {
  display: flex;
  align-items: center;
  list-style-type: none;
}
.row-input + .row-input {
  margin-top: 20px;
}
.row-input > label {
  margin: 0;
  width: 30%;
  font-weight: 600;
}
.row-input > div {
  width: 70%;
}
.row-input > div input {
  padding: 3px 10px;
  width: 100%;
  border: 2px solid #cce3f5;
  background-color: #cce3f5;
  border-radius: 0;
  outline: none;
}
.row-input > div input:focus {
  border: 2px solid #0072ce;
}

.txt-forgot {
  text-align: right;
}
.txt-forgot a {
  text-decoration: underline !important;
  color: #0072ce;
}

.loginConsoleForm .submitBtn {
  margin: 2.2rem auto 0;
  padding: 13px;
  width: 72%;
  display: block;
  border: none;
  border-radius: 25px;
  background: #F03C00;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.button-register {
  margin: 1.8rem auto 0 !important;
  width: 240px !important;
  display: block !important;
}



@media screen and (max-width:768px) {
  .loginConsole {
    padding: 40px 15px;
  }
}