@import url("https://fonts.googleapis.com/css?family=Varela+Round");

/*--------------------------------------------------
+: margin-extend
==================================================*/
.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-30-sp15 {
  padding: 30px !important;
}

@media (max-width: 767.98px) {
  .p-30-sp15 {
    padding: 30px 15px 30px !important;
  }
}

/*--------------------------------------------------
+: text
==================================================*/
/*: text-size
=================================*/
.size-9 {
  font-size: 0.5rem !important;
}

.size-10 {
  font-size: 0.625rem !important;
}

.size-11 {
  font-size: 0.6875rem !important;
}

.size-12 {
  font-size: 0.75rem !important;
}

.size-13 {
  font-size: 0.8125rem !important;
}

.size-14 {
  font-size: 0.875rem !important;
}

.size-16 {
  font-size: 1rem !important;
}

.size-18 {
  font-size: 1.125rem !important;
}

.size-20 {
  font-size: 1.25rem !important;
}

.size-22 {
  font-size: 1.375rem !important;
}

.size-24 {
  font-size: 1.5rem !important;
}

.size-26 {
  font-size: 1.625rem !important;
}

.size-28 {
  font-size: 1.75rem !important;
}

.size-30 {
  font-size: 1.875rem !important;
}

.size-32 {
  font-size: 2rem !important;
}

.size-34 {
  font-size: 2.125rem !important;
}

.size-36 {
  font-size: 2.25rem !important;
}

.size-38 {
  font-size: 2.375rem !important;
}

.size-40 {
  font-size: 2.5rem !important;
}

/*: line-height
=================================*/
.lh-10 {
  line-height: 1.0 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.lh-22 {
  line-height: 2.2 !important;
}

.lh-30 {
  line-height: 3 !important;
}

/*: letter-spacing
=================================*/
.ls-1 {
  letter-spacing: 1px !important;
}

.ls-2 {
  letter-spacing: 2px !important;
}

.text-default {
  line-height: 2.2 !important;
}

/*--------------------------------------------------
+: color
==================================================*/
.text-third {
  color: #f1eee5;
}

.text-fourth {
  color: #dacfc3;
}

.text-red {
  color: #ee4343;
}

.bg-red {
  background-color: #a30d0d;
  color: #fff;
}

.bg-blue {
  background-color: #0d51a3;
  color: #fff;
}

.bg-cyan {
  background-color: #57a2fc;
  color: #fff;
}

.bg-green {
  background-color: #0da33e;
  color: #fff;
}

.badge-new {
  color: #ffffff;
  background-color: #FF8E00 !important;
  display: inline !important;
}

.text-blue-yellowline {
  border-bottom: #fff100 solid 4px;
  font-weight: bold;
  color: #0d51a3;
}

.jptel-text {
  border-bottom: #0d51a3 solid 2px;
  font-weight: bold;
  color: black;
}

h5.line {
  border-bottom: 1px solid #0d51a3;
  padding: 5px 0 10px;
}

/*--------------------------------------------------
+: a
==================================================*/
.link-text {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: bold;
}

.link-text:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  margin-left: -5px;
  content: "\E5C5";
  color: #0d51a3;
  font-size: 0.875rem;
  transform: rotate(-90deg);
}

.link-text:hover {
  text-decoration: none;
}

/*--------------------------------------------------
+: button
==================================================*/
.btn {
  min-width: 198px;
}

.btn2 {
  min-width: 198px;
}

@media (max-width: 1079.98px) {
  .btn {
    width: 100%;
  }
}

@media (max-width: 1079.98px) {
  .btn2 {
    width: 100%;
  }
}

.btn-sm {
  min-width: 95px;
}

.btn-sm-table {
  max-width: 80px !important;
  min-width: 30px !important;
  padding: 6px 3px !important;
}

.btn-right-arrow {
  position: relative;
}

.btn-right-arrow:after {
  content: "\E315";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  display: flex;
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  align-items: center;
}

.btn-left-arrow {
  position: relative;
}

.btn-left-arrow:before {
  content: "\E314";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  display: flex;
  position: absolute;
  top: 0;
  left: 5px;
  height: 100%;
  align-items: center;
}

