@charset "UTF-8";
/* Scss Document */
/* -----------------------------------------------
base
----------------------------------------------- */
html {
  font-size: 10px;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  background: mintcream;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body,
.wrap {
  height: 100%;
}

@media screen and (max-width: 767px) {
  html,
  body,
  .wrap {
    height: inherit;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: inline-block;
}

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

.sp {
  display: none;
}

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

.pos {
  position: relative;
}

img {
  height: 44px;
  vertical-align: bottom;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.max-inner {
  max-width: 1600px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .max-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.interval-xs {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .interval-xs {
    margin-top: 10px;
  }
}

.interval-s {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .interval-s {
    margin-top: 20px;
  }
}

.interval-m {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .interval-m {
    margin-top: 40px;
  }
}

.interval-l {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .interval-l {
    margin-top: 80px;
  }
}

.flR {
  float: right;
}

.flL {
  float: left;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.txtBold {
  font-weight: 700 !important;
}

.en {
  font-family: 'Cabin Condensed', sans-serif;
}

.txt-large {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .txt-large {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.txt-small {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .txt-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.txt-normal {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .txt-normal {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrap {
  width: 100vw;
  overflow-x: hidden;
  word-break: break-all;
}

.h-half {
  height: 50vh;
}

/* -----------------------------------------------
slide
----------------------------------------------- */
.slider-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: calc(100vw - 60px);
  /* スマホ対応のため必須 */
}

@media screen and (max-width: 767px) {
  .slider-x {
    width: 100vw;
  }
  .slider-x.slider-block-in {
    width: calc(100vw - 20px - 4px);
  }
}

.slider-x .tb-block,
.slider-x .panel-block {
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .slider-x .tb-block,
  .slider-x .panel-block {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.slider-x .slide-item {
  scroll-snap-align: center;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

/* -----------------------------------------------
header
----------------------------------------------- */
#globalHeader {
  position: relative;
  background: #FFF;
  height: 60px;
  border-bottom: #dfe9e6 solid 1px;
  -webkit-box-shadow: 0 0 18px rgba(60, 157, 129, 0.2);
          box-shadow: 0 0 18px rgba(60, 157, 129, 0.2);
}

@media screen and (max-width: 767px) {
  #globalHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 5000;
  }
}

#globalHeader .logo {
  padding: 12px 0 0 20px;
}

#globalHeader .logo img {
  height: 39px;
  width: auto;
}

@media screen and (max-width: 767px) {
  #globalHeader .logo {
    padding: 19px 0 0 10px;
  }
  #globalHeader .logo img {
    height: 25px;
  }
}

@media screen and (min-width: 768px) {
  /*#sidebarMenu {
        display: none;
    }

    #globalHeader {

        input,
        label {
            display: none;
        }
    }*/
}

/*
html,
body {
	overflow-x: hidden;
	height: 100%;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: 'Varela Round', sans-serif;
}*/
/*
.mainInner {
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}*/
/*
.mainInner div {
	display: table-cell;
	vertical-align: middle;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 1.25px;
}*/
#sidebarMenu {
  height: 100%;
  position: fixed;
  right: 0;
  top: 60px;
  width: 250px;
  margin-top: 0px;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  background: #2f93d3;
  z-index: 1000;
}

.sidebarMenuInner {
  margin: 0;
  padding: 30px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebarMenuInner li {
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebarMenuInner li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  opacity: 0.5;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.sidebarMenuInner li a::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 1px;
}

.sidebarMenuInner li a:hover {
  opacity: 1;
}

.sidebarMenuInner li a:hover::before {
  background: #FFF;
}

#globalHeader input[type="checkbox"]:checked ~ #sidebarMenu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#globalHeader input[type=checkbox] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 11px;
  cursor: pointer;
  position: absolute;
  z-index: 2000;
  top: 8px;
  right: 15px;
  height: 44px;
  width: 44px;
  background: #2f93d3;
  border-radius: 5px;
  -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(47, 147, 211, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
          box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(47, 147, 211, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
  -webkit-backface-visibility: hidden;
}

.sidebarIconToggle:hover {
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(103, 115, 111, 0.3);
          box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(103, 115, 111, 0.3);
  background: #2476ab;
}

.spinner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #FFF;
}

.horizontal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 4px;
}

.diagonal.part-1 {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 4px;
}

#globalHeader input[type=checkbox]:checked ~ .sidebarIconToggle {
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(103, 115, 111, 0.3);
          box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(103, 115, 111, 0.3);
  background: #1b5981;
}

#globalHeader input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

#globalHeader input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 8px;
}

#globalHeader input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -9px;
}

.new-nav {
  position: absolute;
  top: 8px;
  right: 70px;
  height: 44px;
}

.new-nav .icon-nav {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  height: 44px;
  width: 44px;
  border-radius: 5px;
  border: 1px solid rgba(60, 157, 129, 0.6);
  -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(60, 157, 129, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
          box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(60, 157, 129, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
  -webkit-backface-visibility: hidden;
  margin-left: 10px;
  position: relative;
}

.new-nav .icon-nav::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin: 10px;
}

.new-nav .red-point::after {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #dd586b;
  position: absolute;
  right: 3px;
  top: 3px;
}

.new-nav .icon-nav:hover {
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(60, 157, 129, 0.3);
          box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(60, 157, 129, 0.3);
}

/* -----------------------------------------------
main
----------------------------------------------- */
#contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: calc(100% - 60px);
}

@media screen and (min-width: 768px) {
  #contents {
    -webkit-transition-property: margin-left;
    transition-property: margin-left;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  #contents.is-close {
    margin-left: -200px;
  }
}

@media screen and (max-width: 767px) {
  #contents {
    min-height: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  width: 100%;
}

#sideBar {
  width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #sideBar {
    width: 100%;
    position: relative;
    top: 60px;
  }
}

.sideBar-controller {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 0 5px 5px 0;
  background: #67736f;
  top: 10px;
  right: -36px;
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.sideBar-controller:hover {
  background-color: #3c9d81;
}

.sideBar-controller::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/icon/angle_w.svg) center center no-repeat;
  background-size: 13px auto;
  left: 0;
  top: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.is-close .sideBar-controller::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#sideBar + #main {
  padding: 60px 30px 30px 30px;
}

@media screen and (max-width: 767px) {
  #sideBar + #main {
    padding: 75px 0 15px 0;
  }
}

