﻿@charset "UTF-8";



/* ----------------------------
  Utility
---------------------------- */

/* line Break
---------------------------- */
.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width: 812px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}


/* Margin
---------------------------- */
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 50px !important; }


/* Align
---------------------------- */
.align-center { text-align: center !important; }
.align-left { text-align: left !important; }
.align-right { text-align: right !important; }
.align-middle { vertical-align: middle !important; }
.align-top { vertical-align: top !important; }
.align-bottom { vertical-align: bottom !important; }

/* No Transition
---------------------------- */
.notransition {
  transition: none !important;
}

/* Horizontal Line
---------------------------- */
.hr {
  margin: 2em 0;
  height: 0;
  border: 0;
  border-top: 1px solid #157262;
  border-bottom: 1px solid #52b3a1;
}
.hr-module2 {
  margin: 1.875em 0;
  height: 0;
  border: 0;
  border-top: 1px solid #2d7567;
  border-bottom: 1px solid #60c4b2;
}

/* Flag
---------------------------- */
.flag {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
}
.flag:before {
  content: "";
  display: block;
  border: 26px solid transparent;
  border-top-color: currentColor;
  border-left-color: currentColor;
  position: absolute;
  left: 0;
  top: 0;
}
.flag small {
  display: block;
  width: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 1em;
  color: #fff;
  position: relative;
}





/* ----------------------------
  Themes
---------------------------- */

