@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',
    Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 80%;
  font-weight: 300;
  margin: 0;
  min-width: 1200px;
  width: 100%;
  color: #444;
  -webkit-text-size-adjust: 100%;
}

img {
  border-style: none;
}

a:hover {
  color: #057846;
  text-decoration: none;
}
a:link,
a:visited {
  color: #333;
}
ul.newslist {
  padding-left: 10px;
}
.newslist li a {
  padding: 10px 0 0 20px;
  background: url(../img/ic_pdf.gif) no-repeat left 10px;
  box-sizing: border-box;
}
h1 {
  color: #555;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  border-bottom: #999 solid 1px;
  padding-bottom: 7px;
  line-height: 1.2;
  margin: 0 0 15px 0;
}

h1 span {
  color: #53c07c;
  font-size: 12px;
  font-style: italic;
  font-weight: 200;
}

h2 {
  margin: 15px 0;
  color:#fff;
  text-shadow:0 2px 2px #333;
  font-size: 165%;
  font-weight: bold;
  background:
    linear-gradient(to right,#019f3d 10%,transparent),
    url(../img/h2_bg.png);
  border-left:5px solid #019f3d;
  height: 33px;
  padding: 2px 0 0 10px;
  letter-spacing: 1px;
}

h3 {
  height: 25px;
  font-size: 135%;
  font-weight: bold;
  color: #019f3d;
  margin: 25px 0 20px 0;
  border-bottom: 1px solid #aeaeae;
}

.material h3 {
  font-size: 100%;
  color: #2792c3;
  margin: 5px 0;
  font-weight: 400;
}

h4 {
  background: rgba(0, 0, 0, 0) url('../img/ee_dash.gif') repeat scroll 0 0;
  color: #729d37;
  font-weight: 800;
  margin: 10px 0;
  padding: 2px 10px;
  font-size: 105%;
}

h4 span {
  font-size: 105%;
  font-weight: bold;
  border-left: 5px solid #019f3d;
  padding: 0 0 0 10px;
}

h5 {
  font-size: 105%;
  font-weight: bold;
  color: #444;
  padding: 0;
  margin: 10px 0;
}

h5:before {
  content: '▶ ';
  color: #019f3d;
}

h6 {
  font-size: 100%;
  color: #333;
  padding: 0;
  margin: 10px 0;
}

/*
h3{
	height:30px;
	font-size:18px;
	font-weight:400;
	background:#E3E3E3;
	padding:2px 0 0 10px;
}
*/

.cf::after {
  content: '';
  display: table;
  clear: both;
}

hr {
  display: none;
}

.line_dash {
  margin: 5px 0;
  border-bottom: 1px dashed #666666;
}

.material {
  text-align: justify;
}
.material p {
  margin: 2px 0;
}
#all ul {
  line-height: 2em;
}
#all li {
  list-style: none;
}

/**------------- フォント　各色 --------------**/

.txt_g_s {
  color: #019f3d;
}

/**------------ エクセルダウンロード ----------**/

.xls_dl {
  background: url(../img/excel.png) no-repeat;
  padding-left: 25px;
}
.xls_dl a {
  color: #444;
}
.xls_dl a:hover {
  color: #057846;
}

/**------------ ワードダウンロード ------------**/

.wd_dl {
  background: url(../img/word.png) no-repeat;
  padding-left: 25px;
}
.wd_dl a {
  color: #444;
}
.wd_dl a:hover {
  color: #057846;
}

/**------------ PDFダウンロード ---------------**/

.pdf_dl {
  background: url(../img/pdf.png) no-repeat;
  padding-left: 25px;
}
.pdf_dl a {
  color: #444;
}
.pdf_dl a:hover {
  color: #057846;
}

/**------------ リンク ---------------**/

.link_site {
  background: url(../img/link.png) no-repeat;
  padding-left: 25px;
}
.link_site a {
  color: #444;
}
.link_site a:hover {
  color: #057846;
}

/*------------------------------------
ヘッダー部分
------------------------------------*/

/**** ログイン画面用 ****************/

#head_login {
  width: 100%;
}

#head_login .head_area_login {
  width: 1015px;
  /*height:100px;*/
  height: 75px;
  margin: 0 auto;
}

#head_login .head_area_login img {
  text-align: left;
}

#head_loginbox {
  float: right;
  width: 450px;
  /*height:80px;*/
  height: 61px;
  background: #e5f7d6;
  margin-top: 10px;
}

#head_loginbox table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#head_loginbox .loginbox_title {
  background: url(../img/login_key.png) no-repeat;
  background-size: 18px 22px;
  width: 125px;
  height: 20px;
  margin-left: 37px;
  padding-top: 2px;
  padding-left: 30px;
  color: #555;
  font-weight: bold;
  font-size: 122%;
}

#head_loginbox .loginbox_tbl {
  margin-top: 18px;
  color: #555;
}

#head_loginbox .lbox_btn {
  margin: 0;
  text-align: center;
  background: #008e66;
  width: 70px;
  height: 48px;
  float: right;
}

#head_loginbox .lbox_btn_out {
  margin: 0;
  text-align: center;
  background: #008e66;
  width: 70px;
  height: 48px;
  float: right;
  font-size: 85%;
}

#head_loginbox input#login_btn {
  width: 70px;
  height: 48px;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  background: none;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0 6px;
}

/************************************/
#head {
  width: 100%;
}

#head .head_area {
  width: 1015px;
  height: 70px;
  margin: 0 auto;
}

#head .head_area img {
  text-align: left;
}

#head_menu {
  width: 514px;
  height: 70px;
  float: right;
}

#head_menu ul {
  width: 334px;
  height: 50px;
  margin-top: 20px;
  float: right;
}

#head_menu li {
  width: 110px;
  color: #333333;
  font-weight: 400;
  font-size: 15px;
  float: left;
  list-style-type: none;
  text-align: center;
  height: 30px;
}

#head_menu li a {
  display: inline-block;
  width: 100px;
  height: 30px;
  text-decoration: none;
  color: #333333;
}

/*------------------------------------
メイン画像
------------------------------------*/
#main_img {
  width: 100%;
  max-height: 500px;
  margin-bottom: 0;
}

#main_img .img_area img {
  max-width: 1200px;
  width: 100%;
  margin-top: -55px;
  margin-bottom: 30px;
}

#main_img .img_area {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/*------------------------------------
グローバルメニュー(ログイン前)
------------------------------------*/
#menu {
  width: 100%;
  height: 55px;
  background-image: url(../img/menu_bg.png);
  background-repeat: repeat-x;
  z-index: 1;
  top: 145px;
  position: relative;
}