@media screen and (min-width: 768px) {
  #sideBar + #main > .form-block:first-child {
    margin-top: 0;
  }
  #sideBar + #main > .slideDate-nav:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  #sideBar + #main > .page-title {
    margin-top: -60px;
    padding-top: 60px;
  }
}

#main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 30px 30px 30px 30px;
}

@media screen and (max-width: 767px) {
  #main {
    padding: 75px 0 15px 0;
  }
}

#main.fl-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #main.sp-fl-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #main.sp-fl-scroll > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  #main.sp-fl-scroll > div.sp-fl-fit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

/* -----------------------------------------------
icon
----------------------------------------------- */
.icon_passport_01 {
  width: 44px;
  height: 44px;
}

.icon_passport_01::before {
  background-image: url(../images/icon/icon_passport_01.svg);
  background-color: rgba(210, 185, 50, 0.2);
}

.icon_passport_02::before {
  background-image: url(../images/icon/icon_passport_02.svg);
  background-color: rgba(221, 88, 107, 0.2);
}

.icon_passport_03::before {
  background-image: url(../images/icon/icon_passport_03.svg);
  background-color: rgba(47, 147, 211, 0.2);
}

.icon_heart_01 {
  width: 44px;
  height: 44px;
}

.icon_heart_01::before {
  background-image: url(../images/icon/icon_heart_01.svg);
  background-color: rgba(210, 185, 50, 0.2);
}

.icon_heart_02::before {
  background-image: url(../images/icon/icon_heart_02.svg);
  background-color: rgba(221, 88, 107, 0.2);
}

.icon_heart_03::before {
  background-image: url(../images/icon/icon_heart_03.svg);
  background-color: rgba(47, 147, 211, 0.2);
}

.icon_heart_04::before {
  background-image: url(../images/icon/icon_heart_04.svg);
  background-color: rgba(105, 105, 105, 0.2);
}

.icon_record_01 {
  width: 44px;
  height: 44px;
}

.icon_record_01::before {
  background-image: url(../images/icon/icon_record_01.svg);
  background-color: rgba(210, 185, 50, 0.2);
}

.icon_record_02::before {
  background-image: url(../images/icon/icon_record_02.svg);
  background-color: rgba(221, 88, 107, 0.2);
}

.icon_record_03::before {
  background-image: url(../images/icon/icon_record_03.svg);
  background-color: rgba(47, 147, 211, 0.2);
}

.icon_record_04::before {
  background-image: url(../images/icon/icon_record_04.svg);
  background-color: rgba(105, 105, 105, 0.2);
}

.icon_header_heart::before {
  background-image: url(../images/icon/g/icon_heart.svg);
}

.icon_header_record::before {
  background-image: url(../images/icon/icon_record_g.svg);
}

.icon_abroad::before {
  background-image: url(../images/icon/icon_abroad.svg);
}

.icon_alumni::before {
  background-image: url(../images/icon/icon_alumni.svg);
}

.icon_arrow::before {
  background-image: url(../images/icon/icon_arrow.svg);
}

.icon_awards::before {
  background-image: url(../images/icon/icon_awards.svg);
}

.icon_book::before {
  background-image: url(../images/icon/icon_book.svg);
}

.icon_calendar::before {
  background-image: url(../images/icon/icon_calendar.svg);
}

.icon_class::before {
  background-image: url(../images/icon/icon_class.svg);
}

.icon_club::before {
  background-image: url(../images/icon/icon_club.svg);
}

.icon_committee::before {
  background-image: url(../images/icon/icon_committee.svg);
}

.icon_copy::before {
  background-image: url(../images/icon/icon_copy.svg);
}

.icon_delete::before {
  background-image: url(../images/icon/icon_delete.svg);
}

.icon_edit::before {
  background-image: url(../images/icon/icon_edit.svg);
}

.icon_export::before {
  background-image: url(../images/icon/icon_export.svg);
}

.icon_face_photo::before {
  background-image: url(../images/icon/icon_face_photo_24.svg);
}

.icon_file_open::before {
  background-image: url(../images/icon/icon_file_open.svg);
}

.icon_file::before {
  background-image: url(../images/icon/icon_file.svg);
}

.icon_import::before {
  background-image: url(../images/icon/icon_import.svg);
}

.icon_other::before {
  background-image: url(../images/icon/icon_other.svg);
}

.icon_outside::before {
  background-image: url(../images/icon/icon_outside.svg);
}

.icon_qualification::before {
  background-image: url(../images/icon/icon_qualification.svg);
}

.icon_quest::before {
  background-image: url(../images/icon/icon_quest.svg);
}

.icon_school_event::before {
  background-image: url(../images/icon/icon_school_event.svg);
}

.icon_school::before {
  background-image: url(../images/icon/icon_school.svg);
}

.icon_search::before {
  background-image: url(../images/icon/icon_search.svg);
}

.icon_self_study::before {
  background-image: url(../images/icon/icon_self_study.svg);
}

.icon_heart::before {
  background-image: url(../images/icon/icon_heart.svg);
}

.icon_pen::before {
  background-image: url(../images/icon/icon_pen.svg);
}

.icon_system::before {
  background-image: url(../images/icon/icon_system.svg);
}

.icon_alert1::before {
  background-image: url(../images/icon/icon_alert1.svg);
}

.icon_alert2::before {
  background-image: url(../images/icon/icon_alert2.svg);
}

.icon_info::before {
  background-image: url(../images/icon/icon_info.svg);
}

.icon_confirm::before {
  background-image: url(../images/icon/icon_confirm.svg);
}

.icon_abroad_g::before {
  background-image: url(../images/icon/g/icon_abroad.svg);
}

.icon_alumni_g::before {
  background-image: url(../images/icon/g/icon_alumni.svg);
}

.icon_arrow_g::before {
  background-image: url(../images/icon/g/icon_arrow.svg);
}

.icon_awards_g::before {
  background-image: url(../images/icon/g/icon_awards.svg);
}

.icon_book_g::before {
  background-image: url(../images/icon/g/icon_book.svg);
}

.icon_calendar_g::before {
  background-image: url(../images/icon/g/icon_calendar.svg);
}

.icon_class_g::before {
  background-image: url(../images/icon/g/icon_class.svg);
}

.icon_club_g::before {
  background-image: url(../images/icon/g/icon_club.svg);
}

.icon_committee_g::before {
  background-image: url(../images/icon/g/icon_committee.svg);
}

.icon_copy_g::before {
  background-image: url(../images/icon/g/icon_copy.svg);
}

