/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td, th {
  padding: 0;
  text-align: left;
}

html {
  font-size: 62.5%;
}

img {
  vertical-align: top;
}

::-ms-reveal {
  display: none;
}

input {
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #13244D;
  border-top: none;
  border-right: none;
  border-left: none;
  background: rgba(19, 36, 77, 0.1);
  padding: 20px 16px;
  font-size: 2.0rem;
  color: #111111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

label {
  display: block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(19, 36, 77, 0.1);
  border-radius: 4px 4px 0px 0px;
  margin: 0;
  outline: medium none;
  text-overflow: ellipsis;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 20px 16px;
  border: none;
  font-size: 2.0rem;
  color: #111111;
}

select::-ms-expand {
  display: none;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 2.0rem;
  color: #111111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
}

/* ==========================================================================
   base
   ========================================================================== */
body {
  color: #111111;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2em;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 800px) {
  body {
    line-height: 1.8;
  }
}

a {
  color: #13244D;
  text-decoration: none;
}

a:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: linear .5s;
  transition: linear .5s;
}

@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .sp {
    display: block;
  }
}

/* ---------
 header
 --------- */
header {
  display: flex;
  justify-content: space-between;
  padding: 30px 35px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  header {
    max-width: initial;
    padding: 2% 4%;
  }
}

@media screen and (max-width: 1200px) and (-ms-high-contrast: none) {
  header {
    max-width: none;
  }
}

@media screen and (max-width: 800px) {
  header {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  header .logo {
    margin-bottom: 3%;
  }
}

header .logo svg {
  fill: #13244D;
}

header .submenu {
  text-align: right;
}

header .submenu .mini_avatar {
  width: 40px;
  margin-left: auto;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 800px) {
  header .submenu .mini_avatar {
    display: none;
  }
}

header .submenu .mini_avatar .click {
  cursor: pointer;
}

header .submenu .mini_avatar .balloon {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  background: #ffffff;
  width: 112px;
  text-align: center;
  z-index: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08), 0 1px 3px 1px rgba(66, 66, 66, 0.16);
}

header .submenu .mini_avatar .balloon a {
  padding: 12px 16px;
  display: block;
}

header .submenu .mini_avatar .balloon.on {
  display: block;
}

header .submenu .point {
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
}

@media screen and (max-width: 420px) {
  header .submenu .point {
    display: inline-block;
  }
}

header .submenu .point:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -25px;
  content: '';
  background: url(/images/tstec/front/point.svg) no-repeat center center/cover;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 420px) {
  header .submenu .point:before {
    left: -25px;
    top: 10px;
    margin-left: 0;
  }
}

header .submenu .point .sup {
  font-size: 1.0rem;
  font-weight: 400;
}

header .submenu .point .line {
  font-weight: 400;
  padding: 0 5px 0 0;
}