/*------------------------------------
グローバルメニュー(ログイン後)
------------------------------------*/

#menu_in {
  width: 100%;
  height: 55px;
  background-image: url(../img/menu_bg.png);
  background-repeat: repeat-x;
  z-index: 1;
  top: 0;
  position: relative;
}

/*------------------------------------
グローバルメニュー(共通)
------------------------------------*/

#g_menu {
  width: 1015px;
  height: 55px;
  margin: 0 auto;
}

#g_menu ul {
  width: 1015px;
  height: 55px;
  margin: 0;
  padding: 0;
}

#g_menu li a {
  display: table-cell;
  vertical-align: middle;
  width: 168px;
  height: 55px;
  color: #fff;
  text-decoration: none;
}

#g_menu li {
  display: table-cell;
  vertical-align: middle;
  width: 168px;
  height: 55px;
  color: #fff;
  font-weight: bold;
  font-size: 124%;
  list-style-type: none;
  text-align: center;
}

#g_menu li a:hover {
  background: #11b161;
}

/*------------------------------------
グローバルメニュー(submenu)
------------------------------------*/

#g_menu .submenu {
  width: 166px;
  height: 175px;
  margin: 0;
  padding: 0;
}

#g_menu .submenu2 {
  width: 166px;
  height: 105px;
  margin: 0;
  padding: 0;
}

#g_menue > li.menue {
  position: relative;
}

li.menue ul.submenu {
  position: absolute;
  top: 55px;
  width: 156px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #50c27b;
}
li.menue ul.submenu2 {
  position: absolute;
  top: 55px;
  width: 156px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #50c27b;
}

li.menue:hover ul.submenu {
  top: 55px;
  visibility: visible;
  opacity: 1;
}
li.menue:hover ul.submenu2 {
  top: 55px;
  visibility: visible;
  opacity: 1;
}

#g_menu .submenu li {
  height: 35px;
  font-size: 90%;
  font-weight: bold;
  float: left;
  text-align: left;
}
#g_menu .submenu2 li {
  height: 35px;
  font-size: 90%;
  font-weight: bold;
  float: left;
  text-align: left;
}

#g_menu .submenu li a {
  display: table-cell;
  vertical-align: middle;
  width: 156px;
  height: 35px;
  color: #019f3d;
  /*border-bottom:solid 1px #EAEAEA;*/
  text-decoration: none;
  padding-left: 10px;
}
#g_menu .submenu2 li a {
  display: table-cell;
  vertical-align: middle;
  width: 156px;
  height: 35px;
  color: #019f3d;
  /*border-bottom:solid 1px #EAEAEA;*/
  text-decoration: none;
  padding-left: 10px;
}

ul.submenu {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
ul.submenu2 {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

#g_menu .submenu li a:hover {
  background: #11b161;
  color: #fff;
}
#g_menu .submenu2 li a:hover {
  background: #11b161;
  color: #fff;
}

/*------------------------------------
パンくずリスト
------------------------------------*/
#pan_box_area {
  width: 1015px;
  margin: 0 auto;
  overflow: hidden;
}

.pan_box li.pan_arrow :after {
  display: inline-block;
  content: '\003e';
  margin: 0 0.6em;
  color: #959fa5;
}

.pan_box li.nolink_pan_arrow_:after {
  display: inline-block;
  content: '\003e';
  margin: 0 0.6em;
  color: #959fa5;
}

.pan_box li.current {
  content: none;
}

ol.pan_box {
  list-style-type: none;
  padding: 0;
  /*margin:7px 0 20px 5px;*/
  margin: 12px 0 12px 5px;
}
ol.pan_box li {
  display: inline;
}

/*------------------------------------
見出し(三角矢印)
------------------------------------*/
.midashi_arrow_box {
  width: 500px;
  height: 30px;
  margin: 30px 0;
}

.midashi_arrow_box2 {
  width: 500px;
  height: 30px;
  margin: 12px 0;
}

/**------- 青・三角矢印 -------**/
.midashi_arrow1 {
  display: block;
  float: left;
  height: 20px;
  background: #51afc1;
  text-align: center;
  padding: 5px;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  width: 100px;
}

/*三角形描写*/
.midashi_arrow1:after {
  content: '';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #51afc1; /*基要素と同じ色*/
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 1;
}

.midashi_arrow1_2 {
  float: left;
  margin: 5px 0 0 20px;
  font-size: 15px;
  width: 300px;
  letter-spacing: 1px;
}

/**------- オレンジ・三角矢印 -------**/
.midashi_arrow2 {
  display: block;
  float: left;
  height: 20px;
  background: #ff923f;
  text-align: center;
  padding: 5px;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  width: 100px;
}

/*三角形描写*/
.midashi_arrow2:after {
  content: '';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ff923f; /*基要素と同じ色*/
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 1;
}

.midashi_arrow2_2 {
  float: left;
  margin: 5px 0 0 20px;
  font-size: 15px;
  width: 300px;
  letter-spacing: 1px;
}

/**------- 緑・三角矢印 -------**/
.midashi_arrow3 {
  display: block;
  float: left;
  height: 20px;
  background: #4abc74;
  text-align: center;
  padding: 5px;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  width: 100px;
}

/*三角形描写*/
.midashi_arrow3:after {
  content: '';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #4abc74; /*基要素と同じ色*/
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 1;
}

.midashi_arrow3_2 {
  float: left;
  margin: 5px 0 0 20px;
  font-size: 15px;
  width: 360px;
  letter-spacing: 1px;
}

/**------- ピンク・三角矢印 -------**/
.midashi_arrow4 {
  display: block;
  float: left;
  height: 20px;
  background: #e8746a;
  text-align: center;
  padding: 5px;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  width: 100px;
}

/*三角形描写*/
.midashi_arrow4:after {
  content: '';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #e8746a; /*基要素と同じ色*/
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 1;
}

.midashi_arrow4_2 {
  float: left;
  margin: 5px 0 0 20px;
  font-size: 15px;
  width: 300px;
  letter-spacing: 1px;
}

/*------------------------------------
メインコンテンツエリア
------------------------------------*/

#main_contents {
  width: 1015px;
  /*margin:40px auto 50px auto;*/
  margin: 0 auto 50px auto;
  overflow: hidden;
}

/************　左メニュー　************/
#left_menu {
  width: 220px;
  float: left;
}

.k_login {
  width: 218px;
  height: 25px;
  color: #fff;
  font-weight: bold;
  background: #c00;
  text-align: center;
  margin: 0 auto;
  padding-top: 5px;
}
.sengen-title {
  border-bottom: 1px solid #999999;
  color: #057856;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

/** ログイン認証ページ -------------------------- **/
#login_box_page {
  width: 480px;
  /*height:300px;*/
  height: 210px;
  background: #e5f7d6;
  margin: 0 auto;
}

