@charset "UTF-8";

.elem_text_list ul li {
    margin: 0 0 5px;
    background: url(/library/new/common/img/ico_dotted.png) no-repeat left 0.4em;
    padding: 0 0 0 15px;
    line-height: 1.5;
}
.elem_text_list > ul > li  ul.var_nodot > li {
  background: none;
  padding-left: 0;
}
/*-----------bizMenuBox-------------*/
#bizMenuBox {
    padding: 30px 10px 30px 24px;
    background-color: #e6f1f9;
    margin: 25px auto 25px;
    border-top: 6px solid #006ec8;
}
#bizMenuBox .ttl {
  display: inline-block;
  width: 22%;
  vertical-align: top;
  box-sizing: border-box;
}

#bizMenuBox .ttl h2 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
}

#bizMenuBox .ttl .btnMore a {
   background: #006ec8 none repeat scroll 0 0;
   color: #fff;
   border-radius: 15px;
   display: block;
   font-size: 1.0rem;
   font-weight: bold;
   margin: 10px 0 0;
   padding: 6px 12px 6px 28px;
   position: relative;
   text-decoration: none;
}
#bizMenuBox .ttl .btnMore a:hover{
   background: #0033a8;
}
#bizMenuBox .ttl .btnMore a:focus-visible {
   outline: 2px solid #000;
}
#bizMenuBox .ttl .btnMore a::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  background: #fff;
}
#bizMenuBox .ttl .btnMore a::after {
   border-right: 2px solid #fff;
   border-top: 2px solid #fff;
   content: "";
   display: block;
   height: 6px;
   left: auto;
   margin-top: -4px;
   position: absolute;
   right: 12px;
   top: 50%;
   transform: rotate(45deg);
   width: 6px;
}
#bizMenuBox .biz_baloon {
  position: relative;
  display: inline-block;
  margin: 13px 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 15px;
}
#bizMenuBox .biz_baloon:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -14px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
#bizMenuBox .biz_baloon p {
  margin: 0;
  padding: 0;
}
#bizMenuBox .ttl .event {
  background: #fff;
  padding: 10px 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#bizMenuBox .ttl .event .apply {
  background: #CF0000;
  position: relative;
  color: #fff;
  min-width:47px;
  padding:3px;
}
#bizMenuBox .ttl .event .apply:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -13px;
    border: 13px solid transparent;
    border-left: 16px solid #CF0000;
    border-right-width: 0px;
}

#bizMenuBox .cont {
   display: inline-block;
   width: 77%;
   box-sizing: border-box;
}
#bizMenuBox .cont ul {
    padding: 0 0 0 12px;
}

#bizMenuBox .cont > ul  > li {
    display: inline-block;
    width: 49%;
    font-size: 0.875rem;
    vertical-align: top;
    line-height: 1.3;
    margin: 0px 0.5% 0 0px;
    padding: 0px 0px 0px 15px;
    border-left: 3px solid #006ec8;
    box-sizing: border-box;
}
#bizMenuBox .cont li p.title {
    line-height: 1.3;
    overflow: hidden;
}
#bizMenuBox .cont li p.title .cate.tag {
    display: inline-block;
    margin-bottom: 10px;
}

#bizMenuBox .cont li .title {
    font-weight: bold;
}
#bizMenuBox .cont li .text {
    line-height: 1.5;
    overflow: hidden;
    margin: 0 0 0 71px;
}
#bizMenuBox .cont li .image {
    float: left;
    width: 65px;
    text-align: center;
    margin: 0 10px 8px 0px;
}
#bizMenuBox .cont li a {
   color: #000;
}
#bizMenuBox .cont li a.link {
   color: #006ec8;
}
#bizMenuBox .cont li a:hover {
   color: #0033a8;
   text-decoration: none;
}
@media screen and (max-width: 800px) {

#bizMenuBox {
    padding: 15px 3% 10px 3%;
}
#bizMenuBox .ttl {
    display: block;
    width: auto;
    vertical-align: top;
    text-align: center;
}
#bizMenuBox .ttl h2 {
    text-align: center;
    font-size:  1.25em;
    display: inline-block;
    vertical-align: top;
   margin: 0 24px 0 0;
}
#bizMenuBox .ttl h2 br {
   display: none;
}
#bizMenuBox .ttl .btnMore  {
    display: inline-block;
    vertical-align: top;
}

