@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
pre, code {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

*:hover,
*:focus,
*:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/*===========================
  All
===========================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

/*===========================
  Anchor
===========================*/
a {
  text-decoration: none;
}

.linkBtn {
  color: #fff;
  background-color: rgb(27, 68, 248);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 2px 10px;
  display: inline-block;
}

/*===========================
  Figure
===========================*/
figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
figure img,
figure amp-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  display: block;
  line-height: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: top;
}

/*===========================
  Video
===========================*/
.videoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0 auto;
}

header video,
main video,
footer video {
  width: 100%;
  height: auto;
}

/*===========================
  Table
===========================*/
table {
  border-collapse: collapse;
}

/*===========================
  Canvas
===========================*/
canvas {
  vertical-align: bottom;
}

/*===========================
  Source code
===========================*/
pre, code {
  text-align: left;
}

code ol.linenums {
  list-style: inside;
}

code ol.linenums li {
  list-style-type: decimal-leading-zero;
}

pre {
  border-top: 2px solid rgb(238, 238, 238);
  border-top-style: inset;
  border-right: 2px solid rgb(238, 238, 238);
  border-bottom: 2px solid rgb(238, 238, 238);
  border-left: 2px solid rgb(238, 238, 238);
  border-left-style: inset;
  padding: 5px;
}

pre:not(:first-child) {
  margin-top: 30px;
}

address {
  font-style: normal;
}

