@charset "UTF-8";
html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}

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

a:hover {
  color: #464646;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

article {
  display: block;
}

hr {
  border-top: 1px solid #cccccc;
  margin: 1em auto;
}

em {
  font-style: normal;
}

main {
  margin: 0;
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.height200 {
  height: 200px !important;
}

.pc {
  display: block !important;
}

.pci {
  display: inline !important;
}

.sp {
  display: none !important;
}

.spi {
  display: none !important;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.font01 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Yu Gothic', YuGothic, Roboto, Ubuntu, 'Hiragino Kaku Gothic Pro', 'Hiragino Sans GB', Meiryo, 'Malgun Gothic', 'Helvetica Neue', sans-serif;
  color: #455a64;
}

/*---------------------------------*/
main {
  overflow: hidden;
}

header {
  width: 100%;
  height: 100px;
  background-color: white;
  position: fixed;
  z-index: 100;
}

@media (max-width: 500px) {
  header {
    height: 60px;
  }
}

header .inner {
  width: 900px;
  height: 60px;
  margin: 0 auto;
}

@media (max-width: 500px) {
  header .inner {
    width: 100%;
    position: relative;
  }
}

header .inner a {
  height: 60px;
  width: auto;
}

header .inner a:nth-child(2), header .inner a:nth-child(3), header .inner a:nth-child(4) {
  float: right;
  margin: 5px 10px;
}

@media (max-width: 500px) {
  header .inner a:nth-child(2), header .inner a:nth-child(3), header .inner a:nth-child(4) {
    float: none;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 60px;
    z-index: 101;
  }
}

@media (max-width: 500px) {
  header .inner a:nth-child(4) {
    right: 110px;
    z-index: 102;
  }
}

header .inner a img {
  height: 50px;
  width: auto;
}

@media (max-width: 500px) {
  header .inner a img {
    width: 33px;
    height: 33px;
  }
}

header .inner a:nth-child(1) img {
  height: 60px;
}

@media (max-width: 500px) {
  header .inner a:nth-child(1) img {
    width: 50%;
    height: auto;
    margin: 5px 0 0 5px;
  }
}

header .menu {
  width: 900px;
  margin: 0 auto;
  height: 20px;
}

@media (max-width: 500px) {
  header .menu {
    width: 60%;
    height: 100vh;
    display: none;
    background-color: rgba(250, 231, 231, 0.9);
    margin: 0 0 0 40%;
    padding-top: 20px;
  }
}

header .menu .flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 500px) {
  header .menu .flex {
    display: block;
  }
}

header .menu .flex a {
  color: #12127c;
  margin: 0 5px;
  padding: 4px;
  border: 1px solid white;
  border-bottom: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
}

@media (min-width: 500px) {
  header .menu .flex a:hover {
    background-color: rgba(255, 230, 230, 0.8);
    border: 1px solid #FF2B75;
  }
}

@media (max-width: 500px) {
  header .menu .flex a {
    width: 100%;
    display: block;
    border: none;
    margin: 20px 0;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
  }
}

#fv,
#points,
#types,
.types01,
.types02,
.types03,
.types04,
#doctor,
#clinic,
#tag_price {
  width: 900px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 500px) {
  #fv,
  #points,
  #types,
  .types01,
  .types02,
  .types03,
  .types04,
  #doctor,
  #clinic,
  #tag_price {
    width: 100%;
  }
}

#types01,
#types02,
#types03,
#types04,
#doctor,
#clinic,
#tag_price,
#tag_reservation {
  margin-top: -100px;
  padding-top: 100px;
}

@media (max-width: 500px) {
  #types01,
  #types02,
  #types03,
  #types04,
  #doctor,
  #clinic,
  #tag_price,
  #tag_reservation {
    width: 100%;
    margin-top: -60px;
    padding-top: 60px;
  }
}

#fv {
  margin-top: 100px;
  padding: 0;
}

@media (max-width: 500px) {
  #fv {
    margin-top: 60px;
  }
}

#types {
  margin-bottom: 50px;
}