#bizMenuBox .ttl .btnMore a {
    margin: 0;
    padding: 6px 36px 4px 30px;
}
#bizMenuBox .ttl .elem_flex_justify {
   justify-content: normal;
}
#bizMenuBox .cont {
    display: block;
    width: auto;
    margin-top: 15px;
}
#bizMenuBox .cont ul {
    padding: 0px;
}
#bizMenuBox .cont > ul > li {
    display: block;
    width: 100%;
    margin: 0px 0 10px 0;
    padding: 12px 0px 0px 0px;
    border-left: none;
    border-top: 1px solid #006ec8;
}
#bizMenuBox .cont li[style*="height: 184px;"] {
  height: auto !important;
}
}

/*-----------Main Menu-------------*/
.bmenu_title {
  background-color : #434343;
  color : #FFFFFF;
  padding : 20px 5px 16px;
}
.bmenu_title h2, .bmenu_title h3{
  text-align : center;
  font-size : 1.125em;
  line-height : 1.2;
}

.bmenu_title h2 a,
.bmenu_title h2 a:hover,
.bmenu_title h2 a:visited,
.bmenu_title h2 a:active,
.bmenu_title h3 a,
.bmenu_title h3 a:hover,
.bmenu_title h3 a:visited,
.bmenu_title h3 a:active{
  color : #FFFFFF;
}

.bmenu_items{
  padding:10px;
  background-color: #F0F0F0;
}
.bmenu_items .elem_linkBox_list li.full {
  display: block;
}
.bmenu_items .elem_linkBox_list li.w_half {
  width: 50%;
  box-sizing: border-box;
}
.bmenu_items .elem_linkBox_list li .linkBox {
    padding: 0 0 3px 0;
}
.bmenu_items .elem_text_list ul.col2 li {
    padding-right: 15px;
}

/*-----------Main Banner Slider-------------*/

.jtrMainSlider {
  width : 960px;
  margin : 1px auto 0;
  position : relative;
  background : #282828;
}

.jtrMainVisual ul {
  width : 960px;
  height : 300px;
  overflow : hidden;
  margin : 0;
  padding : 0;
  list-style : none;
  line-height : 0.5;
  
}
.jtrMainVisual ul li {
  float : left;
  width : 960px;
  height : 300px;
}
/* add 20171130*/
.jtrMainVisual ul li a img {
  transition: transform 600ms;
  opacity: 1 !important;
}
.jtrMainVisual ul li a:hover img {
  transform: scale(1.02);
}
/* end */

.jtrMainVisualThumbnail {
  width : 800px;
  height : 50px;
  margin : 10px 80px 10px 60px;
  padding : 0 0 10px;
  overflow : hidden;
}
.jtrMainVisualThumbnail ul {
  margin : 0;
  padding : 0;
}
.jtrMainVisualThumbnail ul li {
  width : 104px; /*7*/
  height : 50px;
  float : left;
  margin : 0 5px;
  list-style : none;
  background-color : #343434;
  color : #C5C5C8;
  line-height : 1.3;
  font-size : 14px;
  text-align : center;
}
.jtrMainVisualThumbnail ul li:hover {
  cursor : pointer;
  background : #243FA1;
}
.jtrMainVisualThumbnail ul li.selected {
  background : #243FA1;
}
.jtrMainVisualThumbnail ul li span {
  width : 104px;
  height : 38px;
  padding : 6px;
  display : table-cell;
  vertical-align : middle;
}

