@charset "utf-8";

/* layout
------------------------------------------------ */



@media print, screen and (min-width: 736px) {
#content-wrap {
font-size: 14px;
}

main.toppage {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

#main {
    order: 2;
    width: 540px;
    font-size: 13px;
}

#side-l {
    order: 1;
    width: 200px;
    font-size: 13px;
    margin-right: 20px;
}

#side {
    order: 3;
    width: 250px;
    font-size: 13px;
    margin-left: 20px;
}

}

@media print, screen and (max-width: 735px) {
#content-wrap {
font-size: 14px;
}

main {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

#main {
    order: 1;
}

#side-l {
    order: 3;
}

#side {
    order: 2;
}

}

/* button
------------------------------------------------ */

.button a {
display:block;
padding-left: 0;
padding-right: 0;
}


/* dl dt dd
------------------------ */
#main dl {
line-height: 1.5;
}
#main .news dt,
#main .document dt {
display: none;
}
#main dd {
  margin-bottom: .2em;
  padding-bottom: .2em;
  border-bottom: 1px dotted #A83A00;
}
#main dd.last {
  margin-bottom: 0;
}
#main dd a {
  display: block;
}

@media print, screen and (min-width: 736px) {
#main dl {
margin-bottom: 5px;
}
#main .news dt,
#main .document dt {
display:inline;
}
#main dt {
width: 5em;
padding: 0 0 0 .2em;
}
#main dd {
  margin: -1.5em 0 .2em 0;
  padding: 0 0 .2em 5.5em;
}
}





/* newsの画像
------------------------------------------------ */

#main .news dd a {
display:block;
display: -webkit-flex; /* Safari */
display: flex;
}

#main .news dd .img {
width: 80px;
padding-right: 10px;
}

@media print, screen and (min-width: 736px) {
#main .news .img {
display: none;
margin-right: 0;
}
}

@media print, screen and (max-width: 735px) {
.title {
    position: relative;
    padding-top: 1em;
}
}


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

#main .titleArea {
position:relative;
display: block;
padding: 5px 20px;
margin-bottom: 10px;
font-weight: bold;
font-size: 16px;
border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
text-shadow: 
  -1px -1px 0px #fff,
   1px -1px 0px #fff,
   1px  1px 0px #fff,
  -1px  1px 0px #fff;
  letter-spacing: 1px;
  color: #333;
}

#main .titleArea h2 {
font-weight: bold;
}

#main .titleArea .toList {
font-size: 90%;
position:absolute;
top: 7px;
right: 20px;
}

#main .button a {
margin: 0 5em;
}

/* ------------------------ */
#main .news .titleArea {
background: linear-gradient(#FFDE75, #fff, #FFDE75);
}
#main .news .titleArea:hover {
background: #FFBF02;
text-shadow: none;
text-decoration: none;
color: #fff;
}

#main .document .titleArea {
background: linear-gradient(#75E8FF, #fff, #75E8FF);
}
#main .document .titleArea:hover {
background: #00BAD3;
text-shadow: none;
text-decoration: none;
color: #fff;
}
#main .seminar .titleArea {
background: linear-gradient(#FF75CC, #fff, #FF75CC);
}
#main .seminar .titleArea:hover {
background: #EA64B9;
text-shadow: none;
text-decoration: none;
color: #fff;
}


#main .seminar dd span:before {
content: "［";
}

#main .seminar dd span:after {
content: "］";
}

#main .seminar dd span.event_endflg:before {
content: none;
}

#main .seminar dd span.event_endflg:after {
content: none;
}
#main .seminar dd span.event_endflg {
    background: #ff0000;
    color: #fff;
    border-radius: 5px;
    padding: 0.1em 0.7em;
}



/* baner
------------------------------------------------ */

#main .banner ul.w260,
#main .banner ul.w540 {
text-align: center;
}

#main .banner ul.w260 li {
margin-bottom: 20px;
}

#main .banner ul.w540 li {
margin-bottom: 20px;
}

