@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
@charset "UTF-8";
@media (min-width: 861px) {
  br.sp {
    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;
    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;
  }

  * {
    -webkit-box-sizing: border-box;
            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%;
    max-width: 300px;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    font-size: 14px;
    margin: auto;
    text-align: center;
    line-height: 50px;
  }
  .btn:hover {
    background-color: #0D3F67;
  }

  /* @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300); */
  * {
    -webkit-box-sizing: border-box;
            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 {
    max-width: 600px;
    margin: 0 auto;
    padding: 80px 0px 0px;
    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 {
    -webkit-appearance: none;
       -moz-appearance: none;
            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;
    -webkit-transition-duration: 0.25s;
            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 .example_text {
    width: 260px !important;
    text-align: left !important;
    color: white;
  }
  form button {
    -webkit-appearance: none;
       -moz-appearance: none;
            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;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    margin-bottom: 35px;
  }
  form button:hover {
    background-color: #0D3F67;
  }

  .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 {
    text-decoration: underline;
  }

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

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

  .sp {
    display: none;
  }

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

  Header

  -------------------------------- */
  .Home-content header {
    padding: 0 20px;
  }
  .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;
  }

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

  Main
  ・試験までの日数、平均得点、グラフ表示
  ・PCナビゲーション
  ・講義動画エリア

  -------------------------------- */
  .Home-content_intro {
    margin-bottom: 30px;
  }
  .Home-content_intro .graph_head {
    height: 85px;
    width: 100%;
    background-color: #0D3F67;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Home-content_intro .graph_head .gnav {
    text-align: center;
    width: 420px;
    margin-left: auto;
    margin-right: 20px;
  }
  .Home-content_intro .graph_head .gnav nav .gnav_icon {
    width: 85px;
    display: block;
  }
  .Home-content_intro .graph_head .gnav nav .g_nav li {
    height: 85px;
    padding: 10px;
    font-size: 12px;
    color: #fff;
  }
  .Home-content_intro .graph_head .gnav nav .g_nav li:hover {
    opacity: 0.5;
  }
  .Home-content_intro .graph_head .gnav nav a.gnav_icon span {
    display: block;
    line-height: 110px;
    font-size: 12px;
  }
  .Home-content_intro .graph_head .gnav nav .menu1 a {
    background: url(../img/icon_01.svg) no-repeat;
    height: 45px;
    background-position: center;
  }
  .Home-content_intro .graph_head .gnav nav .menu2 a {
    background: url(../img/icon_02.svg) no-repeat;
    height: 45px;
    background-position: center;
  }
  .Home-content_intro .graph_head .gnav nav .menu3 a {
    background: url(../img/icon_03.svg) no-repeat;
    height: 45px;
    background-position: center;
  }
  .Home-content_intro .graph_head .gnav nav .menu4 a {
    background: url(../img/icon_04.svg) no-repeat;
    height: 45px;
    background-position: center;
  }
  .Home-content_intro .graph_head ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .Home-content_intro .graph_head ul li .icon {
    height: 40px;
    width: 85px;
    display: block;
    background: url(../img/icon_clock.svg) no-repeat left;
    background-size: 24px;
  }
  .Home-content_intro .graph_head ul li span {
    display: block;
    font-size: 13px;
    color: #fff;
  }
  .Home-content_intro .graph_head ul li span::after {
    letter-spacing: normal;
  }
  .Home-content_intro .limit {
    position: relative;
    display: inline-block;
    margin: 22px 20px;
    padding: 12px 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 {
    padding: 15px 0px 15px;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .Home-content_intro .average .rate p {
    margin-right: 4px;
    font-size: 10px;
  }

  .mainVisual {
    width: 100%;
    background: url(../img/mainVisual.png) no-repeat;
    background-size: cover;
  }
  .mainVisual .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    padding: 45px 0px;
  }
  .mainVisual .inner .intro_area_left .graph {
    width: 440px;
    height: 220px;
    margin-bottom: 20px;
    -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
            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;
  }
  .mainVisual .inner .intro_area_left .graph img {
    border-radius: 5px;
  }
  .mainVisual .inner .intro_area_left .news {
    width: 440px;
    height: 138px;
    background-color: #ffffff;
    padding: 30px 15px 20px;
    -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
            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;
  }
  .mainVisual .inner .intro_area_left .news .headding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  .mainVisual .inner .intro_area_left .news .headding h3 {
    display: inline;
    font-size: 14px;
    font-weight: bold;
  }
  .mainVisual .inner .intro_area_left .news .headding a {
    display: inline;
    color: #1CA1FD;
    font-weight: bold;
    font-size: 13px;
  }
  .mainVisual .inner .intro_area_left .news .headding a:hover {
    text-decoration: underline;
  }
  .mainVisual .inner .intro_area_left .news .headding a img {
    display: inline;
    line-height: 14px;
    font-weight: bold;
    vertical-align: middle;
    width: 5px;
    height: 10px;
  }
  .mainVisual .inner .intro_area_left .news p {
    font-size: 14px;
    line-height: 22px;
    display: block;
    height: 66px;
    letter-spacing: 0px;
    width: 100%;
    padding: 6px 0;
  }
  .mainVisual .inner .intro_area_left .news .news_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #EAEAEA;
    padding-top: 10px;
  }
  .mainVisual .inner .intro_area_left .news .news_head {
    width: 80px;
    display: block;
    margin-right: 10px;
  }
  .mainVisual .inner .intro_area_left .news .news_head .category {
    font-size: 10px;
    border-radius: 50px;
    height: 20px;
    width: 67px;
    color: #ffffff;
    padding: 5px 10px;
    margin: 10px 0 5px;
    background-color: #1CA1FD;
  }
  .mainVisual .inner .intro_area_left .news .news_head .date {
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
  }
  .mainVisual .inner .intro_area_right .movie_area {
    width: 520px;
    height: 378px;
    background-color: #ffffff;
    padding: 20px 15px 20px;
    -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
            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;
    overflow: hidden;
  }
  .mainVisual .inner .intro_area_right .movie_area .title {
    height: 30px;
    margin-bottom: 10px;
  }
  .mainVisual .inner .intro_area_right .movie_area h2 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background: url(../img/icon_clock.svg) no-repeat left;
    background-size: 24px;
    padding-left: 30px;
    letter-spacing: normal;
  }
  .mainVisual .inner .intro_area_right .movie_area a {
    display: block;
    width: 45px;
    height: 45px;
    background-size: 45px;
  }
  .mainVisual .inner .intro_area_right .movie_area a.left {
    background: url(../img/icon_arrowMovie_left.png) no-repeat left;
    position: relative;
    top: 0px;
    left: 10px;
  }
  .mainVisual .inner .intro_area_right .movie_area a.right {
    background: url(../img/icon_arrowMovie_right.png) no-repeat left;
    position: relative;
    top: 0px;
    right: -10px;
  }
  .mainVisual .inner .intro_area_right .movie_area .mv_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mainVisual .inner .intro_area_right .movie_area .movie {
    display: block;
    width: 217px;
    font-size: 14px;
    margin-right: 10px;
  }
  .mainVisual .inner .intro_area_right .movie_area .movie img {
    width: 217px;
    margin-bottom: 12px;
  }
  .mainVisual .inner .intro_area_right .movie_area .movie h4 {
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 20px;
    display: block;
    height: 36px;
  }
  .mainVisual .inner .intro_area_right .movie_area .movie p {
    line-height: 22px;
    display: block;
    height: 66px;
    letter-spacing: 0px;
  }

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

  Section 1

  -------------------------------- */
  section {
    max-width: 1000px;
    margin: 0 auto 10px;
    display: block;
  }

  .Home-content_section1 {
    margin-bottom: 10px;
  }
  .Home-content_section1 .inner {
    width: 100%;
    margin: 0px auto 0px;
    padding: 30px 15px 20px;
    -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
            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: 0 auto;
    margin-bottom: 10px;
    width: 120px;
  }
  .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;
  }
  .Home-content_section1 .lecture_body {
    padding: 0px 10px 10px 10px;
  }
  .Home-content_section1 .lecture_body .lecture_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .Home-content_section1 .lecture_body .lecture_material {
    font-size: 14px;
    margin-bottom: 10px;
  }

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

  Section 2

  -------------------------------- */
  .Home-content_section2 {
    margin-bottom: 30px;
  }
  .Home-content_section2 .inner {
    padding: 30px 15px 20px;
    -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
            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_section2 .title {
    height: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    width: 130px;
  }
  .Home-content_section2 .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_section2 .title .work_limit {
    display: block;
    color: #9D9D9D;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
    line-height: 30px;
  }
  .Home-content_section2 p.works_count {
    display: block;
    width: 300px;
    line-height: 45px;
    font-size: 25px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin: 0 auto;
  }
  .Home-content_section2 p.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;
  }
  .Home-content_section2 .homeWork {
    width: 100%;
  }
  .Home-content_section2 .homeWork table {
    font-size: 14px;
    border-collapse: collapse;
    margin: 10px;
    min-width: 950px;
  }
  .Home-content_section2 .homeWork table.hw_table tr {
    border: solid 1px;
  }
  .Home-content_section2 .homeWork table.hw_table th {
    background: #EAEAEA;
    border: solid 1px #C6C6C6;
    color: #333;
    font-weight: bold;
    text-align: left;
    padding: 20px;
    width: 300px;
  }
  .Home-content_section2 .homeWork table.hw_table td {
    border: solid 1px #a1a1a1;
    padding: 20px;
    width: 600px;
    text-align: left;
    line-height: 1.75;
  }

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

  Footer

  -------------------------------- */
}
@media screen and (min-width: 861px) and (max-width: 680px) {
  .Home-content_section2 .homeWork table.hw_table .last td:last-child {
    border-bottom: solid 1px #a1a1a1;
    width: 100%;
  }
  .Home-content_section2 .homeWork table.hw_table .hw_table {
    width: 80%;
  }
  .Home-content_section2 .homeWork table.hw_table .hw_table th,
.Home-content_section2 .homeWork table.hw_table .hw_table td {
    border-bottom: solid 1px #a1a1a1;
    display: block;
    width: 100%;
  }
}
@media (min-width: 861px) {
  footer {
    display: block;
    background-color: #0D3F67;
    text-align: center;
  }
  footer .Home-content_footer {
    display: block;
    padding: 30px 0 50px 0;
  }
  footer .Home-content_footer li {
    display: inline;
    margin-right: 10px;
  }
  footer .Home-content_footer li a {
    color: #fff;
    font-size: 13px;
  }
  footer .Home-content_footer li a:hover {
    text-decoration: underline;
    cursor: auto;
  }
  footer .footer_logo {
    width: 138px;
    margin: 0px auto 30px;
  }
  footer .footer_logo img {
    display: block;
    width: 100%;
  }
  footer .copyright {
    display: block;
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 3px;
    padding-bottom: 20px;
  }
}