#doctor {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 500px) {
  #doctor {
    width: 100%;
  }
}

#doctor .item01 {
  width: 900px;
  height: auto;
}

@media (max-width: 500px) {
  #doctor .item01 {
    width: 100%;
  }
}

#doctor .item02 {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 250px;
  right: 145px;
}

@media (max-width: 500px) {
  #doctor .item02 {
    width: 7%;
    height: auto;
    top: 40%;
    right: 3%;
  }
}

#doctor .item02 img {
  width: 30px;
  height: 30px;
}

@media (max-width: 500px) {
  #doctor .item02 img {
    width: 100%;
    height: 100%;
  }
}

#doctor .item03 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 505px;
  right: 150px;
}

@media (max-width: 500px) {
  #doctor .item03 {
    width: 7%;
    height: auto;
    top: 71%;
    right: 10%;
  }
}

#doctor .item03 img {
  width: 40px;
  height: 40px;
}

@media (max-width: 500px) {
  #doctor .item03 img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 500px) {
  .types {
    width: 100%;
    height: auto;
  }
  .types img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 500px) {
  .mgnb {
    margin-bottom: 50px;
  }
}

#clinic {
  width: 900px;
  margin: 0 auto 100px;
}

#clinic * {
  color: #464646;
  font-size: 14px;
}

#clinic .subtitle {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  #clinic {
    width: 100vw;
  }
}

#clinic .inner {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

@media (max-width: 500px) {
  #clinic .inner {
    width: 100vw;
    display: block;
  }
}

#clinic .inner .item02 {
  width: 350px;
}

@media (max-width: 500px) {
  #clinic .inner .item02 {
    width: 100vw;
  }
  #clinic .inner .item02 iframe {
    width: 90%;
    margin: 20px auto;
    display: block;
  }
}

#clinic .inner .item01 {
  width: 500px;
}

@media (max-width: 500px) {
  #clinic .inner .item01 {
    width: 95vw;
    margin: 0 auto;
  }
}

#clinic .inner .item01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#clinic .inner .item01 .flex p {
  line-height: 2;
}

@media (max-width: 500px) {
  #clinic .inner .item01 .flex p {
    font-size: 12px;
  }
}

#clinic .inner .item01 .flex p:nth-child(1) {
  width: 100px;
}

@media (max-width: 500px) {
  #clinic .inner .item01 .flex p:nth-child(1) {
    width: 30%;
  }
}

#clinic .inner .item01 .flex p:nth-child(3) {
  width: 350px;
}

@media (max-width: 500px) {
  #clinic .inner .item01 .flex p:nth-child(3) {
    width: 70%;
  }
}

#clinic .inner .item01 .flex a p {
  color: #3697C8;
  text-decoration: underline;
}

#clinic .inner .item01 .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 500px) {
  #clinic .inner .item01 .schedule {
    width: 70%;
    font-size: 10px;
  }
}

#clinic .inner .item01 .schedule .day {
  line-height: 2;
  width: 50px;
  text-align: center;
  background-color: rgba(255, 207, 92, 0.3);
}

@media (max-width: 500px) {
  #clinic .inner .item01 .schedule .day {
    width: calc(100% / 7);
  }
}

#clinic .inner .item01 .schedule .bl {
  border-left: 1px solid #c8c8c8;
}

#clinic .inner .item01 .schedule .br {
  border-right: 1px solid #c8c8c8;
}

#clinic .inner .item01 .schedule .bt {
  border-top: 1px solid #c8c8c8;
}

#clinic .inner .item01 .schedule .bb {
  border-bottom: 1px solid #c8c8c8;
}

#clinic .inner .item01 .schedule .red {
  color: red;
}

#clinic .inner .item01 .schedule .time {
  line-height: 2;
  width: 50px;
  text-align: center;
}

@media (max-width: 500px) {
  #clinic .inner .item01 .schedule .time {
    width: calc(100% / 7);
    font-size: 10px;
  }
}

.close {
  display: none;
}

.open {
  display: block;
}