/* Backgrounds
---------------------------- */
.bg-eigo { background-color: #f39317; }
.bg-kokugo { background-color: #d284b8; }
.bg-sugaku { background-color: #4facef; }
.bg-rika { background-color: #b660d5; }
.bg-shakai { background-color: #69c578; }
.bg-joho { background-color: #4470E9; } /*#184992 mediaseek add */
.bg-default { background-color: #fff; }
.bg-black { background-color: #393939; }
.bg-darkblue { background-color: #2c6c9f; }
.bg-red { background-color: #ca3557; }
.bg-gray { background-color: #c1c0c1; }


/* Colors
---------------------------- */
.color-red { color: #C7114B; }
.color-eigo { color: #f39317; }
.color-kokugo { color: #d284b8; }
.color-sugaku { color: #4facef; }
.color-rika { color: #b660d5; }
.color-shakai { color: #69c578; }
.color-joho { color: #4470E9; } /*#184992 mediaseek add */
.color-default { color: #fff; }
.color-black { color: #333; }
.color-darkblue { color: #2c6c9f; }
.color-red { color: #ca3557; }
.color-gray { color: #c1c0c1; }
.color-mediumgray { color: #aaa; }



/* Font Weight
---------------------------- */
.font-bold { font-weight: bold; }


/* Font Size
---------------------------- */
.font-medium { font-size: .8em; }
.font-normal { font-size: 1em; }
.font-mediumsmall { font-size: .8em; }
.font-small { font-size: .72em; }
.font-exsmall { font-size: .66em; }



/* ----------------------------
  Heading
---------------------------- */

/* Heading 01
---------------------------- */
.heading-01 {
  margin-bottom: .440140845em;
  line-height: 1.2;
  font-size: 1.42em;
}

@media screen and (max-width: 812px) {
  .heading-01 {
    margin-bottom: 16px;
    font-size: 1.428571429em;
  }
}


/* Heading 02
---------------------------- */
.heading-02 {
  margin-bottom: .789473684em;
  line-height: 1.2;
  font-size: 1.1875em;
}

@media screen and (max-width: 812px) {
  .heading-02 {
    font-size: 1.285714286em;
  }
}



/* ----------------------------
  Typegraphy
---------------------------- */

/* Text Link
---------------------------- */
.text-link {
  color: #1B649B;
  text-decoration: underline;
}
.text-link:hover {
  color: #1B649B;
  text-decoration: none;
}



/* ----------------------------
  Label
---------------------------- */

/* Label Subject
---------------------------- */
.label-subject {
  padding-left: 46px;
  position: relative;
}

/* Text */
.label-subject-text span {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  padding: 2px 4px;
  font-size: .75em;
  color: #fff;
  position: relative;
  top: -1px;
}

/* Icon */
.label-subject-icon {
  width: 42px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: bold;
  font-size: .625em;
  color: #159E86;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.label-subject-icon span {
  display: block;
  margin-top: 2px;
}



/* ----------------------------
  Button
---------------------------- */

/* Button Flat
---------------------------- */
.button-flat {
  display: block;
  padding: 12px 32px 13px;
  width: 100%;
  min-width: 220px;
  text-align: center;
  border-radius: 100px;
  box-sizing: border-box;
  line-height: 1.25;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.button-flat:hover {
  opacity: 0.6;
}

@media screen and (max-width: 812px) {
  .button-flat {
    padding: 9px 32px 10px;
    min-width: 200px;
  }
}

/* Button Flat Theme */
.button-flat.button-white {
  background: #fff url(../img/common/arrow-right-green.png) no-repeat right 15px center;
  color: #159e86;
}
.button-flat.button-left-white {
  background: #fff url(../img/common/arrow-left-green.png) no-repeat left 15px center;
  color: #159e86;
}
.button-flat.button-green {
  background: #159e86 url(../img/common/arrow-right-white.png) no-repeat right 15px center;
}
.button-flat.button-gray {
  background: #808080 url(../img/common/arrow-right-white.png) no-repeat right 15px center;
}
.button-flat.button-black {
  background: #424242 url(../img/common/arrow-right-white.png) no-repeat right 15px center;
}

@media screen and (max-width: 812px) {
  .button-flat.button-white {
    background-position: right 8px center;
    background-size: 9px auto;
  }
  .button-flat.button-green {
    background-position: right 8px center;
    background-size: 9px auto;
  }
  .button-flat.button-gray {
    background-position: right 8px center;
    background-size: 9px auto;
  }
  .button-flat.button-black {
    background-position: right 8px center;
    background-size: 9px auto;
  }
}

/* Button Flat Disabled */
.button-flat[disabled],
.button-flat.button-disabled {
  background: #D6D6D6 url(../img/common/arrow-right-gray.png) no-repeat right 15px center;
  color: #B5B5B5;
  cursor: default;
  pointer-events: none;
}
.button-flat[disabled]:hover,
.button-flat.button-disabled:hover {
  opacity: 1;
}

@media screen and (max-width: 812px) {
  .button-border[disabled],
  .button-border.button-disabled {
    background-position: right 8px center;
    background-size: 9px auto;
  }
}

/* Button Flat Size */
.button-flat.button-small {
  padding: 8px 10px;
  min-width: 60px;
  background-position: right 8px center;
  background-size: 10px auto;
  font-size: .875em;
}


/* Button Border
---------------------------- */
.button-border {
  display: block;
  padding: 11px 15px 11px 4px;
  width: 100%;
  min-width: 80px;
  text-align: center;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-image: url(../img/common/arrow-right-white.png);
  background-size: 9px auto;
  box-sizing: border-box;
  line-height: 1.25;
  font-size: 0.85em;
  cursor: pointer;
  -webkit-transition: all 0.2s, opacity 0.4s;
  transition: all 0.2s, opacity 0.4s;
}
.button-border:hover {
  opacity: 0.6;
}

@media screen and (max-width: 812px) {
  .button-border {
    padding: 10px 15px 10px 4px;
  }
}

/* Button Border Direction */
.button-border.button-back {
  padding: 11px 4px 11px 15px;
  background-position: left 8px center;
  background-image: url(../img/common/arrow-left-white.png);
}

/* Button Border Size */
.button-border.button-small {
  padding-top: 7px;
  padding-bottom: 7px;
}
.button-border.button-large {
  padding-top: 12px;
  min-width: 220px;
  font-size: 1em;
}

@media screen and (max-width: 812px) {
  .button-border.button-small {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* Button Border Theme */
.button-border.button-green {
  background-color: #159e86;
  -webkit-box-shadow: inset 0px 2px 0px 0px #42C9B9;
  -moz-box-shadow: inset 0px 2px 0px 0px #42C9B9;
  box-shadow: inset 0px 2px 0px 0px #42C9B9;
  border: 1px solid #038C74;
  color: #fff;
}
.button-border.button-gray {
  background-color: #808080;
  -webkit-box-shadow: inset 0px 2px 0px 0px #aaa;
  -moz-box-shadow: inset 0px 2px 0px 0px #aaa;
  box-shadow: inset 0px 2px 0px 0px #aaa;
  border: 1px solid #696969;
  color: #fff;
}
.button-border.button-black {
  background-color: #3c3c3c;
  -webkit-box-shadow: inset 0px 2px 0px 0px #7c7c7c;
  -moz-box-shadow: inset 0px 2px 0px 0px #7c7c7c;
  box-shadow: inset 0px 2px 0px 0px #7c7c7c;
  border: 1px solid #191919;
  color: #fff;
}

/* Button Border Disabled */
.button-border[disabled],
.button-border.button-disabled {
  background-color: #e6e6e6;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  pointer-events: none;
  cursor: default;
  color: #aaa;
}
.button-border[disabled]:hover,
.button-border.button-disabled:hover {
  opacity: 1;
}

@media screen and (max-width: 812px) {
  .button-border[disabled],
  .button-border.button-disabled {
    border: none;
  }
}


/* Button Inline
---------------------------- */
.button-inline {
  display: inline-block;
  width: auto;
  vertical-align: top;
}



/* ----------------------------
  Table
---------------------------- */

/* Table - Normal
---------------------------- */
.table table {
  width: 100%;
  background: #fff;
  line-height: 1.3;
  color: #393939;
}
.table th,
.table td {
  padding: 5px;
  border: 1px solid #bfbfbf;
  vertical-align: middle;
  box-sizing: border-box;
}
.table th {
  height: 30px;
  background: #F3F3F3;
}
.table thead tr:first-child th {
  padding: 10px 5px;
}
.table tbody th {
  border-bottom: 2px solid #159E86;
}
.table td {
  height: 50px;
  border-bottom: 2px solid #159E86;
}
.table thead tr:first-child > * { border-top: 0; }
.table tbody tr:last-child > * { border-bottom: 0; }
.table tr > *:first-child { border-left: 0; }
.table tr > *:last-child { border-right: 0; }


/* Table - Border
---------------------------- */
.table-border table {
  width: 100%;
  border-collapse: separate;
  border-right: 3px solid #FFF;
  margin-bottom: 40px;
}
.table-border th,
.table-border td {
  padding: 3px 5px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.table-border th {
  background-color: #FFF;
  border-right: 1px solid #159E86;
  color: #159E86;
}
.table-border tr:first-child th:last-child {
  border-right: none;
}
.table-border tr:first-child {
  border: 1px solid #159E86;
}
.table-border tr:first-child td {
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  border-left: 3px solid #FFF;
}
.table-border tr:nth-child(2) th {
  border-top: 1px solid #159E86;
}
.table-border td:nth-of-type(n+1) {
  border-right: 1px solid #FFF;
}
.table-border td:last-child {
  border-right: none;
}
.table-border td {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 3px solid #FFF;
  color: #FFF;
}
.table-border tr:first-child td:nth-child(1) {
  padding-left: 20px;
  padding-right: 20px;
  width: 60%;
}
.table-border tr:last-child td:nth-child(1) {
  width: 8%;
}
.table-border tr:last-child td:nth-child(2) {
  width: 8%;
}
.table-border tr:last-child td:nth-child(3) {
  width: 8%;
}
.table-border tr:last-child td:nth-child(4) {
  width: 8%;
}
.table-border tr:last-child td:nth-child(5) {
  width: 8%;
}


/* Table Scrollable
---------------------------- */
.table-scrollable {
  max-height: 660px;
  overflow: hidden;
  overflow-y: auto;
}



/* ----------------------------
  Tab
---------------------------- */
.tab {
  display: table;
  margin-bottom: 30px;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 4px solid #fff;
  box-sizing: border-box;
  font-size: 1.1em;
}
.tab li {
  display: table-cell;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
.tab a,
.tab button {
  display: block;
  padding: 10px 0;
  width: 100%;
  background-color: #159E86;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tab a:hover,
.tab button:hover {
  background-color: #1fab91;
}

@media screen and (max-width: 812px) {
  .tab {
    margin-bottom: 20px;
    border: 2px solid #fff;
    font-size: .857142857em;
  }
  .tab li {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}


/* Tab Active
---------------------------- */
.tab-active a,
.tab-active button {
  background-color: #fff;
  color: #159e86;
  pointer-events: none;
}

@media screen and (max-width: 812px) {
  .tab-active a:hover,
  .tab-active button:hover {
    background-color: #fff;
  }
}




/* Tab Arrow
---------------------------- */

/* Right */
.tab-arrow-right a,
.tab-arrow-right button {
  background-image: url(../img/common/arrow-right-white.png);
  background-position: right 12px center;
}

@media screen and (max-width: 812px) {
  .tab-arrow-right a,
  .tab-arrow-right button {
    background-image: none;
  }
}

/* Bottom */
.tab-arrow-bottom a,
.tab-arrow-bottom button {
  background-image: url(../img/common/arrow-bottom-white.png);
  background-position: right 15px center;
}




/* ----------------------------
  Form
---------------------------- */

/* Checkbox
---------------------------- */
.checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox span {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 2px solid #159E86;
  border-radius: 6px;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.checkbox input[disabled] + span {
  cursor: default;
}
.checkbox span:before {
  content: "";
  display: block;
  background: url(../img/common/icon-checked.png) no-repeat center;
  background-size: 18px auto;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.checkbox input:checked + span:before {
  opacity: 1;
}

/* With Label */
.checkbox em {
  display: inline-block;
  margin-left: -4px;
  padding-left: 8px;
  line-height: 26px;
  font-weight: normal;
  cursor: pointer;
}


/* Checkbox Score
---------------------------- */
.checkbox-score {
  padding: 0;
}
.table .checkbox-score { /* Override */
  padding: 0;
}
.checkbox-score label {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.checkbox-score label:hover {
  background-color: rgb(220,241,241);
}
.checkbox-score input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-score span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Number */
.checkbox-score-number {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: center; /* Less than android 4.3 */
  -webkit-justify-content: center; /* Less than iOS8 */
  justify-content: center;
  -webkit-box-align: center; /* Less than android 4.3 */
  -webkit-align-items: center; /* Less than iOS8 */
  align-items: center;
  text-align: center;
  font-size: .8125em;
}
.checkbox-score-number[data-bg="1"] {
  display: none;
}
.checkbox-score-number[data-bg="2"] {
  background: #fff;
}
.checkbox-score-number[data-bg="3"] {
  color: #fff;
}
.checkbox-score-number[data-bg="4"] {
  color: #fff;
}

/* Check Icon */
.checkbox-score label:before,
.checkbox-score-checked:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border: 2px solid #159E86;
  border-radius: 50%;
  background: #fff url(../img/common/icon-checked.png) no-repeat center;
  background-size: 18px auto;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.checkbox-score label:before {
  opacity: 0.2;
}
.checkbox-score-checked {
  display: block;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.checkbox-score input:checked + span + span {
  opacity: 1;
}


/* Checkbox Switch
---------------------------- */
.checkbox-switch {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.checkbox-switch input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-switch span {
  display: block;
  width: 70px;
  height: 30px;
  border-radius: 50px;
  background: #fff;
  color: #ccc;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.checkbox-switch span:before,
.checkbox-switch span:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.checkbox-switch span:before {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: currentColor;
  top: 2px;
  left: 42px;
}
.checkbox-switch span:after {
  content: "OFF";
  display: block;
  line-height: 30px;
  font-size: 14px;
  left: 10px;
}

/* Checked */
.checkbox-switch input:checked + span {
  color: #159E86;
}
.checkbox-switch input:checked + span:before {
  left: 2px;
}
.checkbox-switch input:checked + span:after {
  content: "ON";
  left: 36px;
}


/* Radio
---------------------------- */
.radio {
  display: inline-block;
  margin: 0 3px 10px;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.radio input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.radio span {
  display: block;
  width: 32px;
  height: 40px;
  border: 2px solid;
  text-align: center;
  box-sizing: border-box;
  border-radius: 65px / 90px;
  line-height: 36px;
  font-size: 1.4em;
}
.radio input:checked + span {
  background: #333;
  border-color: #333;
  color: #888;
}


/* Select
---------------------------- */
.select {
  max-width: 400px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 3.333333333em;
  position: relative;
}
.select:before {
  content: "";
  display: block;
  width: 1.733333333em;
  background: #159E86 url(../img/common/arrow-bottom-white.png) no-repeat center;
  background-size: .8em auto;
  border-radius: 0 100px 100px 0;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
}
.select select {
  width: 100%;
  padding: .466666667em 2.4em .466666667em .8em;
  text-align: center;
  background: none;
  box-sizing: border-box;
  border: 0;
  line-height: 1.2;
  color: #333;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}
.select select::-ms-expand {  /* For IE */
  display: none;
}

@media screen and (max-width: 812px) {
  .select {
    max-width: none;
    border-radius: 100px;
  }
  .select:before {
    width: 32px;
    background-size: 16px auto;
  }
  .select select {
    padding: 10px 34px 10px 12px;
  }
}



/* ----------------------------
  Graph
---------------------------- */

/* Graph Bar Unit
---------------------------- */

/* Layout */
.graph-unit {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: justify; /* Less than android 4.3 */
  -webkit-justify-content: space-between; /* Less than iOS8 */
  justify-content: space-between;
  -webkit-box-align: flex-end; /* Less than android 4.3 */
  -webkit-align-items: flex-end; /* Less than iOS8 */
  align-items: flex-end;
  font-size: .72em;
}
.graph-unit-body {
  width: 70%;
}
.graph-unit-body:last-child {
  width: 100%;
}
.graph-unit-side {
  width: 30%;
  text-align: right;
  line-height: 19px;
}

@media screen and (max-width: 812px) {
	.graph-unit {
		font-size: 0.8em;
	}
}

/* Large */
.graph-unit-large {
  font-size: .86em;
}
.graph-unit-large .graph-unit-body {
  width: 85%;
}
.graph-unit-large .graph-unit-body:last-child {
  width: 100%;
}
.graph-unit-large .graph-unit-side {
  width: 15%;
}


/* Head */
.graph-unit-head {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: justify; /* Less than android 4.3 */
  -webkit-justify-content: space-between; /* Less than iOS8 */
  justify-content: space-between;
  -webkit-box-align: flex-end; /* Less than android 4.3 */
  -webkit-align-items: flex-end; /* Less than iOS8 */
  align-items: flex-end;
  margin-bottom: 4px;
}
.graph-unit-title span {
  display: inline-block;
  vertical-align: top;
}
.graph-unit-label {
  margin-left: auto;
  text-align: center;
}


/* Graph Bars
---------------------------- */
.graph-unit-bars-container {
  width: 100%;
  position: relative;
}
.graph-unit-bars-container[style] {
  -webkit-transition: width 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.graph-unit-bars {
  margin-top: 6px;
  width: 100%;
  height: 19px;
  border: 2px solid;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.graph-unit-bars:first-child {
  margin-top: 0;
}
.graph-unit-bar {
  width: 0;
  background: currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.graph-unit-bar[style] {
  -webkit-transition: width 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Pale */
.graph-unit-pale {
  opacity: 0.35;
}


/* No Border
---------------------------- */
.graph-unit-noborder .graph-unit-bars {
  border: 0;
}


/* ----------------------------
  Radar Chart Unit
---------------------------- */
.radar-unit {
  color: #333;
  position: relative;
  perspective: 2000px;
}


/* Radar Unit Panel
---------------------------- */
.radar-unit-front,
.radar-unit-back {
  padding: 80px 20px 20px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
  opacity: 1;
}
.radar-unit-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  visibility: hidden;
  opacity: 0;
}

/* Flip */
.radar-unit-flip .radar-unit-front {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  visibility: hidden;
  opacity: 0;
}
.radar-unit-flip .radar-unit-back {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}



/* Radar Unit Ledends
---------------------------- */
.radar-unit-legends {
  font-size: .875em;
  position: absolute;
  top: 18px;
  left: 20px;
}
.radar-unit-legends li {
  padding-left: 30px;
  position: relative;
}
.radar-unit-legends span {
  display: block;
  width: 20px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}


/* Radar Unit Canvas
---------------------------- */
.radar-unit-canvas {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.radar-unit-canvas:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.radar-unit-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


/* Radar Unit Foot
---------------------------- */
.radar-unit-foot {
  line-height: 1.25;
  text-align: right;
  font-size: .75em;
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.radar-unit-front .radar-unit-foot {
  opacity: 1;
  visibility: visible;
}
.radar-unit-flip .radar-unit-front .radar-unit-foot {
  opacity: 0;
  visibility: hidden;
}
.radar-unit-back .radar-unit-foot {
  opacity: 0;
  visibility: hidden;
}
.radar-unit-flip .radar-unit-back .radar-unit-foot {
  opacity: 1;
  visibility: visible;
}


/* Radar Unit Button
---------------------------- */
.radar-unit-button {
  min-width: 130px;
  position: absolute;
  top: 20px;
  right: 20px;
}



/* ----------------------------
  Page
---------------------------- */

/* Page Title
---------------------------- */
.page-title {
  margin-bottom: .568181818em;
  line-height: 1.2;
  font-size: 2.2em;
}

@media screen and (max-width: 812px) {
  .page-title {
    margin-bottom: .833333333em;
    font-size: 1.714285714em;
  }
}


/* Page Back
---------------------------- */
.page-back {
  position: absolute;
  top: 0;
  right: 0;
}

.page-back .button-flat.button-white{
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 812px) {
  .page-back .button-flat {
    min-width: 100px;
  }
}



/* ----------------------------
  Page Head
---------------------------- */
.page-head {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: justify; /* Less than android 4.3 */
  -webkit-justify-content: space-between; /* Less than iOS8 */
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
  min-height: 70px;
  border: 4px solid;
  background: #fff;
  box-sizing: border-box;
  color: #333;
  position: relative;
}

@media screen and (max-width: 812px) {
  .page-head {
    display: block;
    margin-top: 30px;
    min-height: 0px;
    border: 2px solid;
  }
}


/* Page Head Left
---------------------------- */
.page-head-left {
  padding: 10px 12px 12px 58px;
  line-height: 1.25;
  box-sizing: border-box;
}
.page-head-title {
  display: block;
  font-size: 1.125em;
}
.page-head-sub {
  display: block;
  margin-top: 4px;
  color: #333;
}

@media screen and (max-width: 812px) {
  .page-head-left {
    min-height: 60px;
  }
}


/* Page Head Right
---------------------------- */
.page-head-right {
  padding: 12px;
  border-left: 4px solid;
}
.page-head-right ul {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: justify; /* Less than android 4.3 */
  -webkit-justify-content: space-between; /* Less than iOS8 */
  justify-content: space-between;
}

@media screen and (max-width: 812px) {
  .page-head-right {
    border-left: 0;
  }
}


/* Page Panel
---------------------------- */
.page-panel {
  margin-left: 12px;
  width: 140px;
  box-sizing: border-box;
  background: currentColor;
  border-radius: 4px;
  border: 2px solid;
  text-align: center;
  overflow: hidden;
}
.page-panel:first-child {
  margin-left: 0;
}
.page-panel dt {
  padding: 2px 0;
  background: #fff;
  font-size: 0.72em;
  color: currentColor;
}
.page-panel dd {
  padding: 4px 0;
  line-height: 1.25;
  color: #fff;
}

/* Sizes */
.page-panel-small,
.page-panel-narrow {
  width: 90px;
}
.page-panel-small dd {
  font-size: 0.8em;
}


/* Page Head Theme
---------------------------- */

/* Theme: 英語 */
[data-subject="1"].page-head {
  color: #f39317;
}
[data-subject="1"].page-head .page-head-right {
  background: #FFF9F2;
}

/* Theme: 国語 */
[data-subject="2"].page-head {
  color: #E681D6;
}
[data-subject="2"].page-head .page-head-right {
  background: #FFF5FD;
}

/* Theme: 数学 */
[data-subject="3"].page-head {
  color: #4facef;
}
[data-subject="3"].page-head .page-head-right {
  background: #F5FBFF;
}

/* Theme: 理科 */
[data-subject="4"].page-head {
  color: #b660d5;
}
[data-subject="4"].page-head .page-head-right {
  background: #FCF4FF;
}

/* Theme: 社会 */
[data-subject="5"].page-head {
  color: #69c578;
}
[data-subject="5"].page-head .page-head-right {
  background: #F2FFF5;
}

/* Theme: 情報 */
[data-subject="8"].page-head {
    color: #4470E9;
}

[data-subject="8"].page-head .page-head-right {
    background: #F0F4FF;
}



/* ----------------------------
  Cards
---------------------------- */
.cards:after {
  content: "";
  display: block;
  clear: both;
}
.cards .card {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

@media screen and (max-width: 812px) {
  .cards .card {
    margin-right: 0;
    float: none;
  }
}


/* Cards Fixed
---------------------------- */
.cards-fixed {
  margin: 0 auto;
  width: 1890px;
}
.cards-fixed:after {
  content: "";
  display: block;
  clear: both;
}
.cards-fixed .card {
  margin: 0 10px 20px;
  float: left;
}

@media screen and (max-width: 1950px) {
  .cards-fixed {
    width: 1620px;
  }
}

@media screen and (max-width: 1680px) {
  .cards-fixed {
    width: 1350px;
  }
}

@media screen and (max-width: 1410px) {
  .cards-fixed {
    width: 1080px;
  }
}

@media screen and (max-width: 1140px) {
  .cards-fixed {
    width: 810px;
  }
}

@media screen and (max-width: 812px) {
  .cards-fixed {
    width: 100%;
  }
  .cards-fixed .card {
    margin: 0 0 20px;
    float: none;
  }
}


/* Cards Center
---------------------------- */
.cards-center .card {
  margin: 0 10px 20px;
  float: left;
}

@media screen and (max-width: 812px) {
  .cards-center .card {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}



/* ----------------------------
  Card
---------------------------- */
.card {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: justify; /* Less than android 4.3 */
  -webkit-justify-content: space-between; /* Less than iOS8 */
  justify-content: space-between;
  -webkit-box-orient: vertical; /* Less than android 4.3 */
  -webkit-flex-direction: column; /* Less than iOS8 */
  flex-direction: column;
  padding: 45px 10px 15px;
  width: 250px;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  position: relative;
}

@media screen and (max-width: 812px) {
  .card {
    width: 100%;
  }
}


/* Card Head
---------------------------- */
.card-head {
  -webkit-box-ordinal-group: 2; /* Less than android 4.3 */
  -webkit-order: 2; /* Less than iOS8 */
  order: 2;
  margin-top: 13px;
}


/* Card Subject
---------------------------- */
.card-subject {
  display: block;
  padding: 5px;
  background: currentColor;
  vertical-align: top;
  box-sizing: border-box;
  line-height: 1;
  font-size: .7em;
  position: absolute;
  top: 10px;
  right: 10px;
}
.card-subject small {
  display: block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em;
  color: #fff;
}


/* Card Title
---------------------------- */
.card-title {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: center; /* Less than android 4.3 */
  -webkit-justify-content: center; /* Less than iOS8 */
  justify-content: center;
  -webkit-box-align: center; /* Less than android 4.3 */
  -webkit-align-items: center; /* Less than iOS8 */
  align-items: center;
  text-align: center;
  height: 3.75em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  line-height: 1.25;
  font-weight: bold;
}


/* Card Teacher
---------------------------- */
.card-teacher {
  -webkit-box-ordinal-group: 1; /* Less than android 4.3 */
  -webkit-order: 1; /* Less than iOS8 */
  order: 1;
  font-size: 0.85em;
  color: #333;
}
.card-teacher:after {
  content: "";
  display: block;
  clear: both;
}
.card-teacher-left {
  width: 60%;
  box-sizing: border-box;
  float: left;
}
.card-teacher-left span {
  display: block;
  margin: 0 auto 5px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  overflow: hidden;
}
.card-teacher-left span img {
  max-width: none;
  width: 100%;
}
.card-teacher-left em {
  display: block;
  text-align: center;
}
.card-teacher-right {
  width: 40%;
  float: right;
}
.card-teacher-right dt {
  font-size: 0.8em;
  color: #8c8c8c;
}
.card-teacher-right dd + dt {
  margin-top: 6px;
}
.card-teacher-right dd {
  font-weight: bold;
}

@media screen and (max-width: 812px) {
  .card-teacher-left span {
    margin-bottom: 6px;
    width: 120px;
    height: 120px;
  }
  .card-teacher-right dt {
    font-size: 1em;
  }
  .card-teacher-right dd {
    font-size: 1.25em;
  }
}


/* Card Button
---------------------------- */
.card-button {
  -webkit-box-ordinal-group: 3; /* Less than android 4.3 */
  -webkit-order: 3; /* Less than iOS8 */
  order: 3;
  margin-top: 15px;
  text-align: center;
}
.card-button .button-border {
  width: 80%;
}


/* Card Recommend
---------------------------- */
.card-recommend {
  padding-left: 20px;
  background: url(../img/common/icon-alert-red.png) no-repeat top left;
  letter-spacing: 0;
  line-height: 19px;
  font-weight: bold;
  font-size: 0.8em;
  color: #C7114B;
  position: absolute;
  top: 10px;
  left: 50px;
}



/* ----------------------------
  Card Wide
---------------------------- */
.card-wide {
  padding: 0;
  width: 100%;
  max-width: 394px;
  box-sizing: border-box;
  background: #fff;
  text-align: left;
  color: #333;
  position: relative;
}
.card-wide:after {
  content: "";
  display: block;
  clear: both;
}


/* Card Wide Body
---------------------------- */
.card-wide-body {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-orient: vertical; /* Less than android 4.3 */
  -webkit-flex-direction: column; /* Less than iOS8 */
  flex-direction: column;
  padding: 10px 6.3451777% 12px 0;
  width: 64.4670051%;
  box-sizing: border-box;
  float: right;
}


/* Card Wide Head
---------------------------- */
.card-wide-head {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 2;
  order: 2;
}


/* Card Wide Title
---------------------------- */
.card-wide-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  height: 3.75em;
  border-top: 2px solid;
  border-bottom: 2px solid;
  line-height: 1.25;
  font-weight: bold;
}


/* Card Wide Info
---------------------------- */
.card-wide-info {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 1;
  order: 1;
  margin-bottom: 8px;
  font-size: 0.85em;
  color: #333;
}
.card-wide-info dl {
  display: inline-block;
  margin-left: 12px;
  vertical-align: top;
}
.card-wide-info dl:first-child {
  margin-left: 0;
}
.card-wide-info dt {
  font-size: 0.8em;
  color: #8c8c8c;
}
.card-wide-info dd {
  font-weight: bold;
}

@media screen and (max-width: 812px) {
  .card-wide-info dl {
    margin-left: 6px;
  }
}


/* Card Wide Button
---------------------------- */
.card-wide-button {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 3;
  order: 3;
  margin-top: 12px;
}
.card-wide-button .button-border {
  margin: 0 auto;
  width: 80%;
}


/* Card Wide Image
---------------------------- */
.card-wide-image {
  padding-top: 40px;
  width: 35.5329949%;
  box-sizing: border-box;
  float: left;
}
.card-wide-image dt {
  display: block;
  margin: 0 auto 5px;
  width: 64.2857143%;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.card-wide-image dt:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.card-wide-image dt img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.card-wide-image dd {
  padding: 0 10px;
  text-align: center;
  font-size: 0.85em;
  font-weight: bold;
  color: #333;
}


/* Card Wide Recommend
---------------------------- */
.card-wide-recommend {
  padding-left: 20px;
  background: url(../img/common/icon-alert-red.png) no-repeat top left;
  letter-spacing: 0;
  line-height: 19px;
  font-weight: bold;
  font-size: 0.8em;
  color: #C7114B;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 812px) {
  .card-wide-recommend {
    top: 4px;
    right: 4px;
  }
}


/* ----------------------------
  Card Theme
---------------------------- */

/* Theme: 英語 */
[data-subject="1"].card,
[data-subject="1"].card-wide {
  color: #f39317;
}

/* Theme: 国語 */
[data-subject="2"].card,
[data-subject="2"].card-wide {
  color: #E681D6;
}

/* Theme: 数学 */
[data-subject="3"].card,
[data-subject="3"].card-wide {
  color: #4facef;
}

/* Theme: 理科 */
[data-subject="4"].card,
[data-subject="4"].card-wide {
  color: #b660d5;
}

/* Theme: 社会 */
[data-subject="5"].card,
[data-subject="5"].card-wide {
  color: #69c578;
}

/* Theme: 情報 */
[data-subject="8"].card,
[data-subject="8"].card-wide {
    color: #4470E9;
}


/* ----------------------------
  Counter Unit
---------------------------- */
.counter-unit {
  margin-top: 10px;
}
.counter-unit ul {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  box-sizing: border-box;
  text-align: center;
}
.counter-unit li {
  display: table-cell;
  padding: 8px 0 10px;
  width: 50%;
  border: 4px solid;
  box-sizing: border-box;
  vertical-align: middle;
}
.counter-unit span {
  display: inline-block;
  margin-right: .75em;
  vertical-align: middle;
  position: relative;
  top: 0.125em;
}
.counter-unit em {
  display: inline-block;
  font-size: 2.5em;
  font-weight: normal;
  vertical-align: middle;
}

@media screen and (max-width: 812px) {
  .counter-unit {
    margin-top: 20px;
  }
  .counter-unit ul {
    display: block;
    border: 2px solid;
  }
  .counter-unit li {
    display: block;
    padding: 4px 0 8px;
    width: 100%;
    border: 0;
  }
  .counter-unit li:first-child {
    border-bottom: 1px solid  #0A7A61;
  }
  .counter-unit li:last-child {
    border-top: 1px solid  #30B8A5;
  }
}



/* ----------------------------
  Detail Head
---------------------------- */
.detail-head {
  margin-top: 20px;
}
.detail-head table {
  width: 100%;
  table-layout: fixed;
  border: 4px solid;
  box-sizing: border-box;
}
.detail-head th {
  padding: 10px;
  width: 48%;
  background: #fff;
  text-align: left;
  box-sizing: border-box;
  color: #333;
}
.detail-head td {
  width: 26%;
  border-left: 4px solid;
  vertical-align: middle;
  text-align: center;
}
.detail-head th + td {
  border-left: 0;
}

@media screen and (max-width: 812px) {
  .detail-head {
    margin-top: 20px;
  }
  .detail-head table {
    display: block;
    border: 2px solid;
  }
  .detail-head tbody,
  .detail-head tr {
    display: block;
  }
  .detail-head th {
    display: block;
    padding: 10px;
    width: 100%;
  }
  .detail-head td {
    display: block;
    width: 100%;
    border-left: 0;
  }
  .detail-head th + td {
    border-left: 0;
    border-bottom: 1px solid  #0A7A61;
  }
  .detail-head td + td {
    border-top: 1px solid  #30B8A5;
  }
}


/* Detail Head Content
---------------------------- */
.detail-head dl {
  line-height: 1.25;
}
.detail-head dt {
  display: inline-block;
  margin-right: 16px;
  vertical-align: super;
  font-size: 1.25em;
}
.detail-head dd {
  display: inline-block;
  padding: 6px 0 10px;
  font-size: 1.875em;
}
.detail-head dd em {
  display: inline-block;
  line-height: 1;
  font-size: 1.6em;
  font-weight: normal;
}

@media screen and (max-width: 812px) {
  .detail-head dt {
    margin-right: 12px;
  }
}


/* ----------------------------
  Detail Buttons
---------------------------- */
.detail-buttons {
  margin-top: 20px;
  text-align: center;
}
.detail-buttons li {
  display: inline-block;
  margin: 0 8px;
  vertical-align: top;
}
.detail-buttons li:last-child {
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 812px) {
  .detail-buttons {
    display: -webkit-box; /* Less than android 4.3 */
    display: -webkit-flex; /* Less than iOS8 */
    display: flex;
    -webkit-box-pack: justify; /* Less than android 4.3 */
    -webkit-justify-content: space-between; /* Less than iOS8 */
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap; /* Less than iOS8 */
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .detail-buttons li {
    margin: 0;
    width: 47.5%;
  }
  .detail-buttons li:last-child {
    width: 100%;
  }
  .detail-buttons .button-flat {
    min-width: 0;
  }
  .detail-buttons li:last-child .button-flat {
    min-width: 200px;
  }
}



/* ----------------------------
  Loader
---------------------------- */
.loader {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.loader-visible {
  opacity: 1;
  visibility: visible;
}
.loader div {
  margin: auto;
  height: 60px;
  width: 60px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loader div:before,
.loader div:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}
.loader div:after {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}



/* ----------------------------
  Vue Cloak
---------------------------- */
[v-cloak] {
  opacity: 0;
  display: none;
}


/*----------------------------
----------------------------
  module2
----------------------------
----------------------------*/


/* Hidden
---------------------------- */
.hidden {
  opacity: 0;
  visibility: hidden;
}



/* ----------------------------
  Button
---------------------------- */

/* Button Flat
---------------------------- */
.btn-flat {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 100px;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
}

/* Theme */
.btn-flat.btn-white {
  background-color: #fff;
  background-image: url(../img/common/arrow-right-green.png);
  color: #2ba28b;
}
.btn-flat.btn-green {
  background-color: #2ba28b;
  background-image: url(../img/common/arrow-right-white.png);
  color: #fff;
}
.btn-flat.btn-black {
  background-color: #3d3d3e;
  background-image: url(../img/common/arrow-right-white.png);
  color: #fff;
}
.btn-flat.btn-gray {
  background-color: #e7e8e8;
  background-image: url(../img/common/arrow-right-gray.png);
  color: #7f7f7f;
}

/* Size */
.btn-flat.btn-smallest {
  padding: 4px 10px 4px 6px;
  background-size: 6px auto;
  background-position: right 4px center;
  font-size: 11px;
}
.btn-flat.btn-smaller {
  padding: 6px 16px 5px;
  background-size: 8px auto;
  background-position: right 8px center;
  font-size: 14px;
}
.btn-flat.btn-default {
  padding: 6px 20px;
  background-size: 10px auto;
  background-position: right 10px center;
  font-size: 16px;
}
.btn-flat.btn-larger {
  padding: 8px 24px;
  background-size: 12px auto;
  background-position: right 12px center;
  font-size: 16px;
}
.btn-flat.btn-largest {
  padding: 10px 24px;
  background-size: 12px auto;
  background-position: right 12px center;
  font-size: 18px;
}

/* Icon */
.btn-flat.btn-icon-ai img {
  display: inline-block;
  margin-right: 2px;
  margin-left: -8px;
  width: 22px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/* Button Border
---------------------------- */
.btn-border {
  display: block;
  width: 100%;
  border-radius: 100px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow-right-white.png);
  border-width: 1px;
  border-style: solid;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  position: relative;
  cursor: pointer;
}

/* Theme */
.btn-border.btn-green {
  background-color: #159e86;
  border-color: #038C74;
  box-shadow: inset 0px 2px 0px 0px #42C9B9;
}
.btn-border.btn-gray {
  background-color: #808080;
  border-color: #696969;
  box-shadow: inset 0px 2px 0px 0px #aaa;
}
.btn-border.btn-black {
  background-color: #3c3c3c;
  border-color: #191919;
  box-shadow: inset 0px 2px 0px 0px #7c7c7c;
}

/* Size */
.btn-border.btn-smallest {
  padding: 3px 14px 3px 10px;
  background-size: 6px auto;
  background-position: right 4px center;
  font-size: 11px;
}
.btn-border.btn-smaller {
  padding: 5px 20px 4px 16px;
  background-size: 8px auto;
  background-position: right 8px center;
  font-size: 14px;
}
.btn-border.btn-default {
  padding: 7px 26px 6px 20px;
  background-size: 10px auto;
  background-position: right 10px center;
  font-size: 14px;
}
.btn-border.btn-larger {
  padding: 7px 30px 7px 24px;
  background-size: 12px auto;
  background-position: right 12px center;
  font-size: 16px;
}
.btn-border.btn-largest {
  padding: 9px 32px 9px 26px;
  background-size: 12px auto;
  background-position: right 12px center;
  font-size: 18px;
}

/* Arrow Top */
.btn-arrow-top {
  background-image: url(../img/common/arrow-top-white.png);
}
.btn-arrow-bottom {
  background-image: url(../img/common/arrow-bottom-white.png);
}
.btn-border.btn-smallest.btn-arrow-top,
.btn-border.btn-smallest.btn-arrow-bottom {
  background-size: 9px auto;
  background-position: right 4px center;
}
.btn-border.btn-smaller.btn-arrow-top,
.btn-border.btn-smaller.btn-arrow-bottom {
  background-size: 12px auto;
  background-position: right 5px center;
}
.btn-border.btn-default.btn-arrow-top,
.btn-border.btn-default.btn-arrow-bottom {
  background-size: 13px auto;
  background-position: right 8px center;
}
.btn-border.btn-larger.btn-arrow-top,
.btn-border.btn-larger.btn-arrow-bottom {
  background-size: 15px auto;
  background-position: right 8px center;
}
.btn-border.btn-largest.btn-arrow-top,
.btn-border.btn-largest.btn-arrow-bottom {
  background-size: 15px auto;
  background-position: right 9px center;
}

/* No Arrow */
.btn-noarrow {
  background-image: none;
}

/* Disabled */
.btn-border.btn-disabled {
  color: #949494;
  background: #E6E6E6;
  border-color: #E6E6E6;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}


/* Button Icon AI
---------------------------- */
.btn-icon-ai:before {
  content: "";
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/common/icon-ai.png);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

/* Size */
.btn-smaller.btn-icon-ai {
  padding-left: 26px;
}
.btn-smaller.btn-icon-ai:before {
  width: 20px;
  left: 6px;
}
.btn-default.btn-icon-ai {
  padding-left: 30px;
}
.btn-default.btn-icon-ai:before {
  width: 24px;
  left: 6px;
}
.btn-larger.btn-icon-ai {
  padding-left: 34px;
}
.btn-larger.btn-icon-ai:before {
  width: 28px;
  left: 6px;
}
.btn-largest.btn-icon-ai {
  padding-left: 39px;
}
.btn-largest.btn-icon-ai:before {
  width: 32px;
  left: 7px;
}


/* Button Icon Check
---------------------------- */
.btn-icon-check:before {
  content: "";
  display: block;
  border-radius: 100%;
  background-color: #ca3557;
  background-image: url(../img/common/icon-check.png);
  background-size: 66.6666667% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/* Size */
.btn-smaller.btn-icon-check {
  padding-left: 26px;
}
.btn-smaller.btn-icon-check:before {
  width: 20px;
  height: 20px;
  left: 6px;
}
.btn-default.btn-icon-check {
  padding-left: 30px;
  padding-right: 30px;
}
.btn-default.btn-icon-check:before {
  width: 24px;
  height: 24px;
  left: 6px;
}
.btn-larger.btn-icon-check {
  padding-left: 34px;
  padding-right: 34px;
}
.btn-larger.btn-icon-check:before {
  width: 28px;
  height: 28px;
  left: 6px;
}
.btn-largest.btn-icon-check {
  padding-left: 39px;
  padding-right: 39px;
}
.btn-largest.btn-icon-check:before {
  width: 32px;
  height: 32px;
  left: 7px;
}


/* Button Inline
---------------------------- */
.btn-inline {
  display: inline-block;
  width: auto;
  vertical-align: top;
}


/* Button Container
---------------------------- */
.btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 30px;
}
.btn-container > [class*="btn-"] {
  margin-left: 16px;
  margin-right: 16px;
  max-width: 200px;
}



/* ----------------------------
  Typography
---------------------------- */

/* Heading
---------------------------- */
.heading {
  margin-top: 7px;
  font-size: 19px;
}
.heading svg {
  vertical-align: middle;
  fill: currentColor;
  position: relative;
  top: -1px;
}


/* Link Question
---------------------------- */
.link-question {
  font-size: 14px;
}
.link-question svg {
  fill: currentColor;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.link-question:hover span {
  text-decoration: underline;
}

/*#151622 mediaseek start ツールチップ ホバー処理*/
.link-toukei-tooltip {
	position: relative;
	float:right;
	width:50px;
}
.link-toukei-tooltip:hover {
	position: relative;
	z-index: 50;
	opacity: 0.8;
}
.link-toukei-tooltip:hover:after {
	content: attr(data-help-tooltip);
	display: inline-block;
	position: absolute;
	top: 0;
	left: calc(100% + 12px);
	font-size: 12px;
	color: white;
	background-color: #000;
	width: auto;
	min-height: 16px;
	padding: 8px;
	border-radius: 4px;
	white-space: pre;
	text-decoration: underline;
}
/*#151622 mediaseek end*/

/* ----------------------------
  Label
---------------------------- */

/* Label Subject
---------------------------- */
.label-subject-module2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}

/* Icon */
.label-subject-icon-module2 {
  margin-right: 8px;
  padding: 4px 5px;
  line-height: 1;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  position: relative;
  top: -2px;
}

/* Text */
.label-subject-text-module2 {
  padding-right: 12px;
  width: 90px;
  box-sizing: border-box;
}

/* Theme */
[data-subject="1"] .label-subject-icon-module2 { background: #f39317; }
[data-subject="2"] .label-subject-icon-module2 { background: #E681D6; }
[data-subject="3"] .label-subject-icon-module2 { background: #4facef; }
[data-subject="4"] .label-subject-icon-module2 { background: #B660D5; }
[data-subject="5"] .label-subject-icon-module2 { background: #69c578; }
[data-subject="8"] .label-subject-icon-module2 { background: #4470E9; }

/* Label Unit
---------------------------- */
.label-unit {
  padding-left: 46px;
  position: relative;
}

/* Text */
.label-unit-text span {
  display: inline-block;
  margin-right: 4px;
  padding: 4px 5px;
  line-height: 1;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  position: relative;
  top: -2px;
}

/* Icon */
.label-unit-icon {
  width: 42px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: bold;
  font-size: .625em;
  color: #159E86;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.label-unit-icon span {
  display: block;
  margin-top: 2px;
}

/* Theme */
[data-subject="1"] .label-unit-text span { background: #f39317; }
[data-subject="2"] .label-unit-text span { background: #E681D6; }
[data-subject="3"] .label-unit-text span { background: #4facef; }
[data-subject="4"] .label-unit-text span { background: #B660D5; }
[data-subject="5"] .label-unit-text span { background: #69c578; }
[data-subject="8"] .label-unit-text span { background: #4470E9; }



/* ----------------------------
  List
---------------------------- */

/* List Flat
---------------------------- */
.list-flat-inner {
  display: block;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
  background-color: #2c6055;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-image: url(../img/common/arrow-right-white.png);
  background-size: 9px auto;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}

/* Current */
.list-flat-current {
  background-color: #fff;
  background-image: url(../img/common/arrow-right-green.png);
  color: #2ba28b;
  cursor: default;
  pointer-events: none;
}


/* List Levels
---------------------------- */
.list-level {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
}
.list-level li {
  margin-left: 12px;
  padding-left: 22px;
  position: relative;
}
.list-level li:first-child {
  margin-left: 0;
}
.list-level span {
  width: 16px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}



/* ----------------------------
  Tooltip
---------------------------- */
.tooltip {
  padding: 2px 4px 2px 6px;
  border-radius: 3px;
  background: rgba(0, 0, 0, .7);
  font-size: 12px;
  color: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  pointer-events: none;
  white-space: nowrap;
}


/* Caret Lines
---------------------------- */
.tooltip-caret-lines {
  display: block;
  padding: 1px 0 1px 14px;
  line-height: 1;
  position: relative;
}
.tooltip-caret-lines:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.tooltip-caret-lines:nth-child(1):before {
  background: rgb(198,15,75);
}
.tooltip-caret-lines:nth-child(2):before {
  background: rgb(67,95,145);
}



/* ----------------------------
  Graph
---------------------------- */

/* Graph Bar Unit
---------------------------- */
.graph-unit-module2 {
  font-size: 11px;
}

/* Head */
.graph-unit-head-module2 {
  margin-bottom: 5px;
}
.graph-unit-title span {
  display: inline-block;
  vertical-align: top;
}

/* Pale */
.graph-unit-pale {
  opacity: 0.35;
}

/* Body */
.graph-unit-body-module2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* Bars */
.graph-unit-bars-module2 {
  width: 75%;
}

/* Bars Inner */
.graph-unit-bars-inner {
  margin-top: 4px;
  width: 100%;
  max-width: 100%;
  height: 16px;
  border: 2px solid;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.graph-unit-bars-inner:first-child {
  margin-top: 0;
}

/* Bar */
/* remove duplicate property
.graph-unit-bar {
  width: 0;
  background: currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.graph-unit-bar[style] {
  transition: width 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
*/

/* Side */
.graph-unit-side-module2 {
  width: 25%;
  text-align: right;
}

/* Theme */
[data-subject="1"] .graph-unit-head-module2 i,
[data-subject="1"] .graph-unit-head-module2 b,
[data-subject="1"] .graph-unit-bars-module2 {
  color: #f39317;
}
[data-subject="2"] .graph-unit-head-module2 i,
[data-subject="2"] .graph-unit-head-module2 b,
[data-subject="2"] .graph-unit-bars-module2 {
  color: #E681D6;
}
[data-subject="3"] .graph-unit-head-module2 i,
[data-subject="3"] .graph-unit-head-module2 b,
[data-subject="3"] .graph-unit-bars-module2 {
  color: #4facef;
}
[data-subject="4"] .graph-unit-head-module2 i,
[data-subject="4"] .graph-unit-head-module2 b,
[data-subject="4"] .graph-unit-bars-module2 {
  color: #B660D5;
}
[data-subject="5"] .graph-unit-head-module2 i,
[data-subject="5"] .graph-unit-head-module2 b,
[data-subject="5"] .graph-unit-bars-module2 {
  color: #69c578;
}
[data-subject="8"] .graph-unit-head-module2 i,
[data-subject="8"] .graph-unit-head-module2 b,
[data-subject="8"] .graph-unit-bars-module2 {
    color: #4470E9;
}


/* Pie Unit
---------------------------- */
.pie-unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* Body */
.pie-unit-body {
  width: 48px;
  height: 48px;
  position: relative;
}
.pie-unit-body canvas {
  display: block;
  width: 100%;
  height: 100%;
}

/* Note */
.pie-unit-note {
  text-align: center;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.8);
  transform: translateY(-50%) scale(0.8);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.pie-unit-note b {
  font-size: 12.5px;
}

/* Legend */
.pie-unit-legend {
  margin-left: 10px;
  white-space: nowrap;
  font-size: 11px;
}
.pie-unit-legend li {
  margin-top: 8px;
}
.pie-unit-legend li:first-child {
  margin-top: 0;
}

/* Pale */
.pie-unit-pale {
  opacity: 0.35;
}

/* Theme */
[data-subject="1"] .pie-unit-legend i,
[data-subject="1"] .pie-unit-legend b {
  color: #f39317;
}
[data-subject="2"] .pie-unit-legend i,
[data-subject="2"] .pie-unit-legend b {
  color: #E681D6;
}
[data-subject="3"] .pie-unit-legend i,
[data-subject="3"] .pie-unit-legend b {
  color: #4facef;
}
[data-subject="4"] .pie-unit-legend i,
[data-subject="4"] .pie-unit-legend b {
  color: #B660D5;
}
[data-subject="5"] .pie-unit-legend i,
[data-subject="5"] .pie-unit-legend b {
  color: #69c578;
}
[data-subject="8"] .pie-unit-legend i,
[data-subject="8"] .pie-unit-legend b {
    color: #4470E9;
}

/* ----------------------------
  Table
---------------------------- */

/* Table Basic
---------------------------- */
.table-module2 {
  margin-top: 30px;
}
.table-module2 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  line-height: 1.25;
  background: #fff;
  font-size: 15px;
  color: #393939;
}
.table-module2 th,
.table-module2 td {
  border: 1px solid #c1c0c1;
  vertical-align: middle;
  box-sizing: border-box;
}
.table-module2 tbody th,
.table-module2 tbody td {
  border-bottom: 2px solid #2ba28b;
}
.table-module2 th {
  padding: 6px 12px;
  background: #f5f6f7;
  vertical-align: middle;
}
.table-module2 td {
  padding: 5px 10px;
  height: 56px;
}
.table-module2 tr > *:first-child { border-left: 0; }
/*.table-module2 tr > *:last-child { border-right: 0; }*/
.table-module2 thead tr:first-child > * { border-top: 0; }
.table-module2 tbody tr:last-child > * { border-bottom: 0; }



/* Table Unit
---------------------------- */

/* Table head */
.table-unit th:first-child {
  padding-left: 0;
  padding-right: 0;
}
.table-unit thead th {
	font-size: 13px;
}

/* Cell Width */
.table-unit thead tr:first-child th:nth-child(1),
.table-unit tbody th:nth-child(1) {
  width: 30px;
}
.table-unit tbody td:nth-child(2) {
  width: 380px;
}
.table-unit tbody td:nth-child(3) {
  width: 280px;
}
.table-unit tbody td:nth-child(4) {
  width: 100px;
}
.table-unit tbody td:nth-child(5) {
  width: 100px;
}
.table-unit tbody td:nth-child(6) {
  width: 100px;
}


/* Table Level
---------------------------- */

/* Table Head */
.table-level thead tr:first-child th:first-child,
.table-level tbody th:first-child {
  padding-left: 0;
  padding-right: 0;
}
.table-level thead th {
	font-size: 14px;
}

/* Each Column */
.table-level tbody th:nth-child(1) {
  width: 30px;
}
.table-level tbody td:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
  width: 40px;
}
.table-level tbody td:nth-child(3) {
  width: 280px;
}
.table-level tbody td:nth-child(4) {
  width: 160px;
}
.table-level tbody td:nth-child(5) {
  width: 70px;
  font-size: 12px;
}
.table-level tbody td:nth-child(6),
.table-level tbody td:nth-child(7),
.table-level tbody td:nth-child(8),
.table-level tbody td:nth-child(9),
.table-level tbody td:nth-child(10),
.table-level tbody td:nth-child(11),
.table-level tbody td:nth-child(12),
.table-level tbody td:nth-child(13) {
  width: 50px;
}


/* Table Level In Modal
---------------------------- */
.modal-module2 .table-level tbody th:nth-child(1) {
  width: 40px;
}
.modal-module2 .table-level tbody td:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
  width: 250px;
}
.modal-module2 .table-level tbody td:nth-child(3) {
  width: 170px;
}
.modal-module2 .table-level tbody td:nth-child(4) {
  width: 80px;
  font-size: 12px;
}
.modal-module2 .table-level tbody td:nth-child(5) {
  width: 50px;
  font-size: 14px;
}


/* Table Select
---------------------------- */
.table-select th {
  padding-left: 0;
  padding-right: 0;
}
.table-select thead th {
  font-size: 14px;
}
.table-select td {
font-size: 14px;
  text-align: center;
}

/* Scrollable */
.table-select.table-scrollable {
  max-height: 500px;
}

/* Each */
.table-select th:nth-child(1) {
  width: 40px;
}
.table-select th:nth-child(2) {
  width: 390px;
}
.table-select th:nth-child(3) {
  width: 110px;
}
.table-select th:nth-child(4) {
  width: 110px;
}
.table-select th:nth-child(5) {
  width: 160px;
}
.table-select th:nth-child(6) {
  width: 160px;
}

/* Button */
.table-select td .btn-default {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  font-size: 14px;
}


/* Table Recommend
---------------------------- */
.table-recommend {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* Side */
.table-recommend .table-side {
  width: 100px;
  margin-top: 30px;
  margin-left: 16px;
}

/* Table */
.table-recommend th {
  padding-left: 0;
  padding-right: 0;
}
.table-recommend thead th {
  font-size: 14px;
}
.table-recommend td {
  font-size: 14px;
  text-align: center;
}

/* Scrollable */
.table-recommend .table-scrollable {
  max-height: 500px;
}

/* Each */
.table-recommend thead th:nth-child(1) {
  width: 100px;
}
.table-recommend tbody th:nth-child(1) {
  width: 40px;
}
.table-recommend th:nth-child(2) {
  width: 390px;
}
.table-recommend th:nth-child(3) {
  width: 100px;
}
.table-recommend th:nth-child(4) {
  width: 100px;
}
.table-recommend th:nth-child(5) {
  width: 160px;
}

/* Button */
.table-recommend td .btn-default {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  font-size: 14px;
}


/* Table Scrollable
---------------------------- */
.table-scrollable {
  max-height: 660px;
  overflow: hidden;
  overflow-y: auto;
}


/* Table Cell Background
---------------------------- */
[data-cell="bad"] {
  background-color: #FBF0F4;
  color: #C7114B;
}
[data-cell="normal"] {
  background-color: #F6F4EC;
  color: #E2C213;
}
[data-cell="great"] {
  background-color: #E7EFF5;
  color: #16649B;
}


/* Table Fixed
---------------------------- */
.table-fixed {
  margin-top: 20px;
  position: relative;
}
.table-fixed > .table-module2 {
  margin-top: 0;
  position: relative;
}



/* ----------------------------
  Table Info
---------------------------- */
.table-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 15px;
  position: relative;
}

/* Align */
.table-info-left {
  margin-right: auto;
}
.table-info-right {
  margin-left: auto;
}
.table-info-center {
  margin-left: auto;
  margin-right: auto;
}

/* Fixed */
.table-info-fixed {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table-info-left.table-info-fixed {
  left: 0;
}
.table-info-right.table-info-fixed {
  right: 0;
}
.table-info-center.table-info-fixed {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/* Next To */
.table-info + .table {
  margin-top: 8px;
}




/* ----------------------------
  Tab
---------------------------- */

/* Tab Basic
---------------------------- */
.tab-module2 {
  margin-top: 8px;
}
.tab-module2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 3px;
}
.tab-module2 li {
  margin-top: -3px;
  margin-right: -3px;
  width: 100%;
  border: 3px solid #fff;
}
.tab-module2 li:last-child {
  margin-right: 0;
}
.tab-module2 a,
.tab-module2 button {
  display: block;
  padding: 6px 8px 6px 0;
  width: 100%;
  background: url(../img/common/arrow-right-white.png) no-repeat right 8px center;
  background-size: 10px auto;
  text-align: center;
  font-size: 17px;
  transition: all 0.4s;
}

/* Hover */
.tab-module2 a:hover,
.tab-module2 button:hover {
  background-color: #1fab91;
}

/* Active */
.tab-module2 .tab-active a,
.tab-module2 .tab-active button {
  background-color: #fff;
  color: #2ba28b;
}


/* Tab Inline
---------------------------- */
.tab-inline {
  margin-top: 30px;
}
.tab-inline ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 2px;
}
.tab-inline li {
  margin-top: -2px;
  margin-right: -2px;
  border: 2px solid #fff;
  min-width: 140px;
  width: auto;
}
.tab-inline a,
.tab-inline button {
  padding: 4px 20px 4px 14px;
  background-position: right 6px center;
  background-size: 8px auto;
  font-size: 16px;
}




/* ----------------------------
  Stats
---------------------------- */
.stats {
  min-height: 600px;
  margin-top: 16px;
  padding: 10px 10px;
  background: #2c6055;
  border-radius: 6px;
}
.stats:first-child {
  margin-top: 0;
}


/* Stats Title
---------------------------- */
.stats-title {
  line-height: 1.25;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}


/* Stats Graph
---------------------------- */
.stats-graph {
  margin-top: 12px;
}

/* Head */
.stats-graph-head {
  font-size: 12px;
}

/* Body */
.stats-graph-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 4px;
  height: 18px;
}

/* Container */
.stats-graph-container {
  width: 100%;
  height: 18px;
  border: 2px solid;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

/* Bar */
.stats-graph-bar {
  width: 0;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

/* Side */
.stats-graph-side {
  margin-left: 8px;
  font-size: 12px;
}


/* Stats Table
---------------------------- */
.stats-table {
  margin-top: 12px;
}
.stats-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  border: 2px solid #fff;
  border-top: 0;
}
.stats-table th,
.stats-table td {
  border-left: 1px solid;
}
.stats-table th:first-child,
.stats-table td:first-child {
  border: 0;
}
.stats-table th {
  padding: 1px 0;
  background: #fff;
  font-size: 12px;
  color: #2ba28b;
}
.stats-table td {
  padding: 2px 0;
  font-size: 16px;
}
.stats-table td small {
  font-size: 13px;
}


/* Stats Panel
---------------------------- */
.stats-panel {
  margin-top: 20px;
}

/* Head */
.stats-panel-head {
  border-top: 1px solid #2d4943;
  border-bottom: 1px solid #698e87;
}
.stats-panel-head button {
  text-align:left;
  padding: 10px 0 9px;
  width: 100%;
  border-top: 1px solid #698e87;
  border-bottom: 1px solid #2d4943;
  line-height: 1;
  font-size: 15px;
  position: relative;
}
.stats-panel-head button:before,
.stats-panel-head button:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
}
.stats-panel-head button:before {
  width: 16px;
  height: 2px;
  right: 8px;
  margin-top: -1px;
}
.stats-panel-head button:after {
  width: 2px;
  height: 16px;
  right: 15px;
  margin-top: -8px;
  opacity: 1;
  transition: all 0.2s;
}
.stats-panel-head button.open:after {
  opacity: 0;
}

/* Body */
.stats-panel-body {
  margin-top: 12px;
}

/* Chart */
.stats-panel-chart {
  min-height: 240px;
  background: #fff;
  border-radius: 8px;
  color: #393939;
  position: relative;
}

/* Chart Legend */
.stats-panel-chart-legend {
  font-size: 11px;
  position: absolute;
  top: 8px;
  left: 12px;
}
.stats-panel-chart-legend span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 10px;
  height: 3px;
  position: relative;
  margin-top: -2px;
}

/* Canvas */
.stats-panel-chart-canvas {
  padding: 30px 12px 6px;
  width: 100%;
  box-sizing: border-box;
}
.stats-panel-chart-canvas canvas {
  display: block;
  width: 100%;
}

/* Popup */
.stats-panel-chart-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.stats-panel-chart-popup p {
  padding: 4px 8px;
  width: 85%;
  box-sizing: border-box;
  background: #bbb;
  border-radius: 3px;
  border: 2px solid;
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

/* Table */
.stats-panel-table {
  margin-top: 12px;
  color: #393939;
}
.stats-panel-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.stats-panel-table th,
.stats-panel-table td {
  text-align: center;
  border-left: 1px solid #b9b8b9;
}
.stats-panel-table th:first-child,
.stats-panel-table td:first-child {
  border-left: 0;
}
.stats-panel-table th {
  padding: 4px 2px;
  background: #f5f6f7;
  border-bottom: 1px solid #b9b8b9;
  font-size: 11px;
}
.stats-panel-table td {
  padding: 3px 5px;
  background: #fff;
  border-bottom: 1px solid #2c6055;
  font-size: 12px;
}



/* ----------------------------
  Registered Bar
---------------------------- */
.registered-bars {
  margin-top: 16px;
  margin-bottom: 36px;
}
.registered-bars table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
}
.registered-bars th,
.registered-bars td {
  box-sizing: border-box;
  vertical-align: middle;
}
.registered-bars th {
  padding-right: 12px;
  width: 50px;
  font-size: 13px;
  white-space: nowrap;
}
.registered-bars td:nth-child(2) {
  width: 100%;
}
.registered-bars td:nth-child(3) {
  padding-left: 22px;
  width: 150px;
  font-size: 14px;
  white-space: nowrap;
}


/* Registration Bar
---------------------------- */
.registered-bar{
  position: relative;
}

/* Body */
.registered-bar-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #fff;
  height: 20px;
  box-sizing: border-box;
  /*
  -webkit-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  */
}

/* Item */
.registered-bar-item {
  width: 0%;
  max-width: 100%;
  /*
  -webkit-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  */
}

/* Ticks */
.registered-bar-ticks {
  margin: 0 1px;
  position: relative;
}
.registered-bar-ticks div {
  width: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  margin-left: -25px;
}
.registered-bar-ticks div:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 4px;
  background: #fff;
}

/* Tooltip */
.registered-bar-tooltip {
  padding: 4px 8px;
  font-size: 11px;
  top: -4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


/* Register Button Reload
---------------------------- */
.register-btn-reload {
  text-align: right;
}
.register-btn-reload button {
  width: 120px;
}


/* Criteria Head
---------------------------- */
.criteria-head {
  border-top: 1px solid #2d7567;
  border-bottom: 1px solid #60c4b2;
}
.criteria-head button {
  padding: 8px;
  width: 100%;
  border-top: 1px solid #60c4b2;
  border-bottom: 1px solid #2d7567;
  font-size: 19px;
  position: relative;
  text-align:left;
}
.criteria-head button:before,
.criteria-head button:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.criteria-head button:before {
  width: 20px;
  height: 4px;
  right: 10px;
}
.criteria-head button:after {
  width: 4px;
  height: 20px;
  right: 18px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.criteria-head button.open:after {
  opacity: 0;
}

/* Dark */
.criteria-head-dark button {
  border-top: 1px solid transparent;
  background: #2c6055;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.criteria-head-dark button.open {
  border-top: 1px solid #60c4b2;
  background: transparent;
}

/* Label */
.criteria-head-label {
  margin-left: 4px;
  position: relative;
  top: -0.1em;
}


/* Criteria Body
---------------------------- */
.criteria-body {
  margin-top: 16px;
  padding: 18px 20px 20px;
  background: #2c6055;
}
.criteria-body dl {
  display: inline-block;
  margin-top: 8px;
  margin-right: 20px;
  vertical-align: top;
}
.criteria-body dl:first-child {
  margin-top: 0;
}
.criteria-body dt {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 17px;
}
.criteria-body dd {
  font-size: 14px;
}
.criteria-body .criteria-subject,
.criteria-body .criteria-format {
    display: block;
}

/* Criteria Label
---------------------------- */
.criteria-label {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
  padding-right: 8px;
  border-right: 1px solid #698e87;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.criteria-label:before {
  content: "";
  display: block;
  border-right: 1px solid #2d4943;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.criteria-label:last-child {
  padding-right: 1px;
  border-right: 0;
}
.criteria-label:last-child:before {
  display: none;
}
.criteria-label input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.criteria-label span {
  display: block;
  padding: 5px 10px;
  border-radius: 30px;
  line-height: 1.2;
  transition: all 0.2s;
}
.criteria-label input:checked + span {
  background: #fff;
  color: #2ba28b;
}

/* Large */
.criteria-label-large span {
  padding: 8px 10px;
}


/* Criteria Unit
---------------------------- */
.criteria-unit {
  width: 280px;
}


/* Criteria Top
---------------------------- */
.criteria-top .btn-flat {
  min-width: 160px;
}



/* ----------------------------
  Report Container
---------------------------- */
.report {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 10px 15px 10px;
  background: #2c6055;
}


/* Report Type
---------------------------- */
.report-type {
  box-sizing: border-box;
}
.report-type:first-child {
  padding-left: 0;
}
.report-type-01 {
  width: 34.375%;
  width: 27.572559367%;
}
.report-type-02 {
  width: 15.625%;
  width: 13.852242744%;
}
.report-type-03 {
  width: 32.8125%;
  width: 42.875989446%;
}
.report-type-04 {
  width: 17.1875%;
  width: 11.873350923%;
}


/* Report Head
---------------------------- */
.report-head {
  border-bottom: 1px solid #698e87;
  position: relative;
}
.report-head:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #2d4943;
}


/* Report Title
---------------------------- */
.report-title {
  padding-left: 24px;
  background-repeat: no-repeat;
  font-size: 14px;
}
.report-title small {
  margin-left: 4px;
  font-size: 10px;
}
.report-type-01 .report-title {
  background-image: url(../img/common/icon-pen.jpg);
  background-size: 16px auto;
  background-position: 4px 2px;
}
.report-type-02 .report-title {
  background-image: url(../img/common/icon-crown.jpg);
  background-size: 18px auto;
  background-position: 0px 2px;
}
.report-type-03 .report-title {
  background-image: url(../img/common/icon-graph.jpg);
  background-size: 18px auto;
  background-position: 2px 1px;
}
.report-type-04 .report-title {
  background-image: url(../img/common/icon-calendar.jpg);
  background-size: 16px auto;
  background-position: 1px 2px;
}



/* Report Labels
---------------------------- */
.report-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 3px;
}
.report-labels li {
  margin-left: 6px;
}
.report-labels span {
  display: inline-block;
  margin-right: 3px;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  top: -1px;
}



/* ----------------------------
  Report Bars
---------------------------- */
.report-bars {
  margin-top: 12px;
}
.report-bars table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 10px;
}
.report-bars th,
.report-bars td {
  padding: 6px 0;
  box-sizing: border-box;
  vertical-align: middle;
}
.report-bars th {
  padding-right: 12px;
  width: 50px;
  white-space: nowrap;
}
.report-bars td:nth-child(3) {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  width: 100px;
  white-space: nowrap;
}


/* Report Bar
---------------------------- */
.report-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #fff;
  max-width: 100%;
  height: 20px;
  box-sizing: border-box;
  -webkit-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.2s;
  transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.2s;
}
.report-bar div {
  width: 0%;
  -webkit-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Hidden */
.report-bar-hidden {
  border: 2px solid transparent;
}


/* ----------------------------
  Report Pie
---------------------------- */
.report-pie {
  margin: 12px auto 0;
  width: 100px;
  height: 100px;
  position: relative;
}
.report-pie canvas {
  display: block;
  width: 100%;
  height: 100%;
}


/* Label
---------------------------- */
.report-pie-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}


/* Count
---------------------------- */
.report-pie-count {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 15px;
}
.report-pie-count em {
  font-size: 20px;
}



/* Unit
---------------------------- */
.report-pie-unit {
  display: block;
  width: 100%;
  font-size: 10px;
}



/* ----------------------------
  Report Growth
---------------------------- */
.report-growth {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 8px;
}


/* Report Growth Chart
---------------------------- */
.report-growth-chart {
  width: 460px;
  height: 120px;
  position: relative;
}
.report-growth-chart canvas {
  display: block;
  width: 100%;
  height: 100%;
}


/* Report Growth Popup
---------------------------- */
.report-growth-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.report-growth-popup p {
  padding: 4px 8px;
  width: 78%;
  box-sizing: border-box;
  background: #bbb;
  border-radius: 3px;
  border: 2px solid;
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 11%;
}


/* Report Growth Text
---------------------------- */
.report-growth-text {
  white-space: nowrap;
  line-height: 2;
  font-size: 10px;
}
.report-growth-text dt {
  font-weight: bold;
}


/* ----------------------------
  Report Days
---------------------------- */
.report-days {
  margin-top: 8px;
  padding-left: 14px;
}
.report-days p {
  margin-top: 8px;
  font-size: 14px;
}
.report-days p:first-child {
  margin-top: 0;
}
.report-days em {
  margin: 0 4px;
  font-weight: bold;
  font-size: 16px;
}



/* ----------------------------
  Panel Util
---------------------------- */
.panel-util {
  margin-top: 20px;
  position: relative;
}


/* Left
---------------------------- */
.panel-util-left {
  width: 170px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Center
---------------------------- */
.panel-util-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.panel-util-center .btn-flat {
  margin: 0 6px;
  width: 210px;
}


/* Right
---------------------------- */
.panel-util-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.panel-util-right .select-module2 {
  margin-left: 8px;
  min-width: 170px;
  font-size: 14px;
}



/* ----------------------------
  Panels
---------------------------- */
.panels {
  margin-right: -12px;
  font-size: 0;
}


/* Panels Empty
---------------------------- */
.panels-empty {
  margin: 30px auto 0;
  max-width: 70%;
  padding: 8px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.panels-empty dl {
  padding: 20px 12px;
  line-height: 2;
  border: 1px solid #2ba28b;
  color: #333;
}

/* Box Arrows */
.panels-empty:before,
.panels-empty:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.panels-empty:before {
  border-width: 33px 33px 0 0;
  border-color: #2ba28b transparent transparent transparent;
  top: -1px;
  left: -1px;
}
.panels-empty:after {
  border-width: 0 0 33px 33px;
  border-color: transparent transparent #2ba28b transparent;
  right: -1px;
  bottom: -1px;
}

/* Contents */
.panels-empty dt {
  margin-bottom: 12px;
  line-height: 1.25;
  text-align: center;
  font-size: 22px;
  color: #2ba28b;
}
.panels-empty dd span {
  display: inline-block;
  margin: 0 4px;
  padding: 2px 10px 0;
  line-height: 1.571428571;
  background: #2ba28b;
  font-size: 14px;
  color: #fff;
  position: relative;
  top: -1px;
}
.panels-empty dd span img {
  margin-right: 3px;
  width: 14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}




/* ----------------------------
  Card
---------------------------- */
.card-module2 {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 8px;
  width: 210px;
  position: relative;
  -webkit-perspective: 1600px;
  perspective: 1600px;
}


/* Card Theme
---------------------------- */
[data-subject="1"].card-module2 { color: #f39317; }
[data-subject="2"].card-module2 { color: #E681D6; }
[data-subject="3"].card-module2 { color: #4facef; }
[data-subject="4"].card-module2 { color: #b660d5; }
[data-subject="5"].card-module2 { color: #69c578; }
[data-subject="8"].card-module2 { color: #4470E9; }


/* Card Front
---------------------------- */
.card-front {
  background: #fff;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 1s, -webkit-transform 1s;
  cursor: pointer;
}
.card-flip .card-front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card-front:last-child {
  cursor: default;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.card-notransition .card-front {
  transition: none;
}


/* Card Back
---------------------------- */
.card-back {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 1s, -webkit-transform 1s;
  cursor: pointer;
}
.card-flip .card-back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.card-notransition .card-back {
  transition: none;
}


/* Card Head
---------------------------- */
.card-head-module2 {
  padding: 54px 10px 0;
}


/* Card Subject
---------------------------- */
.card-subject-module2 {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
.card-subject-module2:before {
  content: "";
  display: block;
  border: 24px solid transparent;
  border-top-color: currentColor;
  border-left-color: currentColor;
  position: absolute;
  left: 0;
  top: 0;
}
.card-subject-module2 small {
  display: block;
  width: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  position: relative;
}


/* Card Title
---------------------------- */
.card-title-module2 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-left: 20px;
  height: 3em;
  background-repeat: no-repeat;
  background-position: top left;
  overflow: hidden;
  font-size: 14px;
}


/* Card Body
---------------------------- */
.card-body {
  margin-top: 12px;
  padding: 12px 10px;
  position: relative;
}
[data-subject="1"] .card-body { background: #FEF9F4; }
[data-subject="2"] .card-body { background: #FDF7F9; }
[data-subject="3"] .card-body { background: #F6F9FB; }
[data-subject="4"] .card-body { background: #F7F2F7; }
[data-subject="5"] .card-body { background: #F4FAF4; }



/* Card Bars
---------------------------- */
.card-bars {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-size: 11px;
}

/* Card Bars Body */
.card-bars-body {
  margin-right: 8px;
  width: 100%;
}

/* Card Bars Info */
.card-bars-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: auto;
  text-align: center;
  white-space: nowrap;
}
.card-bars-info dt {
  color: #393939;
}
.card-bars-info dd {
  margin-top: 8px;
  font-weight: bold;
  line-height: 12px;
  position: relative;
}
.card-bars-info dd:last-child:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #c3c3c3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  margin: 0 auto;
}
.card-bars-info dt + dd {
  margin-top: 4px;
}

/* Card Bars Info Last */
.card-bars-info:last-child {
  margin-left: 3px;
}
.card-bars-info:last-child dd {
  color: #aaa;
}




/* Card Bar
---------------------------- */
.card-bar {
  margin-top: 8px;
  padding-left: 26px;
  position: relative;
}
.card-bar:first-child {
  margin-top: 0;
}

/* Head */
.card-bar-head {
  position: absolute;
  top: 0;
  left: 0;
}
.card-bar-head span {
  display: block;
  line-height: 12px;
  color: #333;
}

/* Body */
.card-bar-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 12px;
  max-width: 100%;
  background: #fff;
  border: 2px solid;
  box-sizing: border-box;
}
.card-bar-body div {
  width: 100%;
  border-right: 2px solid;
  box-sizing: border-box;
}
.card-bar-body div:last-child {
  border-right: 0;
}
.card-bar-body div.filled {
  background: currentColor;
  border-color: #fff !important;
}

/* ----------------------------
  グラフ
---------------------------- */
.graph-bar {
    display: block;
    height: 8px;
}

/* Theme: 英語 */
[data-subject="1"] .graph-bar {
    background: #f39317;
}

/* Theme: 国語 */
[data-subject="2"] .graph-bar {
    background: #E681D6;
}

/* Theme: 数学 */
[data-subject="3"] .graph-bar {
    background: #4facef;
}

/* Theme: 理科 */
[data-subject="4"] .graph-bar {
    background: #b660d5;
}

/* Theme: 社会 */
[data-subject="5"] .graph-bar {
    background: #69c578;
}

/* Theme: 情報 */
[data-subject="8"] .graph-bar {
    background: #4470E9;
}

/* ----------------------------
  総数
---------------------------- */
.daimon-sosu-txt {
    color: #393939;
}
.daimon-sosu-number {
    line-height: 32px;
    margin-top: 4px;
    font-weight: bold;
    color: #aaa;
}


/* Card Foot
---------------------------- */
.card-foot {
  padding: 12px 10px;
  position: relative;
}
.card-foot .btn-border {
  margin-left: auto;
  width: 80px;
}
.card-foot .btn-flat {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}


/* Card Flag
---------------------------- */
.card-flag-module2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  color: #ca3557;
  position: absolute;
  top: 50%;
  right: 90px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card-flag-module2 p {
  margin-right: 6px;
}
.card-flag-module2 img {
  display: block;
  margin: 0 auto;
  width: 22px;
}
.card-flag-module2 span {
  display: block;
  margin-top: 2px;
  line-height: 1;
}


/* Card Util
---------------------------- */
.card-util {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}


/* Card State
---------------------------- */
.card-state {
  width: 52px;
  box-sizing: border-box;
  border: 2px solid;
  text-align: center;
  line-height: 1.25;
  font-size: 11px;
  position: absolute;
  left: 50%;
  top: 8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.card-state span {
  display: block;
  padding: 2px 0 1px;
}
.card-state:before {
  content: "";
  display: block;
  width: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  margin-right: 5px;
}

/* Each */
[data-status="0"] .card-state {
  color: #aaa;
}
[data-status="2"] .card-state {
  background-color: currentColor;
}
[data-status="2"] .card-state span {
  color: #fff;
}
[data-status="2"] .card-state:before {
  background-image: url(../img/common/icon-crown-gold.png);
}


/* Card Level
---------------------------- */
.card-level {
  padding: 0 4px;
  border-radius: 100px;
  background: currentColor;
  font-size: 10px;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  transform-origin: right center;
}
.card-level span {
  display: block;
  color: #fff;
}
.card-level:last-child {
  margin-right: 8px;
}

/* Fixed */
.card-level-fixed {
  position: absolute;
  right: 8px;
  top: 100%;
  margin-top: -6px;
}


/* Card Button Flip
---------------------------- */
.card-button-flip {
  width: 24px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
}

/* Each */
[data-subject="1"] .card-button-flip {
  background-image: url(../img/common/icon-flip-01.png);
}
[data-subject="2"] .card-button-flip {
  background-image: url(../img/common/icon-flip-02.png);
}
[data-subject="3"] .card-button-flip {
  background-image: url(../img/common/icon-flip-03.png);
}
[data-subject="4"] .card-button-flip {
  background-image: url(../img/common/icon-flip-04.png);
}
[data-subject="5"] .card-button-flip {
  background-image: url(../img/common/icon-flip-05.png);
}


/* Card Lead
---------------------------- */
.card-lead {
  padding-top: 4px;
  padding-left: 48px;
  padding-right: 10px;
}


/* Card Info
---------------------------- */
.card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 6px 10px 0;
}


/* Card Date
---------------------------- */
.card-date {
  font-size: 11px;
  color: #aaa;
}


/* Card Growth
---------------------------- */
.card-growth {
  width: 64px;
  box-sizing: border-box;
  background: currentColor;
  border-radius: 4px;
  border: 2px solid;
  line-height: 1;
  text-align: center;
  overflow: hidden;
}
.card-growth dt {
  padding: 2px 0 1px;
  background: #fff;
  font-size: 10px;
}
.card-growth dd {
  padding: 4px 0 0;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}


/* Card Description
---------------------------- */
.card-description {
  margin-top: 6px;
  font-size: 12px;
  color: #666;
}
.card-description .card-body {
  margin-top: 10px;
  padding: 8px 10px;
  height: 88px;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
}


/* Card List
---------------------------- */
.card-list {
  line-height: 1.75;
  font-size: 14px;
}
.card-list em {
  margin: 0 3px;
}
.card-list span {
  color: #393939;
}


/* Card Button Pin
---------------------------- */
.card-button-pin {
  width: 20px;
  height: 20px;
  line-height: 1;
  position: absolute;
}
.card-button-pin img {
  display: block;
  margin: auto;
  width: 18px;
  height: auto;
  -webkit-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
}

/* Card Body */
.card-body .card-button-pin {
  top: 14px;
  right: 10px;
}

/* Card Foot */
.card-foot .card-button-pin {
  top: 50%;
  left: 10px;
  margin-top: -10px;
}


/* Card Button Delete
---------------------------- */
.card-button-delete {
  line-height: 1;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 14px;
}

/* Util */
.card-util .card-button-delete {
  padding: 0;
  position: relative;
}


/* Card Buton Add / Remove
---------------------------- */
.card-button-add,
.card-button-remove {
  width: 100%;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
}
.card-button-add span,
.card-button-remove span {
  display: inline-block;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.card-button-add span {
  background-image: url(../img/common/icon-plus.png);
}
.card-button-remove span {
  background-image: url(../img/common/icon-minus.png);
}


/* Card Back Remove
---------------------------- */
.card-back-remove {
  width: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.card-back-remove img {
  display: block;
  margin: 0 auto;
  width: 16px;
}



/* ----------------------------
  Modal
---------------------------- */
.modal-module2 {
  background: rgba(50, 50, 50, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.modal-visible {
  opacity: 1;
  visibility: visible;
}


/* Modal Container
---------------------------- */
.modal-container {
  padding: 18px 24px 24px;
  width: 1020px;
  min-height: 300px;
  border-radius: 10px;
  background: #2ba28b;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* Modal Head
---------------------------- */
.modal-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 8px;
  border-bottom: 1px solid #60c4b2;
  position: relative;
}
.modal-head:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #2d7567;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}


/* Modal Title
---------------------------- */
.modal-title {
  white-space: nowrap;
  font-size: 20px;
}


/* Modal Sub Title
---------------------------- */
.modal-subtitle {
  margin-left: 50px;
  font-size: 20px;
}


/* Modal Buttons
---------------------------- */
.modal-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
}
.modal-buttons li {
  margin-left: 8px;
  width: 100px;
}


/* Modal Shosan
---------------------------- */
.modal-shosan-enter-active,
.modal-shosan-leave-active {
  transition: opacity 0.6s;
}
.modal-shosan-enter,
.modal-shosan-leave-to {
  opacity: 0;
}

/* Modal Message
---------------------------- */
.modal-message {
  padding: 48px 24px 24px;
  width: 640px;
  border-radius: 10px;
  background: #2ba28b;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

/* Visible */
.modal-message-visible {
  opacity: 1;
  visibility: visible;
}

/* Box */
.modal-message-box {
  padding: 8px;
  background: #fff;
  text-align: center;
  position: relative;
}
.modal-message-box dl {
  padding: 20px 12px;
  border: 1px solid #2ba28b;
  color: #333;
}

/* Box Arrows */
.modal-message-box:before,
.modal-message-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.modal-message-box:before {
  border-width: 33px 33px 0 0;
  border-color: #2ba28b transparent transparent transparent;
  top: -1px;
  left: -1px;
}
.modal-message-box:after {
  border-width: 0 0 33px 33px;
  border-color: transparent transparent #2ba28b transparent;
  right: -1px;
  bottom: -1px;
}

/* Box Content */
.modal-message-box dt {
  margin-bottom: 12px;
  line-height: 1.25;
  text-align: center;
  font-size: 22px;
  color: #2ba28b;
}

/* Button */
.modal-message-button {
  margin: 48px auto 0;
  max-width: 160px;
}


/* Modal Congrats
---------------------------- */
.modal-congrats {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

/* Visible */
.modal-congrats-visible {
  opacity: 1;
  visibility: visible;
}

/* Image */
.modal-congrats-image {
  margin: 0 auto;
  width: 740px;
}

/* Text */
.modal-congrats-text {
  margin-top: 24px;
  font-weight: bold;
  font-size: 24px;
}

/* Button */
.modal-congrats-button {
  margin: 34px auto 0;
  max-width: 160px;
}


/* ----------------------------
  Form / Control
---------------------------- */

/* Field
---------------------------- */
.field {
  padding: 6px 8px 5px;
  width: 100%;
  background: #fff;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 1.5;
  color: #393939;
}


/* Select
---------------------------- */
.select-module2 {
  background: #fff;
  border-radius: 100px;
  position: relative;
}
.select-module2:before {
  content: "";
  display: block;
  width: 30px;
  background: #2ba28b url(../img/common/arrow-bottom-white.png) no-repeat 46% center;
  background-size: 14px auto;
  border-radius: 0 100px 100px 0;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
}
.select-module2 select {
  width: 100%;
  padding: 8px 44px 8px 16px;
  text-align: center;
  background: none;
  box-sizing: border-box;
  border: 0;
  line-height: 1.2;
  color: #333;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}
.select-module2 select::-ms-expand {  /* For IE */
  display: none;
}


/* Checkbox
---------------------------- */

.checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.checkbox input {
	margin: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox span {
  display: block;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 2px solid #159E86;
  border-radius: 6px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.checkbox span:before {
  content: "";
  display: block;
  background: url(../img/common/icon-checked.png) no-repeat center;
  background-size: 16px auto;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s;
}

/* Disabled */
.checkbox input[disabled] + span {
  cursor: default;
}

/* Checked */
.checkbox input:checked + span:before {
  opacity: 1;
}


/* Checkbox Small
---------------------------- */
.checkbox-small {
  display: inline-block;
  padding: 4px 0;
  line-height: 1;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.checkbox-small input {
	margin: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-small span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
  vertical-align: middle;
  position: relative;
}
.checkbox-small span:before {
  content: "";
  display: block;
  background: url(../img/common/icon-checked.png) no-repeat center;
  background-size: 14px auto;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s;
}

/* With Label */
.checkbox-small em {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  font-weight: normal;
}


/* Disabled */
.checkbox-small input[disabled] + span {
  cursor: default;
}

/* Checked */
.checkbox-small input:checked + span:before {
  opacity: 1;
}


/* Level Unit
---------------------------- */
td.level-unit {
  padding: 0;
  width: 56px;
}
.level-unit-inner {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

/* Count */
.level-unit-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 12px;
}

/* Background */
[data-level-unit-bg="1"] .level-unit-count {
  background-color: #e0dfdf;
  color: #646565;
}
[data-level-unit-bg="2"] .level-unit-count {
  background-color: #fbe3ee;
  color: #ca3557;
}
[data-level-unit-bg="3"] .level-unit-count {
  background-color: #fef6f9;
  color: #ca3557;
}
[data-level-unit-bg="4"] .level-unit-count {
  background-color: #fff;
  color: #ca3557;
}
[data-level-unit-bg="5"] .level-unit-count {
  background-color: #fff;
  color: #2c6c9f;
}
[data-level-unit-bg="6"] .level-unit-count {
  background-color: #eff8fc;
  color: #2c6c9f;
}
[data-level-unit-bg="7"] .level-unit-count {
  background-color: #d9edf7;
  color: #2c6c9f;
}

/* Button */
.level-unit-button {
  margin-top: 2px;
  opacity: 0.2;
  transition: opacity 0.4s;
}
.level-unit-button .btn-border {
  padding: 2px 11px 2px 6px;
}
[data-level-unit-bg="0"] .level-unit-button,
.level-unit-inner:hover .level-unit-button {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

/* No Arrow Button */
.level-unit-button .btn-border.btn-noarrow {
  padding-right: 6px;
}

/* Border */
.level-unit[data-level-unit-center-border="1"] {
  border-right: 2px solid #2c6c9f;
}
.level-unit[data-level-unit-niji-border="1"] {
  border-right: 2px solid #ca3557;
}
.level-unit[data-level-unit-osusume-border="1"] .level-unit-count {
  border: 2px solid #2ba28b;
}




/* ----------------------------
  Side Panel
---------------------------- */

/* 統計パネル
---------------------------- */
.toukei {
  min-height: 600px;
  padding: 10px 10px;
  background: #2c6055;
  border-radius: 6px;
}
.toukei-panel {
  margin-bottom: 30px;
}
.toukei-panel.shiboko {
  /* 「科目選択」ボタンがあるため */
  margin-bottom: 0;
}
.toukei-panel.enshu-tasseisu.daimon-bunyabetsu {
  /* 棒グラフの描写が終わってから表示する */
  display: none;
}
.toukei-panel-head {
  margin-bottom: 5px;
  border-bottom: solid 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px rgba(255,255,255,0.2);
  font-weight: bold;
}
.toukei-panel-head .sub-info {
  font-size: 11px;
  font-weight: normal;
}
.toukei-panel-body {
  margin-top: 12px;
}

/* 科目選択ボタン
---------------------------- */
.btn-kamoku-sentaku {
  position: relative;
  top: 20px;
  left: 140px;
  max-width: 120px;
}

/* 積み上げ棒グラフ
---------------------------- */
.toukei-graph-head {
  font-size: 14px;
}
.toukei-graph-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 4px 0 10px 0;
  height: 18px;
}
.toukei-graph-container {
  position: relative;
  width: 100%;
  height: 18px;
  border: 2px solid;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.toukei-graph-side p {
  margin-left: 8px;
  font-size: 14px;
  white-space: nowrap;
}
.toukei-graph-bar {
  /* バーを重ねて設置 */
  position: absolute;
  max-width: 100%;
  height: 14px;
}
.toukei-graph-bar-wrap {
  display: flex;
}
.toukei-graph-bar-wrap .toukei-graph-bar {
  /* バーを横並びに設置 */
  position: relative;
}

/* 10年分実施パネル
---------------------------- */
.toukei-graph-head .tassei {
  background: url(../img/common/icon-crown-gold.png) no-repeat center left 160px;
  background-size: 18px 16px;
  width:210px;
  display:inline-block;
}
.toukei-graph-head .jisshi {
  background: url(../img/common/icon-crown-silver.png) no-repeat center left 160px;
  background-size: 18px 16px;
  width:210px;
  display:inline-block;
}

/* 演習・達成数パネル
---------------------------- */
.enshu-tasseisu .toukei-panel-head {
  position: relative;
}
.enshu-tasseisu-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  bottom: 3px;
  right: 0;
  font-size: 11px;
}
.enshu-tasseisu-labels li {
  margin-left: 6px;
}

/* カラーラベル
---------------------------- */
.square {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 11px;
  height: 11px;
  margin-right: 3px;
  vertical-align: middle;
  box-sizing: border-box;
}

/* 復習優先範囲TOP5テーブル
---------------------------- */
.fukushu-yusen-hani-top5 table {
  width: 260px;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  line-height: 1.25;
  background: #fff;
  font-size: 10.5px;
  color: #393939;
}
.fukushu-yusen-hani-top5 th,
.fukushu-yusen-hani-top5 td {
  border: 1px solid #c1c0c1;
  vertical-align: middle;
  box-sizing: border-box;
}
.fukushu-yusen-hani-top5 th {
  padding: 3px 1px;
  background: #f5f6f7;
  vertical-align: middle;
}
.fukushu-yusen-hani-top5 td {
  height: 24px;
  padding: 5px 3px;
  text-align: center;
}
.fukushu-yusen-hani-top5 tr > *:first-child { border-left: 0; }
.fukushu-yusen-hani-top5 thead tr:first-child > * { border-top: 0; }
.fukushu-yusen-hani-top5 tbody tr:last-child > * { border-bottom: 0; }


/* 「演習」ボタン（復習優先範囲TOP5のテーブル内） */
.fukushu-yusen-hani-top5 tbody tr td form button.enshu-btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 3px 12px 1px 8px;
  border: 1px solid #191919;
  border-radius: 100px;
  box-sizing: border-box;
  box-shadow: inset 0px 2px 0px 0px #7c7c7c;
  background-image: url(../img/common/arrow-right-white.png);
  background-position: right 4px center;
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-color: #3c3c3c;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

/* 画面上部、共通ヘッダの右隣に表示する文言 */
.header-mongon {
  margin: 0 20px 0 40px;
}