@media print, screen and (min-width: 736px) {
#main .banner ul.w260 {
  display: -webkit-flex; /* Safari */
  display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
    -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}

#main .banner ul.w260 li {
width: 260px;
margin-bottom: 10px;
}

#main .banner ul.w540 li {
margin-bottom: 10px;
}
}



/* side-l .opinion
------------------------------------------------ */

#side-l .opinion li {
  border-bottom: 1px dotted #A83A00;
}

#side-l .opinion li:last-child {
border: none;
}

#side-l .opinion li span {
display:block;
font-weight: bold;
}

#side-l .opinion h2 {
margin-bottom: 5px;
margin-left: .8em;
position: relative;
padding: 2px 5px 2px 25px;
font-weight: bold;
color: #474747;
border-radius: 0 10px 10px 0;
letter-spacing: 1px;
}

#side-l .opinion h2 {
background: #F2BFE8;
}

#side-l .opinion h2:before {
font-family: FontAwesome;
content: "\f15c";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #AC2292;
font-weight: normal;
width: 30px;
text-align: center;
height: 30px;
line-height: 30px;
left: -1em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}

@media print, screen and (min-width: 736px) {

#side-l .opinion {
font-size: 13px;
}

#side-l .opinion ul {
padding: 0 5px;
}

#side-l .opinion h2 {
font-size: 14px;
}

#side-l .opinion h2:before {
left: -1.35em;
}
}

/* calendar
------------------------------------------------ */

#side-l .calendar h2 {
text-align: center;
}

#side-l .calendar dl {
}

#side-l .calendar dd {
text-align: right;
border-bottom: 1px dotted #A83A00;
font-weight: bold;
}

#side-l .calendar dd.last {
border: none;
}

@media print, screen and (min-width: 736px) {
#side-l .calendar {
font-size: 13px;
}

#side-l .calendar dl {
padding: 0 5px;
}

#side-l .calendar dd {
padding: .2em 0;
}
}

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

#side-l .menu h2 {
margin-bottom: 5px;
margin-left: .8em;
position: relative;
padding: 2px 5px 2px 25px;
font-weight: bold;
color: #474747;
border-radius: 0 10px 10px 0;
letter-spacing: 1px;
}

#side-l .menu li {
  margin: .2em 0;
  padding: .2em;
  border-bottom: 1px dotted #A83A00;
}

#side-l .menu a {
display:block;
}

@media print, screen and (min-width: 736px) {
#side-l .menu {
font-size: 14px;
}
}

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

@media screen and (max-width: 735px) {
#side-l li a:after {
font-family: FontAwesome;
content: "\f138";
float: right;
padding-right: .5em;
color: #29AE32;
}
}

#side-l .skillUp h2 {
background: #FFBCDE;
}

#side-l .skillUp h2:before {
font-family: FontAwesome;
content: "\f040";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #F0007B;
font-size: 20px;
font-weight: normal;
width: 30px;
text-align: center;
height: 30px;
line-height: 30px;
left: -.7em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}

@media print, screen and (min-width: 736px) {
#side-l .skillUp h2:before {
left: -1em;
}
}

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

#side-l .search h2 {
background: #CCE0FE;
}

#side-l .search h2:before {
font-family: FontAwesome;
content: "\f002";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #0064FD;
//font-size: 20px;
font-weight: normal;
width: 30px;
text-align: center;
height: 30px;
line-height: 30px;
left: -1em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}

@media print, screen and (min-width: 736px) {
#side-l .search h2:before {
left: -1.35em;
}
}

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

#side-l .use h2 {
background: #C9FEA3;
}

#side-l .use h2:before {
font-family: FontAwesome;
content: "\f14a";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #4EBE00;
//font-size: 20px;
font-weight: normal;
width: 30px;
text-align: center;
height: 30px;
line-height: 30px;
left: -1em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}

@media print, screen and (min-width: 736px) {
#side-l .use h2:before {
left: -1.35em;
}
}

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