@media screen and (max-width: 420px) {
  header .submenu .point .line {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  header .submenu .point .available, header .submenu .point .retention {
    display: block;
  }
}

/* ---------
 main
 --------- */
main {
  font-size: 1.8rem;
  margin: 0 auto 60px;
}

@media screen and (max-width: 1200px) {
  main {
    margin: 0 auto 5%;
  }
}

@media screen and (max-width: 800px) {
  main {
    font-size: 1.6rem;
  }
}

main .columnbox {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  main .columnbox {
    max-width: initial;
  }
}

@media screen and (max-width: 1200px) and (-ms-high-contrast: none) {
  main .columnbox {
    max-width: none;
  }
}

@media screen and (max-width: 800px) {
  main .columnbox {
    display: block;
  }
}

main .columnbox .sidenav {
  width: 300px;
  background: #f4f4f4;
}

@media screen and (max-width: 1200px) {
  main .columnbox .sidenav {
    width: 25%;
  }
}

@media screen and (max-width: 800px) {
  main .columnbox .sidenav {
    background: transparent;
    width: auto;
    margin: 0 auto 10%;
  }
}

main .columnbox .sidenav .toggle {
  display: none;
}

@media screen and (max-width: 800px) {
  main .columnbox .sidenav .toggle {
    display: block;
    position: absolute;
    top: 2%;
    right: 4%;
    width: 30px;
    z-index: 200;
  }
  main .columnbox .sidenav .toggle a {
    display: block;
    height: 30px;
    margin: -8px 0 0 -8px;
    width: 40px;
  }
  main .columnbox .sidenav .toggle span {
    background: #13244D;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    z-index: 2;
    transition: all .4s;
  }
  main .columnbox .sidenav .toggle span:nth-child(1) {
    top: 0;
  }
  main .columnbox .sidenav .toggle span:nth-child(2) {
    top: 6px;
  }
  main .columnbox .sidenav .toggle span:nth-child(3) {
    top: 12px;
  }
  main .columnbox .sidenav .toggle .active span:nth-child(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  main .columnbox .sidenav .toggle .active span:nth-child(2) {
    opacity: 0;
  }
  main .columnbox .sidenav .toggle .active span:nth-child(3) {
    transform: translateY(-6px) rotate(45deg);
  }
}

main .columnbox .sidenav .user {
  margin: 30px 0 45px;
  padding: 0 35px;
}

@media screen and (max-width: 1200px) {
  main .columnbox .sidenav .user {
    margin: 10% 0 15%;
    padding: 0 13%;
  }
}

@media screen and (max-width: 800px) {
  main .columnbox .sidenav .user {
    margin: 0 auto;
  }
}

main .columnbox .sidenav .user_img {
  width: 100px;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  main .columnbox .sidenav .user_img {
    width: 45%;
  }
}

@media screen and (max-width: 800px) {
  main .columnbox .sidenav .user_img {
    margin: 0 auto 3%;
    width: 18.75vw;
    min-width: 140px;
  }
}

@media screen and (max-width: 420px) {
  main .columnbox .sidenav .user_img {
    min-width: 100px;
  }
}

main .columnbox .sidenav .user_img .img {
  display: block;
}

main .columnbox .sidenav .user_img .edit {
  position: absolute;
  bottom: -100%;
  display: block;
  width: 100%;
  background: rgba(17, 17, 17, 0.2);
  text-align: center;
  font-size: 1.2rem;
  z-index: 2;
  transition: linear .5s;
}

main .columnbox .sidenav .user_img .edit a {
  color: #ffffff;
  display: block;
  padding: 8px 0;
}

main .columnbox .sidenav .user_img .edit.hover, main .columnbox .sidenav .user_img .edit.on {
  bottom: 0;
  transition: linear .5s;
}

main .columnbox .sidenav .user_name {
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 800px) {
  main .columnbox .sidenav .user_name {
    margin: 0 auto;
  }
}

main .columnbox .sidenav .navlink {
  margin-bottom: 90px;
}

@media screen and (max-width: 1200px) {
  main .columnbox .sidenav .navlink {
    margin-bottom: 10vw;
  }
}

@media screen and (max-width: 800px) {
  main .columnbox .sidenav .navlink {
    overflow: hidden;
    position: absolute;
    transition: linear .5s;
    top: -100vh;
    padding: 3% 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    margin-bottom: 0;
  }
  main .columnbox .sidenav .navlink.active {
    top: 0;
    transition: linear .5s;
    z-index: 100;
  }
}

main .columnbox .sidenav .navlink li {
  margin-bottom: 5px;
}

main .columnbox .sidenav .navlink li:last-child {
  margin-bottom: 0;
}

main .columnbox .sidenav .navlink li a {
  padding: 15px 45px;
  display: block;
}

@media screen and (max-width: 1200px) {
  main .columnbox .sidenav .navlink li a {
    padding: 5% 18%;
  }
}

@media screen and (max-width: 800px) {
  main .columnbox .sidenav .navlink li a {
    border-bottom: 1px solid #b7b0ac;
  }
}

main .columnbox .sidenav .navlink li a:hover {
  background: #b7b0ac;
  color: #ffffff;
}

@media screen and (max-width: 800px) {
  main .columnbox .sidenav .navlink li a:hover {
    background: transparent;
    color: #13244D;
  }
}

main .columnbox_contents {
  width: calc(100% - 300px);
  padding: 0 35px;
}

@media screen and (max-width: 1200px) {
  main .columnbox_contents {
    width: calc(100% - 25%);
    padding: 0 5%;
  }
}

@media screen and (max-width: 800px) {
  main .columnbox_contents {
    width: auto;
  }
}

/* ---------
 footer
 --------- */
footer {
  width: 100%;
  padding: 25px 0;
  background: #13244D;
  color: #ffffff;
  font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
  footer {
    max-width: initial;
    padding: 2.5% 0;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1200px) and (-ms-high-contrast: none) {
  footer {
    max-width: none;
  }
}

@media screen and (max-width: 800px) {
  footer {
    padding: 5%;
  }
}

footer .foot_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
  footer .foot_nav {
    margin-bottom: 2.5%;
  }
}

@media screen and (max-width: 800px) {
  footer .foot_nav {
    display: block;
  }
}

footer .foot_nav li {
  margin-right: 25px;
}

@media screen and (max-width: 1200px) {
  footer .foot_nav li {
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 800px) {
  footer .foot_nav li {
    margin: 0 0 2% 0;
  }
}

footer .foot_nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}

footer .foot_nav li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #13244D;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform .3s;
  transform-origin: left top;
}

footer .foot_nav li a:hover {
  opacity: 1;
}

footer .foot_nav li a:hover::after {
  transform: scale(1, 1);
}

footer .foot_nav li a:after {
  background: #ffffff;
}

footer .copy {
  text-align: center;
}

input {
  width: 100%;
}

input[type="file"] {
  border: none;
  background: transparent;
  padding: 10px 0;
}

input[type="radio"] {
  width: auto;
  padding: 0;
  display: none;
}

input[type="radio"]:checked + .radio_txt:after {
  opacity: 1;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked + .check_txt:after {
  opacity: 1;
}

input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: none;
}

input:disabled {
  background: rgba(240, 240, 240, 0.5);
  border-bottom: 1px solid rgba(240, 240, 240, 0.5);
}

textarea {
  min-height: 15vw;
}

.form_box {
  margin-bottom: 30px;
}

@media screen and (max-width: 1080px) {
  .form_box {
    margin-bottom: 5%;
  }
}

.form_content {
  margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
  .form_content {
    margin-bottom: 10%;
  }
}

.form_content .activation_box {
  margin-bottom: 48px;
}

@media screen and (max-width: 800px) {
  .form_content .activation_box {
    margin-bottom: 5%;
  }
}

.form_content .activation_box .form_activation {
  margin-bottom: 16px;
}

@media screen and (max-width: 800px) {
  .form_content .activation_box .form_activation {
    margin-bottom: 2%;
  }
}

.form_ttl {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 56px;
}

@media screen and (max-width: 800px) {
  .form_ttl {
    margin-bottom: 8%;
    font-size: 2.2rem;
  }
}

.form_subttl {
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 16px;
}

@media screen and (max-width: 800px) {
  .form_subttl {
    font-size: 1.8rem;
    margin-bottom: 3%;
  }
}

.form_txt {
  margin-bottom: 16px;
}

@media screen and (max-width: 800px) {
  .form_txt {
    margin-bottom: 2%;
  }
}

.form_description {
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .form_description {
    font-size: 1.4rem;
  }
}

.form_list li {
  margin-bottom: 48px;
}

@media screen and (max-width: 800px) {
  .form_list li {
    margin-bottom: 8%;
  }
}

.form_list li:last-child {
  margin-bottom: 56px;
}

@media screen and (max-width: 800px) {
  .form_list li:last-child {
    margin-bottom: 10%;
  }
}

.form_list li.nospace {
  margin-bottom: 0;
}

.form .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  font-size: 2.2rem;
}

