/***********************************************************************
 * #Contents
 ********************************************************************* */
#Contents {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #Contents {
    padding: 150px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents {
    padding: 0 0 35px;
  }
}


/***********************************************************************
 * #Contents #fixmenu
 ********************************************************************* */

 #Contents #fixmenu {
	  position: fixed;
	  background: #222D55;
	  color: #fff;
	  width: 46px;
	  height: auto;
	  z-index: 20;
	  font-size: 1.2rem;
	  top: 240px;
	  right: 0;
	  text-align: center;
	  padding: 15px 0 15px 15px;
  }

  #Contents #fixmenu ul li {
	  width: 33%;
	  height: auto;
	  display: block;
	  line-height: 1.1;
	  border-bottom: solid 1px #fff;
	  text-align: center;
	  color: #fff !important;
	  padding: 10px 0 10px 0;
	  writing-mode:vertical-rl;
	  padding-left: 5px;
  }


  #Contents #fixmenu ul li a {
	  color: #fff;
	  text-decoration: none !important;
  }

    #Contents #fixmenu ul li:last-child {
		border-bottom: none;
	}

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

 #Contents #fixmenu {
 }

}

/***********************************************************************
 * #Contents .mvBlock
 ********************************************************************* */

.mvBlock {
	margin-bottom: 50px;
}

.mv_wrapper {
    margin: 0 auto;
	margin-bottom: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
	z-index: 10;
}
.mv_wrapper ul {
    width: 100%;
    overflow: hidden;
    position: relative;
	backgroung-img: url(./img2/mv_massage.png);
	z-inde: 30;
}
.mv_wrapper ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.mv_wrapper ul li img {
    width: 100%;
}

@media print, screen and (max-width: 768px){

.mvBlock {
	margin-bottom: 20px;
}

 .mv_wrapper {
	margin-bottom: 20px;
 }

}


/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.viewer ul {
    display: inline-block;
    overflow: hidden;
}



/***********************************************************************
 * #Contents .kvBlock
 ********************************************************************* */