#side-l .skillUp .n1 a {
background:url(/images/heal_icon.gif) no-repeat 0 50%;
background-size: contain;
}

#side-l .skillUp .n2 a {
background:url(/images/kinen_icon.gif) no-repeat 0 50%;
background-size: contain;
}

#side-l .skillUp .n3 a {
background:url(/images/gan_icon.gif) no-repeat 0 50%;
background-size: contain;
}

#side-l .skillUp .n4 a {
background:url(/images/undo_icon.gif) no-repeat 0 50%;
background-size: contain;
}

#side-l .skillUp .n5 a {
background:url(/images/eiyo_icon.gif) no-repeat 0 50%;
background-size: contain;
}

#side-l .skillUp .n6 a {
background:url(/images/qol_icon.gif) no-repeat 0 50%;
background-size: contain;
}
/* ------------------------ */

#side-l .search .n1 a {
background:url(/images/book_icon.gif) no-repeat 0 50%;
background-size: contain;
}

#side-l .search .n2 a {
background:url(/images/eqn_icon.gif) no-repeat 0 50%;
background-size: contain;
}

#side-l .search .n3 a {
background:url(/images/chousa_icon.gif) no-repeat 0 50%;
background-size: contain;
}

#side-l .search .n4 a {
background:url(/images/byouki_icon.gif) no-repeat 0 50%;
background-size: contain;
}

#side-l .search .n5 a {
background:url(/images/wagamachi_icon.gif) no-repeat 0 50%;
background-size: contain;
}

#side-l .search .n6 a {
background:url(/images/dantai_icon.jpg) no-repeat 0 50%;
background-size: contain;
}

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

#side-l .use .n1 a {
background:url(/images/shizai_icon.gif) no-repeat 0 50%;
background-size: contain;
}

#side-l .use .n2 a {
background:url(/images/tenshoku_icon.gif) no-repeat 0 50%;
background-size: contain;
}

#side-l .use .n3 a {
background:url(/images/soft_icon.gif) no-repeat 0 50%;
background-size: contain;
}

#side-l .use .n4 a {
background:url(/images/kaizen_item.gif) no-repeat 0 50%;
background-size: contain;
}

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

#side-l .sangyo {
border:1px solid #B22222;
}

#side-l .kusuri {
border:1px solid #0000A4;
}
#side-l .kusuri p {
padding: 5px;
margin: 0;
}

/* ------------------------------------------------ */
/* メールマガジン　サイドメニュー用
------------------------------------------------ */

#side-l .mail-banner {
border-top: 2px solid #FD8A18;
border-bottom: 2px solid #FD8A18;
position:relative;
line-height: 1.5;
padding: 5px 0 10px;
background: #FEE2C7;
}

#side-l .mail-banner span {
display:block;
}

#side-l .mail-banner .muryo {
position:absolute;
top:-10px;
left: 0;
font-size: 110%;
background: #FC1933;
border-radius: 50%;
-moz-border-radius:  50%;
-webkit-border-radius:  50%;
color: #fff;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}

#side-l .mail-banner .title {
font-size: 120%;
padding: 0;
margin: 0;
line-height: 1.2;
text-align: center;
font-weight: bold;
}

#side-l .mail-banner .title:before {
font-family: FontAwesome;
content: "\f0e0";
margin-right: .2em;
color: #1E90FF;
font-size: 130%;
}

#side-l .mail-banner .large {
display: inline;
font-weight: bold;
}

#side-l .mail-banner .small {
font-size: 90%;
}

#side-l .mail-banner .copy {
text-align: center;
padding: 3px 0;
border-top: 1px dotted #FD8A18;
border-bottom: 1px dotted #FD8A18;
}

#side-l .mail-banner .tokucyo {
text-align: center;
}

#side-l .mail-banner .data {
text-align: left;
padding: 0 3px;
border-top: 1px dotted #FD8A18;
}

#side-l .mail-banner .data ul {
}

