@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
@charset "UTF-8";
@media (max-width: 860px) {
  br.pc {
    display: none;
  }

  /* reset */
  html, body {
    margin: 0;
    padding: 0;
  }

  h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
b,
i,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
div,
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
  }

  table {
    border-spacing: 0;
  }

  ol, ul {
    list-style: none;
  }

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

  html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }

  a:focus {
    outline: thin dotted;
  }

  a:hover, a:active {
    outline: 0;
  }

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

  audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }

  audio:not([controls]) {
    display: none;
  }

  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }

  img {
    border: 0;
    -ms-interpolation-mode: bicubic;
  }

  button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
  }

  button, input {
    line-height: normal;
    *overflow: visible;
  }

  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
  }

  input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  textarea {
    overflow: auto;
    vertical-align: top;
  }

  iframe[name=google_conversion_frame] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
  }

  .html5-info-bar {
    display: none;
  }

  * {
    box-sizing: border-box;
    letter-spacing: 1px;
    word-break: break-all;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  img {
    display: block;
    width: 100%;
  }

  body {
    font-family: "Noto Sans JP", sans-serif, "Yu Gothic", YuGothic, "Source Sans Pro", sans-serif;
    overflow: hidden;
    color: #333333;
    background-color: #ffffff;
  }

  body.lock {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
  }

  a {
    color: #333333;
  }

  a:link,
a:visited,
a:hover {
    text-decoration: none;
  }

  a:focus {
    outline: none;
  }

  input,
textarea {
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
  }

  input::-webkit-input-placeholder {
    color: #999;
  }

  input::-moz-placeholder {
    color: #999;
    opacity: 1;
  }

  textarea::-moz-placeholder {
    color: #999;
  }

  textarea::-webkit-input-placeholder {
    color: #999;
  }

  /* common */
  .btn {
    background-color: #1ca1fd;
    color: white;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
    transition-duration: 0.25s;
    font-size: 14px;
    margin: auto;
    text-align: center;
    line-height: 50px;
  }

  /* @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300); */
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
  }

  body .Login-content_main {
    font-family: "Noto Sans JP", sans-serif, "Yu Gothic", YuGothic, "Source Sans Pro", sans-serif;
    color: white;
    font-weight: 300;
  }
  body .Login-content_main ::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: "Noto Sans JP", sans-serif, "Yu Gothic", YuGothic, "Source Sans Pro", sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
  }
  body .Login-content_main :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: "Noto Sans JP", sans-serif, "Yu Gothic", YuGothic, "Source Sans Pro", sans-serif;
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
    font-weight: 300;
  }
  body .Login-content_main ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: "Noto Sans JP", sans-serif, "Yu Gothic", YuGothic, "Source Sans Pro", sans-serif;
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
    font-weight: 300;
  }
  body .Login-content_main :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: "noto suns", sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
  }

  .container {
    margin: 0 auto;
    padding: 80px 0 0;
    text-align: center;
    min-height: 600px;
  }
  .container h1 {
    font-size: 40px;
    font-weight: 200;
    width: 123px;
    margin: 0 auto;
  }

  form {
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
  }
  form .form_textBox {
    appearance: none;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    width: 260px;
    height: 50px;
    border-radius: 5px;
    text-align: left;
    padding: 0px 15px;
    margin: 0 auto 20px auto;
    display: block;
    font-size: 10px;
    color: white;
    transition-duration: 0.25s;
    font-weight: 260;
  }
  form .form_textBox:hover {
    background-color: fade(white, 40%);
  }
  form .form_textBox:focus {
    background-color: white;
    width: 260px;
    color: #333333;
    font-size: 14px;
  }
  
  form .form_validation_message {
    height: 42px !important;
    line-height: 1.2;
    border-radius: 5px !important;
    text-align: left !important;
    padding: 8px 0px 0px 10px!important;
    margin: 0 auto 20px auto !important;
    font-size: 10px !important;
    color: red !important;
    background-color: white !important;
    overflow: auto;
  }
  form .validation_message_container {
    height: 50px !important;
    border-radius: 5px !important;
    background-color: white !important;
    margin-bottom: 20px;
  }

  form button {
    appearance: none;
    outline: 0;
    background-color: #1CA1FD;
    border: 0;
    padding: 10px 15px;
    color: white;
    border-radius: 5px;
    width: 260px;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition-duration: 0.25s;
    margin-bottom: 42px;
  }

  .Login-content {
    background-image: url(../img/login_bg.png);
    background-position: center;
    background-size: cover;
    width: 100%;
  }
  .Login-content .logo {
    margin-bottom: 35px;
  }
  .Login-content h2 {
    display: block;
    width: 260px;
    margin: 0 auto 25px auto;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
  }
  .Login-content a {
    color: #fff;
  }
  .Login-content .note a {
    font-size: 12px;
    text-decoration: none;
  }
  .Login-content form p.note {
    text-align: left;
    margin: 0 auto 65px auto;
  }
  .Login-content form p.note a {
    color: rgba(255, 255, 255, 0.8);
  }
  .Login-content form p {
    display: block;
    width: 260px;
    margin: 0 auto 25px auto;
    text-align: center;
    font-size: 12px;
  }
  .Login-content .Login-content p.note {
    margin: 0 auto 40px auto;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
  }
  .Login-content p {
    display: block;
    width: 260px;
    margin: 0 auto 60px auto;
    text-align: center;
    font-size: 12px;
  }
  .Login-content p.note_b a {
    font-weight: bold;
    text-decoration: underline;
  }

  .login_back {
    position: relative;
    background-color: #0D3F67;
    padding: 35px 0;
    height: 120px;
  }
  .login_back .footer_logo {
    width: 138px;
    margin: 0px auto 30px;
  }
  .login_back .footer_logo img {
    display: block;
    width: 100%;
  }
  .login_back .copyright {
    font-size: 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 3px;
  }

  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
  }

  /* -------------------------------- 

  Header

  -------------------------------- */
  .Qr-content header {
    padding: 0 20px;
    height: 56px;
  }
  .Qr-content .title_bar {
    height: 56px;
    display: flex;
    justify-content: space-between;
  }
  .Qr-content h1 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 56px;
    vertical-align: middle;
  }
  .Qr-content .header_utility {
    line-height: 56px;
    vertical-align: middle;
    width: 16px;
    display: flex;
    padding: 15px 0;
  }
  .Qr-content .container {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .Qr-content .Qr-content_main .qr_message {
    font-weight: bold;
    font-size: 14px;
  }
  .Qr-content .Qr-content_main .user {
    font-weight: bold;
    font-size: 16px;
    background: url(../img/user.png) no-repeat left;
    background-size: 36px;
    margin: 60px auto;
    padding-left: 50px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    vertical-align: middle;
  }
  .Qr-content .Qr-content_main .qr {
    width: 50%;
    margin: 60px auto;
    text-align: center;
    box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .Qr-content .Qr-content_main .qr img {
    width: 100%;
    margin: 0 auto;
  }

  /* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap"); */
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
  }

  .pc {
    display: none;
  }

  /* -------------------------------- 

  Header

  -------------------------------- */
  .Home-content header {
    padding: 0 20px;
  }
  .Home-content .title_bar {
    height: 56px;
  }
  .Home-content h1 {
    text-align: center;
    line-height: 56px;
    font-weight: bold;
    font-size: 18px;
    vertical-align: middle;
  }
  .Home-content .header_utility {
    margin-left: auto;
    width: 16px;
    position: relative;
    left: auto;
    top: -34px;
  }

  /* -------------------------------- 

  アコーディオン導入部分
  （試験までの日数・平均得点・グラフ表示）

  -------------------------------- */
  .Home-content_intro {
    margin-bottom: 30px;
  }
  .Home-content_intro .graph_head {
    height: 75px;
    width: 100%;
    background-color: #0d3f67;
    display: flex;
    justify-content: space-between;
  }
  .Home-content_intro .graph_area:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 16px;
    border-radius: 0px 0px 4px 4px;
    margin-left: -25px;
    background: url(../img/accordion.svg) no-repeat center;
    background-color: #0d3f67;
  }
  .Home-content_intro .graph_area img {
    display: none;
    /* グラフエリア非表示 */
  }
  .Home-content_intro .limit {
    position: relative;
    display: inline-block;
    margin: 22px 20px;
    padding: 7px 10px;
    min-width: 125px;
    max-width: 100%;
    text-align: center;
    color: #333;
    font-size: 16px;
    background: #ffffff;
    border-radius: 5px;
  }
  .Home-content_intro .limit:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 30%;
    margin-left: -15px;
    border: 14px solid transparent;
    border-top: 15px solid #ffffff;
  }
  .Home-content_intro .limit p {
    font-size: 13px;
    font-weight: bold;
  }
  .Home-content_intro .limit p span {
    color: #368cbf;
    font-weight: bold;
    font-size: 16px;
  }
  .Home-content_intro .average {
    width: 50%;
    padding: 15px 0px 15px;
    margin: 0px 20px 0px 0px;
    text-align: right;
    color: #fff;
  }
  .Home-content_intro .average p {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .Home-content_intro .average span {
    font-size: 28px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }
  .Home-content_intro .average .rate {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
  }
  .Home-content_intro .average .rate p {
    margin-right: 4px;
    font-size: 10px;
  }

  /* -------------------------------- 

  Section 1

  -------------------------------- */
  .Home-content_section1 {
    margin-bottom: 10px;
  }
  .Home-content_section1 .inner {
    width: 90%;
    margin: 0px auto 0px;
    padding: 30px 15px 20px;
    box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  .Home-content_section1 .title {
    height: 30px;
    margin-bottom: 10px;
  }
  .Home-content_section1 .title h2 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background: url(../img/icon_lecture.svg) no-repeat left;
    background-size: 24px;
    padding-left: 30px;
    letter-spacing: normal;
  }
  .Home-content_section1 .lecture_box {
    margin-bottom: 15px;
  }
  .Home-content_section1 .lecture_box li:first-child {
    border: none;
  }
  .Home-content_section1 .lecture_box li {
    width: 100%;
    border-top: 1px dotted #ccc;
    padding: 5px 0;
  }
  .Home-content_section1 .lecture_box .lecture_head {
    padding: 10px 12px 10px 12px;
    margin: 5px auto;
    font-size: 11px;
  }
  .Home-content_section1 .lecture_box .lecture_head p {
    line-height: 20px;
    vertical-align: middle;
    margin-bottom: 5px;
  }
  .Home-content_section1 .lecture_box .lecture_head p .icon_num {
    font-size: 13px;
    vertical-align: middle;
    margin-right: 4px;
  }
  .Home-content_section1 .lecture_box .lecture_head p span {
    line-height: 20px;
    vertical-align: middle;
    margin-right: 4px;
  }
  .Home-content_section1 .lecture_box .lecture_head img {
    width: 43px;
    vertical-align: middle;
    display: inline;
  }
  .Home-content_section1 .lecture_box .lecture_head h4 {
    font-size: 13px;
    font-weight: bold;
  }
  .Home-content_section1 .lecture_box .carrent {
    font-weight: bold;
    border: 1px solid #cfe2f6;
    background-color: #eaf4ff;
    border-radius: 4px;
  }
  .Home-content_section1 .lecture_box .carrent h4 {
    font-weight: bold;
    line-height: 14px;
  }

  /* -------------------------------- 

  Section 2

  -------------------------------- */
  .Home-content_section2 {
    margin-bottom: 30px;
  }
  .Home-content_section2 .inner {
    width: 90%;
    margin: 0px auto 0px;
    padding: 30px 15px 20px;
    box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
  }
  .Home-content_section2 .title {
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background: url(../img/icon_book.svg) no-repeat left;
    background-size: 24px;
    padding-left: 35px;
    margin-bottom: 10px;
  }
  .Home-content_section2 .title h2 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    letter-spacing: normal;
  }
  .Home-content_section2 .title .work_limit {
    height: 15px;
    color: #9d9d9d;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: normal;
  }
  .Home-content_section2 .works_count {
    vertical-align: middle;
    line-height: 45px;
    font-size: 25px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }
  .Home-content_section2 .works_count span {
    font-size: 12px;
    letter-spacing: 0.5em;
    margin-left: 5px;
  }
  .Home-content_section2 a {
    vertical-align: middle;
    line-height: 45px;
  }
  .Home-content_section2 .works_open img {
    display: inline;
    vertical-align: middle;
    width: 20px;
    height: 20px;
  }

  /* -------------------------------- 

  Footer

  -------------------------------- */
  footer .footer_logo {
    width: 138px;
    margin: 0px auto 30px;
  }
  footer .footer_logo img {
    display: block;
    width: 100%;
  }
  footer .copyright {
    font-size: 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 3px;
  }

  #nav-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    height: 100vh;
    width: 100%;
    pointer-events: none;
  }

  #nav-container .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: #000;
    transition: 0.3s;
  }

  #nav-container:focus-within .bg {
    visibility: visible;
    opacity: 0.6;
  }

  #nav-container * {
    visibility: visible;
  }

  .button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    width: 30px;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 15px auto 20px;
    z-index: 3;
  }

  .btn_a {
    width: 60px;
    height: 60px;
    background: #0D3F67;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    text-align: center;
    transition: background-color 0.5s ease-in;
    -webkit-transition: background-color 0.5s ease-in;
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 3;
    pointer-events: auto;
  }
  .btn_a p {
    display: inline;
    color: #fff;
    font-size: 10px;
    transform: scale(0.8);
    position: absolute;
    bottom: 9px;
    letter-spacing: 1px;
    left: 0px;
    width: 100%;
    opacity: 0.8;
  }

  /* ------------------

  ハンバーガーボタン

  ------------------*/
  .icon-bar {
    display: block;
    width: 19px;
    height: 2px;
    background: #fff;
    opacity: 0.8;
    transition: 0.3s;
    margin: 0 auto;
  }

  .icon-bar + .icon-bar {
    margin-top: 7px;
  }

  #nav-container:focus-within .button {
    pointer-events: none;
    margin: 20px auto;
  }

  #nav-container:focus-within .btn_a {
    background-color: #fff;
    color: #0D3F67;
  }

  #nav-container:focus-within .icon-bar {
    background: #0D3F67;
    width: 100%;
  }

  /* アニメーション */
  #nav-container:focus-within .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }

  #nav-container:focus-within .icon-bar:nth-of-type(2) {
    opacity: 0;
  }

  #nav-container:focus-within .icon-bar:nth-of-type(3) {
    transform: translate3d(0, -9px, 0) rotate(-45deg);
  }

  /* ------------------

  ナビゲーションレイアウト 

  ------------------*/
  #nav-content {
    margin-top: 0px;
    padding: 20px;
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    background: #0D3F67;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(375px);
    /* メニュー表示の固定 */
    will-change: transform;
    contain: paint;
  }
  #nav-content ul {
    display: flex;
    flex-direction: column;
  }
  #nav-content .hamburger_gnav {
    margin: 60px 0 0 10px;
  }
  #nav-content .hamburger_gnav li {
    background-size: 30px;
    padding-left: 35px;
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 30px;
  }
  #nav-content .hamburger_gnav li.icon_home {
    background-image: url(../img/icon_01.svg);
  }
  #nav-content .hamburger_gnav li.icon_library {
    background-image: url(../img/icon_02.svg);
  }
  #nav-content .hamburger_gnav li.icon_diary {
    background-image: url(../img/icon_03.svg);
  }
  #nav-content .hamburger_gnav li.icon_mypage {
    background-image: url(../img/icon_04.svg);
  }
  #nav-content .hamburger_gnav li.notify-badge::before {
    width: 10px;
    height: 10px;
    content: "●";
    color: #FF0000;
    position: relative;
    top: 7px;
    right: 14px;
    font-size: 10px;
    display: block;
  }
  #nav-content .hamburger_gnav li a {
    padding: 10px 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
  }

  .hamburger_snav {
    padding: 20px 0;
    border-top: solid 1px #355F80;
    font-size: 13px;
  }

  .small a {
    font-size: 13px;
    line-height: 2rem;
    color: #fff;
  }

  #nav-container:focus-within #nav-content {
    transform: none;
  }
}