@media screen and (max-width: 800px) {
  .form .ttl {
    font-size: 2.0rem;
  }
}

.form .ttl .req {
  margin-left: 4px;
  color: #FF5226;
  border: 1px solid #FF5226;
  padding: 2px 8px;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgba(255, 82, 38, 0.2);
}

@media screen and (max-width: 420px) {
  .form .ttl .req {
    font-size: 1.2rem;
  }
}

.form .ttl .notice {
  color: #888888;
  font-size: 1.6rem;
  padding-left: 4px;
  line-height: 1.3;
}

@media screen and (max-width: 420px) {
  .form .ttl .notice {
    font-size: 1.4rem;
  }
}

.form .txt {
  width: 800px;
}

@media screen and (max-width: 1080px) {
  .form .txt {
    width: 100%;
  }
}

.form .mini {
  width: 400px;
}

@media screen and (max-width: 800px) {
  .form .mini {
    width: 100%;
  }
}

.form .code {
  width: 120px;
}

@media screen and (max-width: 800px) {
  .form .code {
    width: 7em;
  }
}

.form .add {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .form .add .mini {
    width: 80%;
  }
}

@media screen and (max-width: 420px) {
  .form .add .mini {
    width: 70%;
  }
}

.form .add_txt {
  margin-left: 16px;
}

@media screen and (max-width: 800px) {
  .form .add_txt {
    margin-left: 2%;
  }
}

.form .radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}

.form .radio_box {
  display: flex;
  align-items: center;
  margin-right: 16px;
}

.form .radio_box:last-child {
  margin-right: 0;
}

.form .radio_list {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.form .radio_list:last-child {
  margin-bottom: 0;
}

.form .radio_txt {
  padding-left: 28px;
  position: relative;
  cursor: pointer;
}

.form .radio_txt:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(19, 36, 77, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.form .radio_txt:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  width: 14px;
  height: 14px;
  background: #13244D;
  opacity: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.form .check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 8px 0;
}

@media screen and (max-width: 800px) {
  .form .check {
    margin: 1% 0 2%;
  }
}

.form .check_box {
  margin-right: 16px;
}

@media screen and (max-width: 800px) {
  .form .check_box {
    margin-right: 2%;
    margin-bottom: 2%;
  }
}

.form .check_box:last-child {
  margin-right: 0;
}

.form .check .ctiylist {
  width: 20%;
  margin-bottom: 8px;
}

@media screen and (max-width: 800px) {
  .form .check .ctiylist {
    width: 45%;
    margin-bottom: 2%;
  }
}

.form .check_txt {
  padding-left: 28px;
  cursor: pointer;
  position: relative;
}

.form .check_txt:before {
  content: '';
  background: #ffffff;
  border: 1px solid rgba(19, 36, 77, 0.5);
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  position: absolute;
  top: .2em;
  left: 0px;
}

.form .check_txt:after {
  content: '';
  border-right: 4px solid #13244D;
  border-bottom: 4px solid #13244D;
  display: block;
  height: 16px;
  width: 10px;
  opacity: 0;
  position: absolute;
  top: .15em;
  left: 6px;
  transform: rotate(45deg);
}

.form .longlabel {
  display: block;
}

.form .longlabel_txt {
  display: flex;
}

.form .ttlcheck_ttl {
  padding-bottom: 4px;
  border-bottom: 1px solid #888888;
  margin-bottom: 8px;
}

.form .ttlcheck_input {
  margin-bottom: 32px;
}

.form .date {
  position: relative;
}

.form .date input {
  min-height: 67px;
}

.form .date:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  width: 1.4em;
  height: 1.4em;
  background: url(/images/t_smile/front/date.svg) no-repeat center center/contain;
  z-index: -1;
}