#side-l .mail-banner .data li {
float: left;
margin-right: .5em;
}

#side-l .mail-banner .data li:before {
font-family: FontAwesome;
content: "\f14a";
margin-right: .2em;
color: #1E90FF;
}

#side-l .mail-banner .data li:last-child:after {
content: none;
}

#side-l .mail-banner .button {
margin: 0 20px;
}

@media print, screen and (min-width: 736px) {
#side-l .mail-banner .muryo {
top:-10px;
left:-20px;
}
}
/* --------------PICKUP/SELECT_top---------------- */
.img .event_thumb.pick {
cursor: pointer;
float: left;
width: 64px;
height: 19px;
margin-right: 0.3em;
overflow: hidden;
background: url("/event/img/Pick-Up!.png") center center / cover no-repeat rgb(255, 255, 255);
}
.img .event_thumb.select {
cursor: pointer;
float: left;
width: 64px;
height: 19px;
margin-right: 0.3em;
overflow: hidden;
background: url("/event/img/Select_r.png") center center / cover no-repeat rgb(255, 255, 255);
}

/* 20200611イベントリストをFlexBoxに---------------------- */
.event_list_flex {
    display: flex;
    margin: 0.2em 0;
    padding: 0.2em 0;
    border-bottom: 1px dotted #A83A00;
}
@media print, screen and (max-width: 736px) {
.event_list_flex {
    display: block;
}
}

.eventlist_date {
    flex: 0 0 5em;
}
.eventlist_title {
    flex: 1 1 auto;
}

/* 20211215---------------------- */
.event_online_flg {
    color: #489be8;
    background-color: #e6f3ff;
    text-align: center;
    width: max-content;
    padding: 0 10px;
    font-weight: bold;
    border-radius: 5px;
    margin: 5px 0;
}

.sponsor_title {
    text-align: end;
    font-size: 90%;
}

.event_select_tab {
    float: left;
    margin-right: 5px;
    color: #ffffff;
    background-color: #eb933b;
    text-align: center;
    width: max-content;
    padding: 0px 5px;
    border-radius: 5px;
}

.event_drop_prefectures {
    color: #299129;
    background-color: #e4f7e4;
    text-align: center;
    width: max-content;
    padding: 0 10px;
    font-weight: bold;
    border-radius: 5px;
    margin: 5px 0;
}

.event_hybrid {
    color: #d9bc00;
    background-color: #fffbe0;
    text-align: center;
    width: max-content;
    padding: 0 10px;
    font-weight: bold;
    border-radius: 5px;
    margin: 5px 0;
}

.eventlist_date .date {
    padding-top: 5px;
    margin-right: 5px;
}

.eventlist_date {
    display: flex;
}

.event_list_flex {
    display: block;
}

.event_select_tab {
    margin-top: 5px;
    margin-left: 5px;
}

.evetag_box {
    display: flex;
}

.event_list_flex {
border-bottom: 1px dotted #C6C6C6;
}

#main dd {
border-bottom: 1px dotted #C6C6C6;
}

#side-l .calendar dd {
border-bottom: 1px dotted #C6C6C6;
}

#side .news-list li a, #side .opinion li a {
border-bottom: 1px dotted #C6C6C6;
}

#side-l .menu li {
margin: 0.2em 0;
padding: 0.2em;
border-bottom: 1px dotted #C6C6C6;
}


/* -----------20230627------------- */
.toppage a:link {
  color: #333333;
  text-decoration: none;
}

.toppage a:visited {
  color: #333333;
}

.toppage a:hover {
  color: #f0a356;
}

#main .news .titleArea {
  background: no-repeat;
}

#main .titleArea {
  position: unset;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-shadow: none;
  color: #333;
}

.toppage .corner-title {
  background: #59AA46;
  color: #ffffff;
  padding: 0.5em 1em;
  font-weight: bold;
}

.toppage .title {
  margin-left: 10px;
}