#login_box_page .login_title {
  background: url(../img/login_key.png) no-repeat;
  background-size: 18px 22px;
  width: 125px;
  height: 20px;
  margin-left: 37px;
  padding-top: 2px;
  padding-left: 30px;
  color: #555;
  font-weight: bold;
  font-size: 122%;
}

#login_box_page .login_tbl {
  margin-top: 18px;
  color: #555;
}

#login_box_page .l_btn {
  margin: 20px auto;
  text-align: center;
  background: #4abc74;
  width: 125px;
  height: 30px;
}

.midashi {
  font-weight: 700;
  margin: 5px 0;
  color: #333;
}

/** ログイン前の左メニュー -------------------------- **/
#login_box {
  width: 220px;
  /*height:300px;*/
  height: 310px;
  background: #e5f7d6;
}

#login_box .login_title {
  background: url(../img/login_key.png) no-repeat;
  background-size: 18px 22px;
  width: 125px;
  height: 20px;
  margin-left: 37px;
  padding-top: 2px;
  padding-left: 30px;
  color: #555;
  font-weight: bold;
  font-size: 122%;
}

#login_box .login_tbl {
  margin-top: 18px;
  color: #555;
}

#login_box .l_btn {
  margin: 20px auto;
  text-align: center;
  background: #4abc74;
  width: 100px;
  height: 30px;
}

/** ------------------------------------------------- **/

/** ログイン後の左メニュー -------------------------- **/
#login_box_in {
  width: 220px;
  height: 180px;
  background: #e5f7d6;
}

#login_box_in .login_title_in {
  /*height:22px;*/
  height: 85px;
  color: #555;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

#login_box_in .login_tbl {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 300;
  color: #555;
}

#login_box_in .l_btn {
  margin: 45px auto 0;
  text-align: center;
  background: #4abc74;
  width: 100px;
  height: 30px;
}

#login_box_in .teacher_l_btn {
  margin: 108px auto 0;
  text-align: center;
  background: #4abc74;
  width: 100px;
  height: 30px;
}

/** ------------------------------------------------- **/

input#login_btn {
  width: 100px;
  height: 30px;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  background: none;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0 6px;
}

.timetable_btn {
  width: 220px;
  height: 70px;
  /*margin-top:20px;*/
  background: #fff6ee;
  border: 1px solid #ff9642;
}

.timetable_btn table {
  margin: 0 auto;
  margin-top: 11px;
}

.timetable_btn2 {
  width: 220px;
  height: 70px;
  /*margin-top:20px;*/
  background: #f1ffef;
  border: 1px solid #7fdea3;
}

.timetable_btn2 table {
  margin: 0 auto;
  margin-top: 11px;
}

.timetable_txt1 {
  font-size: 165%;
  font-weight: bold;
  text-align: left !important;
  letter-spacing: 2px;
  color: #fe5a00;
  line-height: 1;
}

.timetable_txt2 {
  font-size: 12px;
  color: #fe5a00;
  letter-spacing: 2px;
  line-height: 0.1;
  padding-top: 10px;
}

.timetable_txt3 {
  font-size: 125%;
  font-weight: bold;
  text-align: left !important;
  color: #019f3d;
  line-height: 1em;
}

.timetable_txt4 {
  font-size: 12px;
  color: #019f3d;
  line-height: 0.1;
  padding-top: 10px;
}

.time_link {
  text-decoration: none;
  margin: 0 0 10px 0;
  display: block;
}
.timetable_btn:hover {
  background: #fcdeb7;
}
.timetable_btn2:hover {
  background: #cbf2c4;
}

.left_menu {
  width: 220px;
  margin-top: 20px;
}

.left_menu .left_m_tit {
  width: 210px;
  padding: 8px 0 12px 10px;
  height: 20px;
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: #4abc74;
}

.left_m_top {
  width: 220px;
  height: 40px;
  margin: 0;
  color: #019f3d;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #7fdea3;
  border-top: 1px solid #7fdea3;
  background: url(../img/leftmenu_arrow.png) right no-repeat;
}

.left_menu p {
  width: 220px;
  height: 40px;
  margin: 0;
  color: #019f3d;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #7fdea3;
  background: url(../img/leftmenu_arrow.png) right no-repeat;
}

.left_menu span {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-left: 10px;
  font-weight: bold;
}

.left_menu p:hover {
  background: #d1f5de url(../img/leftmenu_arrow.png) right no-repeat;
}
.left_menu p.nothover {
  color: #999;
}

.left_menu p.nothover:hover {
  background: #ffffff url(../img/leftmenu_arrow.png) right no-repeat;
}
/************　コンテンツ　************/
.singleCol {
  width: 100% !important;
}

#contents_area {
  width: 770px;
  float: right;
}

.past_info_login {
  width: 375px;
  margin-top: 20px;
  background: url(../img/past_bg.png) repeat-x;
}

.past_info_login p {
  width: 770px;
  height: 30px;
  color: #019f3d;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
  display: table-cell;
  padding-top: 2px;
}

.past_info_login p:hover {
  background: url(../img/past_bg_on.png) repeat-x;
}

.past_info {
  width: 770px;
  margin-top: 20px;
  background: url(../img/past_bg.png) repeat-x;
}

.past_info p {
  width: 770px;
  height: 30px;
  color: #019f3d;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
  display: table-cell;
  padding-top: 2px;
}

.past_info p:hover {
  background: url(../img/past_bg_on.png) repeat-x;
}

.text_wrapper p {
  margin: 3px 0 0 0;
}
.text_wrapper ol {
  list-style-type: decimal;
}
.text_wrapper ul {
  list-style-type: disc;
}
.photo_wrapper td {
  text-align: center;
}

/************　新着情報(ログイン)　************/
.new_info_loginbox p {
  background: url(../img/newinfo_arrow.png) no-repeat 0px 8px;
  padding-left: 15px;
  color: #333;
  border-bottom: dotted 1px #ccc;
  /*height:26px;*/
  margin: 5px;
  padding-top: 3px;
  padding-bottom: 5px;
  font-weight: bold;
}

.new_info_loginbox span {
  /*margin-left:30px;*/
  font-size: 90%;
  font-weight: normal !important;
}

.new_info_loginbox span a {
  text-decoration: none;
  color: #333;
}
.new_info_loginbox span a:hover {
  text-decoration: underline;
}

/************　新着情報　************/
#contents_area .new_info p {
  background: url(../img/newinfo_arrow.png) no-repeat 0px 5px;
  padding-left: 15px;
  color: #00953b;
  border-bottom: dotted 1px #ccc;
  /*height:26px;*/
  height: 20px;
  margin: 5px;
  /*padding-top: 3px;*/
}