.jtrMainSliderBt {
  overflow : visible;
  line-height : 0.5;
}
.jtrMainSliderBt p:hover {
  cursor : pointer;
  /*opacity : 0.7;*/
  zoom : 1;
}
/* add 20171130*/
.jtrMainSliderBt p {
  transition: transform 600ms;
  opacity: 1 !important;
}
.jtrMainSliderBt p:hover {
  transform: scale(1.05);
}
/* end */
.jtrMainSliderBt .prev {
  position : absolute;
  left : 25px;
  bottom : 20px;
}
.jtrMainSliderBt .next {
  position : absolute;
  right : 60px;
  bottom : 20px;
}
.jtrMainSliderBt .pause {
  position : absolute;
  right : 25px;
  bottom : 20px;
  width: 19px;
  height: 29px;
}
.jtrMainSliderBt .pause a {
  position : relative;
  display: block;
  width: 19px;
  height: 29px;
  text-indent: -10000px;
  overflow: hidden;
}
.jtrMainSliderBt .pause a:before,
.jtrBannerBt .pause a:before {
  content: "";
  position : absolute;
  display: block;
  top: 3px;
  left: 2px;
  width: 10px;
  height: 23px;
  border: 0px solid transparent;
  border-left: 5px solid #a3a3a3;
  transition: 300ms;
}
.jtrMainSliderBt .pause a:after,
.jtrBannerBt .pause a:after {
  content: "";
  position : absolute;
  display: block;
  top: 3px;
  left: 12px;
  width: 5px;
  height: 23px;
  background: #a3a3a3;
  transition: 300ms;
}
.jtrMainSliderBt .pause.paused a:before,
.jtrBannerBt .pause.paused a:before {
  top: 5px;
  width: 0px;
  height: 0px;
  border-width: 10px;
  border-left-width: 16px;
  border-right-width: 0px;
}
.jtrMainSliderBt .pause.paused a:after,
.jtrBannerBt .pause.paused a:after {
  top: 14px;
  width: 0px;
  height: 0px;
}

/*-----------Small Banner Slider-------------*/
.jtrSlidBannerArea {
  width : 960px;
  margin : 15px auto;
  position : relative;
  overflow : visible;
}
.jtrBannerImg .caroufredsel_wrapper {
  margin : 0!important;
}
.jtrBannerImg ul {
  padding : 0;
  line-height : 0.5;
  list-style : none;
  overflow : hidden;
}
.jtrBannerImg ul li {
  float : left;
  margin : 0 1px 0 0;
  width : 239px;
  height : 120px;
  overflow: hidden;
}
.jtrBannerImg ul li a img {
  transition: transform 600ms;
  opacity: 1 !important;
}
.jtrBannerImg ul li a:hover img  {
  transform: scale(1.05);
}
.jtrBannerBt p:hover {
  cursor : pointer;
  zoom : 1;
}
.jtrBannerBt .prev {
  position : absolute;
  top : 45px;
  left : -30px;
}
.jtrBannerBt .next {
  position : absolute;
  top : 20px !important;
  right : -30px;
}
.jtrBannerBt .pause {
  position : absolute;
  top : 70px;
  right : -30px;
  width: 19px;
  height: 29px;
}
.jtrBannerBt .pause a {
  position : relative;
  display: block;
  width: 19px;
  height: 29px;
  text-indent: -10000px;
  overflow: hidden;
}

.jtrBannerBt .pause a:before {
  content: "";
  position : absolute;
  display: block;
  top: 3px;
  left: 2px;
  width: 10px;
  height: 23px;
  border: 0px solid transparent;
  border-left: 5px solid #a3a3a3;
  transition: 300ms;
}
.jtrBannerBt .pause a:after {
  content: "";
  position : absolute;
  display: block;
  top: 3px;
  left: 12px;
  width: 5px;
  height: 23px;
  background: #a3a3a3;
  transition: 300ms;
}
.jtrBannerBt .pause.paused a:before {
  top: 5px;
  width: 0px;
  height: 0px;
  border-width: 10px;
  border-left-width: 16px;
  border-right-width: 0px;
}
.jtrBannerBt .pause.paused a:after {
  top: 14px;
  width: 0px;
  height: 0px;
}

.mm-page li[style*="height"] {
  height: auto !important;
}