#main .li_date,
.toppage .li_date {
  background: #F4F4F4;
  padding: 2px 5px;
  width: max-content;
}

.next_btn {
  display: block;
  text-align: end;
}

.next_btn::after {
  display: inline-block;
  content: url(./images/next_before_btn.svg);
  width: 15px;
  vertical-align: text-top;
}

.next_btn a {
  font-weight: bold;
}

#main .torepop dd {
  padding-left: 0;
  margin-top: 1em;
}

#main .torepop dd a {
  display: flex;
}

#main .torepop dd .img {
  max-width: 200px;
  height: auto;
}

#side-l .mail-banner {
  border-top: none;
  border-bottom: none;
  background: #Ffffff;
  padding: 10px 5px;
}

#side-l .mail-banner .title:before {
  content: none;
}

#side-l .mail-banner .copy {
  border-top: 1px dashed #FD8A18;
  border-bottom: 1px dashed #FD8A18;
  margin: 5px 0;
  padding: 5px 0;
}

#side-l .mail-banner .data {
  padding: 10px 4px;
  border-top: none;
}

#side-l .mail-banner .data li {
  margin: 2px;
}

#side-l .mail-banner .data li:before {
  color: #FD9336;
}

#side-l .mail-banner .muryo {
  top: -10px;
  left: 0;
  background: #E65709;
}

#side-l .mail-banner .mail_button a {
  display: block;
  background: #59AA46;
  padding: 5px;
  text-align: center;
  border-radius: 20px;
  color: #ffffff;
}

#side-l .mail-banner .mail_button a:hover {
  opacity: 0.8;
}

#side-l .calendar dd {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: normal;
}

#side-l .calendar dl {
  padding: 0;
}

#side-l .calendar .li_date {
  font-size: 13px;
  background: #EDE3D9;
  padding: 0 5px;
}

.corner-title:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: bottom;
  margin-right: 5px;
}

.corner-title.news_corner:before {
  content: url(./images/news_icon.svg);
}

.corner-title.seminar_corner:before {
  content: url(./images/seminar_icon.svg);
}

@media only screen and (max-width: 736px) {
  .corner-title.twom_corner:before {
      content: url(./images/calendar_icon.svg);
  }
}

.corner-title.tro_corner:before {
  content: url(./images/point_icon.svg);
}

.corner-title.document_corner:before {
  content: url(./images/search_icon.svg);
}

.corner-title.twom_corner {
  display: flex;
  align-items: center;
  background: #8C4C0D;
}

.corner-title.side_corner {
  background: #e3e3e3;
  color: #333333;
}

.box.side_corner-menu ul li {
  list-style: inside;
}

.event_list_flex {
  padding: 0.5em 0;
}

.event_select_tab,
.event_drop_prefectures,
.event_online_flg {
  font-size: 11px;
}

.eventlist_date {
  align-items: center;
  flex-wrap: wrap;
}

.eventlist_date .date {
  background: #F4F4F4;
  padding: 0 5px;
  height: max-content;
}

#side-l li .outlink:after {
  font-family: FontAwesome;
  content: "\f08e";
  margin-left: 0.2em;
  color: #59AA46;
}

#container {
  background: #FFF9F2;
}

@media print,
screen and (min-width: 736px) {
  #main dd {
      margin: -1.5em 0 1em 0;
      padding: 0 0 1em 5.5em;
  }
}

@media only screen and (max-width: 736px) {
  .toppage .corner-title {
      width: 100%;
      max-width: -webkit-fill-available;
  }

  #side-l li a:after {
      content: none;
  }

  #main .news dd .img {
      max-width: 200px;
      height: auto;
      padding-right: 0;
  }

  #main .box.document dd a {
      padding: 0;
  }

  #main .torepop dd {
      margin: 0;
      padding: 0.5em 0;
  }

  #main dd {
      padding: 0.5em 0;
  }

  #main .document dd {
      padding: 0;
      padding-bottom: 0.5em;
  }

  #container {
      background: #FFF9F2;
  }
}