.menu_title {
  margin: 10px auto 0;
  width: 800px;
  background-color: white;
  border: 1px solid #c8c8c8;
  color: #464646;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  position: relative;
}

@media (min-width: 500px) {
  .menu_title:hover {
    background-color: #f3dddb;
    background-color: rgba(60, 87, 189, 0.2);
    cursor: pointer;
  }
}

@media (max-width: 500px) {
  .menu_title {
    width: 96vw;
    margin: 10px auto 0;
    font-size: 16px;
  }
}

.menu_title img {
  height: 30px;
  width: auto;
  position: absolute;
  top: 5px;
  right: 10px;
}

.price {
  width: 800px;
  margin: 0 auto;
}

.price * {
  color: #464646;
  font-size: 14px;
}

@media (max-width: 500px) {
  .price {
    width: 100%;
  }
}

.price .group {
  margin-bottom: 30px;
  background-color: white;
}

.price .group .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 500px) {
  .price .group .item {
    width: 96vw;
    margin: 0 auto;
  }
}

.price .group .item p {
  border-bottom: 1px solid #c8c8c8;
  padding: 5px 0;
  width: 300px;
  line-height: 1.5;
}

.price .group .item p:nth-child(1) {
  padding-left: 20px;
  width: 300px;
  border-left: 1px solid #c8c8c8;
}

@media (max-width: 500px) {
  .price .group .item p:nth-child(1) {
    padding-left: 10px;
  }
}

.price .group .item p:nth-child(2) {
  padding-left: 10px;
  width: 280px;
}

@media (max-width: 500px) {
  .price .group .item p:nth-child(2) {
    padding-left: 5px;
  }
}

.price .group .item p:nth-child(3) {
  text-align: right;
  padding-right: 30px;
  width: 220px;
  border-right: 1px solid #c8c8c8;
}

@media (max-width: 500px) {
  .price .group .item p:nth-child(3) {
    padding-right: 5px;
  }
}

@media (max-width: 500px) {
  .price .group .item p {
    width: 32vw;
    margin: 0;
    font-size: 12px;
  }
}

.price .group .item .bt {
  border-top: 1px solid #c8c8c8;
}

.price .group .item .bbn {
  border-bottom: none;
}

.contact_link {
  width: 900px;
  margin: 50px auto;
  padding: 40px 0;
}

@media (max-width: 500px) {
  .contact_link {
    width: 100%;
    margin: 20px auto;
  }
}

.contact_link a {
  width: 500px;
  display: block;
  margin: 0px auto;
}

@media (max-width: 500px) {
  .contact_link a {
    width: 80%;
  }
}

.contact_link a img {
  width: 100%;
  height: auto;
}

/*---------------------------------*/
footer {
  width: 100%;
  margin: 0;
}

footer small {
  width: 360px;
  display: block;
  margin: 40px auto;
  padding: 20px 0 50px;
  color: #464646;
}

@media (max-width: 500px) {
  footer small {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

/*---------------------------------*/
#complete {
  padding-top: 100px;
  margin-bottom: 200px;
}

#complete p {
  width: 900px;
  margin: 50px auto 50px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}

#complete .btn a {
  font-size: 20px;
  line-height: 20px;
  color: #3697C8;
  border: 1px #3697C8 solid;
  text-align: center;
  display: block;
  width: 300px;
  margin: 40px auto;
  padding: 20px 0;
  border-radius: 30px;
  background-color: #3697C8;
  color: white;
}

.cta:hover {
  background-color: white;
  color: #3697C8;
}

/*---------------------------------*/
/*レスポンシブ*/
@media (max-width: 560px) {
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spi {
    display: inline !important;
  }
}

.subtitle {
  width: 900px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .subtitle {
    width: 100%;
  }
}

.reservation_subtitle {
  width: 900px;
  display: block;
  margin: 50px auto 0;
}

@media (max-width: 500px) {
  .reservation_subtitle {
    width: 100%;
  }
}

#reservation {
  width: 900px;
  margin: 0 auto;
  padding: 50px 100px;
  border: 3px solid rgba(18, 18, 124, 0.7);
  border: 3px solid #b79400;
}