#Contents .kvBlock .kvMqMark {
  display: none;
}
#Contents .kvBlock .bx-controls {
  top: 50%;
  width: 100%;
  height: 0;
}
#Contents .kvBlock .bx-controls .bx-pager {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  line-height: 0;
}
#Contents .kvBlock .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
}
#Contents .kvBlock .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  display: inline-block;
  border-radius: 100px;
  background: #EEE;
  text-indent: -9999px;
}
#Contents .kvBlock .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #222D5D;
}
#Contents .kvBlock .bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover {
  opacity: 0.8;
}
#Contents .kvBlock .bx-controls .bx-controls-direction {
  position: absolute;
  width: 100%;
  height: 0;
}
#Contents .kvBlock .bx-controls .bx-controls-direction .bx-prev ,
#Contents .kvBlock .bx-controls .bx-controls-direction .bx-next {
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#Contents .kvBlock .bx-controls .bx-controls-direction .bx-prev:hover ,
#Contents .kvBlock .bx-controls .bx-controls-direction .bx-next:hover {
  opacity: 0.8;
}
#Contents .kvBlock .bx-controls .bx-controls-direction .bx-prev {
  float: left;
  background-image: url(../img/kv_btn_prev.png);
}
#Contents .kvBlock .bx-controls .bx-controls-direction .bx-next {
  float: right;
  background-image: url(../img/kv_btn_next.png);
}
@media print, screen and (min-width: 768px) {
  #Contents .kvBlock {
    position: relative;
    height: 250px;
	margin: 0 auto;
	left: 16%;
  }
  #Contents .kvBlock .kvMqMark {
    font-family: 'pc';
  }
  #Contents .kvBlock .slider > ul {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  #Contents .kvBlock .slider > li {
    margin: 0 30px;
  }
  #Contents .kvBlock .bx-controls .bx-pager {
    top: 50%;
    margin-top: 80px;
	left: -16%;
  }
  #Contents .kvBlock .bx-controls .bx-pager .bx-pager-item {
    margin: 0 5px;
  }
  #Contents .kvBlock .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 13px;
    height: 13px;
  }
  #Contents .kvBlock .bx-controls .bx-controls-direction {
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: -75px;
    max-width: 1350px;
	left: -32%;
  }
  #Contents .kvBlock .bx-controls .bx-controls-direction .bx-prev ,
  #Contents .kvBlock .bx-controls .bx-controls-direction .bx-next {
    width: 50px;
    height: 56px;
  }
}
@media only screen and (min-width: 1215px) {
  #Contents .kvBlock .slider {
    width: 3000% !important;
  }
  #Contents .kvBlock .slider > ul {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  #Contents .kvBlock .slider > li {
    width: auto !important;
    background: #8b8b8b;
  }
  #Contents .kvBlock .slider > li img {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s;
  }
  #Contents .kvBlock .slider > li.inactive img {
    opacity: 0.5;
  }
  #Contents .kvBlock .slider > li.cloneBefore {
    position: absolute !important;
    top: 0;
    left: -1200px;
  }
  #Contents .kvBlock .bx-viewport {
    overflow: visible !important;
  }
}
@media only screen and (min-width: 1215px) and (max-width: 1370px) {
  #Contents .kvBlock .bx-controls .bx-controls-direction {
    max-width: 1200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1214px) {
  #Contents .kvBlock {
    position: relative;
    height: 370px;
	left: 0;
  }
  #Contents .kvBlock .kvMqMark {
    font-family: 'mid';
  }
  #Contents .kvBlock .slideWrapper {
    position: static;
    left: 0;
    margin-left: 0;
    padding: 0;
    width: auto;
  }
  #Contents .kvBlock .slider > ul {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  #Contents .kvBlock .slider > li {
    margin: 0;
  }
  #Contents .kvBlock .slider > li img {
    width: 100%;
  }
  #Contents .kvBlock .bx-controls .bx-pager {
    top: 50%;
    margin-top: 103px;
  }
  #Contents .kvBlock .bx-controls .bx-pager .bx-pager-item {
    margin: 0 5px;
  }
  #Contents .kvBlock .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 13px;
    height: 13px;
  }
  #Contents .kvBlock .bx-controls .bx-controls-direction {
    top: 50%;
    right: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    margin-top: -75px;
    padding: 0 5px;
  }
  #Contents .kvBlock .bx-controls .bx-controls-direction .bx-prev ,
  #Contents .kvBlock .bx-controls .bx-controls-direction .bx-next {
    width: 50px;
    height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .kvBlock {
    margin-bottom: 22px;
  }
  #Contents .kvBlock .kvMqMark {
    font-family: 'sp';
  }
  #Contents .kvBlock .slideWrapper {
    position: relative;
  }
  #Contents .kvBlock .slider > li:not(:first-child) {
    position: absolute;
    top: 0;
  }
  #Contents .kvBlock .bx-controls .bx-pager {
    bottom: 10px;
  }
  #Contents .kvBlock .bx-controls .bx-pager .bx-pager-item {
    margin: 0 2px 0 3px;
  }
  #Contents .kvBlock .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 6px;
    height: 6px;
  }
  #Contents .kvBlock .bx-controls .bx-controls-direction {
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: -28px;
    padding: 0;
  }
  #Contents .kvBlock .bx-controls .bx-controls-direction .bx-prev ,
  #Contents .kvBlock .bx-controls .bx-controls-direction .bx-next {
    width: 45px;
    height: 48px;
    -webkit-background-size: 25px auto;
            background-size: 25px auto;
  }
}

/***********************************************************************
 * #Contents .bnrBlock
 ********************************************************************* */
#Contents .bnrBlock .bnrList > li img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  #Contents .bnrBlock {
    position: relative;
    margin-top: -33px;
    margin-bottom: 50px;
  }
  #Contents .bnrBlock .bnrList > li {
    float: left;
    margin-left: 45px;
    width: 370px;
  }
  #Contents .bnrBlock .bnrList > li:first-child {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1214px) {
  #Contents .bnrBlock .bnrList > li {
    float: left;
    margin-left: 3.75%;
    width: 30.83333%;
  }
  #Contents .bnrBlock .bnrList > li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .bnrBlock {
    margin-bottom: 20px;
  }
  #Contents .bnrBlock .bnrList > li {
    margin-top: 15px;
  }
  #Contents .bnrBlock .bnrList > li:first-child {
    margin-top: 0;
  }
}