.form .select_box {
  border-bottom: 1px solid #13244D;
  position: relative;
  display: inline-block;
  width: 100%;
}

.form .select_box select {
  width: 100%;
}

.form .select_box:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #13244D transparent transparent transparent;
  z-index: -1;
}

.form .disabled input {
  background: rgba(240, 240, 240, 0.5);
  border-bottom: 1px solid rgba(240, 240, 240, 0.5);
}

.form .preview {
  background: #f0f0f0;
  border-bottom: 1px solid #888888;
  padding: 20px 16px;
  font-size: 2.0rem;
}

.form .edit {
  position: relative;
  padding: 20px 40px 20px 16px;
}

.form .edit .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}

.form .pull_ttl {
  background: rgba(19, 36, 77, 0.1);
  font-size: 2.4rem;
  margin-bottom: 16px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .form .pull_ttl {
    font-size: 2.0rem;
  }
}

.form .pull_ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  background: url(/images/t_smile/front/arrow_bottom.svg) no-repeat center center/cover;
  width: 24px;
  height: 24px;
}

.form .pull_ttl.current:after {
  background: url(/images/t_smile/front/arrow_top.svg) no-repeat center center/cover;
}

.form .pull_list {
  display: none;
}

.form .pull_list.current {
  display: block;
}

.form .pull_list li {
  margin-bottom: 32px;
}

.form .pull_list .category {
  padding-bottom: 8px;
  border-bottom: 1px solid #888888;
  margin-bottom: 8px;
}

.form .pull_list .list {
  display: flex;
  flex-wrap: wrap;
}