@media (max-width: 500px) {
  #reservation {
    width: 100%;
  }
}

@media (max-width: 500px) and (max-width: 500px) {
  #reservation {
    padding: 10px;
  }
}

#reservation * {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Yu Gothic', YuGothic, Roboto, Ubuntu, 'Hiragino Kaku Gothic Pro', 'Hiragino Sans GB', Meiryo, 'Malgun Gothic', 'Helvetica Neue', sans-serif;
  color: #455a64;
}

#reservation h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

#reservation h2 .required {
  color: white;
  font-size: 12px;
  background: #d9534f;
  padding: 3px 5px;
  margin-left: 3px;
  border-radius: 5px;
}

@media (max-width: 500px) {
  #reservation .item {
    width: 80%;
    margin: 0 auto 15px;
  }
}

#reservation input,
#reservation #gender,
#reservation #place {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: white;
  padding: 8px 12px;
  font-size: 16px;
  color: black;
  width: 600px;
  max-width: 100%;
}

@media (max-width: 500px) {
  #reservation input,
  #reservation #gender,
  #reservation #place {
    width: 100%;
  }
}

#reservation #gender,
#reservation #place {
  width: 400px;
}

#reservation textarea {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: white;
  width: 600px;
  height: 150px;
  padding: 10px;
}

@media (max-width: 500px) {
  #reservation textarea {
    width: 100%;
  }
}

#reservation ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

#reservation :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

#reservation ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

#reservation ::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

#reservation .back {
  width: 210px;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  color: #323232;
  color: red;
  text-decoration: underline;
}

#reservation .header {
  width: 100%;
  height: 50px;
}

@media (max-width: 560px) {
  #reservation .header {
    position: fixed;
  }
}

#reservation .header img {
  height: 40px;
  width: auto;
  margin: 0 auto;
  padding-top: 5px;
  display: block;
}

#reservation .screen-reader-response p {
  margin: 0;
  padding: 0;
}

#reservation .wpcf7-response-output {
  display: none;
}

#reservation .screen-reader-response p {
  font-size: 20px;
  text-decoration: underline;
  color: red;
  line-height: 1.3;
  font-weight: 600;
  padding-left: 5px;
  text-align: center;
}

#reservation .screen-reader-response ul {
  display: none;
}

#reservation .error {
  display: none;
}

@media (min-width: 500px) {
  #reservation .item {
    margin: 20px 0;
  }
}

#reservation .item .error {
  color: red;
  background-color: rgba(240, 120, 180, 0.2);
  display: inline-block !important;
  line-height: 1.5;
  font-weight: 600;
  padding: 0 5px;
}

#reservation .submit {
  color: white;
  display: block;
  width: 500px;
  margin: 30px auto 50px;
  font-size: 16px;
  padding: 10px 0;
  background-color: #272925;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px #969696;
          box-shadow: 5px 5px 5px #969696;
}

@media (min-width: 500px) {
  #reservation .submit {
    font-size: 20px;
    border-radius: 10px;
  }
}

@media (min-width: 500px) {
  #reservation .submit:hover {
    cursor: pointer;
  }
}

@media (max-width: 500px) {
  #reservation .submit {
    width: 80vw;
  }
}

#reservation .wpcf7-submit {
  display: block;
  width: 250px;
  height: 67px;
  margin: 30px auto;
  color: rgba(255, 255, 255, 0);
  font-size: 20px;
  padding: 10px 0;
  background-image: url("../img/btn_yoyaku.png");
  background-size: 100% 100%;
}

@media (min-width: 500px) {
  #reservation .wpcf7-submit {
    background-image: url("../img/btn_yoyaku_pc.png");
    width: 400px;
    height: 70px;
    padding: 0;
    margin: 50px auto;
    border-radius: 10px;
  }
}

@media (min-width: 500px) {
  #reservation .wpcf7-submit:hover {
    cursor: pointer;
  }
}

#reservation .caution {
  text-align: left;
  font-size: 12px;
  line-height: 1.3;
}