/***********************************************************************
 * #Contents .targetSect
 ********************************************************************* */
#Contents .targetSect {
  background: #f0f0f0;
}
#Contents .targetSect .sectMain .btnList > li {
  color: #ffffff;
  text-align: center;
}
#Contents .targetSect .sectMain .btnList > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#Contents .targetSect .sectMain .btnList > li a:hover {
  text-decoration: none;
}
#Contents .targetSect .sectMain .btnList > li .btnInner {
  border-radius: 5px;
  background: #222D5D;
}
@media print, screen and (min-width: 768px) {
  #Contents .targetSect {
    margin-bottom: 70px;
  }
  #Contents .targetSect .sectInner {
    display: table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 13px 1%;
    width: 100%;
    table-layout: fixed;
  }
  #Contents .targetSect .sectTit {
    display: table-cell;
    width: 150px;
    vertical-align: middle;
    font-size: 18px;
  }
  #Contents .targetSect .sectMain {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  #Contents .targetSect .sectMain .btnList > li {
    float: left;
    margin-left: 1%;
    width: 15.5%;
    font-size: 14px;
  }
  #Contents .targetSect .sectMain .btnList > li:first-child {
    margin-left: 0;
  }
  #Contents .targetSect .sectMain .btnList > li .btnInner {
    padding: 6px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .targetSect {
    margin-bottom: 30px;
    padding: 10px 0 15px;
  }
  #Contents .targetSect .sectTit {
    margin-bottom: 8px;
    text-align: center;
    font-size: 1.4rem;
  }
  #Contents .targetSect .sectMain {
    padding: 0 20px;
  }
  #Contents .targetSect .sectMain .btnList {
    margin-top: -5px;
  }
  #Contents .targetSect .sectMain .btnList > li {
    float: left;
    margin-top: 5px;
    margin-left: 2.29508%;
    width: 48.85246%;
    font-size: 1.3rem;
  }
  #Contents .targetSect .sectMain .btnList > li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  #Contents .targetSect .sectMain .btnList > li .btnInner {
    padding: 10px 5px;
  }
}

/***********************************************************************
 * #Contents .grayBg
 ********************************************************************* */
#Contents .grayBg {
  background: #f8f8f8;
}
@media print, screen and (min-width: 768px) {
  #Contents .grayBg {
    margin-bottom: 67px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .grayBg {
    margin-bottom: 35px;
  }
}

/***********************************************************************
 * #Contents .grayBg2
 ********************************************************************* */

#Contents .grayBg2 {
  background: #f3f3f3;
}
@media print, screen and (min-width: 768px) {
  #Contents .grayBg2 {
    margin-bottom: 67px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .grayBg2 {
    margin-bottom: 35px;
  }
}


/***********************************************************************
 * #Contents .examSect
 ********************************************************************* */



@media print, screen and (min-width: 768px) {
  #Contents .examSect {
    padding: 50px 0 50px;
  }

  #Contents .examSect .textArea{
	  width: 60%;
	  float: left;
	  position: relative;
  }

  #Contents .examSect .textArea .sectTit {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 0.02em;
    font-size: 30px;
  }
  #Contents .examSect .textArea .sectTit:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: #f3f3f3;
    content: '';
  }
  #Contents .examSect .textArea .sectTit .titInner {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    background: #f3f3f3;
  }

  #Contents .examSect .textArea .sectMain{
	  display: block;
  }

  #Contents .examSect .textArea .sectMain .examNews{
	  width: 90%;
	  height: 220px;
	  overflow: scroll;
  }

  #Contents .examSect .textArea .sectMain .examNews li{
	  background-color:#fff;
	  padding: 15px 20px;
	  margin-bottom: 15px;
	  height: auto;
  }

  #Contents .examSect .photoArea{
	  width: 40%;
	  float: left;
	  background: url(../img/examphoto.jpg);
	  overflow: hidden;
	  height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  #Contents .examSect {
    padding: 50px 0 50px;
  }

  #Contents .examSect .textArea .sectTit {
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 0.02em;
    font-size: 2.5rem;
  }

  #Contents .examSect .textArea .sectMain{
	  display: block;
  }

  #Contents .examSect .textArea .sectMain .examNews{
	  width: 100%;
	  height: 180px;
	  overflow: scroll;
	  -webkit-overflow-scrolling: touch;
  }

  #Contents .examSect .textArea .sectMain .examNews li{
	  background-color:#fff;
	  padding: 15px 20px;
	  margin-bottom: 15px;
	  height: auto;
  }
}