#contents_area .new_info span {
  margin-left: 30px;
}

#contents_area .new_info span a {
  text-decoration: none;
  color: #333;
}
#contents_area .new_info span a:hover {
  text-decoration: underline;
  color: #057846;
}

/************　掲示板　************/
#contents_area .bbs_box p {
  background: url(../img/bbs_arrow.png) no-repeat 0px 5px;
  padding-left: 15px;
  color: #1f5da7;
  border-bottom: dotted 1px #ccc;
  /*height:26px;*/
  height: 20px;
  margin: 5px;
  /*padding-top: 3px;*/
}

#contents_area .bbs_box span {
  margin-left: 30px;
}

#contents_area .bbs_box span a {
  text-decoration: none;
  color: #333;
}
#contents_area .bbs_box span a:hover {
  text-decoration: underline;
  color: #1f5da7;
}

/*------------------------------------
フッター
------------------------------------*/
#footer {
  width: 100%;
  height: 300px;
  background: #008e66 repeat-x;
}

.footer_area {
  width: 1015px;
  margin: 0 auto;
  padding: 25px 0 18px 0;
}

.foot_top {
  height: 150px;
}

.foot1 {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  float: left;
  width: 200px;
}
.foot1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.foot1 a:before {
  content: '▶ ';
}
.foot1 a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  list-style-type: none;
}
.foot1 a:hover {
  text-decoration: underline;
}

.foot2 {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  float: left;
  width: 150px;
}
.foot2 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.foot2 a:before {
  content: '▶ ';
}
.foot2 a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  list-style-type: none;
}
.foot2 a:hover {
  text-decoration: underline;
}

.foot3 {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  float: left;
  width: 140px;
}
.foot3 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.foot3 a:before {
  content: '▶ ';
}
.foot3 a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  list-style-type: none;
}
.foot3 a:hover {
  text-decoration: underline;
}

.foot4 {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  float: left;
  width: 155px;
}
.foot4 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.foot4 a:before {
  content: '▶ ';
}
.foot4 a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  list-style-type: none;
}
.foot4 a:hover {
  text-decoration: underline;
}

.foot5 {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  float: left;
  width: 280px;
}

.foot6 {
  margin: 50px auto 0 auto;
  color: #fff;
  font-size: 13px;
  width: 100%;
  text-align: center;
}

.foot_sub {
  padding-left: 10px;
}
.foot_sub a:before {
  content: '∟ ';
}

/************　page TOP　ボタン　************/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 30px;
  font-size: 77%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 80px;
  height: 40px;
  padding: 20px 0;
  text-align: center;
  display: block;
  -webkit-border-radius: 40px; /* width,heightの半分 */
  -moz-border-radius: 40px;
  border-radius: 40px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/*------------------------------------
はじめに
------------------------------------*/
.fst_box {
  width: 242px;
  height: 115px;
  border: 1px solid #50c27b;
  float: left;
  padding: 4px;
}

.fst_box_txt1 {
  color: #019f3d;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  padding-left: 7px;
}

.fst_box_txt2 {
  font-size: 12px;
  margin: 0;
  padding-left: 7px;
  padding-top: 6px;
  color: #333;
}
.fst_box_txt3 {
  font-size: 12px;
  margin: 0;
  padding-left: 7px;
  color: #333;
}

.fst1 {
  background: url(../img/fst_bg1.png);
}
.fst2 {
  background: url(../img/fst_bg2.png);
}
.fst3 {
  background: url(../img/fst_bg3.png);
}
.fst4 {
  background: url(../img/fst_bg4.png);
}
.fst5 {
  background: url(../img/fst_bg5.png);
}
.fst6 {
  background: url(../img/fst_bg6.png);
}

.fst1:hover {
  background: url(../img/fst_bg1_on.png);
}
.fst2:hover {
  background: url(../img/fst_bg2_on.png);
}
.fst3:hover {
  background: url(../img/fst_bg3_on.png);
}
.fst4:hover {
  background: url(../img/fst_bg4_on.png);
}
.fst5:hover {
  background: url(../img/fst_bg5_on.png);
}
.fst6:hover {
  background: url(../img/fst_bg6_on.png);
}

/*------------------------------------
全体概要（カリキュラム）
------------------------------------*/
.cur_tbl {
  width: 100%;
  border: 0.5px solid #999;
}

.cur_tbl th {
  height: 40px;
  border: 0.5px solid #999;
  padding: 10px;
}

.cur_tbl td {
  height: 40px;
  border: 0.5px solid #999;
  padding: 7px;
  font-weight: 400;
}

.hiduke_btn {
  width: 120px;
  height: 25px;
  background: #4abc74;
  color: #fff;
  font-size: 105%;
  text-align: center;
  padding: 3px 2px 0px 2px;
  float: left;
  margin: 0;
}

.cul_btn_box {
  height: 28px;
  margin: 20px 0 !important;
}

table.CulBtnBox {
  width: 100%;
}
table.CulBtnBox td {
  width: 25%;
  text-align: center;
}

.syousai_btn {
  display: inline-block;
  width: 155px;
  height: 25px;
  background: #4abc74;
  color: #fff !important;
  font-size: 105%;
  text-align: center;
  text-decoration: none;
  padding: 3px 0 0 0;
}

.syousai_btn:hover {
  background: #24aa52;
}

.cur_tbl th {
  color: #333333;
}
.r_id {
  color: #1daf53;
  font-size: 94%;
}

/**************************************/
.cur_tbl2 {
  width: 100%;
  border: 0.5px solid #999;
}

.cur_tbl2 th {
  height: 20px;
  border: 0.5px solid #999;
  padding: 5px;
}

.cur_tbl2 td {
  height: 20px;
  border: 0.5px solid #999;
  padding: 5px;
  font-weight: 400;
}

#contents_area .cur_tbl {
  border-collapse: collapse; /* 隣り合うセルの線を結合 */
}

#contents_area .cur_tbl2 {
  border-collapse: collapse; /* 隣り合うセルの線を結合 */
}

.bg_g {
  background: #dbfae8;
}
.bg_or {
  background: #fff2de;
}

/*------------------------------------
基盤医学系科目（カリキュラム）
------------------------------------*/

.jugyo_list_tbl {
  width: 100%;
  font-size: 90%;
}
.jugyo_list_tbl th {
  background: #838383;
  font-size: 97%;
  height: 25px;
  color: #fff;
  border-left: 1px solid #fff;
}