.btn-secondary {
  color: #0d51a3;
}

.btn-secondary:hover {
  color: #0d51a3;
}

.btn-primary-bordered {
  padding: 7px 50px;
  color: #0d51a3;
  border: 3px solid #0d51a3;
  font-weight: bold;
  background-color: #fff;
  min-width: 226px;
}

.btn-primary-bordered:hover {
  background-color: #eee;
}

/*--------------------------------------------------
+: box / container
==================================================*/
/*--------------------------------------------------
+: list
==================================================*/
.list-mb-10>li {
  margin-bottom: 10px;
}

.list-mb-20>li {
  margin-bottom: 20px;
}

.list-mb-30>li {
  margin-bottom: 30px;
}

.list-mb-40>li {
  margin-bottom: 40px;
}

.list-mb-10>li:last-child,
.list-mb-20>li:last-child,
.list-mb-30>li:last-child,
.list-mb-40>li:last-child {
  margin-bottom: 0;
}

.list-primary {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-primary>li {
  display: flex;
  align-items: center;
}

.list-primary>li:before {
  margin-right: 10px;
  content: "\f111";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 0.5rem;
  color: #fff100;
}

.list-bordered {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-bordered>li {
  padding: 20px;
  border-bottom: 1px dashed #dbdbdb;
}

ol.list-count {
  padding-left: 30px;
  counter-reset: item;
}

ol.list-count>li {
  position: relative;
  display: block;
}

ol.list-count>li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #0d51a3;
  position: absolute;
  top: 0;
  left: -28px;
}

.list-border-dashed {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 2px dashed #dacfc3;
}

.list-border-dashed li {
  padding: 15px 5px 10px;
  display: flex;
  align-items: center;
  border-bottom: 2px dashed #dacfc3;
}

/*--------------------------------------------------
+: DL
==================================================*/
@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dl-collapse {
  border-top: 2px solid #dacfc3;
}

.dl-collapse dt {
  padding: 20px 0 15px;
  border-bottom: 2px solid #dacfc3;
}

.dl-collapse dt a {
  color: #2e2e2e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dl-collapse dt a:hover {
  color: #0d51a3;
  text-decoration: none;
}

.dl-collapse dt a:after {
  content: "\e901";
  color: #0d51a3;
  font-size: 1.25rem;
}

.dl-collapse dt a.collapsed:after {
  content: "\e900";
}

.dl-collapse dd {
  margin: 0;
  /*&.show{
        animation: show 1s linear 0s;
    }*/
}

.dl-count {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dl-count dt {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #0d51a3;
}

.dl-count dt:before {
  margin-right: 10px;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: #0d51a3;
}

.dl-count dt:nth-of-type(1):before {
  content: "1";
}

.dl-count dt:nth-of-type(2):before {
  content: "2";
}

.dl-count dt:nth-of-type(3):before {
  content: "3";
}

.dl-count dt:nth-of-type(4):before {
  content: "4";
}

.dl-count dt:nth-of-type(5):before {
  content: "5";
}

.dl-count dd {
  padding-left: 36px;
  margin-bottom: 14px;
}

.dl-count dd:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------
+: Table
==================================================*/
.table-default {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}

.table-default th,
.table-default td {
  padding: 0.75rem;
  vertical-align: top;
}

.table-default .half {
  width: 40% !important;
}

.table-default thead th {
  background-color: #0d51a3;
  color: #fff;
  vertical-align: middle;
}

.table-default tbody th {
  background-color: #ddd;
  font-weight: normal;
}

.table-default tbody th.bg-score {
  color: #fff;
  font-weight: bold;
}

.table-default tbody th.cefr-info {
  color: #fff;
  font-weight: bold;
}

.table-default thead tr.jptel-score {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
/* 構成 */
.table-default tbody th.bg-info {
  color: #fff;
  font-weight: bold;
}

.table-default thead tr.jptel-info {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
/*  */

.table-default tbody td {
  background-color: #f0f0f0;
}


@media (max-width: 1079.98px) {
  .table-flexible {
    display: block;
  }

  .table-flexible thead,
  .table-flexible tbody,
  .table-flexible tr,
  .table-flexible th,
  .table-flexible td {
    display: block;
  }

  .table-flexible td.hidden-sp,
  .table-flexible tr.hidden-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .table-flexible tr.hidden-sp {
    display: contents;
  }
}

@media (min-width: 768px) {
  .table-flexible td.hidden-sp {
    display: table-cell;
  }
}

.table-bordered-bottom {
  width: 100%;
  border-collapse: collapse;
}

.table-bordered-bottom tbody th,
.table-bordered-bottom tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
  border-bottom: 2px dashed #f0f0f0;
}

@media (max-width: 1079.98px) {
  .table-bordered-bottom.table-flexible th {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .table-bordered-bottom.table-flexible td {
    padding-top: 0;
  }
}


/*--------------------------------------------------
+: Table-jptel
==================================================*/

.table-default-jptel {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  max-width: 400px;
  max-height: 200px;
  margin: auto;
}

.table-default-jptel th,
.table-default-jptel td {
  padding: 0.35rem;
  vertical-align: top;
}

.table-default-jptel .half {
  width: 40% !important;
}

.table-default-jptel thead th {
  background-color: #0d51a3;
  color: #fff;
  vertical-align: middle;
}

.table-default-jptel tbody th {
  background-color: #ddd;
  font-weight: normal;
}

.table-default-jptel tbody th.bg-score {
  color: #fff;
  font-weight: bold;
}

.table-default-jptel tbody th.bg-info {
  color: #fff;
  font-weight: bold;
  color:white;
}

.table-default-jptel tbody th.cefr-info {
  color: #fff;
  font-weight: bold;
}

.table-default-jptel thead tr.jptel-score {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 19px;
}

.table-default-jptel thead tr.jptel-info {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
}

.table-default-jptel tbody td {
  background-color: #f0f0f0;
}

.table-bordered-bottom {
  width: 100%;
  border-collapse: collapse;
}

.table-bordered-bottom tbody th,
.table-bordered-bottom tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
  border-bottom: 2px dashed #f0f0f0;
}

@media (max-width: 1079.98px) {
  .table-bordered-bottom.table-flexible th {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .table-bordered-bottom.table-flexible td {
    padding-top: 0;
  }
}


/*--------------------------------------------------
+: Form
==================================================*/
.custom-select {
  cursor: pointer;
  background: #fffcff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230d51a3' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 0.4rem center;
  background-size: 25px 25px;
}

.custom-checkbox {
  padding-left: 2.5rem;
}

.custom-checkbox.custom-control-inline {
  display: inline-flex;
}

.custom-checkbox .custom-control-label {
  line-height: 1.8;
  flex-grow: 6;
}

.custom-checkbox .custom-control-label:before {
  top: -0.25rem;
  left: -2.4rem;
  width: 2rem;
  height: 2rem;
}

.custom-checkbox .custom-control-label:after {
  top: -0.25rem;
  left: -2.4rem;
  width: 2rem;
  height: 2rem;
}

.custom-checkbox>span {
  flex-grow: 1;
  text-align: center;
  color: #0d51a3 !important;
}

@media (max-width: 1079.98px) {
  .custom-control-inline {
    display: block;
  }
}

.custom-radio {
  padding-left: 1.5rem;
}

@media (max-width: 1079.98px) {
  .custom-radio {
    padding-left: 0;
  }
}

/*--------------------------------------------------
+: Overwrite
==================================================*/
ul {
  padding: 0 0 0 20px;
}

.alert-danger {
  color: #de3535;
  background-color: #ffd2d2;
  border: none !important;
}

blockquate.red {
  background-color: #ffd1d1;
  padding: 10px;
  border-radius: 5px;
  display: block;
  font-size: 0.875rem;
}

blockquate.gray {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
  display: block;
  font-size: 0.875rem;
}


p.check-icons .material-icons {
  vertical-align: bottom;
  margin-right: 3px;
}

@media (min-width: 576px) {
  .br-sp {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .br-sp {
    display: block;
  }
}

@media (min-width: 576px) {
  .br-pc {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .br-pc {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sp {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .hidden-sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-pc {
    display: block;
  }
}

/*--------------------------------------------------
+: youtube
==================================================*/
.youtube-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}