/***********************************************************************
 * #Contents .topicSect
 ********************************************************************* */
#Contents .topicSect .sectMain .checkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 20px;
  width: 90%;
  margin: 0 auto;
}

#Contents .topicSect .sectMain .checkList li {
  width: calc((100% - 60px) / 4);
}

#Contents .topicSect .sectMain .checkList li label {
  position: relative;
  cursor: pointer;
}
#Contents .topicSect .sectMain .checkList li input {
  position: absolute;
  opacity: 0;
}
#Contents .topicSect .sectMain .checkList li .txt {
  display: inline-block;
  background: url(../img/topic_img_check_off.png) left center no-repeat;
}
#Contents .topicSect .sectMain .checkList li .txt:before {
  display: none;
  content: url(../img/topic_img_check_on.png);
}
#Contents .topicSect .sectMain .checkList li input:checked + .txt {
  background-image: url(../img/topic_img_check_on.png);
}
#Contents .topicSect .sectMain .allBtn {
  color: #ffffff;
}
#Contents .topicSect .sectMain .allBtn a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#Contents .topicSect .sectMain .allBtn .btnInner {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background: #222D5D;
  text-align: center;
}
#Contents .topicSect .sectMain .allBtn .btnInner:before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  background: url(../common/img/icn_block01.png) no-repeat;
  content: '';
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  #Contents .topicSect {
    padding: 70px 0 75px;
  }
  #Contents .topicSect .sectTit {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 0.02em;
    font-size: 30px;
  }
  #Contents .topicSect .sectTit:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: #c2c2c2;
    content: '';
  }
  #Contents .topicSect .sectTit .titInner {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    background: #f8f8f8;
  }
  #Contents .topicSect .sectMain {
    position: relative;
  }
  #Contents .topicSect .sectMain .checkList {
    margin-bottom: 40px;
    /* text-align: center; */
  }
  #Contents .topicSect .sectMain .checkList li {
    display: inline-block;
    /* margin: 0 17px; */
    font-size: 20px;
  }
  #Contents .topicSect .sectMain .checkList li .txt {
    padding-left: 30px;
    -webkit-background-size: 31px auto;
            background-size: 31px auto;
    line-height: 34px;
  }
  #Contents .topicSect .sectMain .allBtn {
    position: absolute;
    top: -40px;
    right: 0;
  }
  #Contents .topicSect .sectMain .allBtn .btnInner {
    padding: 2px;
    width: 100px;
    font-size: 12px;
  }
  #Contents .topicSect .sectMain .allBtn .btnInner:before {
    margin-right: 4px;
    width: 11px;
    height: 11px;
    -webkit-background-size: 11px auto;
            background-size: 11px auto;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .topicSect {
    padding: 30px 0;
  }
  #Contents .topicSect .sectTit {
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 0.02em;
    font-size: 2.5rem;
  }
  #Contents .topicSect .sectMain .checkWrapper {
    text-align: center;
    line-height: 1;
  }
  #Contents .topicSect .sectMain .checkList {
    /* display: inline-block; */
    /* max-width: 225px; */
    text-align: left;
    margin-bottom: 24px;
  }
  #Contents .topicSect .sectMain .checkList li {
    /* float: left; */
    margin-bottom: 10px;
    letter-spacing: -0.05em;
    font-size: 1.4rem;
    width: calc((100% - 20px) / 2) !important;
  }
  #Contents .topicSect .sectMain .checkList li:nth-child(odd) {
    width: 63%;
  }
  #Contents .topicSect .sectMain .checkList li:nth-child(even) {
    width: 37%;
  }
  #Contents .topicSect .sectMain .checkList li .txt {
    padding-left: 22px;
    -webkit-background-size: 21px auto;
            background-size: 21px auto;
    line-height: 23px;
  }
  #Contents .topicSect .sectMain .allBtn {
    margin-bottom: 25px;
  }
  #Contents .topicSect .sectMain .allBtn .btnInner {
    padding: 16px 5px;
  }
  #Contents .topicSect .sectMain .allBtn .btnInner:before {
    margin-right: 7px;
    width: 14px;
    height: 14px;
    -webkit-background-size: 14px auto;
            background-size: 14px auto;
  }
}
/* add 20160620 */
.modTopics_txtCol a {
	display: inline-block;
	text-decoration: underline;
}
.modTopics_txtCol a:hover {
	font-weight: bold;
	text-decoration: none;
}