.jugyo_list_tbl td {
  padding: 5px 2px 3px 5px;
}
.coursesekininsha {
  background: #dbfae8;
  text-align: center;
  padding-left: 0 !important;
}

.unitsekininsya {
  background: #fff2de;
}

.r_kai {
  text-align: center;
}

/*授業形態に応じた背景色*/
.r_kai.k {
  background: #a0d695 /*#9fbf9f*/;
} /*講義*/
.r_kai.j {
  background: #f1ffef;
} /*実習（一斉型*/
.r_kai.r {
  background: #f1ffef;
} /*実習（ローテーション型）*/
.r_kai.s {
  background: #f1ffef;
} /*実習（特殊型）*/
.r_kai.t {
  background: #931d1d;
} /*テスト*/

.r_sbos {
  font-size: 90%;
}

.contentstitsub {
  border: none !important;
  background: #fce5bf;
}

.keywordtable {
  width: 100%;
}

/*------------------------------------
編集ボタン（教員ログイン時）
------------------------------------*/
.edit_btn {
  background: #f0818e;
  width: 100px;
  height: 20px;
  letter-spacing: 5px;
  margin-top: -12px;
  margin-bottom: 0;
  padding: 4px 2px 5px 2px;
  text-align: center;
  color: #fff;
  float: right;
  font-size: 15px;
  /*font-weight:bold;*/
  border-radius: 50px;
  -webkit-border-radius: 50px; /* Safari,Google Chrome用 */
  -moz-border-radius: 50px; /* Firefox用 */
}

.edit_btn_tbl {
  background: #f0818e;
  width: 100px;
  height: 20px;
  letter-spacing: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  padding: 4px 2px 5px 2px;
  text-align: center;
  color: #fff;
  float: right;
  font-size: 15px;
  border-radius: 50px;
  -webkit-border-radius: 50px; /* Safari,Google Chrome用 */
  -moz-border-radius: 50px; /* Firefox用 */
}

.edit_btn:hover {
  background: #d6525f;
  cursor: pointer;
}

.edit_btn_tbl:hover {
  background: #d6525f;
  cursor: pointer;
}

/*------------------------------------
授業評価ボタン（学生ログイン時）
------------------------------------*/
.student_hyouka_btn {
  float: right;
  width: 170px;
  /*height:45px;*/
  color: #fff !important;
  font-size: 30px;
  font-weight: bold;
  /*letter-spacing:10px;*/
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 0 #000;
  border: 3px solid #d6525f;
  background: #f0818e;
  padding-top: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}

.student_hyouka_btn:hover {
  background: #d6525f;
  cursor: pointer;
}

#TimerLabel {
  font-size: 12px;
}

/*------------------------------------
成績情報,掲示板ページネーションリンク
------------------------------------*/

#pagenation {
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}

#pagenation a {
  background-color: #4abc74;
  color: #fff;
  display: inline-block;
  width: 100px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
}

#pagenation a:hover {
  transition: 0.5s;
  background-color: #c6f6db;
  color: #444444;
  cursor: pointer;
}

/*------------------------------------
概要
------------------------------------*/
#gaiyou_table table {
  border-collapse: collapse;
}
#gaiyou_table th {
  font-size: 11px;
  font-weight: normal;
  background: #dddddd;
  border: 1px solid #666;
  text-align: center;
  padding: 5px 2px;
  line-height: 1.4em;
}
#gaiyou_table td {
  font-size: 11px;
  font-weight: normal;
  border: 1px solid #666;
  text-align: center;
  padding: 5px 2px;
  line-height: 1.4em;
}
#gaiyou_table2 table {
  border-collapse: collapse;
}
#gaiyou_table2 th {
  font-size: 11px;
  font-weight: normal;
  background: #dddddd;
  border: 1px solid #666;
  text-align: center;
  padding: 5px 2px;
  line-height: 1.4em;
}
#gaiyou_table2 td {
  font-size: 11px;
  font-weight: normal;
  border: 1px solid #666;
  padding: 5px 2px;
  line-height: 1.4em;
}
/*------------------------------------
授業詳細
------------------------------------*/
/*ねらい*/
ol.nerai {
  margin: 0;
  padding-left: 2em;
}
/*キーワード*/
table.programKeywords {
  width: 100%;
}
table.programKeywords,
table.programKeywords th,
table.programKeywords td {
  border: none;
}
table.programKeywords th.head {
  font-weight: normal;
  background-color: #fce5bf;
}

/*
dl.programKeywords {
	margin:5px 0 10px;
	width: 100%;
	line-height: 1.5;
}
dl.programKeywords dt {
	float: left;
	width: 35%;
	padding: 5px;
	height:10px;
}
dl.programKeywords dd {
	margin-left: 38%;
	padding: 5px;
	height:10px;
}
dl.programKeywords dt.head,
dl.programKeywords dd.head{
	display:block;
	background-color: #FCE5BF;
	text-align:center;
	padding: .5em 5px 1em;
}
*/
/*------------------------------------
註釈
------------------------------------*/
.attention {
  color: #e83929;
  font-size: 1.1em;
  background-image: url(../img/ic_attention.png);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  padding: 3px 0 5px 30px;
  margin: 8px 0 0 0;
}

/*------------------------------------
タブ
------------------------------------*/
ul.Tab {
  padding: 0;
}
ul.Tab li {
  display: inline-block;
  width: 100px;
  text-align: center;
}
ul.Tab li a {
  display: block;
  color: #4abc74;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  background: #e5f7d6;
}
ul.Tab li a:hover,
ul.Tab li a.active {
  color: white;
  background: #4abc74;
}
/* add */
.left_menu .set {
  margin: 20px 0;
  padding-top: 3px;
  border-top: 0px solid #7fdea3;
  border-left: 3px solid #7fdea3;
}

.setlabel {
	margin: 10px;
	font-weight: bold;
	font-size: 110%
}

/*------------------------------------
SBO一覧
------------------------------------*/

#dispAim,
#dispAimClose,
#dispSbo,
#dispSboClose,
#dispGio,
#dispGioClose,
.hiduke_btn {
  cursor: pointer;
}
#dispAim,
#dispAimClose,
#dispSbo,
#dispSboClose,
#dispGio,
#dispGioClose {
  text-decoration: underline;
}
#aim dl,
#sbo dl {
  width: 760px;
}
#sbo dt {
  float: left;
  font-weight: bold;
  color: orange;
}
#sbo dd {
  margin-left: 120px;
}

#aim dt {
  display:none;
}
#aim dd {
  margin-left: 0;
}
/*------------------------------------
BBS
------------------------------------*/

