article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
 display: block;
}
audio,
canvas,
video {
 display: inline-block;
}
audio:not([controls]) {
 display: none;
}
[hidden] {
 display: none;
}
a {
 color: #555e6a;
 outline: 0;
 text-decoration: none;
}
a:hover {
 text-decoration: none;
}
a.underline:hover {
 text-decoration: underline;
}
abbr[title] {
 border-bottom: 1px dotted;
}
b,
strong {
 font-weight: 700;
}
blockquote {
 margin: 0;
}
dfn {
 font-style: nomal;
}
hr {
 display: block;
 height: 1px;
 border: 0;
 margin: 0;
 padding: 0;
}
ins {
 background: #ff9;
 color: #000;
 text-decoration: none;
}
mark {
 background: #ffd56b;
 font-weight: 700;
}
code,
kbd,
pre,
samp {
 font-family: monospace, monospace;
}
pre {
 white-space: pre;
 white-space: pre-wrap;
 word-wrap: break-word;
 overflow: auto;
}
q {
 quotes: none;
}
q:after,
q:before {
 content: "";
 content: none;
}
ol,
ul {
 list-style: none;
 list-style-image: none;
 margin: 0;
 padding: 0;
}
img {
 border: 0;
 -ms-interpolation-mode: bicubic;
 vertical-align: middle;
 display: inline;
 line-height: 1px;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
 margin: 0;
}
form {
 margin: 0;
}
fieldset {
 border: 0;
 margin: 0;
 padding: 0;
}
label {
 cursor: pointer;
}
button,
input,
select,
textarea {
 font-size: 100%;
 margin: 0;
 vertical-align: baseline;
 margin: 0;
 padding: 0;
}
button,
input {
 line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
 cursor: pointer;
 -webkit-appearance: button;
}
input {
 -webkit-border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
 box-sizing: border-box;
}
input[type="search"] {
 -webkit-appearance: textfield;
 box-sizing: border-box;
}
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
input[type="number"] {
 width: auto;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input:invalid,
textarea:invalid {
 background-color: #f0dddd;
}
textarea {
 overflow: auto;
 resize: vertical;
}
details {
 display: block;
}
progress {
 display: inline-block;
}
summary {
 display: block;
}
[hidden] {
 display: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
td {
 vertical-align: top;
}
:root {
 background-color: #fff;
 box-sizing: border-box;
 color: #555e6a;
 cursor: default;
 text-rendering: optimizeLegibility;
}
html {
 width: 100%;
 min-height: 100vh;
 background-color: #fffded;
 font: 16px/1.5 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
  "Hiragino Kaku Gothic Pro", Arial, sans-serif;
 -ms-overflow-style: -ms-autohiding-scrollbar;
 overflow-y: scroll;
 -webkit-text-size-adjust: 100%;
}
body {
 width: 100%;
 min-height: 100vh;
 margin: 0;
 color: #555e6a;
}
* {
 box-sizing: border-box;
 background-repeat: no-repeat;
 margin: 0;
 padding: 0;
 font-size: inherit;
 line-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-size: 100%;
 font-weight: nomal;
 margin: 0;
}
audio,
canvas,
iframe,
svg,
video {
 vertical-align: top;
}
button,
input,
select,
textarea {
 outline: 0;
 border: none;
 box-shadow: none;
 background-color: transparent;
 color: inherit;
 font-family: inherit;
 font-style: inherit;
 font-weight: inherit;
}
select {
 -moz-appearance: none;
 -webkit-appearance: none;
}
select::-ms-expand {
 display: none;
}
select::-ms-value {
 color: currentColor;
}
[aria-busy="true"] {
 cursor: progress;
}
[aria-controls] {
 cursor: pointer;
}
[aria-disabled] {
 cursor: default;
}
[hidden][aria-hidden="false"] {
 clip: rect(0 0 0 0);
 display: inherit;
 position: absolute;
}
[hidden][aria-hidden="false"]:focus {
 clip: auto;
}
.clearfix {
 clear: both;
}
.clearfix:after {
 clear: both;
 content: " ";
 display: block;
 height: 0;
 font-size: 0.1em;
 line-height: 0;
 visibility: hidden;
 overflow: hidden;
}
body,
dd,
dl,
dt,
li,
p,
ul {
 margin: 0;
 padding: 0;
}
a {
 text-decoration: none;
 color: #555e6a;
}
.image-general {
 width: 100%;
}
.wrapper {
 width: 100%;
 min-height: 100vh;
 background-repeat: no-repeat;
 background-position: center top;
 background-color: #fffded;
 background-image: url(../../img/student/common/bg_wrapper.jpg);
 background-size: 100% auto;
}
.langJa {
 display: none;
}
.hide {
 display: none;
}
.btn-general {
 display: inline-block;
 height: 24px;
 padding: 0 8px;
 border-radius: 3px;
 font-size: 0.75rem;
 line-height: 24px;
 color: #fff;
 white-space: nowrap;
}
@media screen and (min-width: 768px) {
 .btn-general {
  height: 36px;
  padding: 0 16px;
  font-size: 1.13rem;
  line-height: 36px;
 }
}
.btn-general24:hover,
.btn-general:hover {
 opacity: 0.85;
}
span.btn-general24:hover,
span.btn-general:hover {
 opacity: 1;
}
.btn-general .icon,
.btn-general24 .icon {
 vertical-align: middle;
 margin: 0 5px;
 height: 13px;
}
@media screen and (min-width: 768px) {
 .btn-general .icon,
 .btn-general24 .icon {
  height: 20px;
 }
}
.btn-general24 .icon {
 height: 16px;
}
.btn-general.btn-next {
 padding: 0 20px 0 10px;
 background-image: url(../../img/icon/icon_triangle_right_w.png);
 background-position: right 7px center;
 background-repeat: no-repeat;
 background-size: 8px auto;
}
@media screen and (min-width: 768px) {
 .btn-general.btn-next {
  padding: 0 40px 0 20px;
  background-position: right 14px center;
  background-size: 10px auto;
 }
}
.btn-general.btn-prev {
 padding: 0 10px 0 20px;
 background-image: url(../../img/icon/icon_triangle_left_w.png);
 background-position: left 7px center;
 background-repeat: no-repeat;
 background-size: 8px auto;
}
@media screen and (min-width: 768px) {
 .btn-general.btn-prev {
  padding: 0 20px 0 40px;
  background-position: left 14px center;
  background-size: 10px auto;
 }
}
.btn-general.btn-down {
 padding: 0 20px 0 10px;
 background-image: url(../../img/icon/icon_triangle_bot_w.png);
 background-position: right 7px center;
 background-repeat: no-repeat;
 background-size: 8px auto;
}
@media screen and (min-width: 768px) {
 .btn-general.btn-down {
  padding: 0 40px 0 20px;
  background-position: right 14px center;
  background-size: 10px auto;
 }
}
.btn-general.btn-up {
 padding: 0 20px 0 10px;
 background-image: url(../../img/icon/icon_triangle_up_w.png);
 background-position: right 7px center;
 background-repeat: no-repeat;
 background-size: 8px auto;
}
@media screen and (min-width: 768px) {
 .btn-general.btn-up {
  padding: 0 40px 0 20px;
  background-position: right 14px center;
  background-size: 10px auto;
 }
}
.btn-general.btn-pulldown {
 padding: 0 20px 0 10px;
 background-image: url(../../img/icon/icon_pulldown.png);
 background-position: right 7px center;
 background-repeat: no-repeat;
 background-size: 11px auto;
}
@media screen and (min-width: 768px) {
 .btn-general.btn-pulldown {
  padding: 0 40px 0 20px;
  background-position: right 14px center;
  background-size: 14px auto;
 }
}
.btn-general.btn-pause {
 padding: 0 20px 0 10px;
 background-image: url(../../img/icon/icon_pause.png);
 background-position: right 7px center;
 background-repeat: no-repeat;
 background-size: 8px auto;
}
@media screen and (min-width: 768px) {
 .btn-general.btn-pause {
  padding: 0 40px 0 20px;
  background-position: right 14px center;
  background-size: 10px auto;
 }
}
.btn-general.btn-stop {
 padding: 0 20px 0 10px;
 background-image: url(../../img/icon/icon_stop.png);
 background-position: right 7px center;
 background-repeat: no-repeat;
 background-size: 8px auto;
}
@media screen and (min-width: 768px) {
 .btn-general.btn-stop {
  padding: 0 40px 0 20px;
  background-position: right 14px center;
  background-size: 10px auto;
 }
}
.btn-general.btn-green {
 background-color: #094;
}
.btn-general.btn-indigo {
 background-color: #434b9d;
}
.btn-general.btn-red {
 background-color: #b60909;
}
.btn-general.btn-gray {
 background-color: #555e6a;
}
.btn-general.btn-orange {
 background-color: #f39800;
}
.center-button-wrapper {
 padding: 20px 0;
 position: relative;
 text-align: center;
}
.button-wrapper {
 padding: 20px 10px 0 10px;
 display: flex;
 justify-content: space-between;
 text-align: center;
}
.navigate-buttons {
 padding: 16px 10px;
 text-align: center;
}
.navigate-buttons .navigate-left {
 display: inline-block;
 float: left;
}
.navigate-buttons .navigate-right {
 display: inline-block;
 float: right;
}
.navigate-buttons .navigate-center {
 display: inline-block;
 margin: 0 auto;
}
#btnChangeOption .up {
 display: none;
}
#btnChangeOption .down {
 display: block;
}
#btnChangeOption.open .up {
 display: block;
}
#btnChangeOption.open .down {
 display: none;
}
#btnChangeOption .triangle {
 font-size: 16px;
 vertical-align: middle;
}
.general-select-area {
 border-left: 1px solid #707070;
 border-right: 1px solid #707070;
 border-bottom: 1px solid #707070;
 margin: 0;
 background: #fff;
 position: relative;
 text-align: center;
}
.content-curriculum .general-select-area {
 background-color: #d3edfb;
}
.content-search .general-select-area {
 background-color: #b0defe;
}
.content-questions .general-select-area {
 background-color: #e2cdf3;
}
.content-myskit .general-select-area {
 background-color: #ffd6d6;
}
.content-myskit .general-select-area .content-wrapper {
 padding-top: 0;
}
.content-share .general-select-area {
 background-color: #fef7d6;
}
.general-select-area.firstLevel {
 padding: 0;
}
.general-select-area.secondLevel {
 padding: 11px 0 10px 0;
 border-bottom: none;
}
.general-select-area.secondLevel .general-select {
 border-bottom: none;
}
.general-select-area .general-select {
 text-align: center;
}
.general-select-area .general-select li {
 display: inline-block;
 background: url(../../img/parts/bg_limitselect_li.png) right 60% no-repeat;
}
.general-select-area .general-select li:last-child {
 background: 0 0;
}
.general-select-area .general-select li a {
 height: 53px;
 display: inline-block;
 padding: 5px 26px 0 26px;
 position: relative;
 text-align: center;
 font-size: 0.55rem;
 color: #000;
 line-height: 45px;
 white-space: nowrap;
}
@media screen and (min-width: 768px) {
 .general-select-area .general-select li a {
  font-size: 1.13rem;
 }
}
.general-select-area .general-select li a.cur {
 background: #555e6a;
 color: #fff;
}
.general-select-area .general-select li a.cur::after {
 content: "";
 position: absolute;
 right: 0;
 bottom: -8px;
 left: 0;
 width: 0;
 height: 0;
 margin: auto;
 border-style: solid;
 border-color: #555e6a transparent transparent transparent;
 border-width: 8px 8px 0 8px;
 z-index: 2;
}
.main-bnv {
 padding: 0.6em;
 text-align: center;
 background-color: #f1f8fb;
 border: 2px dashed #2494d3;
}
.main-bnv li {
 display: inline;
 font-weight: 700;
}
.main-bnv li a {
 color: #000;
 font-size: 0.55rem;
}
@media screen and (min-width: 768px) {
 .main-bnv li a {
  font-size: 1.13rem;
 }
}
.main-bnv li a:hover {
 text-decoration: underline;
}
.main-bnv li span {
 color: #000;
 font-size: 0.55rem;
}
@media screen and (min-width: 768px) {
 .main-bnv li span {
  font-size: 1.13rem;
 }
}
.general-content-wrapper {
 padding: 13px 0 4px 4px;
 max-width: 1200px;
 margin: 0 auto;
}
@media screen and (min-width: 768px) {
 .general-content-wrapper {
  padding: 40px 0 16px 0;
 }
}
.general-content-wrapper .content-wrapper {
 min-height: 400px;
 padding: 10px 10px 30px 10px;
 border-left: 1px solid #707070;
 border-right: 1px solid #707070;
 border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
 .general-content-wrapper .content-wrapper {
  padding: 10px 10% 30px 10%;
 }
}
.general-content-wrapper.content-curriculum .content-wrapper {
 padding-top: 20px;
 background-color: #d3edfb;
}
.general-content-wrapper.content-search .content-wrapper {
 padding-top: 0;
 background-color: #b0defe;
}
.general-content-wrapper.content-questions .content-wrapper {
 background-color: #e2cdf3;
}
.general-content-wrapper.content-myskit .content-wrapper {
 padding-top: 0;
 background-color: #ffd6d6;
}
.general-content-wrapper.content-share .content-wrapper {
 background-color: #fef7d6;
}
.general-content-wrapper .general-content {
 margin-top: 20px;
 padding: 0 20px 20px 20px;
 background-color: #fff;
 border: 5px solid #707070;
 border-radius: 10px;
 color: #000;
}
.global-nav {
 margin: 0 1px;
 padding: 0 1.95%;
 background: url(/img/gtab/bg_gtab.png) left bottom repeat-x;
 text-align: left;
}
.global-nav .gnav {
 width: 19.24%;
 height: 42px;
 line-height: 42px;
 padding: 0 5px 0 5%;
 overflow: hidden;
 display: block;
 float: left;
 margin-right: 0.76%;
 background-repeat: no-repeat;
 background-position: left 7.4% center;
 border: 1px solid #707070;
 border-radius: 4px 4px 0 0;
 color: #1a1a1a;
 font-size: 8px;
 letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
 .global-nav .gnav {
  font-size: 16px;
 }
}
.global-nav .gnav.gnav-curriculum {
 background-color: #d3edfb;
 background-image: url(../../img/student/common/icon_curriculum.png);
 background-size: 8px auto;
}
@media screen and (min-width: 768px) {
 .global-nav .gnav.gnav-curriculum {
  background-size: 19px auto;
 }
}
.content-curriculum .global-nav .gnav.gnav-curriculum {
 border-bottom: 1px solid #d3edfb;
}
.global-nav .gnav.gnav-questions {
 background-color: #e2cdf3;
 background-image: url(../../img/icon/icon_book.png);
 background-size: 11px auto;
}
@media screen and (min-width: 768px) {
 .global-nav .gnav.gnav-questions {
  background-size: 22px auto;
 }
}
.content-questions .global-nav .gnav.gnav-questions {
 border-bottom: 1px solid #e2cdf3;
}
.global-nav .gnav.gnav-myskit {
 background-color: #ffd6d6;
 background-image: url(../../img/icon/icon_skit_gray.png);
 background-size: 11px auto;
}
@media screen and (min-width: 768px) {
 .global-nav .gnav.gnav-myskit {
  background-size: 22px auto;
 }
}
.content-myskit .global-nav .gnav.gnav-myskit {
 border-bottom: 1px solid #ffd6d6;
}
.global-nav .gnav.gnav-share {
 background-color: #fef7d6;
 background-image: url(../../img/icon/icon_share.png);
 background-size: 13px auto;
}
@media screen and (min-width: 768px) {
 .global-nav .gnav.gnav-share {
  background-size: 25px auto;
 }
}
.content-share .global-nav .gnav.gnav-share {
 border-bottom: 1px solid #fef7d6;
}
.global-nav .gnav.gnav-search {
 background-color: #b0defe;
 background-image: url(../../img/icon/icon_loupe_gray.png);
 background-size: 11px auto;
}
@media screen and (min-width: 768px) {
 .global-nav .gnav.gnav-search {
  background-size: 22px auto;
 }
}
.content-search .global-nav .gnav.gnav-search {
 border-bottom: 1px solid #b0defe;
}
.pointer-none {
 pointer-events: none;
 cursor: default;
}
.border-dotted {
 position: relative;
 margin: 4px 0 2px 0;
 height: 2px;
 border-top: none;
}
@media screen and (min-width: 768px) {
 .border-dotted {
  margin: 8px 0 4px 0;
 }
}
.border-dotted::after {
 content: "";
 background-image: linear-gradient(
  to right,
  #7a828d,
  #7a828d 2px,
  transparent 2px,
  transparent 4px
 );
 background-size: 4px 2px;
 background-repeat: repeat-x;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
}
.general-list {
 margin: 0 10px;
 border: 1px solid #707070;
 background: #fff;
}
.general-list li {
 display: block;
 border: 1px solid #707070;
 text-align: center;
}
.general-list li a {
 display: block;
 padding: 0.4em 10px 0.2em 10px;
 text-align: center;
 font-size: 0.55rem;
 color: #000;
}
@media screen and (min-width: 768px) {
 .general-list li a {
  font-size: 1.13rem;
 }
}
.general-list li:nth-child(odd) a {
 background-color: #e5e8e9;
}
.general-list li a:hover {
 background: #565f6c;
 color: #fff;
}
.general-list.gradeList li a .gradeBlock {
 float: right;
}
.general-list.secondLevel {
 margin: 0 32px 0 32px;
}
.general-list .label {
 margin-left: 20px;
}
.general-list .icon {
 margin-left: 20px;
 width: 26px;
}
.generalSelectArea {
 height: 53px;
 margin: 0;
 position: relative;
 text-align: center;
}
.generalSelectArea.firstLevel {
 padding: 0;
}
.gen .generalSelectArea.secondLevel .generalSelect {
 border-bottom: none;
}
.generalSelectArea .generalSelect {
 height: 53px;
 text-align: center;
}
.generalSelectArea .generalSelect li {
 height: 53px;
 display: inline-block;
 background: url(../img/parts/bg_limitselect_li.png) right 60% no-repeat;
}
.generalSelectArea .generalSelect li:last-child {
 background: 0 0;
}
.generalSelectArea .generalSelect li a {
 height: 48px;
 display: inline-block;
 padding: 5px 26px 0 26px;
 position: relative;
 text-align: center;
 color: #000;
 line-height: 45px;
 white-space: nowrap;
 font-size: 8px;
}
@media screen and (min-width: 768px) {
 .generalSelectArea .generalSelect li a {
  font-size: 18px;
 }
}
.generalSelectArea .generalSelect li a.cur,
.generalSelectArea .generalSelect li a:hover {
 background: #565f6c;
 color: #fff;
}
.generalSelectArea .generalSelect li a .triangle {
 display: none;
 z-index: 2;
}
.generalSelectArea .generalSelect li a.cur .triangle,
.generalSelectArea .generalSelect li a:hover .triangle {
 display: inline-block;
 height: 12px;
 position: absolute;
 left: 50%;
 bottom: 10px;
 margin-left: -11px;
}
.dialog-move {
 display: none;
 width: 460px;
 position: absolute;
 right: 50px;
 top: 12px;
 z-index: 10;
 border-left: 8px solid #565f6c;
 border-right: 8px solid #565f6c;
 border-bottom: 8px solid #565f6c;
 background-color: #eee;
}
.center-button-wrapper .dialog-move {
 top: -116px;
 left: 50%;
 right: auto;
 margin-left: -230px;
}
.dialog-move .dialog-head {
 padding: 8px 0 8px 0;
 position: relative;
 background-color: #565f6c;
 background-image: url(../img/icon/icon_move_white.png);
 background-position: left 6px center;
 background-repeat: no-repeat;
 background-size: 35px auto;
 color: #fff;
 font-size: 15px;
 text-align: center;
}
.dialog-move .dialog-head .btn-close-dialog {
 position: absolute;
 right: 8px;
 top: 10px;
 cursor: pointer;
}
.dialog-move .dialog-body {
 padding: 16px 4%;
 color: #2e2e2e;
 font-size: 15px;
}
.dialog-move .dialog-body .move-list {
 max-height: 100px;
 -ms-overflow-y: auto;
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
 text-align: center;
}
.dialog-move .dialog-body .move-list .list {
 display: inline-block;
 margin: 0.2em 0.5em 0 0.5em;
 color: #2e2e2e;
}
.dialog-move .dialog-body .move-list .list a {
 color: #2e2e2e;
}
.dialog-move .dialog-body .move-list .list a:hover {
 text-decoration: underline;
}
.skit-list-wrapper-unregisted {
 margin: 0;
}
.skit-list-wrapper-unregisted .skit-list-unregisted {
 margin: 26px 0 0 0;
 padding: 8px 5px 8px 16px;
 background-color: #eee;
 position: relative;
 border: 4px dashed #2f528f;
 border-radius: 10px;
 font-size: 0.94rem;
 color: #afabab;
 line-height: 150px;
 text-align: center;
}
@media screen and (min-width: 768px) {
 .skit-list-wrapper-unregisted .skit-list-unregisted {
  font-size: 1.88rem;
 }
}
.select-class-area {
 width: 540px;
 margin: 60px auto 0 auto;
 position: relative;
 border: 5px solid #565f6c;
 border-radius: 8px;
 padding: 20px;
 background-color: #fff;
}
.select-class-area .title {
 margin: 0 40px;
 padding: 0 0 10px 0;
 text-align: center;
 font-size: 1.13rem;
 font-weight: 700;
}
.select-class-area .selectarea-wrapper {
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
}
.select-class-area .selectarea-wrapper .select-field {
 width: 30%;
 text-align: center;
}
.select-class-area .selectarea-wrapper .select-field .title {
 padding: 10px 0;
 text-align: center;
 font-size: 1.13rem;
 font-weight: 400;
}
.select-class-area .selectarea-wrapper .select-field .selectbox {
 width: 100%;
 padding: 10px;
 font-size: 1.13rem;
 background-color: #fff;
 background-image: url(/img/icon/icon_triangle_bot.png);
 background-repeat: no-repeat;
 background-position: right 10px center;
 border: 1px solid #565f6c;
 border-radius: 2px;
 position: relative;
}
.select-class-area .selectarea-wrapper .select-field .input-text-box {
 width: calc(100% - 20px);
 padding: 10px 10px;
 font-size: 125%;
 background-color: #fff;
 border: 1px solid #565f6c;
 border-radius: 3px;
}
.select-class-area .button-area {
 padding: 24px 0 0 0;
 display: flex;
 justify-content: space-between;
}
.select-class-area .button-area .button {
 display: inline-block;
 box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.select-class-area .button-area .button.ok {
 width: 48%;
 margin: 0;
 border-radius: 6px;
 padding: 10px 0;
 background-color: #90c320;
 text-align: center;
 font-size: 1.13rem;
 color: #060014;
 font-weight: 700;
 cursor: pointer;
}
.select-class-area .button-area .button.cancel {
 width: 48%;
 margin: 0;
 border-radius: 6px;
 padding: 10px 0;
 background-color: #feb300;
 text-align: center;
 font-size: 1.13rem;
 color: #060014;
 font-weight: 700;
 cursor: pointer;
}
.main-header-wrapper {
 padding: 12px 0;
 margin: 0 auto;
 max-width: 1200px;
}
@media screen and (min-width: 640px) {
 .main-header-wrapper {
  padding: 26px 0;
  margin: 0 auto;
  max-width: 1200px;
 }
}

.main-header-wrapper .main-header {
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
}
.main-header-wrapper .main-header .left-header{
 width: 70%;
 display: flex;
 justify-content: space-between;
 flex-direction: column;
}
@media screen and (min-width: 640px) {
 .main-header-wrapper .main-header .left-header{
  width: 80%;
  display: flex;
  flex-direction: row;
 }
}
.main-header-wrapper .main-header .right-header{
 width: 30%;
}
@media screen and (min-width: 640px) {
 .main-header-wrapper .main-header .right-header{
  width: 20%;
 }
}

.main-header-wrapper .main-header .logo {
 width: 54%;
 display: block;
 margin: 0 0 0 2%;
}
@media screen and (min-width: 640px) {
 .main-header-wrapper .main-header .logo {
  width: 42%;
 }
}
.main-header-wrapper .main-header .logo img {
 width: 100%;
}

.main-header-wrapper .main-header .imformation-area {
 width: 96%;
 margin: 8px auto 0 auto;
	padding-right: 1%;
 font-size: 9px;
 color: #000;
 font-weight: bold;
}
@media screen and (min-width: 640px) {
 .main-header-wrapper .main-header .imformation-area {
  width: 52%;
  margin: 0;
  font-size: 12px;
 }
}


.main-header-wrapper .main-header .imformation-area .mark-red{
	display: inline-block;
	background-color: #e60012;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 1px 6px 0 6px;
	line-height: 1.4;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
@media screen and (min-width: 640px) {
 .main-header-wrapper .main-header .imformation-area .mark-red{
  font-size: 12px;
 }
}

.main-header-wrapper .main-header .imformation-area .color-red{
	color: #b60909;
}

.main-header-wrapper .main-header .login-panel {
 position: relative;
 width: 100%;
 margin: 0 0 0 auto;
 padding: 0 5%;
 text-align: right;
}
@media screen and (min-width: 640px) {
 .main-header-wrapper .main-header .login-panel {
  padding: 20px 5% 28px 5%;
 }
}
.main-header-wrapper .main-header .login-panel .greeting {
 display: block;
 padding: 0 0 2px 0;
 text-align: left;
 font-size: 0.75rem;
 font-weight: 700;
}
@media screen and (min-width: 640px) {
 .main-header-wrapper .main-header .login-panel .greeting {
  font-size: 0.88rem;
 }
}
.main-header-wrapper .main-header .login-panel .btn {
 display: block;
 margin: 0;
 padding: 5px 0 5px 12.2%;
 border: 1px solid #888987;
 text-align: left;
 font-weight: 700;
 font-size: 0.75rem;
 background: linear-gradient(to bottom, #fffefe 0, #ebedec 100%);
}
@media screen and (min-width: 640px) {
 .main-header-wrapper .main-header .login-panel .btn {
  font-size: 0.88rem;
 }
}
.main-header-wrapper .main-header .right-header .line-left {
 position: absolute;
 left: 0;
 top: 0;
 width: 1px;
 height: 100%;
 background-color: #f3f3e8;
 border-left: 1px dashed #798087;
}
.main-header-wrapper .main-header .login-panel .line-left::before {
 position: absolute;
 left: -4px;
 top: 0;
 content: "";
 width: 7px;
 height: 2px;
 background-color: #efefe7;
 border-top: 3px solid #35363a;
}
.main-header-wrapper .main-header .login-panel .line-left::after {
 position: absolute;
 left: -4px;
 bottom: 0;
 content: "";
 width: 3px;
 height: 4px;
 background-color: #35363a;
 border-top: 1px solid #efefe7;
 border-bottom: 1px solid #efefe7;
 border-left: 2px solid #efefe7;
 border-right: 2px solid #efefe7;
}