.form .city_area {
  font-size: 2.0rem;
  padding: 4px 8px;
  background: rgba(27, 45, 101, 0.1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

@media screen and (max-width: 800px) {
  .form .city_area {
    font-size: 1.8rem;
  }
  .form .city_area .check_box {
    margin-bottom: 0;
  }
}

.form .city_pref {
  padding: 0 8px 8px;
}

.form .city_pref .check_box {
  width: 20%;
}

@media screen and (max-width: 600px) {
  .form .city_pref .check_box {
    width: 30%;
  }
}

@media screen and (max-width: 420px) {
  .form .city_pref .check_box {
    width: 48%;
  }
}

.form .abroad {
  margin-top: 8px;
  display: none;
}

.form .domestic.zip_number {
  margin-top: 8px;
}

.form .pw {
  position: relative;
}

.form .pw input {
  padding: 20px 48px 20px 16px;
}

.form .pw svg {
  fill: #13244D;
}

.form .pw_off {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  display: block;
}

.form .pw_on {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  display: none;
}

@media screen and (max-width: 420px) {
  .form .column01 {
    width: 100%;
  }
}

.form .column02 {
  width: 50%;
  margin-right: 0;
}

@media screen and (max-width: 420px) {
  .form .column02 {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .form .column02.undergraduate {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .form .column02.w600 {
    width: 100%;
  }
}

.form .column03 {
  width: 32%;
  margin-right: 0;
}

@media screen and (max-width: 800px) {
  .form .column03 {
    width: 50%;
  }
}

@media screen and (max-width: 420px) {
  .form .column03 {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .form .column03.undergraduate {
    width: 50%;
  }
}

.box {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 62px;
  min-height: 62vh;
}

@media screen and (max-width: 800px) {
  .box {
    max-width: initial;
    margin: 0 5%;
    padding-top: 6%;
  }
}

@media screen and (max-width: 800px) and (-ms-high-contrast: none) {
  .box {
    max-width: none;
  }
}

.box_mini {
  max-width: 630px;
}

@media screen and (max-width: 800px) {
  .box_mini {
    max-width: initial;
  }
}

@media screen and (max-width: 800px) and (-ms-high-contrast: none) {
  .box_mini {
    max-width: none;
  }
}

.box_ttl {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 56px;
}

@media screen and (max-width: 800px) {
  .box_ttl {
    margin-bottom: 10%;
    font-size: 2.2rem;
  }
}

.box_txt {
  margin-bottom: 16px;
}

@media screen and (max-width: 800px) {
  .box_txt {
    margin-bottom: 2%;
  }
}

.box_leadtxt {
  margin-bottom: 60px;
}

@media screen and (max-width: 800px) {
  .box_leadtxt {
    margin-bottom: 10%;
  }
}

.box .txt {
  width: auto;
}

.box .subtxt {
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .box .subtxt {
    font-size: 1.4rem;
  }
}

.show {
  margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
  .show {
    margin-bottom: 10%;
  }
}

.show:last-child {
  margin-bottom: 0;
}

.show_ttl {
  font-size: 2.6rem;
  margin-bottom: 8px;
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  .show_ttl {
    font-size: 2.2rem;
    margin-bottom: 1%;
  }
}

.show_list li {
  border-bottom: 1px solid #c8c8c8;
  padding: 16px 8px 8px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .show_list li {
    padding: 3% 1% 1%;
    margin-bottom: 1%;
    display: block;
  }
}

.show_list li:last-child {
  margin-bottom: 0;
}

.show_list .ttl {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0;
  width: 25%;
  min-width: 230px;
  margin-right: 30px;
}

@media screen and (max-width: 1080px) {
  .show_list .ttl {
    min-width: initial;
    width: 30%;
    margin-right: 3%;
  }
}

@media screen and (max-width: 1080px) and (-ms-high-contrast: none) {
  .show_list .ttl {
    min-width: none;
  }
}

@media screen and (max-width: 800px) {
  .show_list .ttl {
    width: auto;
    margin-bottom: 1%;
    margin-right: 0;
    font-size: 1.4rem;
  }
}

.show_list .txt_box {
  width: 70%;
  min-width: 570px;
}

@media screen and (max-width: 1080px) {
  .show_list .txt_box {
    min-width: initial;
    width: 67%;
  }
}

@media screen and (max-width: 1080px) and (-ms-high-contrast: none) {
  .show_list .txt_box {
    min-width: none;
  }
}

@media screen and (max-width: 800px) {
  .show_list .txt_box {
    width: auto;
  }
}

.show_notice {
  text-align: right;
  font-size: 1.4rem;
}

@media screen and (max-width: 800px) {
  .show_notice {
    font-size: 1.2rem;
  }
}

.show_notice a {
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .show_notice a {
    display: block;
  }
}

.show_notice a:hover {
  text-decoration: none;
}

.edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.edit_link {
  font-size: 1.4rem;
  width: 8%;
  text-align: center;
  margin-left: 2%;
}

@media screen and (max-width: 800px) {
  .edit_link {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 340px) {
  .edit_link {
    font-size: 1.0rem;
  }
}

.edit_link a {
  text-decoration: underline;
  display: block;
}

.edit_link a:hover {
  text-decoration: none;
}

.edit_link a svg {
  display: block;
  margin: 0 auto;
}

.edit_link a svg.revision {
  fill: #13244D;
}

.edit_link a.editsvg svg {
  fill: #13244D;
}

.edit .txt_box {
  min-width: 50%;
  width: 90%;
  word-break: break-all;
}

.noedit {
  background: #f4f4f4;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 8px 16px;
}

@media screen and (max-width: 800px) {
  .noedit {
    padding: 2% 3%;
  }
}

.content_box {
  margin-bottom: 30px;
}

@media screen and (max-width: 1080px) {
  .content_box {
    margin-bottom: 5%;
  }
}

.content_table {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #13244D;
  margin-top: 16px;
  margin-bottom: 24px;
}

@media screen and (max-width: 800px) {
  .content_table {
    margin-top: 2%;
    margin-bottom: 4%;
  }
}

.content_table table {
  width: 100%;
}

.content_table tr {
  border-bottom: 1px solid #13244D;
}

.content_table tr:last-child {
  border-bottom: none;
}

.content_table th {
  background: rgba(19, 36, 77, 0.2);
}

@media screen and (max-width: 800px) {
  .content_table th {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .content_table td {
    display: block;
  }
  .content_table td:before {
    display: block;
    margin-bottom: 8px;
    content: attr(data-title);
    font-weight: bold;
  }
}

.content_table td .td_box {
  margin-bottom: 16px;
}

.content_table td .td_box:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .content_table td .td_box {
    display: block;
    margin-bottom: 8px;
  }
  .content_table td .td_box:before {
    display: block;
    margin-bottom: 8px;
    content: attr(data-title);
    font-weight: bold;
  }
}

.content_table th, .content_table td {
  padding: 8px 16px;
  border-right: 1px solid #13244D;
}

@media screen and (max-width: 800px) {
  .content_table th, .content_table td {
    border-right: none;
  }
}

.content_table th:last-child, .content_table td:last-child {
  border-right: none;
}

.content_table th input, .content_table td input {
  width: 100%;
}

.content_table .day {
  width: 25%;
}

.content_table .day_area {
  text-align: center;
  display: block;
}

.content_table .period {
  width: 10%;
}

.content_table .credentials {
  width: 40%;
}

.content_table .annexation {
  width: 25%;
}

.content_table .list {
  width: 45%;
}

.content_table .assortment {
  width: 20%;
}

.content_table .corp {
  width: 25%;
}

.content_table .txt {
  width: 25%;
}

.content_table .project {
  width: 20%;
}

.content_table .employment {
  width: 15%;
}

.content_table .employee {
  width: 10%;
}

.content_table .delete {
  width: 5%;
}

.button_center {
  text-align: center;
}

.button_right {
  text-align: right;
}

.button_box {
  position: relative;
}

.button_box .back_link {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .button_box .back_link {
    position: static;
    transform: none;
    margin-top: 5%;
  }
}

.button_box .back_link:before {
  content: '';
  background: url(/images/t_smile/front/arrow_left.svg) no-repeat center center/cover;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.button_box .reset {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .button_box .reset {
    margin-top: 5%;
  }
}

.button_box .reset:before {
  content: '';
  background: url(/images/t_smile/front/arrow_left.svg) no-repeat center center/cover;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.button_box .next {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .button_box .next {
    margin-top: 5%;
  }
}

.button_box .next:after {
  content: '';
  background: url(/images/t_smile/front/arrow_right.svg) no-repeat center center/cover;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.button .primary {
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .button .primary {
    display: block;
    max-width: 228px;
    margin: 0 auto;
  }
}

.button .primary button {
  background: #13244D;
  color: #ffffff;
  padding: 16px 92px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

@media screen and (max-width: 800px) {
  .button .primary button {
    padding: 16px 0;
    width: 100%;
  }
}

.button .primary button:disabled {
  background: rgba(200, 200, 200, 0.5);
  cursor: auto;
}

.button .secondary_link a {
  padding: 6px 48px;
  display: inline-block;
  color: #13244D;
  border: 1px solid #13244D;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

@media screen and (max-width: 800px) {
  .button .secondary_link a {
    padding: 6px 16px;
  }
}

.button .secondary_button button {
  padding: 6px 48px;
  display: inline-block;
  color: #13244D;
  border: 1px solid #13244D;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

@media screen and (max-width: 800px) {
  .button .secondary_button button {
    padding: 6px 16px;
  }
}

.button .icon button svg,
.button .icon a svg {
  fill: #13244D;
  width: 1.4em;
}

.button .icon button {
  padding: 0;
}

.button .icon a {
  display: flex;
  align-items: center;
}

.button .icon a svg {
  margin-right: 8px;
}

.button .disabled {
  padding: 6px 48px;
  background: rgba(200, 200, 200, 0.5);
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.mark a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.mark a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #13244D;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform .3s;
  transform-origin: left top;
}

.mark a:hover {
  opacity: 1;
}

.mark a:hover::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 800px) {
  .mark a {
    transform: none;
    margin-top: 5%;
  }
}

.mark a:before {
  content: '';
  background: url(/images/t_smile/front/arrow_left.svg) no-repeat center center/cover;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.agree {
  margin-bottom: 56px;
}

@media screen and (max-width: 420px) {
  .agree {
    margin-bottom: 6%;
  }
}

.agree_box .check_box {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 420px) {
  .agree_box .check_box {
    margin-bottom: 3%;
  }
}

.agree_box .check_box a {
  text-decoration: underline;
}

.agree_box .check_box a:hover {
  text-decoration: none;
}

.help_box {
  display: flex;
  justify-content: space-between;
}

.help_box .help {
  font-size: 1.4rem;
  position: relative;
}

.help_box .help .q {
  display: flex;
  cursor: pointer;
}

.help_box .help .q .icon {
  margin-right: 8px;
}

.help_box .help .q .icon svg {
  fill: #13244D;
  vertical-align: middle;
}

.help_box .help .a {
  position: absolute;
  display: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 16px;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.5);
  width: 200%;
  right: 0;
  margin-top: 8px;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .help_box .help .a {
    width: 150%;
    margin-top: 3%;
  }
}

.help_box .help .a.on {
  display: block;
}

.help_box .help_modal {
  display: none;
}

.help_box .help_modal.on {
  display: block;
  position: fixed;
  z-index: 1;
  background: rgba(200, 200, 200, 0.4);
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}

.progressbar {
  margin: 56px auto 80px;
}

@media screen and (max-width: 800px) {
  .progressbar {
    margin: 10% auto 15%;
  }
}

.progressbar .bar {
  display: flex;
}

.progressbar .bar_box {
  width: calc(100% / 10);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.progressbar .bar_box:after {
  width: calc(100% - 12px);
  height: 4px;
  background: rgba(19, 36, 77, 0.2);
  content: '';
}

.progressbar .bar_box:first-child {
  width: auto;
}

.progressbar .bar_box:first-child:after {
  content: none;
}

.progressbar .bar_box span {
  display: block;
  width: 14px;
  height: 14px;
  background: rgba(19, 36, 77, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #ffffff;
}

.progressbar .bar_box.done span {
  background: #13244D;
}

.progressbar .bar_box.done:after {
  background: #13244D;
}

.validation .validation_err {
  color: #FF5226;
  font-size: 1.4rem;
  padding: 10px;
  background: rgba(255, 82, 38, 0.2);
}

@media screen and (max-width: 420px) {
  .validation .validation_err {
    font-size: 1.2rem;
    padding: 2% 4%;
  }
}

.validation .validation_err:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 420px) {
  .validation .validation_err:last-child {
    margin-bottom: 5%;
  }
}

.message {
  font-size: 1.4rem;
  padding: 10px;
  background: rgba(29, 81, 152, 0.1);
  margin-bottom: 16px;
}

@media screen and (max-width: 420px) {
  .message {
    font-size: 1.2rem;
    padding: 2% 4%;
    margin-bottom: 5%;
  }
}

.pagination {
  margin: 0 auto;
}

.pagination_list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination_list .page-item a {
  padding: 4px 8px;
  border: 1px solid rgba(19, 36, 77, 0.5);
  display: block;
}

.pagination_list .page-item a span.icon {
  display: block;
  width: 24px;
  height: 24px;
}

.pagination_list .page-item a.prev {
  border-radius: 4px 0px 0px 4px;
}

.pagination_list .page-item a.next {
  border-radius: 0px 4px 4px 0px;
}

.pagination_list .page-item .sr-only {
  display: none;
}

.pagination_list .page-item.active {
  background: #13244D;
}

.pagination_list .page-item.active span {
  padding: 4px 8px;
  width: 42px;
  height: 34px;
  border: 1px solid rgba(19, 36, 77, 0.5);
  color: #ffffff;
  text-align: center;
  display: block;
}

.ui-datepicker .ui-datepicker-title select {
  padding: 4px;
  background: #ffffff;
  color: #333;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.datepicker {
  min-width: 170px;
}

main .loginbox {
  max-width: 700px;
  min-height: 68.5vh;
}

@media screen and (max-width: 800px) {
  main .loginbox {
    max-width: initial;
    margin: 0 5%;
  }
}

@media screen and (max-width: 800px) and (-ms-high-contrast: none) {
  main .loginbox {
    max-width: none;
  }
}

main .loginbox .login {
  border: 1px solid #13244D;
  padding: 30px 35px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

@media screen and (max-width: 800px) {
  main .loginbox .login {
    padding: 4% 5%;
  }
}

main .loginbox .login_register {
  text-align: right;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 800px) {
  main .loginbox .login_register {
    margin: 5% 0 3%;
  }
}

main .loginbox .login_register a {
  padding-right: 16px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

main .loginbox .login_register a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #13244D;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform .3s;
  transform-origin: left top;
}

main .loginbox .login_register a:hover {
  opacity: 1;
}

main .loginbox .login_register a:hover::after {
  transform: scale(1, 1);
}

main .loginbox .login_register a:before {
  content: '>';
  position: absolute;
  top: -2px;
  right: 0;
}

main .loginbox .login_form .form_list li .txt {
  width: auto;
}

main .loginbox .login_form .button {
  margin-bottom: 32px;
}

@media screen and (max-width: 800px) {
  main .loginbox .login_form .button {
    margin-bottom: 5%;
  }
}

main .loginbox .login_box {
  border-bottom: 1px solid #13244D;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  main .loginbox .login_box {
    padding-bottom: 1.5%;
    margin-bottom: 5%;
  }
}

main .loginbox .login_box .pw_notice {
  color: #888888;
  font-size: 1.6rem;
  margin-top: 8px;
}

main .login_sns .sns_button {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

main .login_sns .sns_button a {
  display: flex;
  justify-content: center;
  align-items: center;
}

main .login_sns .sns_button .icon {
  margin-right: 16px;
  fill: #ffffff;
}

@media screen and (max-width: 800px) {
  main .login_sns .sns_button .icon {
    margin-right: 2%;
  }
}

main .login_sns .sns_button .txt {
  width: auto;
}

main .login_sns .sns_button.disabled {
  background: rgba(200, 200, 200, 0.5);
  border: 1px solid rgba(200, 200, 200, 0.5);
}

main .login_sns .sns_button.disabled a {
  color: #ffffff;
  cursor: default;
}

main .login_sns .sns_button.disabled .icon .cls-1, main .login_sns .sns_button.disabled .icon .cls-2, main .login_sns .sns_button.disabled .icon .cls-3, main .login_sns .sns_button.disabled .icon .cls-4 {
  fill: #ffffff;
}

main .login_facebook {
  background: #1877f2;
  margin-bottom: 16px;
}

@media screen and (max-width: 800px) {
  main .login_facebook {
    margin-bottom: 2%;
  }
}

main .login_facebook a {
  color: #ffffff;
  padding: 8px 16px;
}

main .login_google {
  border: 1px solid #b7b0ac;
}

main .login_google a {
  color: #1a1a1a;
  padding: 7px 16px;
}

main .login_google .icon .cls-1 {
  fill: #ffc107;
}

main .login_google .icon .cls-2 {
  fill: #ff3d00;
}

main .login_google .icon .cls-3 {
  fill: #4caf50;
}

main .login_google .icon .cls-4 {
  fill: #1976d2;
}

.elearning_ttl .ttl:before {
  background: url(/images/tsel/front/icon_shiori.png) no-repeat center center/contain;
  width: 29px;
  height: 13px;
  margin-right: 8px;
}

@media (min-width: 420px) {
  .elearning_ttl .ttl:before {
    width: calc(29px + 29 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning_ttl .ttl:before {
    width: 58px;
  }
}

@media (min-width: 420px) {
  .elearning_ttl .ttl:before {
    height: calc(13px + 14 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning_ttl .ttl:before {
    height: 27px;
  }
}

@media (min-width: 420px) {
  .elearning_ttl .ttl:before {
    margin-right: calc(8px + 8 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning_ttl .ttl:before {
    margin-right: 16px;
  }
}

.elearning .line_ttl {
  padding: 8px;
  border-top: dotted 1px #4bc0bf;
  border-bottom: dotted 1px #4bc0bf;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  font-size: 18px;
}

@media (min-width: 420px) {
  .elearning .line_ttl {
    padding: calc(8px + 8 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning .line_ttl {
    padding: 16px;
  }
}

@media (min-width: 420px) {
  .elearning .line_ttl {
    margin-bottom: calc(8px + 8 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning .line_ttl {
    margin-bottom: 16px;
  }
}

@media (min-width: 420px) {
  .elearning .line_ttl {
    font-size: calc(18px + 2 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning .line_ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .elearning .line_ttl {
    background: #f2ede9;
    border-top: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
    padding: 4% 0;
    margin-bottom: 5%;
  }
}

.elearning .line_ttl .ttl {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .elearning .line_ttl .ttl {
    justify-content: center;
  }
}

.elearning .line_ttl .ttl:before {
  content: '';
  display: block;
}

.elearning .sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .elearning .sort {
    padding: 7% 5%;
  }
}

.elearning .sort_list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 540px) {
  .elearning .sort_list {
    margin: 0 5% 8%;
  }
}

.elearning .sort_list li {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.elearning .sort_list li.comp {
  position: relative;
}

.elearning .sort_list li.comp:after {
  content: '';
  position: absolute;
  top: 0;
  right: -2px;
  width: 12px;
  height: 6px;
  border-left: 4px solid #1d6fee;
  border-bottom: 4px solid #1d6fee;
  transform: rotate(-45deg);
  z-index: 1;
}

@media (min-width: 420px) {
  .elearning .sort_list li.comp:after {
    width: calc(12px + 4 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning .sort_list li.comp:after {
    width: 16px;
  }
}

@media (min-width: 420px) {
  .elearning .sort_list li.comp:after {
    height: calc(6px + 2 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning .sort_list li.comp:after {
    height: 8px;
  }
}

@media screen and (max-width: 540px) {
  .elearning .sort_list li.comp:after {
    right: -3px;
    border-left: 3px solid #1d6fee;
    border-bottom: 3px solid #1d6fee;
  }
}

.elearning .sort_list li.comp:before {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 2px solid #666666;
  background: #ffffff;
  width: 18px;
  height: 18px;
  z-index: 1;
}

@media (min-width: 420px) {
  .elearning .sort_list li.comp:before {
    width: calc(18px + 6 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning .sort_list li.comp:before {
    width: 24px;
  }
}

@media (min-width: 420px) {
  .elearning .sort_list li.comp:before {
    height: calc(18px + 6 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning .sort_list li.comp:before {
    height: 24px;
  }
}

.elearning .sort_list li .img img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
}

.elearning .sort_list li .txt .ttl {
  font-weight: bold;
  display: block;
}

.elearning .sort_list li .txt .kana {
  display: block;
}

.elearning .sort_list li .txt_cat {
  font-size: 10px;
  margin-bottom: 4px;
  display: block;
}

@media (min-width: 420px) {
  .elearning .sort_list li .txt_cat {
    font-size: calc(10px + 2 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning .sort_list li .txt_cat {
    font-size: 12px;
  }
}

@media (min-width: 420px) {
  .elearning .sort_list li .txt_cat {
    margin-bottom: calc(4px + 4 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning .sort_list li .txt_cat {
    margin-bottom: 8px;
  }
}

.elearning .sort_list li .txt_time {
  margin-top: 4px;
  font-size: 10px;
}

@media (min-width: 420px) {
  .elearning .sort_list li .txt_time {
    margin-top: calc(4px + 4 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning .sort_list li .txt_time {
    margin-top: 8px;
  }
}

@media (min-width: 420px) {
  .elearning .sort_list li .txt_time {
    font-size: calc(10px + 2 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning .sort_list li .txt_time {
    font-size: 12px;
  }
}

.elearning .sort_list.list {
  justify-content: space-between;
}

@media screen and (max-width: 1020px) {
  .elearning .sort_list.list {
    display: block;
  }
}

.elearning .sort_list.list li {
  width: 48.5%;
  background: #f3f3f3;
  margin-bottom: 2%;
}

@media screen and (max-width: 1020px) {
  .elearning .sort_list.list li {
    width: auto;
    background: transparent;
  }
}

.elearning .sort_list.list li a {
  padding: 4px;
  display: flex;
  height: 100%;
}

@media (min-width: 420px) {
  .elearning .sort_list.list li a {
    padding: calc(4px + 14 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning .sort_list.list li a {
    padding: 18px;
  }
}

.elearning .sort_list.list li .img {
  width: 35%;
}

.elearning .sort_list.list li .txt {
  width: 60%;
  margin-left: 3%;
}

.elearning .sort_list.list li .txt_ttl {
  color: #1d6fee;
  margin-bottom: 6px;
}

@media (min-width: 420px) {
  .elearning .sort_list.list li .txt_ttl {
    margin-bottom: calc(6px + 6 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning .sort_list.list li .txt_ttl {
    margin-bottom: 12px;
  }
}

.elearning .sort_list.list li .txt_ttl .ttl {
  font-size: 12px;
}

@media (min-width: 420px) {
  .elearning .sort_list.list li .txt_ttl .ttl {
    font-size: calc(12px + 4 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning .sort_list.list li .txt_ttl .ttl {
    font-size: 16px;
  }
}

.elearning .sort_list.list li .txt_ttl .kana {
  font-size: 10px;
}

@media (min-width: 420px) {
  .elearning .sort_list.list li .txt_ttl .kana {
    font-size: calc(10px + 4 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning .sort_list.list li .txt_ttl .kana {
    font-size: 14px;
  }
}

.elearning .sort_list.list li .txt_lead {
  font-size: 10px;
}

@media (min-width: 420px) {
  .elearning .sort_list.list li .txt_lead {
    font-size: calc(10px + 4 * (100vw - 420px) / 600);
  }
}

@media (min-width: 1020px) {
  .elearning .sort_list.list li .txt_lead {
    font-size: 14px;
  }
}