/***********************************************************************
 * #Contents .depBlock
 ********************************************************************* */
.depBlock {
	margin-bottom: 80px;
}

  #Contents .depBlock .sectTit {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 0.02em;
    font-size: 30px;
  }
  #Contents .depBlock .sectTit:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: #c2c2c2;
    content: '';
  }
  #Contents .depBlock .sectTit .titInner {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    background: #fff;
  }

  @media only screen and (max-width: 767px) {


  #Contents .depBlock .sectTit {
    font-size: 18px;
    margin-bottom: 2px;
  }
  #Contents .depBlock .sectTit .titInner {
    padding: 0 20px;
  }

  }

  #Contents .depBlock .department_name {
  position: relative;
  overflow: hidden;
  width: 25%;
  height: 190px;
  text-align: center;
  float: left;
  background: url(../img/dep_arrow.png) 50% 80% no-repeat rgba(34,46,85);
}

  #Contents .depBlock .department_name_text {
  font-size: 1.5rem;
  color: #fff;
  margin: 0 auto;
  margin-top: 60px;
  display: block;
  }


.figure {
  position: relative;
  overflow: hidden;
  width: 25%;
  float: left;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(34,46,85,.5);
  -webkit-transition: .2s;
  transition: .3s;
  opacity: 0.9;
}

figcaption p {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 80px;
  line-height: 1.1em;
}

figcaption p .text_min09 {
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 5px;
  top: -100%;
  left: 0;
  opacity: 0.8;
}


.figure:hover figcaption {
  top: -100%;
  left: 0;
}


@media only screen and (max-width: 767px) {

  #Contents .depBlock .department_name {
  width: 50%;
  height: 95px;
}

.figure {
  width: 50%;
}

figcaption p {
  font-size: 1.2rem;
  margin-top: 40%;
  line-height: 1.1;
}

}


@media only screen and (max-width: 767px) {

.pcOnly {
	display: none;
}

}


@media only screen and (max-width: 767px) {

.pcOnly {
	display: none;
}

}

@media print, screen and (min-width: 768px){
.spOnly {
	display: none;
}
}



/***********************************************************************
 * #Contents .slideBlock
 ********************************************************************* */