@media (min-width: 500px) {
  #reservation .caution {
    font-size: 13px;
    text-align: center;
    margin-bottom: 100px;
    font-weight: 600;
  }
}

#reservation .date_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 500px) {
  #reservation .date_flex {
    display: block;
  }
}

#reservation .date_flex input {
  width: 250px;
  margin-right: 50px;
  color: #455a64;
  font-size: 16px;
}

#reservation .date_flex select {
  width: 250px;
  color: #455a64;
  font-size: 16px;
  padding-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 500px) {
  #reservation .date_flex select {
    height: 34px;
    margin-top: 5px;
  }
}

#reservation .others {
  margin-top: 50px;
}

#confirmation {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 50px;
  max-width: 100%;
}

@media (max-width: 500px) {
  #confirmation {
    width: 100%;
  }
}

#confirmation * {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Yu Gothic', YuGothic, Roboto, Ubuntu, 'Hiragino Kaku Gothic Pro', 'Hiragino Sans GB', Meiryo, 'Malgun Gothic', 'Helvetica Neue', sans-serif;
  color: #455a64;
  font-weight: normal;
}

#confirmation .subtitle {
  width: 100%;
  height: auto;
  margin: 100px auto 0;
  margin-bottom: 50px;
}

@media (max-width: 500px) {
  #confirmation .subtitle {
    width: 90%;
    margin: 30px auto;
  }
}

#confirmation .subtitle h2 {
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
}

#confirmation .subtitle p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

#confirmation .item {
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  #confirmation .item {
    width: 80%;
    margin: 0 auto;
  }
}

#confirmation .item h2 {
  font-size: 16px;
  line-height: 2;
  width: 100%;
}

#confirmation .item h2 .required {
  display: none;
}

#confirmation .item p {
  font-size: 16px;
  line-height: 2;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 8px 12px;
  min-height: 50px;
}

#confirmation .submit {
  width: 400px;
  font-size: 20px;
  padding: 10px;
  display: block;
  margin: 50px auto 20px;
  background-color: #455a64;
  color: white;
  border: none;
  border-radius: 50px;
}

@media (min-width: 500px) {
  #confirmation .submit:hover {
    cursor: pointer;
  }
}

@media (max-width: 500px) {
  #confirmation .submit {
    width: 60%;
  }
}

#confirmation .back {
  font-size: 16px;
  color: red;
  margin-bottom: 50px;
}

#confirmation #document p {
  border: none;
  line-height: 0;
  height: 0;
  min-height: 0;
}

#thanks p {
  width: 100%;
  line-height: 2;
  text-align: center;
  color: black;
  font-size: 18px;
  margin-top: 50px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Yu Gothic', YuGothic, Roboto, Ubuntu, 'Hiragino Kaku Gothic Pro', 'Hiragino Sans GB', Meiryo, 'Malgun Gothic', 'Helvetica Neue', sans-serif;
  color: #455a64;
}

#thanks .subtitle {
  width: 100%;
  height: auto;
  margin: 100px auto 0;
  margin-bottom: 50px;
}

@media (max-width: 500px) {
  #thanks .subtitle {
    width: 90%;
    margin: 30px auto;
  }
}

#thanks .subtitle h2 {
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
}

#thanks .subtitle p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

#thanks .check {
  font-size: 70px;
  width: 100%;
  text-align: center;
  color: #00bcd4;
  margin: 50px auto 20px;
}

#thanks a {
  color: black;
  font-size: 16px;
  text-decoration: underline;
  width: 150px;
  display: block;
  margin: 100px auto;
}

#document p, #document input {
  border: none;
}

#document .mwform-file-delete {
  font-size: 20px;
}

#panel-btn {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 4px;
  background: #12127C;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50px;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #12127C;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 50px;
}

#panel-btn-icon:before {
  margin-top: -13px;
}

#panel-btn-icon:after {
  margin-top: 9px;
}

#panel-btn .close {
  background: transparent;
}

#panel-btn .close:before,
#panel-btn .close:after {
  margin-top: 0;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #12127C;
}

#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background: #12127C;
}
/*# sourceMappingURL=style.css.map */