.bbs_box {
  margin-bottom: 40px;
}
#calendar-ui {
  float: right;
  width: 24%;
  padding: 10px;
  background-color: #e5f7d6;
  box-sizing: border-box;
}
#calendar table {
  background-color: #ffffff;
}
#calendar-ui #wp-calendar {
  text-align: center;
  width: 100%;
}
#calendar-ui .wp_option p {
  text-align: center;
  margin-bottom: 0;
  background-image: none;
  border-bottom: none;
  color: #333333;
}
#calendar-ui .wp_option ul {
  margin-top: 5px;
}
#calendar-ui .wp_option ul {
  background-color: #ffffff;

  padding: 5px 0 5px 1em;
}
#calendar-ui .wp_option ul li {
  margin-left: 5px;
}

#BBSListOnHome #calendar-ui {
  display: none;
}
#BBSListOnHome div.bbs_box {
  float: none !important;
  width: auto !important;
}

/*------------------------------------
モーダル内固定タイトル
------------------------------------*/
.fixedTitle {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  padding-top: 10px;
  box-shadow: 0px 9px 15px -6px #9a9a9a;
  -moz-box-shadow: 0px 9px 15px -6px #9a9a9a;
  -webkit-box-shadow: 0px 9px 15px -6px #9a9a9a;
}

/*------------------------------------
編集ボタン
------------------------------------*/
p.btnSet,
p.editBtnOnUnitList,
td.editCol {
  text-align: center;
}
a.editBtn {
  display: inline-block;
  background-color: #6b9bd5;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #aaa;
  border-radius: 3px;
  white-space: nowrap;
}
a.editBtn:hover {
  transition: 0.5s;
  background-color: red;
  color: #fff;
}
.cur_tbl2 td.edit {
  text-align: center;
}
.unit_edit {
  margin-top: 0px;
  float: right;
}
a.largeEditBtn {
  display: inline-block;
  background-color: #f0818e;
  border-radius: 50px;
  color: #fff;
  float: right;
  font-size: 15px;
  height: 20px;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: -12px;
  padding: 4px 2px 5px;
  text-align: center;
  width: 170px;
  text-decoration: none;
}

a.materialLinkBtn {
  background-color: rgba(240, 129, 142, 0.7);
}
a.largeEditBtn:hover {
  transition: 0.5s;
  background-color: red;
  color: #fff;
}

p.program_edit a.largeEditBtn {
  margin-top: 15px;
}

.backBtn {
  float: left;
  width: 200px;
  height: 40px;
  margin-right: 10px;
}
.submitBtn {
  float: right;
  width: 200px;
  height: 40px;
}

.backBtn,
.submitBtn,
.logBtn {
  width: 130px;
  height: 40px;
  border: none;
  background-color: #4683cb;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.submitBtn:hover {
  background-color: red;
  transition: 0.5s;
  color: #fff;
}
.backBtn:hover {
  background-color: #1e4575;
  transition: 0.5s;
  color: #fff;
}

#fixedOnBottom {
  position: fixed;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
}

#left_menu .banner_link {
  margin-top: 20px;
  width: 220px;
}
#left_menu .banner_link img {
  object-fit: contain;
}

.textarea-primary {
  font-family: '游ゴシック', system, -apple-system;
  width: 97%;
  height: 4em;
  min-height: 4em;
  color: #777;
  font-size: 1.3em;
  padding: 0.7em;
  resize: vertical;
  overflow: auto;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  transition: all 0.5s;
  box-shadow: none;
}
.textarea-primary:focus {
  outline: none;
  border: 1px solid #008e66;
  transition: all 0.5s;
}

.button {
  padding: 0.5em 1em;
  font-size: 1.5em;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  color: #363636;
  font-weight: normal;
  letter-spacing: 0.1em;
  transition: all 0.5s;
  cursor: pointer;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}


.button-disabled {
  padding: 0.5em 1em;
  font-size: 1.5em;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  color: #363636;
  font-weight: normal;
  letter-spacing: 0.1em;
  transition: all 0.5s;
  cursor: pointer;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  cursor: default;
}

.button-disabled.is-primary {
  background-color: #fff;
  border: 1px solid #008e66;
  color: #008e66;
}

.button-disabled:focus {
   outline: 0;
}

.button.is-primary {
  background-color: #fff;
  border: 1px solid #008e66;
  color: #008e66;
}

.button.is-primary:hover {
  color: #fff;
  background-color: #008e66;
  transition: all 0.5s;
}

.button.is-yellow {
  background-color: #fff;
  border: 1px solid #ffcb3e;
  color: #ffcb3e;
}

.button.is-yellow:hover {
  color: #fff;
  background-color: #ffcb3e;
  transition: all 0.5s;
}

.button.is-teacher {
  background-color: #fff;
  border: 1px solid #4683cb;
  color: #4683cb;
}

.button.is-teacher:hover {
  color: #fff;
  background-color: #4683cb;
  transition: all 0.5s;
}

.button.is-student {
  background-color: #fff;
  border: 1px solid #fe9e1a;
  color: #fe9e1a;
}

.button.is-student:hover {
  color: #fff;
  background-color: #fe9e1a;
  transition: all 0.5s;
}

.button[disabled] {
  cursor: default;
  background-color: white;
  border: 1px solid gray;
  color: gray;
}
.peer-reviews--header .spacer {
  width: 30%;
}


.peer-reviews--header .department {
  width: 30%;
  text-align: left;
  color: #008e66;
  font-size: 24px; }


.peer-reviews--header .for-teacher {
  width: 40%;
  text-align: center;
  color: #4683cb;
  font-size: 24px;
}

.peer-reviews--header .for-student {
  width: 30%;
  text-align: center;
  color: #fe9e1a;
  font-size: 24px;
}