#Contents .slideBlock .slideWrapper {
  position: relative;
}
#Contents .slideBlock .bx-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
#Contents .slideBlock .bx-controls .bx-controls-direction .bx-prev ,
#Contents .slideBlock .bx-controls .bx-controls-direction .bx-next {
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#Contents .slideBlock .bx-controls .bx-controls-direction .bx-prev:hover ,
#Contents .slideBlock .bx-controls .bx-controls-direction .bx-next:hover {
  opacity: 0.8;
}
#Contents .slideBlock .bx-controls .bx-controls-direction .bx-prev {
  float: left;
  background-image: url(../img/slide_btn_prev.png);
}
#Contents .slideBlock .bx-controls .bx-controls-direction .bx-next {
  float: right;
  background-image: url(../img/slide_btn_next.png);
}
@media print, screen and (min-width: 768px) {
  #Contents .slideBlock .slider > li {
    float: left;
    margin-left: 20px;
    width: 285px;
  }
  #Contents .slideBlock .slider > li:nth-child(4n+1) {
    margin-left: 0;
  }
  #Contents .slideBlock .slider > li img {
    width: 100%;
  }
  #Contents .slideBlock .bx-viewport .slider > li {
    margin-left: 0;
  }
  #Contents .slideBlock .bx-controls {
    margin-top: -15px;
  }
  #Contents .slideBlock .bx-controls .bx-controls-direction .bx-prev ,
  #Contents .slideBlock .bx-controls .bx-controls-direction .bx-next {
    width: 27px;
    height: 31px;
    -webkit-background-size: 27px auto;
            background-size: 27px auto;
  }
  #Contents .slideBlock .bx-controls .bx-controls-direction .bx-prev {
    margin-left: -13px;
  }
  #Contents .slideBlock .bx-controls .bx-controls-direction .bx-next {
    margin-right: -13px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1244px) {
  #Contents .slideBlock {
    padding: 0 13px;
  }
  #Contents .slideBlock .slider > li {
    margin-left: 1.66666%;
    width: 23.75%;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .slideBlock .slider > li {
    float: left;
    margin-left: 4%;
    width: 48%;
  }
  #Contents .slideBlock .slider > li:nth-child(2n+1) {
    margin-left: 0;
  }
  #Contents .slideBlock .slider > li img {
    width: 100%;
  }
  #Contents .slideBlock .bx-viewport .slider > li {
    margin-left: 0;
  }
  #Contents .slideBlock .bx-controls {
    margin-top: -13px;
  }
  #Contents .slideBlock .bx-controls .bx-controls-direction .bx-prev ,
  #Contents .slideBlock .bx-controls .bx-controls-direction .bx-next {
    width: 23px;
    height: 26px;
    -webkit-background-size: 23px auto;
            background-size: 23px auto;
  }
  #Contents .slideBlock .bx-controls .bx-controls-direction .bx-prev {
    margin-left: -11px;
  }
  #Contents .slideBlock .bx-controls .bx-controls-direction .bx-next {
    margin-right: -11px;
  }
}




/***********************************************************************
 * #Contents emergency-wrap
 ********************************************************************* */

#emergency-wrap {
	width: 100%;
	margin-bottom: 40px;
    margin-top: -20px;
    position: relative;
}

#emergency-wrap table {
	border: 1px solid #cf1126;
}

#emergency-wrap table th.ttl {
	width: 20%;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #cf1126;
	padding: 20px;
	vertical-align: middle;
}

#emergency-wrap table td.e-news-list {
	padding: 20px;
	box-sizing: border-box;
	font-size: 17px;
	color: #cf1126;
}

#emergency-wrap table td.e-news-list span {
	margin-right: 20px;
	font-size: 15px;
}

#emergency-wrap table td.e-news-list a {
	text-decoration: none;
	color: #cf1126;
}

#emergency-wrap table td.e-news-list a:hover {
	opacity: 0.8;
}

#emergency-wrap table td.e-news-list li {
	margin-bottom: 5px;
}


@media only screen and (max-width: 767px) {
	#emergency-wrap {
		margin-top: 20px;
		margin-bottom:  20px;
	}

	#emergency-wrap table th.ttl {
		width: 100%;
		display: block;
		padding: 6px;
		font-size: 1.4rem;
	}

	#emergency-wrap table td.e-news-list {
		width: 100%;
		display: block;
		font-size: 1.4rem;
		padding: 6px 15px;
		line-height: 1.3;
	}

	#emergency-wrap table td.e-news-list span {
		display: block;
		font-size: 1.4rem;
		margin-bottom: 3px;
	}

	.jsSlideBtn a:link{
		color: #fff;
	}


}



/***********************************************************************
 * add 2021/12/23
 ********************************************************************* */
.mvBlock img {
	max-width: 100%;
}
.kvBlock img {
	width: 100%;
	max-width: 600px;
}
.mvBlock .sto a {
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.mvBlock .sto a + a {
	left: 50%;
}



/***********************************************************************
 * add 2025/05/16
 ********************************************************************* */
.flex-row-bnr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

.flex-row-bnr a {
  width: calc(50% - 10px);
}

.flex-row-bnr img {
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .flex-row-bnr {
    flex-direction: column;
  }

  .flex-row-bnr a {
    width: 100%;
  }
}