.icon_delete_g::before {
  background-image: url(../images/icon/g/icon_delete.svg);
}

.icon_edit_g::before {
  background-image: url(../images/icon/g/icon_edit.svg);
}

.icon_export_g::before {
  background-image: url(../images/icon/g/icon_export.svg);
}

.icon_face_photo_g::before {
  background-image: url(../images/icon/g/icon_face_photo.svg);
}

.icon_file_open_g::before {
  background-image: url(../images/icon/g/icon_file_open.svg);
}

.icon_file_g::before {
  background-image: url(../images/icon/g/icon_file.svg);
}

.icon_import_g::before {
  background-image: url(../images/icon/g/icon_import.svg);
}

.icon_other_g::before {
  background-image: url(../images/icon/g/icon_other.svg);
}

.icon_outside_g::before {
  background-image: url(../images/icon/g/icon_outside.svg);
}

.icon_qualification_g::before {
  background-image: url(../images/icon/g/icon_qualification.svg);
}

.icon_quest_g::before {
  background-image: url(../images/icon/g/icon_quest.svg);
}

.icon_school_event_g::before {
  background-image: url(../images/icon/g/icon_school_event.svg);
}

.icon_school_g::before {
  background-image: url(../images/icon/g/icon_school.svg);
}

.icon_search_g::before {
  background-image: url(../images/icon/g/icon_search.svg);
}

.icon_self_study_g::before {
  background-image: url(../images/icon/g/icon_self_study.svg);
}

.icon_heart_g::before {
  background-image: url(../images/icon/g/icon_heart.svg);
}

.icon_folder_g::before {
  background-image: url(../images/icon/g/icon_folder.svg);
}

.icon_passport_g::before {
  background-image: url(../images/icon/icon_passport_g.svg);
}

/* -----------------------------------------------
sideBar
----------------------------------------------- */
#sideBar {
  background: #67736f;
}

@media screen and (max-width: 767px) {
  #sideBar {
    border: none;
  }
}

#sideBar > ul {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 15px 0 15px 15px;
}

@media screen and (max-width: 767px) {
  #sideBar > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 5px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    overflow-x: scroll;
  }
}

#sideBar > ul > li {
  padding: 15px 0;
  border-bottom: rgba(223, 233, 230, 0.2) solid 1px;
}

@media screen and (max-width: 767px) {
  #sideBar > ul > li {
    padding: 5px 0;
    border-bottom: none;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#sideBar > ul > li > a {
  color: #dfe9e6;
  display: block;
  padding: 15px 15px 15px 62px;
  position: relative;
  opacity: .5;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@media screen and (max-width: 767px) {
  #sideBar > ul > li > a {
    padding: 10px 15px 10px 45px;
  }
}

#sideBar > ul > li > a::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #sideBar > ul > li > a::before {
    width: 38px;
    height: 38px;
    background-size: 24px auto;
  }
}

#sideBar > ul > li > a:hover, #sideBar > ul > li > a.active {
  opacity: 1;
}

#sideBar > ul > li > a:hover::before, #sideBar > ul > li > a.active::before {
  background-color: #3c9d81;
}

#sideBar > ul > li ul {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  #sideBar > ul > li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 0;
  }
}

#sideBar > ul > li ul li {
  padding-top: 10px;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  #sideBar > ul > li ul li {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    font-size: 12px;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border-left: rgba(223, 233, 230, 0.2) solid 1px;
  }
}

#sideBar > ul > li ul li a {
  color: #dfe9e6;
  opacity: .5;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

#sideBar > ul > li ul li a:hover, #sideBar > ul > li ul li a.active {
  opacity: 1;
}