.peer-reviews .row-flex {
  width: 100%;
  margin: 16px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.peer-reviews .row-flex .peer-review-category {
  width: 30%;
  font-size: 24px;
}
.peer-reviews .row-flex .peer-review-evaluate {
  width: 40%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.peer-reviews .row-flex .peer-review-evaluate button {
  margin-right: 10px;
}
.peer-reviews .row-flex .peer-review-questionnaire {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.peer-reviews button {
  margin: 0;
}
.peer-reviews button a {
  color: inherit;
  text-decoration: none;
}

.peer-reviews .already-input {
  color: red;
  text-align: center;
  margin: 3px auto;
}

.peer-reviews--bbs-list {
  padding: 32px 16px;
  border: solid 10px #ba872c;
  border-radius: 12px;
  background-color: #ecc78f;
}
.peer-reviews--bbs-list .bbs-list {
  min-height: 180px;
  list-style: none;
  margin: 16px 0;
  padding: 0;
}
.peer-reviews--bbs-list .bbs-list li {
  margin-bottom: 8px;
}
.peer-reviews--bbs-list .bbs-list li .sender {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.peer-reviews--bbs-list .bbs-list li .text {
  padding: 16px 8px;
  font-size: 15px;
  background-color: #f8f8f8;
  border-radius: 5px;
  transition: all 0.5s;
  color: #444444;
}

.default-radio--number {
  font-size: 18px;
  color: #019f3d;
}

.default-radio--title {
  width: 100%;
  padding: 12px 0;
  font-size: 18px;
  letter-spacing: 1.8px;
}

.default-radio--inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 10px;
  font-size: 15px;
  background-color: #f8f8f8;
  border-radius: 5px;
  transition: all 0.5s;
  color: #777;
}
.default-radio--inputs label {
  margin-right: 22px;
  margin-left: 4px;
}

.default-textarea--number {
  font-size: 18px;
  color: #019f3d;
}

.default-textarea--title {
  width: 100%;
  padding: 12px 0;
  font-size: 18px;
  letter-spacing: 1.8px;
}

.default-textarea--inputs {
  width: 97%;
  height: 40px;
  color: #777;
  font-size: 16px;
  padding: 12px;
  resize: vertical;
  overflow: auto;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  transition: all 0.5s;
  box-shadow: none;
}

.table-radio {
  border-collapse: collapse;
  width: 100%;
}
.table-radio--header {
  border-bottom: 2px solid rgba(50, 50, 50, 0.1);
}
.table-radio--body td .label-fulfilled {
  display: block;
  text-align: center;
  margin: 0;
}
.table-radio--body td .label-fulfilled input[type='Radio'] {
  margin: auto;
}
.table-radio--body td .checkbox {
  margin: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.table-radio--body td .textarea {
  margin: 16px;
}
.table-radio--row {
  font-family: '遊ゴシック', system, -apple-system;
  height: 45px;
}
.table-radio--row__gray {
  background-color: rgba(50, 50, 50, 0.1);
}

.button {
  padding: 0.5em 1em;
  font-size: 1.5em;
  margin: 1.5em 0.5em 1.5em 0;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  color: #363636;
  font-weight: normal;
  letter-spacing: 0.1em;
  transition: all 0.5s;
  cursor: pointer;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.button.is-primary {
  background-color: #fff;
  border: 1px solid #008e66;
  color: #008e66;
}

.button.is-primary:hover {
  color: #fff;
  background-color: #008e66;
  transition: all 0.5s;
}

.button.is-yellow {
  background-color: #fff;
  border: 1px solid #ffcb3e;
  color: #ffcb3e;
}

.button.is-yellow:hover {
  color: #fff;
  background-color: #ffcb3e;
  transition: all 0.5s;
}

.button[disabled] {
  cursor: default;
  background-color: white;
  border: 1px solid gray;
  color: gray;
}

/**
ヘルパー
**/
.m-t-1 {
  margin-top: 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.p-t-2 {
  padding-top: 2rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.p-b-2 {
  padding-bottom: 2rem !important;
}

.m-l-2 {
  margin-left: 2rem !important;
}

.p-l-2 {
  padding-left: 2rem !important;
}

.m-r-2 {
  margin-right: 2rem !important;
}

.p-r-2 {
  padding-right: 2rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.m-t-4 {
  margin-top: 4rem !important;
}

.p-t-4 {
  padding-top: 4rem !important;
}

.m-b-4 {
  margin-bottom: 4rem !important;
}

.p-b-4 {
  padding-bottom: 4rem !important;
}

.m-l-4 {
  margin-left: 4rem !important;
}

.p-l-4 {
  padding-left: 4rem !important;
}

.m-r-4 {
  margin-right: 4rem !important;
}

.p-r-4 {
  padding-right: 4rem !important;
}

.m-t-5 {
  margin-top: 5rem !important;
}

.p-t-5 {
  padding-top: 5rem !important;
}

.m-b-5 {
  margin-bottom: 5rem !important;
}

.p-b-5 {
  padding-bottom: 5rem !important;
}

.m-l-5 {
  margin-left: 5rem !important;
}

.p-l-5 {
  padding-left: 5rem !important;
}

.m-r-5 {
  margin-right: 5rem !important;
}

.p-r-5 {
  padding-right: 5rem !important;
}

.m-t-6 {
  margin-top: 6rem !important;
}

.p-t-6 {
  padding-top: 6rem !important;
}

.m-b-6 {
  margin-bottom: 6rem !important;
}

.p-b-6 {
  padding-bottom: 6rem !important;
}

.m-l-6 {
  margin-left: 6rem !important;
}

.p-l-6 {
  padding-left: 6rem !important;
}

.m-r-6 {
  margin-right: 6rem !important;
}

.p-r-6 {
  padding-right: 6rem !important;
}

.m-t-7 {
  margin-top: 7rem !important;
}

.p-t-7 {
  padding-top: 7rem !important;
}

.m-b-7 {
  margin-bottom: 7rem !important;
}

.p-b-7 {
  padding-bottom: 7rem !important;
}

.m-l-7 {
  margin-left: 7rem !important;
}

.p-l-7 {
  padding-left: 7rem !important;
}

.m-r-7 {
  margin-right: 7rem !important;
}

.p-r-7 {
  padding-right: 7rem !important;
}

.m-t-8 {
  margin-top: 8rem !important;
}

.p-t-8 {
  padding-top: 8rem !important;
}

.m-b-8 {
  margin-bottom: 8rem !important;
}

.p-b-8 {
  padding-bottom: 8rem !important;
}

.m-l-8 {
  margin-left: 8rem !important;
}

.p-l-8 {
  padding-left: 8rem !important;
}

.m-r-8 {
  margin-right: 8rem !important;
}

.p-r-8 {
  padding-right: 8rem !important;
}

.m-t-9 {
  margin-top: 9rem !important;
}

.p-t-9 {
  padding-top: 9rem !important;
}

.m-b-9 {
  margin-bottom: 9rem !important;
}

.p-b-9 {
  padding-bottom: 9rem !important;
}

.m-l-9 {
  margin-left: 9rem !important;
}

.p-l-9 {
  padding-left: 9rem !important;
}

.m-r-9 {
  margin-right: 9rem !important;
}

.p-r-9 {
  padding-right: 9rem !important;
}

.m-t-10 {
  margin-top: 10rem !important;
}

.p-t-10 {
  padding-top: 10rem !important;
}

.m-b-10 {
  margin-bottom: 10rem !important;
}

.p-b-10 {
  padding-bottom: 10rem !important;
}

.m-l-10 {
  margin-left: 10rem !important;
}

.p-l-10 {
  padding-left: 10rem !important;
}

.m-r-10 {
  margin-right: 10rem !important;
}

.p-r-10 {
  padding-right: 10rem !important;
}

.m-t-11 {
  margin-top: 11rem !important;
}

.p-t-11 {
  padding-top: 11rem !important;
}

.m-b-11 {
  margin-bottom: 11rem !important;
}

.p-b-11 {
  padding-bottom: 11rem !important;
}

.m-l-11 {
  margin-left: 11rem !important;
}

.p-l-11 {
  padding-left: 11rem !important;
}

.m-r-11 {
  margin-right: 11rem !important;
}

.p-r-11 {
  padding-right: 11rem !important;
}

.epa-header {
  /*border: solid 1px rgba(50, 50, 50, 0.1);*/
  padding: 20px;
  background-color: whitesmoke;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
  color: black;
}

.epa-header-attention {
  color: red;
  margin-bottom: 30px;
  font-size: 14px;
}

.epa-table {
  border-collapse: collapse;
  padding: 10px;
  margin-bottom: 30px;
}

.epa-table-radio {
  text-align: center;
  width: 12%;
}

.epa-table-header {
  border-bottom: 2px solid rgba(50, 50, 50, 0.1);
}

.epa-table-th {
  width: 12%;
  vertical-align:top;
  font-size:90%;
}

.epa-table-row {
  font-family: '遊ゴシック', system, -apple-system;
  font-size: 1em;
  height: 45px;
}

.table-row-gray {
  background-color: rgba(50, 50, 50, 0.1);
}

.epa-submit-button {
  display: flex;
  justify-content: flex-start;
}

.category-name {
  font-size: 18px;
  color: #00aa00;
  margin-bottom: 10px;
}

.symptom-check {
  background-color: rgba(50, 50, 50, 0.1);
}

.symptom-check .checkbox-label {
  font-size: 1.3em;
  /*margin: 85px auto;*/
}

.symptom-check input {
  margin-left: 20px;
  vertical-align: 0.1em;
}

.row-height {
  font-family: '遊ゴシック', system, -apple-system;
  height: 45px;
  font-size: 1em;
}

.category-section {
  /*border: solid 1px red;*/
  margin-bottom: 40px;
}

.symptom-name {
  font-size: 1.5em;
  margin: 5px auto;
}

.sub-symptom {
  border: whitesmoke 1px solid;
  /*font-size: 1.3em;*/
}

.sub-symptom div {
  display: inline-block;
  width: 100px;
  text-align: center;
  border-right: whitesmoke 1px solid;
}

.sticky {
  background: white;
  position: -webkit-sticky; /* safari対応 */
  position: sticky;
  top: 0;
  /*padding-bottom: 20px;*/
  padding-top: 10px;
}

.entrypoints {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.entrypoints a {
  text-decoration: none;
}

.entrypoints > div {
  width: 30%;
}

.entrypoint-button {
  min-height: 135px;
  border: #00aa00 solid 1px;
  background-color: #f5f5f5;
  border-radius: 10px;
  color: #00aa00;
  padding: 30px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}

.entrypoint-button-disabled {
  min-height: 135px;
  border: #00aa00 solid 1px;
  background-color: #f5f5f5;
  border-radius: 10px;
  color: #00aa00;
  padding: 30px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
}

.entrypoint-button:hover {
  color: #fff;
  background-color: #008e66;
  transition: all 0.5s;
}

.entrypoint-button-attention {
  color: red;
}

.entrypoint-button:hover .entrypoint-button-attention {
  color: #fff;
  transition: all 0.5s;
}

.unprofessional-button {
  border: #00aa00 solid 1px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #00aa00;
  padding: 10px 10px;
  margin: 30px 0;
  width: 300px;
  text-align: center;
  cursor: pointer;
}

.unprofessional-button-disabled {
  border: #00aa00 solid 1px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #00aa00;
  padding: 10px 10px;
  margin: 30px 0;
  width: 300px;
  text-align: center;
  cursor: default;
}

.unprofessional-button:hover {
  color: #fff;
  background-color: #008e66;
  transition: all 0.5s;
}

.entrypoint-attention {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
}

.category-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;

  /*border-bottom: 5px solid rgba(200, 200, 200, 0.5);*/
  padding-bottom: 10px;
}

.category-button button {
  margin: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px;
  font-size: 12px;
  font-weight: 500;
  color: #2c32a0;
  border: none;
  outline: 0;
}

.category-button button:hover {
  color: white;
}

.kanritable {
  width: 100%;
  border: 1px solid #333;
  border-collapse: collapse;
}

.kanritable td,
.kanritable th {
  border-collapse: collapse;
  border: 1px solid #333;
  padding: 2px;
  font-weight: normal;
}

.header_tr {
  background: #ddd;
}

.kanritable tr:hover {
  background: #fec4ad;
}

/* .hyoukazumi_tr:hover {
    background: #ccc !important;
} */

.fingercursor:hover {
  cursor: pointer;
}

.hyoukazumi_tr {
  background: #ccc;
}

.expired_tr {
  background: #888;
  color: #ccc;
}

td.center {
  text-align: center;
}

.namepos {
  width: 8em;
  text-align: center;
}

.input.radio {
  padding: 1.5em 1em;
  font-size: 1.2em;
  background-color: #f8f8f8;
  border-radius: 5px;
  transition: all 0.5s;
  color: #777;
}
.input.radio:hover {
  background-color: #e8e8e8;
  transition: all 0.5s;
}
.input.radio span {
  padding: 1em;
}
.input.radio span.enable {
  font-weight: bold;
}
.input.radio span.disable {
  color: #d1d1d1;
  font-weight: lighter;
}

.setumon_no {
  margin-top: 1.5em;
  font-size: 1.5em;
  color: #019f3d;
}
.q_title {
  font-family: '遊ゴシック', system, -apple-system;
  /*margin-top: 1em;*/
  padding: 0.7em 0;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.chuui_message {
  color: #ff0000;
  font-size: 1.5em;
}

.red {
  color: #ff0000;
}


#historyTab {
	padding:0;
}
#historyTab li {
	display:inline-block;
	width:105px;
	text-align:center;
}
#historyTab li a {
	display:block;
	color:#4abc74;
	font-weight:bold;
	text-decoration:none;
	padding:10px 0;
	background:#e5f7d6;
	font-size:90%;
}
#historyTab li a:hover,
#historyTab li a.active {
	color:white;
	background:#4abc74;
}

/* ------------------------------ */
/* メッセージ*/
/* ------------------------------ */
.error-message {
	color:red;
	padding:2px 2px 2px 20px;
	background:transparent url(../img/ico_error.png) no-repeat 2px 0.3em;
}