/*===========================
  br
===========================*/
@media only screen and (min-width: 769px) {
  br.mb {
    display: none;
  }
  br.sp {
    display: none;
  }
  br.spN {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 374px) {
  br.spN {
    display: inline;
  }
}

/*===========================
  span
===========================*/
@media only screen and (min-width: 769px) {
  span.mb {
    display: none;
  }
  span.sp {
    display: none;
  }
  span.spN {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  span.pc {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  span.sp {
    display: inline;
  }
}
@media only screen and (max-width: 374px) {
  span.spN {
    display: inline;
  }
}

body,
body a,
body [type=text],
body [type=num],
body [type=email],
body [type=tel],
body [type=radio] + label,
body [type=checkbox] + label,
body select,
body textarea {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #603813;
}

.bold {
  font-weight: bold;
}

body {
  min-width: initial;
}
@media only screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}
.footer {
  padding: 10vw 5vw 8vw;
  text-align: center;
}
.footer_inner {
  padding: 7vw 0 5vw;
  border-top: solid 0.4vw #DCDCDC;
}
.footer_logo {
  display: block;
  width: 73vw;
  margin: 0 auto;
}
.footer_logo img {
  width: 100%;
  max-width: 100%;
}
.footer_info {
  color: #000;
  font-size: 4vw;
  padding: 4vw 0 0;
}
.footer_copyright {
  color: #000;
  font-size: 3.8vw;
  line-height: 1.2em;
}

@media only screen and (min-width: 769px) {
  .footer {
    padding: 0 0 70px;
    border-top: solid 2px #DCDCDC;
    text-align: left;
  }
  .footer_inner {
    padding: 25px 0 25px;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_logo {
    width: 300px;
    margin: 0 35px 0 0;
  }
  .footer_info {
    font-size: 20px;
    padding: 25px 0 0;
  }
  .footer_copyright {
    text-align: center;
  }
  .footer_copyright small {
    font-size: 14px;
    display: block;
    line-height: 1em;
  }
}
.fv img {
  width: 100%;
}

.about {
  padding: 12vw 4.4vw 6vw;
  background: #D7F0F6;
}
.about_title {
  font-size: 6vw;
  text-align: center;
  padding: 0 0 2.8vw;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", "メイリオ", "Meiryo", sans-serif;
}
.about_inner {
  border: solid 0.6vw #F6AB00;
  padding: 6vw 5vw 3vw;
  background: #fff;
  border-radius: 2.6vw;
}
.about_subtitle {
  text-align: center;
  background: #F6AB00;
  color: #fff;
  font-size: 5.6vw;
  padding: 2vw 0 1.2vw;
  border-radius: 7vw;
}
.about_text {
  color: #000;
  font-size: 4.4vw;
  padding: 5vw 0 0;
}
.about_img {
  text-align: center;
  margin: 1vw auto 0;
  width: 40vw;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about_img:hover {
  opacity: 0.7;
}
.about_img img {
  width: 100%;
  max-width: 100%;
}
.about_img_large {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(50, 50, 50, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.about_img_large img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  max-height: 90%;
  margin: 11vh 0 0;
}
.about_link {
  text-align: center;
}
.about_link a {
  font-size: 3.6vw;
  color: #1678DC;
}

.accodion {
  padding: 8vw 4.4vw 0;
  background: #D7F0F6;
}
.accodion_wrap {
  height: 0px;
}
.accodion_title {
  font-size: 5.4vw;
  padding: 4.8vw 0 4vw 6vw;
  background: #31A59B;
  color: #fff;
  background-image: url("../images/sp_arrow_off.png");
  background-size: 5vw auto;
  background-repeat: no-repeat;
  background-position: center right 4vw;
}
.accodion.active .accodion_title {
  background-image: url("../images/sp_arrow_on.png");
}
.accodion_inner {
  background: #fff;
  padding: 4.4vw 6.4vw 6.6vw;
}
.accodion_text {
  color: #000;
  font-size: 4.4vw;
}
.accodion_text--blue {
  color: #31A59B;
  font-weight: 600;
}
.accodionList {
  padding: 4vw 4vw 4vw;
  margin: 4.5vw 0 1vw;
  border: solid 0.4vw #31A59B;
}
.accodionListItem {
  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;
  padding: 2.2vw 0 0;
}
.accodionListItem:first-child {
  padding: 0;
}
.accodionListItem--l {
  color: #31A59B;
  font-weight: 600;
  font-size: 4.4vw;
  line-height: 1.2em;
}
.accodionListItem--r {
  color: #fff;
  background: #31A59B;
  font-weight: 600;
  width: 30vw;
  text-align: center;
  font-size: 5.2vw;
  padding: 1.4vw 0 1vw;
}

.ctn01 {
  background: #D7F0F6;
}
.ctn01_img01 {
  position: absolute;
  margin: 16vw 0 0;
}
.ctn01_img01 img {
  width: 100%;
  max-width: 100%;
}
.ctn01_title {
  font-size: 6.4vw;
  text-align: center;
  font-weight: 800;
  padding: 25vw 0 0;
  font-family: "M PLUS Rounded 1c", "メイリオ", "Meiryo", sans-serif;
}
.ctn01_btn {
  width: 90vw;
  margin: 0 auto;
  padding: 8vw 0 0;
}
.ctn01_btn img {
  width: 100%;
  max-width: 100%;
}
.ctn01_text {
  text-align: center;
  font-size: 4vw;
  padding: 1.4vw 0 0;
}
.ctn01_img02 img {
  width: 100%;
  max-width: 100%;
}

.what {
  padding: 12vw 4.4vw 10vw;
  background: #FAF0D2;
}
.what_title {
  color: #D6320F;
  font-size: 7.4vw;
  text-align: center;
  font-weight: 800;
  padding: 0 0 3.6vw;
  line-height: 1.4em;
  font-family: "M PLUS Rounded 1c", "メイリオ", "Meiryo", sans-serif;
}
.what_inner {
  border: solid 0.6vw #D6320F;
  padding: 6vw 6vw 7vw;
  background: #fff;
  border-radius: 2.6vw;
}
.what_subtitle {
  color: #D6320F;
  font-size: 6.4vw;
  text-align: center;
  font-weight: 800;
}
.what_dot {
  padding: 3vw 0 0;
}
.what_dot img {
  width: 100%;
  max-width: 100%;
}
.what_img {
  width: 58vw;
  margin: 0 auto;
  padding: 3vw 0 0;
}
.what_img img {
  width: 100%;
  max-width: 100%;
}
.what_text {
  color: #666;
  font-size: 4.8vw;
  padding: 3vw 0 0;
  font-weight: 600;
}
.what_text--red {
  color: #D6320F;
}
.what_btn {
  width: 64.2vw;
  margin: 0 auto;
  padding: 3.8vw 0 0;
}
.what_btn img {
  width: 100%;
  max-width: 100%;
}

.design01 {
  padding: 15vw 4.4vw 6vw;
}
.design01_wrap {
  border: solid 0.6vw #D6320F;
  background: #fff;
  border-radius: 2.6vw;
  margin: 0 0 12vw;
  overflow: hidden;
}
.design01_title {
  color: #fff;
  background: #D6320F;
  font-size: 7.4vw;
  text-align: center;
  font-weight: 600;
  padding: 3vw 0 3vw;
  line-height: 1.3em;
}
.design01_inner {
  padding: 6vw 7vw 9vw;
}
.design01_subtitle {
  font-size: 4.8vw;
  text-align: center;
}
.design01_list-item {
  font-size: 6.6vw;
  font-weight: 600;
  background: #FAF0D2;
  border-left: solid 1.9vw #D6320F;
  padding: 1vw 0 0 5vw;
  min-height: 23vw;
  margin: 5.5vw 0 0;
  display: table;
  width: 100%;
  line-height: 1.4em;
}
.design01_list-itemInner {
  display: table-cell;
  vertical-align: middle;
}
.design01_list-itemInner2 {
  display: block;
  padding: 4vw 0 3vw;
}
.design01_list-itemNote {
  font-size: 4.1vw;
  line-height: 1.4em;
  font-weight: 400;
  display: block;
  padding: 1vw 0 0;
}

.movie {
  background: #D7F0F6;
  padding: 0 5vw 4vw;
}
.movie_title {
  color: #fff;
  background: #31A59B;
  font-size: 5.6vw;
  text-align: center;
  font-weight: 800;
  padding: 3vw 0 2vw;
  line-height: 1.4em;
  position: relative;
}
.movie_title--arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.movie_title--arrow:before {
  content: "";
  position: absolute;
  border: 3vw solid transparent;
  border-left: 5vw solid #31A59B;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: -4vw;
}
.movie_subtitle {
  text-align: center;
  font-weight: 600;
  font-size: 5.2vw;
  padding: 7vw 0 3vw;
  line-height: 1.6em;
}
.movie_subtitle--big1 {
  font-size: 7.4vw;
}
.movie_subtitle--big2 {
  font-size: 8.6vw;
}
.movie_list-title {
  font-size: 4.8vw;
  color: #fff;
  background: #31A59B;
  text-align: center;
  font-weight: 400;
  padding: 1.5vw 0;
  font-family: "M PLUS Rounded 1c", "メイリオ", "Meiryo", sans-serif;
}
.movie_iframe {
  width: 100%;
  height: 50.62vw;
  aspect-ratio: 16/9;
  padding: 1.8vw 0 3.4vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.movie_iframe iframe {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.ctn02 {
  background: #D7F0F6;
}
.ctn02_img01 {
  position: absolute;
  margin: 0 0 0;
}
.ctn02_img01 img {
  width: 100%;
  max-width: 100%;
}
.ctn02_title {
  font-size: 6.2vw;
  text-align: center;
  font-weight: 800;
  padding: 11vw 0 0;
  letter-spacing: -0.4vw;
  font-family: "M PLUS Rounded 1c", "メイリオ", "Meiryo", sans-serif;
}
.ctn02_btn {
  width: 90vw;
  margin: 0 auto;
  padding: 8vw 0 0;
}
.ctn02_btn img {
  width: 100%;
  max-width: 100%;
}
.ctn02_text {
  text-align: center;
  font-size: 4vw;
  padding: 1.6vw 0 0;
}
.ctn02_img02 img {
  width: 100%;
  max-width: 100%;
}

.login {
  padding: 14vw 4.4vw 6vw;
}
.login_wrap {
  border: solid 0.6vw #D6320F;
  background: #fff;
  border-radius: 2.6vw;
  padding: 0 0 7vw;
}
.login_title {
  color: #D6320F;
  font-size: 7.4vw;
  text-align: center;
  font-weight: 800;
  padding: 7vw 0 4.8vw;
  line-height: 1.2em;
  font-family: "M PLUS Rounded 1c", "メイリオ", "Meiryo", sans-serif;
}
.login_img {
  width: 34vw;
  margin: 0 auto;
  padding: 0 0 0;
}
.login_img img {
  width: 100%;
  max-width: 100%;
}
.login_text {
  color: #666;
  font-size: 5vw;
  text-align: center;
  font-weight: 600;
  padding: 2.6vw 0 0;
}
.login_text--red {
  color: #D6320F;
}
.login_btn {
  width: 75vw;
  margin: 0 auto;
  padding: 3.8vw 0 0;
}
.login_btn img {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 769px) {
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a img:hover {
    opacity: 0.7;
  }
  main {
    background-image: url("../images/pc_fv_bg.png");
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #D7F0F6;
  }
  .bg2 {
    background-color: #FAF0D2;
  }
  .bg3 {
    background-color: #fff;
  }
  .container {
    width: 1000px;
    margin: 0 auto;
  }
  .about {
    padding: 50px 40px 25px;
  }
  .about_title {
    font-size: 40px;
    padding: 0 0 13px;
  }
  .about_inner {
    border: solid 4px #F6AB00;
    padding: 35px 40px;
    border-radius: 20px;
  }
  .about_subtitle {
    font-size: 33px;
    padding: 13px 0 8px;
    border-radius: 50px;
    width: 450px;
    margin: 0 auto;
  }
  .about_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about_content--r {
    padding: 22px 15px 0 0;
  }
  .about_text {
    font-size: 22px;
    padding: 50px 0 0;
    width: 536px;
    line-height: 1.8em;
  }
  .about_img {
    margin: 15px auto 0;
    width: auto;
  }
  .about_img img {
    width: auto;
  }
  .about_img_large img {
    margin: 5vh 0 0;
  }
  .about_link {
    margin: -12px 0 0;
  }
  .about_link a {
    font-size: 16px;
  }
  .accodion {
    padding: 40px 40px 0;
  }
  .accodion_title {
    font-size: 36px;
    padding: 27px 0 19px 40px;
    background-size: 31px auto;
    background-position: center right 30px;
    cursor: pointer;
  }
  .accodion_inner {
    padding: 50px 45px 50px;
  }
  .accodion_text {
    font-size: 22px;
    line-height: 1.8em;
  }
  .accodionList {
    padding: 40px 50px 40px;
    margin: 50px 0 0;
    border: solid 2px #31A59B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .accodionListItem {
    padding: 0 0 0;
    display: block;
    text-align: center;
    width: 33.3%;
  }
  .accodionListItem--l {
    font-size: 24px;
    display: block;
    height: 70px;
  }
  .accodionListItem--lineheight {
    line-height: 2.4em;
  }
  .accodionListItem--r {
    width: 190px;
    font-size: 30px;
    padding: 10px 0 5px;
    display: block;
    margin: 0 auto;
  }
  .ctn01 {
    background-image: url("../images/pc_img_bg04.png");
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .ctn01_inner {
    width: 1000px;
    margin: 0 auto;
  }
  .ctn01_img01 {
    width: 100%;
    margin: 0 0 0;
    text-align: center;
  }
  .ctn01_img01 img {
    width: auto;
  }
  .ctn01_title {
    font-size: 40px;
    padding: 150px 0 0;
  }
  .ctn01_btn {
    width: auto;
    text-align: center;
    padding: 40px 0 0;
  }
  .ctn01_btn a {
    display: inline-block;
    vertical-align: top;
  }
  .ctn01_btn img {
    width: auto;
  }
  .ctn01_text {
    font-size: 20px;
    padding: 10px 0 10px;
  }
  .ctn01_img02 {
    width: 100%;
    text-align: center;
    padding: 0 0 12px;
  }
  .ctn01_img02 img {
    width: auto;
  }
  .what {
    padding: 70px 40px 70px;
  }
  .what_title {
    font-size: 48px;
    padding: 0 0 30px;
  }
  .what_inner {
    border: solid 4px #D6320F;
    padding: 30px 42px 40px;
    border-radius: 20px;
  }
  .what_subtitle {
    font-size: 36px;
  }
  .what_dot {
    padding: 20px 0 0;
    text-align: center;
  }
  .what_dot img {
    width: auto;
  }
  .what_img {
    width: auto;
    padding: 30px 0 0;
    text-align: center;
  }
  .what_img img {
    width: auto;
  }
  .what_text {
    font-size: 26px;
    padding: 0 0 0;
  }
  .what_btn {
    width: auto;
    padding: 20px 0 0;
    text-align: center;
  }
  .what_btn a {
    display: inline-block;
    vertical-align: top;
  }
  .what_btn img {
    width: auto;
  }
  .design01 {
    padding: 85px 40px 50px;
  }
  .design01_wrap {
    border: solid 4px #D6320F;
    border-radius: 20px;
    margin: 0 0 80px;
  }
  .design01_title {
    font-size: 42px;
    padding: 30px 0 30px;
  }
  .design01_inner {
    padding: 40px 40px 50px;
  }
  .design01_subtitle {
    font-size: 26px;
  }
  .design01_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .design01_list-item {
    font-size: 36px;
    border-left: solid 11px #D6320F;
    padding: 10px 0 0 30px;
    min-height: 135px;
    margin: 30px 0 0;
    width: 400px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .design01_list-item--last {
    width: 100%;
  }
  .design01_list-itemInner2 {
    padding: 20px 0 20px;
  }
  .design01_list-itemNote {
    font-size: 24px;
    padding: 0 0 0;
  }
  .movie {
    width: 800px;
    padding: 0 0 0;
    margin: 0 auto;
  }
  .movie_title {
    font-size: 30px;
    padding: 30px 0 25px;
  }
  .movie_title--arrow:before {
    border: 20px solid transparent;
    border-left: 30px solid #31A59B;
    margin-left: -30px;
  }
  .movie_subtitle {
    font-size: 36px;
    padding: 50px 0 30px;
  }
  .movie_subtitle--big1 {
    font-size: 46px;
  }
  .movie_subtitle--big2 {
    font-size: 56px;
  }
  .movie_list-title {
    font-size: 27px;
    padding: 15px 0;
  }
  .movie_iframe {
    padding: 20px 0 40px;
    height: 450px;
  }
  .movie_iframe--padding {
    padding: 20px 0 30px;
  }
  .ctn02 {
    background-image: url("../images/pc_img_bg04.png");
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .ctn02_inner {
    width: 1000px;
    margin: 0 auto;
  }
  .ctn02_img01 {
    width: 100%;
    margin: 0 0 0;
    text-align: center;
  }
  .ctn02_img01 img {
    width: auto;
  }
  .ctn02_title {
    font-size: 40px;
    padding: 140px 0 0;
    letter-spacing: -1.5px;
  }
  .ctn02_btn {
    width: auto;
    text-align: center;
    padding: 50px 0 0;
  }
  .ctn02_btn a {
    display: inline-block;
    vertical-align: top;
  }
  .ctn02_btn img {
    width: auto;
  }
  .ctn02_text {
    font-size: 20px;
    padding: 10px 0 10px;
  }
  .ctn02_img02 {
    width: 100%;
    text-align: center;
    padding: 0 0 12px;
  }
  .ctn02_img02 img {
    width: auto;
  }
  .login {
    padding: 105px 40px 80px;
  }
  .login_wrap {
    border: solid 4px #D6320F;
    border-radius: 20px;
    padding: 0 0 40px;
  }
  .login_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .login_title {
    font-size: 48px;
    padding: 55px 0 50px;
  }
  .login_img {
    width: auto;
    margin: 0;
  }
  .login_img img {
    width: auto;
  }
  .login_text {
    font-size: 26px;
    padding: 25px 85px 0 0;
    text-align: left;
    line-height: 1.7em;
  }
  .login_btn {
    width: auto;
    padding: 30px 0 0;
    text-align: center;
  }
  .login_btn a {
    display: inline-block;
    vertical-align: top;
  }
  .login_btn img {
    width: auto;
  }
}

/*# sourceMappingURL=style.css.map */