/* -----------------------------------------------
parts
----------------------------------------------- */
.block {
  background: #FFF;
  border: 2px solid #dfe9e6;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}

.multiple-select-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .multiple-select-block {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .multiple-select-block {
    display: block;
  }
}

.multiple-select-block > div {
  width: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
  .multiple-select-block > div {
    width: auto;
  }
  .multiple-select-block > div:last-child {
    margin-top: 20px;
  }
  .multiple-select-block > div h2 {
    margin: 0 10px;
  }
  .multiple-select-block > div .input-group {
    margin: 0 10px;
  }
}

.multiple-select-block h2 {
  height: 50px;
  line-height: 50px;
  color: #3c9d81;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .multiple-select-block h2 {
    height: auto;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.multiple-select-block h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #FFF url(../images/icon/angle_check_g.svg) center center no-repeat;
  border-radius: 5px;
  border: #3c9d81 solid 1px;
  position: relative;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .multiple-select-block h2::before {
    width: 24px;
    height: 24px;
    border: #3c9d81 solid 1px;
  }
}

.desc {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .desc {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 10px;
  }
}

.name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .name {
    margin: 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.name em {
  font-size: 32px;
  font-size: 3.2rem;
  color: #3c9d81;
}

@media screen and (max-width: 767px) {
  .name em {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.page-title {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: -30px -30px 30px -30px;
  padding: 30px 30px 15px 30px;
  background: #FFF;
  color: #3c9d81;
  border-bottom: #dfe9e6 solid 1px;
  -webkit-box-shadow: 0 0 18px rgba(60, 157, 129, 0.2);
          box-shadow: 0 0 18px rgba(60, 157, 129, 0.2);
}

@media screen and (max-width: 767px) {
  .page-title {
    margin: -15px 0px 15px 0px;
    padding: 20px 10px 10px 10px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.page-title h2 span {
  display: inline-block;
  vertical-align: middle;
}

.page-title h2::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 48px auto;
  background-repeat: no-repeat;
  position: relative;
  vertical-align: middle;
  padding-right: 15px;
  border-right: #3c9d81 solid 1px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .page-title h2::before {
    width: 32px;
    height: 32px;
    background-size: 32px auto;
  }
}

.page-heading {
  text-align: center;
  overflow: hidden;
}

.page-heading:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .page-heading:not(:first-child) {
    margin-top: 20px;
  }
}

.page-heading span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3c9d81;
  position: relative;
  display: inline-block;
}

.page-heading span::after, .page-heading span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 2px;
  margin: auto;
  background: #3c9d81;
}

.page-heading span::before {
  right: calc(-100vw - 10px);
}

.page-heading span::after {
  left: calc(-100vw - 10px);
}

/* -----------------------------------------------
bt
----------------------------------------------- */
.bt {
  display: inline-block;
  border-radius: 5px;
  padding: 12px 20px 12px 20px;
  background: #2f93d3;
  outline: none;
  font-weight: 500;
  color: #FFF;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 5px;
  position: relative;
  -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(47, 147, 211, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
          box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(47, 147, 211, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@media screen and (max-width: 767px) {
  .bt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.bt:hover {
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(103, 115, 111, 0.3);
          box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(103, 115, 111, 0.3);
  background: #2476ab;
}

.bt:active {
  background: #1b5981;
}

.bt.bt-sub {
  background: #67736f;
  -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(103, 115, 111, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
          box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(103, 115, 111, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
  -webkit-backface-visibility: hidden;
}

.bt.bt-sub:hover {
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(103, 115, 111, 0.3);
          box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(103, 115, 111, 0.3);
  background: #4f5855;
}

.bt.bt-sub:active {
  background: #373d3b;
}

.bt.icon-only {
  width: 48px;
  height: 48px;
  text-align: center;
  padding: 12px 0;
}

.bt.icon-only::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px auto;
  background-repeat: no-repeat;
  position: relative;
  vertical-align: middle;
}

.bt.icon::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px auto;
  background-repeat: no-repeat;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .bt-sp-sm-block .bt {
    padding: 8px 12px 8px 12px;
    line-height: 18px;
  }
  .bt-sp-sm-block .bt.icon::before {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
}

.bt-block:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .bt-block:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .bt-block {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.heart-alert {
  display: inline-block;
  border-radius: 5px;
  padding: 12px 20px 12px 20px;
  background: #dd586b;
  outline: none;
  font-weight: 500;
  color: #dd586b;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 5px;
  position: relative;
  -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(221, 88, 107, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
          box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(221, 88, 107, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@media screen and (max-width: 767px) {
  .heart-alert {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.heart-alert span {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  background: #FFF;
  border-radius: 50%;
}

.heart-alert::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px auto;
  background-repeat: no-repeat;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}

.heart-alert:hover {
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(103, 115, 111, 0.3);
          box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(103, 115, 111, 0.3);
  background: #d42e45;
}

.heart-alert:active {
  background: #ac2337;
}

/* -----------------------------------------------
table
----------------------------------------------- */
.tb-block {
  margin-top: 30px;
  overflow: hidden;
  background: #FFF;
  border: 1px solid rgba(60, 157, 129, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 18px rgba(60, 157, 129, 0.1);
          box-shadow: 0 0 18px rgba(60, 157, 129, 0.1);
  padding: 0 0 1.4em 0;
}

@media screen and (max-width: 767px) {
  .tb-block {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .tb-block {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.tb-block .in-box {
  padding: 0 1em;
}

.tb-normal {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: -1px;
}

.tb-normal thead th {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  color: #3c9d81;
  border-bottom: 2px solid #dfe9e6;
  padding-top: 2.4em;
}

.tb-normal td,
.tb-normal th {
  padding: 1em;
  text-align: left;
  vertical-align: middle;
}

.tb-normal .bgColor {
  background: rgba(210, 185, 50, 0.3);
}

.tb-normal .bgColorRed {
  background: rgba(221, 88, 107, 0.3);
}

.tb-normal tr {
  border-bottom: 1px solid #dfe9e6;
}

.tb-normal tr.select {
  border-bottom: 1px solid #2f93d3;
}

.tb-normal tbody tr:nth-child(odd) {
  background: #f5fffa;
}

.tb-normal tbody tr.select {
  background: rgba(47, 147, 211, 0.1);
}

.tb-normal input[type="text"],
.tb-normal textarea {
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(103, 115, 111, 0.3);
          box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(103, 115, 111, 0.3);
  width: 100%;
  padding: 0.5em;
  color: #67736f;
  -webkit-box-shadow: 0 0 6px rgba(60, 157, 129, 0.4) inset;
          box-shadow: 0 0 6px rgba(60, 157, 129, 0.4) inset;
  border: 1px solid rgba(60, 157, 129, 0.6);
  min-width: 150px;
}

.tb-normal input[type="text"]:focus,
.tb-normal textarea:focus {
  -webkit-box-shadow: 0 0 6px rgba(60, 157, 129, 0.6) inset;
          box-shadow: 0 0 6px rgba(60, 157, 129, 0.6) inset;
}

.tb-normal textarea {
  min-height: calc(5.5em + 2px);
}

.tb-normal .sort {
  position: relative;
}

.tb-normal .sort::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon/angle_down_g.svg) center center no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.tb-normal .sort-asc {
  position: relative;
}

.tb-normal .sort-asc::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon/angle_down_g.svg) center center no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tb-normal .sort-desc {
  position: relative;
}

.tb-normal .sort-desc::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon/angle_down_g.svg) center center no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.tb-normal .icon-flg {
  display: inline-block;
  width: 44px;
  height: 44px;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}

.tb-normal .icon-flg::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 5px;
  padding: 6px;
}

.tb-normal .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}

.tb-normal .icon::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 32px auto;
  background-repeat: no-repeat;
  position: relative;
}

.tb-sp-scroll {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.tb-sticky {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  .tb-sticky {
    height: 60vh;
  }
}

.tb-sticky table {
  position: relative;
}

.tb-sticky table th {
  white-space: nowrap;
}

.tb-sticky thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 3;
  background: #FFF;
}

.tb-sticky thead th:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #dfe9e6;
}

@media screen and (max-width: 767px) {
  .tbody-sticky {
    width: calc(100vw - 20px);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .tbody-sticky tbody th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    /* tbody内のセルより手前に表示する */
    z-index: 1;
    background: #FFF;
  }
  .tbody-sticky tbody th:before {
    content: "";
    position: absolute;
    right: -2px;
    top: 0;
    width: 0;
    height: 100%;
    border-right: 2px solid #dfe9e6;
  }
  .tbody-sticky tbody tr:nth-child(odd) th {
    background: #f5fffa;
  }
}

@media screen and (max-width: 767px) {
  .tb-cal-block {
    margin: 0 -1px;
    padding: 0 10px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .tb-cal-block {
    margin-top: 20px;
  }
}

.tb-calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
}

@media screen and (max-width: 767px) {
  .tb-calendar {
    border-spacing: 2px;
  }
}

.tb-calendar th,
.tb-calendar td {
  padding: 15px 5px;
  border-radius: 5px;
  border: #dfe9e6 solid 1px;
  width: 14.2857142%;
}

@media screen and (max-width: 767px) {
  .tb-calendar th,
  .tb-calendar td {
    padding: 3px;
  }
}

@media screen and (max-width: 767px) {
  .tb-calendar thead {
    display: none;
  }
}

.tb-calendar thead th {
  font-weight: 500;
  background: #67736f;
  color: #FFF;
  border: none;
}

.tb-calendar thead th.sun {
  background: #dd586b;
}

.tb-calendar thead th.sat {
  background: #1d428b;
}

@media screen and (max-width: 767px) {
  .tb-calendar tbody {
    width: 100%;
  }
}

.tb-calendar tbody td {
  padding-top: 5px;
  height: auto;
  background: #FFF;
  width: 14.2857142%;
}

@media screen and (max-width: 767px) {
  .tb-calendar tbody td {
    height: auto;
    min-height: 30px;
    display: block;
    width: calc(100% - 60px);
    margin-bottom: 5px;
    margin-left: 60px;
    position: relative;
    padding: 5px;
  }
  .tb-calendar tbody td:nth-child(1)::before {
    content: "日";
    background: #dd586b;
  }
  .tb-calendar tbody td:nth-child(2)::before {
    content: "月";
  }
  .tb-calendar tbody td:nth-child(3)::before {
    content: "火";
  }
  .tb-calendar tbody td:nth-child(4)::before {
    content: "水";
  }
  .tb-calendar tbody td:nth-child(5)::before {
    content: "木";
  }
  .tb-calendar tbody td:nth-child(6)::before {
    content: "金";
  }
  .tb-calendar tbody td:nth-child(7)::before {
    content: "土";
    background: #1d428b;
  }
  .tb-calendar tbody td::before {
    content: "";
    font-size: 12px;
    font-size: 1.2rem;
    height: 100%;
    width: 25px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: -60px;
    top: 0;
    font-weight: 500;
    background: #67736f;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.tb-calendar tbody td.another {
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
  background: #dfe9e6;
}

.tb-calendar tbody td.today {
  border: #67736f solid 1px;
  -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(103, 115, 111, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
          box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(103, 115, 111, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
  -webkit-backface-visibility: hidden;
}

.tb-calendar tbody td .date {
  margin: 0 0 0 0px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: #67736f;
  color: #FFF;
  text-align: center;
  line-height: 23px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .tb-calendar tbody td .date {
    font-size: 11px;
    font-size: 1.1rem;
    width: 25px;
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.tb-calendar tbody td .detail {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tb-calendar tbody td .detail {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 0;
  }
}

.tb-calendar tbody td.sun .date {
  background: #dd586b;
}

.tb-calendar tbody td.sat .date {
  background: #1d428b;
}

.tb-calendar tbody td.holiday .date {
  background: #dd586b; 
}

.tb-calendar tbody td.bgColor {
  background: rgba(210, 185, 50, 0.3);
}

.tb-calendar tbody td .icon-flg {
  display: inline-block;
  width: 44px;
  height: 44px;
  position: relative;
  vertical-align: middle;
  margin: 5px;
}

.tb-calendar tbody td .icon-flg::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 5px;
  padding: 6px;
}

/* -----------------------------------------------
layout
----------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

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

.col2 > div {
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .col2 > div {
    width: auto;
  }
}

.card-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 20px;
}

.card-horizontal dt {
  width: 10em;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  background: #2f93d3;
  border-radius: 5px;
  padding: 10px 5px 12px;
  color: #FFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .card-horizontal dt {
    font-size: 18px;
    font-size: 1.8rem;
    width: calc(2.5em + 10px);
    line-height: 1.5;
  }
}

.card-horizontal dd {
  border-left: #2f93d3 solid 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #2f93d3;
  padding-left: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .card-horizontal dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* -----------------------------------------------
panel
----------------------------------------------- */
.panel-block {
  background: #FFF;
  border: 1px solid rgba(60, 157, 129, 0.2);
  border-radius: 5px;
  padding: 1.4em 1em 1.4em 1em;
  -webkit-box-shadow: 0 0 18px rgba(60, 157, 129, 0.1);
          box-shadow: 0 0 18px rgba(60, 157, 129, 0.1);
  margin-top: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .panel-block {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .panel-block {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.panel-block h2.heading {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1em;
  -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(46, 120, 99, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
          box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(46, 120, 99, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
  -webkit-backface-visibility: hidden;
  padding: 40px 10px 10px 10px;
  border-radius: 5px;
  background: #3c9d81;
  color: #dfe9e6;
  font-weight: 500;
  border: rgba(0, 0, 0, 0.2) solid 1px;
}

.panel-block > .detail {
  background: rgba(60, 157, 129, 0.1);
  border-radius: 5px;
  padding: 10px;
}

.panel-block h3.heading {
  color: #67736f;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1em;
  font-weight: 500;
  border-top: rgba(60, 157, 129, 0.2) solid 2px;
  margin-top: 1em;
}

.panel-block h3.heading span {
  display: inline-block;
  border-bottom: #3c9d81 solid 2px;
  padding: 10px 0;
  color: #3c9d81;
}

.panel-block .detail {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

/* -----------------------------------------------
toggle
----------------------------------------------- */
.toggle-open-bt {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 27px;
  right: 21px;
  border: 1px solid rgba(60, 157, 129, 0.6);
  -webkit-box-shadow: -2px -2px 4px rgba(223, 233, 230, 0.4), 2px 2px 4px rgba(103, 115, 111, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
          box-shadow: -2px -2px 4px rgba(223, 233, 230, 0.4), 2px 2px 4px rgba(103, 115, 111, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
  -webkit-backface-visibility: hidden;
  background: #FFF;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@media screen and (max-width: 767px) {
  .toggle-open-bt {
    width: 30px;
    height: 30px;
  }
}

.toggle-open-bt::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/icon/angle_g.svg) center center no-repeat;
  background-size: 13px auto;
  left: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@media screen and (max-width: 767px) {
  .toggle-open-bt::after {
    background-size: 10px auto;
  }
}

.toggle-open-bt:hover {
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(60, 157, 129, 0.3);
          box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(60, 157, 129, 0.3);
}

.toggle-open-bt.active::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.toggle-contents {
  display: none;
}

/* -----------------------------------------------
slideDate-nav
----------------------------------------------- */
.slideDate-nav {
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  margin: 10px;
  overflow: hidden;
}

.slideDate-nav:not(:first-child),
#month-nav .slideDate-nav,
#day-nav .slideDate-nav {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .slideDate-nav {
    margin: 15px 0 5px 0;
    padding: 0;
  }
}

.slideDate-nav h2,
.slideDate-nav .slide-bt-prev,
.slideDate-nav .slide-bt-next {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.slideDate-nav h2 {
  color: #3c9d81;
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .slideDate-nav h2 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.slideDate-nav .slide-bt-prev,
.slideDate-nav .slide-bt-next {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  position: relative;
  background: #3c9d81;
  cursor: pointer;
  -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(60, 157, 129, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
          box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(60, 157, 129, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@media screen and (max-width: 767px) {
  .slideDate-nav .slide-bt-prev,
  .slideDate-nav .slide-bt-next {
    width: 30px;
    height: 30px;
    border: #3c9d81 solid 1px;
  }
}

.slideDate-nav .slide-bt-prev::after,
.slideDate-nav .slide-bt-next::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/icon/angle_w.svg) center center no-repeat;
  background-size: 13px auto;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .slideDate-nav .slide-bt-prev::after,
  .slideDate-nav .slide-bt-next::after {
    background-size: 10px auto;
  }
}

.slideDate-nav .slide-bt-prev:hover,
.slideDate-nav .slide-bt-next:hover {
  background-color: #2e7863;
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(60, 157, 129, 0.3);
          box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(60, 157, 129, 0.3);
}

.slideDate-nav .slide-bt-prev:active,
.slideDate-nav .slide-bt-next:active {
  background-color: #205344;
}

.slideDate-nav .slide-bt-prev::before,
.slideDate-nav .slide-bt-next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 2px;
  margin: auto;
  background: #dfe9e6;
}

.slideDate-nav .slide-bt-prev::before {
  right: calc(-100vw - 10px);
}

.slideDate-nav .slide-bt-next::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slideDate-nav .slide-bt-next::before {
  left: calc(-100vw - 10px);
}

/* -----------------------------------------------
form
----------------------------------------------- */
/* ----- reset ----- */
input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  margin: 0;
  padding: 0;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

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

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #3c9d81;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #3c9d81;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #3c9d81;
}

textarea::placeholder,
input::placeholder {
  color: #3c9d81;
}

/* IE */
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #3c9d81;
}

/* Edge */
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #3c9d81;
}

/* ----- file ----- */
.input-file-set {
  overflow: hidden;
}

.input-file-set .files {
  position: absolute;
  top: -9999px;
  display: none;
}

.input-file-set .filebtn {
  width: 200px;
  height: 50px;
  background: #3c9d81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0 5px 5px 0;
  float: right;
  color: #FFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .input-file-set .filebtn {
    width: 110px;
    font-size: 13px;
  }
}

.input-file-set .filename {
  width: calc(100% - 200px) !important;
  border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 767px) {
  .input-file-set .filename {
    width: calc(100% - 110px) !important;
  }
}

#preview div {
  background: #FFF;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  margin: 15px 10px;
  border: rgba(60, 157, 129, 0.1) solid 2px;
}

#preview img {
  max-width: 250px;
  height: auto;
}

/* ----- select ----- */
.select-wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  position: relative;
  height: 50px;
}

.select-wrap::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background-color: #3c9d81;
  background-position: center 10px;
  background-repeat: no-repeat;
  background-image: url(../images/icon/angle_down_w.svg);
  background-size: 11px auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(60, 157, 129, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
          box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(60, 157, 129, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}

.select-wrap select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 0 50px 0 20px;
  background: #FFF;
  border: 1px solid rgba(60, 157, 129, 0.6);
  border-radius: 5px;
  height: 50px;
  min-width: 200px;
  width: 100%;
  -webkit-box-shadow: 0 0 12px rgba(60, 157, 129, 0.2) inset;
          box-shadow: 0 0 12px rgba(60, 157, 129, 0.2) inset;
}

/* ----- input text ----- */
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /*background: #FFF;
    border: 1px solid rgba($subColor, 0.2);
    border-radius: $sRadius;
    padding: 1.4em 1em 1.4em 1em;
    box-shadow: 0 0 18px rgba($subColor, 0.1);*/
}

@media screen and (max-width: 767px) {
  .input-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.input-group label {
  display: inline-block;
  margin-right: 1em;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  min-width: 7em;
  white-space: nowrap;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .input-group label {
    text-align: left;
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.input-group .input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: -2px;
  margin-top: -2px;
  margin-bottom: -2px;
}

.input-group .input-wrap input {
  min-width: inherit;
}

.textarea-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .textarea-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.textarea-group label {
  display: inline-block;
  margin-right: 1em;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  min-width: 7em;
}

@media screen and (max-width: 767px) {
  .textarea-group label {
    text-align: left;
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.textarea-group .input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: -2px;
  margin-top: -2px;
  margin-bottom: -2px;
}

.input-search-wrap,
.input-wrap {
  display: inline-block;
}

.panel-block .input-search-wrap, .panel-block
.input-wrap {
  display: block;
}

.input-search-wrap input,
.input-wrap input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 0 20px 0 20px;
  border: 1px solid rgba(60, 157, 129, 0.6);
  border-radius: 5px;
  height: 50px;
  min-width: 200px;
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0 0 12px rgba(60, 157, 129, 0.2) inset;
          box-shadow: 0 0 12px rgba(60, 157, 129, 0.2) inset;
}

.input-search-wrap input:focus,
.input-wrap input:focus {
  -webkit-box-shadow: 0 0 12px rgba(60, 157, 129, 0.6) inset;
          box-shadow: 0 0 12px rgba(60, 157, 129, 0.6) inset;
}

.input-search-wrap textarea,
.input-wrap textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 20px;
  background: #FFF;
  border: 1px solid rgba(60, 157, 129, 0.6);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 12px rgba(60, 157, 129, 0.2) inset;
          box-shadow: 0 0 12px rgba(60, 157, 129, 0.2) inset;
  min-width: 200px;
  width: 100%;
  min-height: calc(5.4em + 40px);
}

.input-search-wrap textarea:focus,
.input-wrap textarea:focus {
  -webkit-box-shadow: 0 0 12px rgba(60, 157, 129, 0.6) inset;
          box-shadow: 0 0 12px rgba(60, 157, 129, 0.6) inset;
}

#endDate,
#startDate {
  background: #FFF url(../images/icon/icon_calendar_24_g.svg) right 15px center no-repeat;
  padding-right: 50px;
}

/* ----- checkbox ----- */
.check-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.check-block .full {
  width: 100%;
}

.check-wrap {
  display: inline-block;
  margin: 5px;
  min-width: 62px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.check-wrap label {
  display: block;
  background: #FFF;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 5px;
  border-radius: 5px;
  height: 100%;
  border: 1px solid rgba(60, 157, 129, 0.6);
  -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(60, 157, 129, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
          box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(60, 157, 129, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
  -webkit-backface-visibility: hidden;
}

.check-wrap .t {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #67736f;
  padding: 5px 0;
}

.check-wrap .icon {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  margin: auto;
}

.check-wrap .icon::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 32px auto;
  background-repeat: no-repeat;
  position: relative;
}

.check-wrap > input {
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.check-wrap > input:checked + label {
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(60, 157, 129, 0.3);
          box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(60, 157, 129, 0.3);
  background: rgba(60, 157, 129, 0.3);
}

.check-wrap > input:checked + label .t {
  color: #000;
}

/* ----- checkbox normal ----- */
.check-wrap-normal-block {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .check-wrap-normal-block {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .check-wrap-normal-block {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.check-wrap-normal {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0;
}

.check-wrap-normal label {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  padding: 1em 1em 1em 50px;
  background: rgba(60, 157, 129, 0.1);
  border: 1px solid rgba(60, 157, 129, 0.2);
  border-radius: 5px;
  min-width: 200px;
  width: 100%;
}

.check-wrap-normal label::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background-color: #FFF;
  background-position: -50px center;
  background-repeat: no-repeat;
  background-image: url(../images/icon/angle_check_g.svg);
  background-size: 18px auto;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid rgba(60, 157, 129, 0.6);
  -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(60, 157, 129, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
          box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(60, 157, 129, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
  -webkit-backface-visibility: hidden;
}

.check-wrap-normal > input {
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.check-wrap-normal > input:checked + label {
  background: #FFF;
  color: #3c9d81;
}

.check-wrap-normal > input:checked + label::after {
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(60, 157, 129, 0.3);
          box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(60, 157, 129, 0.3);
  background-color: #FFF;
  background-position: center center;
}

/* ----- radiobox ----- */
.radio-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.radio-block .full {
  width: 100%;
}

.radio-wrap {
  display: inline-block;
  margin: 5px;
  min-width: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.radio-wrap label {
  position: relative;
  display: block;
  background: #FFF;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1em 1em 1em 50px;
  border-radius: 5px;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid rgba(60, 157, 129, 0.6);
  -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(60, 157, 129, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
          box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(60, 157, 129, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
  -webkit-backface-visibility: hidden;
}

.radio-wrap label::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid rgba(60, 157, 129, 0.6);
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dfe9e6;
  -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(60, 157, 129, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
          box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.4), 2px 2px 4px rgba(60, 157, 129, 0.4), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
  -webkit-backface-visibility: hidden;
}

.radio-wrap label::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3c9d81;
  opacity: 0;
}

.radio-wrap > input {
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .radio-wrap .input-wrap,
  .radio-wrap .select-wrap {
    width: 100%;
    margin: 5px 0;
  }
}

.radio-wrap > input:checked + label {
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(60, 157, 129, 0.3);
          box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(60, 157, 129, 0.3);
  background: rgba(60, 157, 129, 0.3);
}

.radio-wrap > input:checked + label::before {
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(60, 157, 129, 0.3);
          box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, inset -2px -2px 4px rgba(255, 255, 255, 0.3), inset 2px 2px 4px rgba(60, 157, 129, 0.3);
  background: #FFF;
}

.radio-wrap > input:checked + label::after {
  opacity: 1;
}

/* ----- form parts ----- */
.form-join {
  display: inline-block;
  padding: 0 10px;
  font-weight: 500;
  color: #67736f;
  white-space: nowrap;
}

.form-desc {
  margin: 15px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #3c9d81;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .form-desc {
    margin: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  background: #FFF;
  border: 1px solid rgba(60, 157, 129, 0.2);
  border-radius: 5px;
  padding: 1.4em 1em 1.4em 1em;
  -webkit-box-shadow: 0 0 18px rgba(60, 157, 129, 0.1);
          box-shadow: 0 0 18px rgba(60, 157, 129, 0.1);
}

@media screen and (max-width: 767px) {
  .form-block {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .form-block {
    display: block;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  .form-block > .bt:not(:first-child) {
    margin-top: 15px;
  }
}

.form-block > .input-search-wrap,
.form-block > .input-group,
.form-block > .select-wrap,
.form-block > .input-wrap,
.form-block > .textarea-group {
  width: calc(50% - 20px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .form-block > .input-search-wrap,
  .form-block > .input-group,
  .form-block > .select-wrap,
  .form-block > .input-wrap,
  .form-block > .textarea-group {
    text-align: left;
    width: 100%;
    margin: 0;
  }
  .form-block > .input-search-wrap:not(:first-child),
  .form-block > .input-group:not(:first-child),
  .form-block > .select-wrap:not(:first-child),
  .form-block > .input-wrap:not(:first-child),
  .form-block > .textarea-group:not(:first-child) {
    margin-top: 15px;
  }
}

.form-date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 30px;
  background: #FFF;
  border: 1px solid rgba(60, 157, 129, 0.2);
  border-radius: 5px;
  padding: 1.4em 1em 1.4em 1em;
  -webkit-box-shadow: 0 0 18px rgba(60, 157, 129, 0.1);
          box-shadow: 0 0 18px rgba(60, 157, 129, 0.1);
}

@media screen and (max-width: 767px) {
  .form-date-block {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .form-date-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .form-date-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 10px;
  }
  .form-date-block .form-join {
    margin-top: 15px;
  }
}

.form-date-block .select-wrap,
.form-date-block .input-wrap {
  width: calc(50% - 20px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .form-date-block .select-wrap,
  .form-date-block .input-wrap {
    width: auto;
    margin: 0;
    margin-top: 15px;
  }
}

.form-date-block.form-date-group-set {
  /*background: #FFF;
        border: 1px solid rgba($subColor, 0.2);
        border-radius: $sRadius;
        padding: 1.4em 1em 1.4em 1em;
        box-shadow: 0 0 18px rgba($subColor, 0.1);*/
}

@media screen and (max-width: 767px) {
  .form-date-block.form-date-group-set {
    margin-top: 10px;
  }
}

.form-date-block.form-date-group-set label {
  display: inline-block;
  margin-right: 14px;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  min-width: 7em;
  text-align: right;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .form-date-block.form-date-group-set label {
    text-align: left;
    width: 100%;
    margin: 0 0 0 0;
  }
}

.form-date-block.form-date-group-set .input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .form-date-block.form-date-group-set .input-wrap {
    margin-top: 15px;
  }
}

/* -----------------------------------------------
modal
----------------------------------------------- */
.blocker {
  background: rgba(0, 0, 0, 0.75);
  z-index: 3000;
}

.modal {
  border-radius: 5px;
  max-width: 500px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: rgba(245, 255, 250, 0.75);
  padding: 6px;
  overflow: hidden;
}

.modal-icon {
  text-align: center;
  margin-top: -5px;
  padding-bottom: 30px;
}

.modal-icon::before {
  content: "";
  width: 68px;
  height: 68px;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 38px auto;
  background-color: #373d3b;
  position: relative;
  display: inline-block;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 36px auto;
}

.modal-icon.red::before {
  background-color: #dd586b;
}

.modal-size-l {
  max-width: 1200px;
}

.modal-head {
  border-radius: 5px 5px 0 0;
  background: #f5fffa;
  padding: 15px;
  color: #67736f;
  font-size: 14px;
  font-size: 1.4rem;
}

.modal-detail {
  padding: 30px;
}

.modal-detail p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.modal-bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 15px;
}

.modal-bt a {
  display: block;
  width: 50%;
  text-align: center;
  margin: 0;
  opacity: .8;
}

.modal-bt a:first-child {
  border-radius: 0 0 0 5px;
  margin-right: 3px;
}

.modal-bt a:last-child {
  border-radius: 0 0 5px 0;
  margin-left: 3px;
}

.load-set img {
  -webkit-animation: 1s linear infinite rotation;
          animation: 1s linear infinite rotation;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=base.css.map */

.FlexTextarea {
    position: relative;
    line-height: 1.8;
  }
  
  .FlexTextarea__dummy {
    overflow: hidden;
    visibility: hidden;
    box-sizing: border-box;
    min-height: 28px;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  .FlexTextarea__textarea {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    resize: none;
  }
  
  
  
  /* 自学自習の記録確認画面 */
  .FlexTextarea__textarea.whitearea {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: white;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    resize: none;
  }
  
  .panel-block h2.heading {
    padding: 10px 10px 10px 10px;
  }
  
  .panel-block h2.heading-narrow {
    font-size: 16px;
    font-size: 1.6rem;
    box-shadow: -2px -2px 4px #fff, 2px 2px 4px rgb(59 153 126 / 30%), inset 0px 0px 0px transparent, inset 0px 0px 0px transparent;
    -webkit-backface-visibility: hidden;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    color: #3c9d81;
    font-weight: 500;
  }
  
  .read-bt-div {
    text-align: center;
  }
  
  #read-bt {
    display: inline-block;
    border-radius: 0em;
    padding: 2px 30px 4px 30px;
    background: #2f93d3;
    outline: none;
    font-weight: 500;
    color: #FFF;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 5px;
    position: relative;
    -webkit-backface-visibility: hidden;
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease;
  }
  
  .list-down {
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background: #FFF url(../images/icon/angle_down_g.svg) center center no-repeat;
    width: 30px;
    height: 30px;
    background-size: 7.5px auto;
    border: #3c9d81 solid 1px;
    margin-top: -7px;
    float: right;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease;
    display: inline-block;
  }
  .list-down:hover {
    background-color: #e4f4f0;
  }
  .list-down-rotate {
    transform: rotateX( 180deg );
  }
  
  .closed-list {
    display: none;
  }
  .opened-list {
    margin-bottom: 1em;
  }
  
  .only-day-teacher-comment-all-read {
    box-sizing: border-box;
    padding: 15px 11px;
    cursor: pointer;
    position: absolute;
    z-index: 2000;
    height: 100%;
    width: 100%;
    top: 8px;
    right: 65px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: url(../images/icon/day_teacher_comment_read.svg) no-repeat 50% 40%/ 70%;
    background-color: lightgray;
  }
  
  .heart-teacher-comment-all-read {
    box-sizing: border-box;
    padding: 15px 11px;
    cursor: pointer;
    position: absolute;
    z-index: 2000;
    height: 100%;
    width: 100%;
    top: 8px;
    right: 65px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: url(../images/icon/heart_teacher_comment_read.svg) no-repeat 51% 59%/ 70%;
    background-color: lightgray;
  }
  
  .day-teacher-comment-all-read {
    box-sizing: border-box;
    padding: 15px 11px;
    cursor: pointer;
    position: absolute;
    z-index: 2000;
    height: 100%;
    width: 100%;
    top: 8px;
    right: 115px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: url(../images/icon/day_teacher_comment_read.svg) no-repeat 50% 40%/ 70%;
    background-color: lightgray;
  }
  
  /* 月間目標・週間目標設定画面 */
  .right-bt-div {
    display: flex;
    justify-content: flex-end;
  }

  @keyframes rotation {
    0% {
      transform: rotate(0); }
    100% {
      transform: rotate(360deg); } }
  
  .bt-block .files, .files_submit {
    position: absolute;
    top: -9999px;
    display: none; }
  
  .transition, #login .login-bt a {
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  
    #login .login-bt a {
      display: block;
      width: 191px;
      height: 46px;
      background: url(../images/btn_google_signin_dark_normal_web@2x.png) center center no-repeat;
      background-size: 191px 46px;
      margin: auto; }
      #login .login-bt a img {
        opacity: 0; }
      #login .login-bt a:hover {
        background: url(../images/btn_google_signin_dark_focus_web@2x.png) center center no-repeat;
        background-size: 191px 46px; }
      #login .login-bt a:active {
        background: url(../images/btn_google_signin_dark_pressed_web@2x.png) center center no-repeat;
        background-size: 191px 46px; }
  
  .input-wrap-p28 input {
    border-radius: 10em;
    background: rgba(60, 157, 129, 0.05);
    margin-top: 2px;
    margin-left: 8px;
    width: 90px !important;
  }
  
  .form-block-p28 {
    background: rgba(60, 157, 129, 0.05);
    border: 2px solid rgba(60, 157, 129, 0.1);
    border-radius: 10em;
    width: 500px;
    height: 50px;
    display: flex;
  }
  
  .label-p28 {
    margin-top: 10px;
    margin-left: 18px;
  }
  
  .text-p28 {
    margin-bottom: -19px !important;
    margin-left: 8px;
  }