@charset "UTF-8";
.trans {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*! ========================================
このCSSファイルはSassから生成しております。
編集する際はSassファイルより編集を行ってください。
========================================= */
.pcCnt {
  display: block;
}

.spCnt {
  display: none;
}

#wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/*===========================================
	headerArea
=============================================*/
#headerArea,
#headerArea * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#headerArea:before,
#headerArea:after,
#headerArea #headerBox:before,
#headerArea #headerBox:after,
#headerArea #headerBox #logo:before,
#headerArea #headerBox #logo:after,
#headerArea #headerBox #searchArea:before,
#headerArea #headerBox #searchArea:after {
  content: " ";
  display: table;
}

#headerArea:after,
#headerArea #headerBox:after,
#headerArea #headerBox #logo:after,
#headerArea #headerBox #searchArea:after {
  clear: both;
}

#headerArea {
  width: 100%;
  background: #000;
  padding: 25px 0;
}

#headerArea #headerBox {
  max-width: 1190px;
  width: 96% !important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
}

#headerArea #headerBox #logo {
  width: 100px;
  margin-top: 13px;
  line-height: 0px;
  float: left;
}

#headerArea #headerBox #searchArea {
  width: auto;
  float: right;
  font-size: 12px;
  margin-top: 4px;
}

#headerArea #headerBox #searchArea a {
  color: #fff;
  padding: 0 5px;
}

#headerArea #headerBox #searchArea a:hover,
#headerArea #headerBox #searchArea a:active {
  text-decoration: underline;
}

#headerArea #headerBox #searchArea img {
  vertical-align: middle;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#headerArea #headerBox #searchArea a img:hover,
#headerArea #headerBox #searchArea a img:active {
  opacity: .75;
}

/*===========================================
	subHeader
=============================================*/
#subHeaderArea, #subHeaderArea * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subHeaderArea {
  width: 100%;
  border-bottom: 2px solid #999999;
}
#subHeaderArea #subHeaderBox {
  max-width: 1190px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0 15px;
  line-height: 0;
}
#subHeaderArea #subHeaderBox img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}

/*===========================================
	topicpath
=============================================*/
ul#topicpath {
  max-width: 1190px;
  width: 96%;
  margin: 0px auto;
  padding: 10px 0px 0px 0px;
  text-align: left;
  font-size: 12px;
  overflow: hidden;
  *zoom: 1;
}
ul#topicpath li {
  display: inline;
  line-height: 100%;
  list-style-type: none;
}
ul#topicpath li a:after {
  content: url(../../img/arrow_path.gif);
  padding: 0 5px 0 8px;
}

/*===========================================
	navArea
=============================================*/
#navArea {
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
#navArea ul {
	display: table;
}
#navArea ul li {
	display: table-cell;
	padding-right: 30px;
	font-weight: bold;
}
#navArea ul li a {
	color: #333333;
}
#navArea ul li a:hover {
	color: #386DD4;
}

#navAreaSp, #navAreaSp * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#navAreaSp {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#navAreaSp ul.menu {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: -80%;
  width: 80%;
  height: 100vh;
  /* height: calc(100vh - 200px); */
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: .3s;
  z-index: 10;
}

#navAreaSp ul.menu.open {
  right: 0;
}

#navAreaSp ul.menu li {
  background-color: transparent;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.25rem;
  padding: 0;
  font-weight: normal;
}

#navAreaSp ul.menu li a {
  display: block;
  color: #efefef;
  width: 100%;
  padding: 1rem 0;
}

#navAreaSp ul.menu li a:hover {
  background-color: rgba(56, 109, 212, 0.7);
}

#navAreaSp button {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

#navAreaSp button.btn-hamberger {
  position: absolute;
  top: -56px;
  right: 16px;
  z-index: 100;
  width: 32px;
  height: 32px;
}

#navAreaSp button.btn-hamberger .btn-line {
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #333;
  transition: .2s;
}

#navAreaSp button.btn-hamberger .btn-line:before,
#navAreaSp button.btn-hamberger .btn-line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  transition: .5s;
}

#navAreaSp button.btn-hamberger .btn-line:before {
  transform: translateY(-12px);
}

#navAreaSp button.btn-hamberger .btn-line:after {
  transform: translateY(12px);
}

#navAreaSp button.btn-hamberger .btn-line.open {
  background-color: transparent;
}

#navAreaSp button.btn-hamberger .btn-line.open:before {
  transform: rotate(45deg);
}

#navAreaSp button.btn-hamberger .btn-line.open:after {
  transform: rotate(-45deg);
}

@media (min-width: 560px) {
  #navAreaSp ul.menu {
    right: -70%;
    width: 70%;
  }
}

@media (min-width: 960px) {
  #navAreaSp {
    padding: 0.75rem 0;
  }

  #navAreaSp ul.menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
    position: static;
    margin-left: 0;
    width: auto;
    height: auto;
  }

  #navAreaSp ul.menu li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    font-weight: bold;
    width: auto;
  }

  #navAreaSp ul.menu li a {
    color: #333333;
    padding: 0.5rem 0;
  }

  #navAreaSp ul.menu li a:hover {
    color: #386DD4;
    background-color: transparent;
  }

  #navAreaSp button.btn-hamberger {
    display: none;
  }
}


/*===========================================
	タイトル
=============================================*/
.solid_b_title {
  padding-top: 2px;
  padding-bottom: 10px;
  border-bottom: solid 1px #999999;
}

.solid_b_title2 {
  padding-top: 2px;
  padding-bottom: 15px;
  border-bottom: solid 2px #999999;
}

.linkTitle {
  width: 100%;
  display: table;
}
.linkTitle span {
  vertical-align: middle;
  display: table-cell;
	width: 100%;
}
.linkTitle span:last-child {
  width: 25px;
}

.title2gyo span {
  display: block;
}

/*===========================================
	newsArea
=============================================*/
.newsArea li {
  margin-bottom: 5px;
  overflow: hidden;
  *zoom: 1;
}
.newsArea li .day {
  width: 10%;
  float: left;
}
.newsArea li .txt {
  width: 90%;
  float: left;
}

hr.hrBlue {
  height: 10px;
  padding: 0;
  border: none;
  background: #D4ECF1;
}

/*===========================================
	newsArea2
=============================================*/
.newsArea2 {
  width: 100%;
  border-top: solid 1px #999999;
}
.newsArea2 > li {
  padding: 15px;
  border-bottom: solid 1px #999999;
  overflow: hidden;
  *zoom: 1;
}
.newsArea2 > li > .day {
  width: 80px;
  float: left;
}
.newsArea2 > li > .txt {
  width: 1000px;
  float: right;
}

/*===========================================
	フレックスボックス
=============================================*/
/* flexBoxKinto */
.flexBoxKinto {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -js-display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

/* 20191119 */
#mainCntArea .baseCntArea .languageArea ul.flexBoxKinto {
  -webkit-justify-content: flex-start !important;
  -moz-justify-content: flex-start !important;
  justify-content: flex-start !important;
}

.flexBoxKinto::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.flexBoxKinto::after {
  content: "";
  display: block;
  width: 23%;
}

/* flexBoxKinto */
.flexBoxGroup {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -js-display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

/* flexBoxYoko */
.flexBoxYoko {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

/*===========================================
	flexBoxTate
=============================================*/
.flexBoxTate {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column;
}

/* フレックスのジュウン版 */
.order0 {
  order: 0;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.order3 {
  order: 3;
}

.order4 {
  order: 4;
}

.order5 {
  order: 5;
}

.order6 {
  order: 6;
}

.order7 {
  order: 7;
}

.order8 {
  order: 8;
}

.order9 {
  order: 9;
}

.order10 {
  order: 10;
}

.order11 {
  order: 11;
}

.order12 {
  order: 12;
}

.order13 {
  order: 13;
}

.order14 {
  order: 14;
}

.order15 {
  order: 15;
}

.order16 {
  order: 16;
}

.order17 {
  order: 17;
}

.order18 {
  order: 18;
}

.order19 {
  order: 19;
}

.order20 {
  order: 20;
}

.order21 {
  order: 21;
}

.order22 {
  order: 22;
}

.order23 {
  order: 23;
}

.order24 {
  order: 24;
}

.order25 {
  order: 25;
}

.order26 {
  order: 26;
}

.order27 {
  order: 27;
}

.order28 {
  order: 28;
}

.order29 {
  order: 29;
}

.order30 {
  order: 30;
}

.order31 {
  order: 31;
}

.order32 {
  order: 32;
}

.order33 {
  order: 33;
}

.order34 {
  order: 34;
}

.order35 {
  order: 35;
}

.order36 {
  order: 36;
}

.order37 {
  order: 37;
}

.order38 {
  order: 38;
}

.order39 {
  order: 39;
}

.order40 {
  order: 40;
}

.order41 {
  order: 41;
}

.order42 {
  order: 42;
}

.order43 {
  order: 43;
}

.order44 {
  order: 44;
}

.order45 {
  order: 45;
}

.order46 {
  order: 46;
}

.order47 {
  order: 47;
}

.order48 {
  order: 48;
}

.order49 {
  order: 49;
}

.order50 {
  order: 50;
}

/*===========================================
	mainCntArea
=============================================*/
#mainCntArea {
  width: 98%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
}
@media (min-width: 1200px) {
  #mainCntArea {
    width: 1190px;
  }
}
/*===========================================
	wakuArea
=============================================*/
.wakuArea {
  background: #F5F5F5;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*===========================================
	frameBorderArea
=============================================*/
.frameBorderArea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border-style: solid;
  border-width: 3px;
  border-radius: 0.3rem;
  padding: 20px 25px;
}

.frameBorderArea.borderRed {
  border-color: #c00;
}

/*===========================================
	listTbl
=============================================*/
.listTbl {
  display: table;
}
.listTbl li {
  display: table-cell;
  padding-right: 30px;
  vertical-align: middle;
}

/*===========================================
	bnrTbl 2017/7/25追加
=============================================*/
dl.bnrTbl {
  display: table;
}
dl.bnrTbl dt, dl.bnrTbl dd {
  display: table-cell;
  padding-right: 30px;
  vertical-align: middle;
}

/*===========================================
	footer
=============================================*/
#footerArea {
  width: 100%;
  margin-top: 80px;
  padding: 20px 0;
  background: #000000;
  color: #fff;
}
#footerArea #footerBox {
  max-width: 1190px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
}
#footerArea #footerBox .leftArea {
  width: 60%;
  float: left;
}
#footerArea #footerBox .leftArea .left {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}
#footerArea #footerBox .leftArea a {
  color: #fff;
}
#footerArea #footerBox .rightArea {
  width: 170px;
  float: right;
}
#footerArea #footerBox .rightArea a {
  color: #fff;
}

/*#footerArea #footerBox .leftArea .footerNavi {
  overflow: hidden;
  *zoom: 1;
  font-size: 12px;
}
#footerArea #footerBox .leftArea .footerNavi li {
  margin-right: 20px;
  float: left;
}
#footerArea #footerBox .leftArea .footerNavi li a {
  color: #fff;
}*/
/*===========================================
	selectLanguage
=============================================*/
.selectLanguage {
  width: 170px;
  background: #4f4c53 none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  height: 2.5em;
  padding: 0.8em 0 0;
  text-align: center;
}
.selectLanguage option {
  background: #4f4c53 none repeat scroll 0 0;
  padding: 6px 10px;
  text-align: center;
  font-size: 12px;
}
.selectLanguage a {
  display: block;
  color: #fff;
}

/*===========================================
	threeTbl
=============================================*/
.threeTbl {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #999999;
  overflow: hidden;
  *zoom: 1;
}
.threeTbl .leftArea {
  width: 200px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.threeTbl .rightArea {
  width: 940px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.threeTbl .rightArea ul.listTbl {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #999999;
  display: table;
}
.threeTbl .rightArea ul.listTbl li {
  display: table-cell;
  vertical-align: top;
}
.threeTbl .rightArea ul.listTbl li:first-child {
  width: 340px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.threeTbl .rightArea ul.listTbl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

/*===========================================
	threeTblNum
=============================================*/
.threeTblNum {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #999999;
  overflow: hidden;
  *zoom: 1;
}
.threeTblNum .leftArea {
  width: 60px;
  padding: 15px 0px 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.threeTblNum .rightArea {
  width: 1080px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.threeTblNum .rightArea ul.listTbl {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #999999;
  display: table;
}
.threeTblNum .rightArea ul.listTbl li {
  display: table-cell;
  vertical-align: top;
}
.threeTblNum .rightArea ul.listTbl li:first-child {
  width: 340px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.threeTblNum .rightArea ul.listTbl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

/*===========================================
	tblArea
=============================================*/
.tblArea {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #999999;
  overflow: hidden;
  *zoom: 1;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tblArea .dtTitle {
  width: 200px;
  float: left;
}

/* dtTblTwo */
.dtTblTwo {
  width: 900px;
  float: right;
}
.dtTblTwo dt, .dtTblTwo dd {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #999999;
}
.dtTblTwo dt {
  width: 320px;
}
.dtTblTwo dd {
  width: 580px;
}
.dtTblTwo dt.lineNone, .dtTblTwo dd.lineNone {
  border-bottom: none;
  margin-bottom: 0px;
}

/* dtTblOne */
.dtTblOne {
  width: 100%;
  border-top: solid 1px #999999;
  padding-top: 15px;
}
.dtTblOne dt, .dtTblOne dd {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #999999;
}
.dtTblOne dt {
  width: 360px;
}
.dtTblOne dd {
  width: 780px;
}
.dtTblOne dt.lineNone, .dtTblOne dd.lineNone {
  border-bottom: none;
  margin-bottom: 0px;
}

/*===========================================
	universalTbl
=============================================*/
table.universalTbl {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
table.universalTbl caption {
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
}
table.universalTbl tr {
  background: #fff;
}
table.universalTbl th, table.universalTbl td {
  text-align: left;
}
table.universalTbl th {
  padding: 7px 15px;
  background: #666666;
  color: #fff;
}
table.universalTbl td {
  padding: 15px;
  border-bottom: 1px solid #999999;
}
table.universalTbl td:nth-child(1) {
  width: 30%;
}
table.universalTbl td:nth-child(2) {
  width: 20%;
}
table.universalTbl td:nth-child(3) {
  width: 50%;
}
table.universalTbl3col {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
table.universalTbl3col caption {
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
}
table.universalTbl3col tr {
  background: #fff;
}
table.universalTbl3col th, table.universalTbl3col td {
  text-align: left;
}
table.universalTbl3col th {
  padding: 7px 15px;
  background: #666666;
  color: #fff;
}
table.universalTbl3col td {
  padding: 15px;
  border-bottom: 1px solid #999999;
}
table.universalTbl3col th:nth-child(1), table.universalTbl3col td:nth-child(1) {
  width: 50%;
}
table.universalTbl3col th:nth-child(2), table.universalTbl3col td:nth-child(2), table.universalTbl3col th:nth-child(3), table.universalTbl3col td:nth-child(3) {
  width: 25%;
  text-align: center;
}
table.universalTbl4col {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
table.universalTbl4col caption {
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
}
table.universalTbl4col tr {
  background: #fff;
}
table.universalTbl4col th, table.universalTbl4col td {
  text-align: left;
}
table.universalTbl4col th {
  padding: 7px 15px;
  background: #666666;
  color: #fff;
}
table.universalTbl4col td {
  padding: 15px;
  border-bottom: 1px solid #999999;
}
table.universalTbl4col th:nth-child(1), table.universalTbl4col td:nth-child(1) {
  width: 50%;
}
table.universalTbl4col th:nth-child(2), table.universalTbl4col td:nth-child(2), table.universalTbl4col th:nth-child(3), table.universalTbl4col td:nth-child(3), table.universalTbl4col th:nth-child(4), table.universalTbl4col td:nth-child(4) {
  width: 16%;
  text-align: center;
}

/* 2017/7/24追加 */
/*===========================================
	twoTbl
=============================================*/
.twoTbl {
  width: 100%;
  border-top: solid 1px #999999;
}
.twoTbl > li {
  padding: 15px;
  border-bottom: solid 1px #999999;
  overflow: hidden;
  *zoom: 1;
}
.twoTbl > li > .title {
  width: 335px;
  float: left;
}
.twoTbl > li > .txt {
  width: 750px;
  float: right;
}

/*===========================================
	baseCntArea
=============================================*/
.baseCntArea {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

/*===========================================
	seriesTbl
=============================================*/
.seriesTbl {
  border-top: solid 1px #999999;
}
.seriesTbl > li {
  border-bottom: solid 1px #999999;
  /* titleArea */
}
.seriesTbl > li > a {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.seriesTbl > li a.arrowDown:after {
  font-family: 'FontAwesome';
  content: "\f107";
}
.seriesTbl > li a:hover {
  color: #386DD4;
  background: #DFDFDF;
}

.seriesTbl > li > h2 > button {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  width: 100%;
  padding: 20px;
	color: #386DD4;
  font-size: 20px;
	font-family: inherit;
  font-weight: bold;
  position: relative;
	text-align: left;
}

.seriesTbl > li > h2 > button:hover,
.seriesTbl > li > h2 > button:focus-visible {
  background: #DFDFDF;
}

.seriesTbl > li .active {
  background: #DFDFDF;
}
.seriesTbl > li .titleArea {
  padding-left: 20px;
  padding-right: 20px;
  background: #DFDFDF;
}

/*===========================================
	lineパーツ
=============================================*/
.lineTop {
  border-top: solid 1px #999999;
  padding-top: 10px;
}

/*===========================================

=============================================*/
.imgIcon {
  width: auto;
  height: 25px;
  margin: 0 3px;
  vertical-align: middle;
}
.imgIcon.size_auto {
  height: auto;
  max-width: 100%;
}

.imgMax {
  max-width: 100%;
  height: auto;
}

@media (max-width: 740px) {
  .pcCnt {
    display: none;
  }

  .spCnt {
    display: block;
  }

  .w855 {
    width: 100%;
    height: auto;
  }

/*===========================================
		headerArea
=============================================*/
  #headerArea #headerBox {
    width: 100%;
  }
 #headerArea #headerBox #logo {
    width: 180px;
    /*margin-left: auto;*/
    margin-right: auto;
    margin-top: 0;
    /*float: none;*/
    text-align: left;
  }
  #headerArea #headerBox #logo img {
    width: 50%;
    height: auto;
  }
  #headerArea #headerBox #searchArea {
    /*width: 96%;*/
    width: auto;
    /*margin-top: 10px;*/
    margin-left: auto;
    margin-top: 0;
    /*margin-right: auto;*/
    /*float: none;*/
    text-align: right;
  }
  #headerArea #headerBox #searchArea a {
    display: block;
  }
  #headerArea #headerBox #searchArea a.head_IE_logo {
    margin-bottom: 10px;
  }

  /*===========================================
    	subHeader
    =============================================*/
  #subHeaderArea #subHeaderBox {
    width: 92%;
    padding-right: 40px;
  }

  /*===========================================
    	topicpath
    =============================================*/
  ul#topicpath {
    display: none;
  }

  /*===========================================
    	navArea
    =============================================*/
  #navArea {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #navArea ul {
    overflow: hidden;
    *zoom: 1;
    display: block;
  }
  #navArea ul li {
    width: 33.3%;
    padding: 10px 0;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    background: #333333;
  }
  #navArea ul li a {
    display: block;
    color: #fff;
  }
  #navArea ul li a:hover {
    color: #386DD4;
  }

  /*===========================================
    	mainCntArea
    =============================================*/
  #mainCntArea {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  /*===========================================
    	listTbl
    =============================================*/
  .listTbl {
    display: block;
    overflow: hidden;
    *zoom: 1;
  }
  .listTbl li {
    display: block;
    float: left;
    padding-right: 0px;
  }
  .listTbl li:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
  .listTbl li:nth-child(2) {
    width: 100%;
    padding-right: 4%;
  }
  .listTbl li:nth-child(3) {
    width: 100%;
  }

  /*===========================================
    	newsArea
    =============================================*/
  .newsArea li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dotted 1px #666666;
  }
  .newsArea li .day, .newsArea li .txt {
    width: 100%;
    float: none;
  }

  /*===========================================
    	newsArea2
    =============================================*/
  .newsArea2 > li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dotted 1px #666666;
  }
  .newsArea2 > li > .day, .newsArea2 > li > .txt {
    width: 100%;
    float: none;
  }

  /*===========================================
    	footer
    =============================================*/
  #footerArea #footerBox {
    width: 92%;
  }
  #footerArea #footerBox .leftArea {
    width: 100%;
    float: none;
  }
  #footerArea #footerBox .leftArea .footerNavi {
    overflow: hidden;
    *zoom: 1;
    font-size: 12px;
  }
  #footerArea #footerBox .leftArea .footerNavi li {
    margin-right: 20px;
    float: left;
  }
  #footerArea #footerBox .leftArea .footerNavi li a {
    color: #fff;
  }
  #footerArea #footerBox .rightArea {
    width: 100%;
    margin-bottom: 20px;
    float: none;
    text-align: left;
  }
  #footerArea #footerBox .rightArea .selectLanguage {
    margin: 0;
  }

  /*===========================================
    	threeTbl
    =============================================*/
  .threeTbl {
    width: 100%;
    margin-bottom: 30px;
    border-top: none;
  }
  .threeTbl .leftArea {
    width: 100%;
    padding: 10px 0px;
    font-weight: bold;
    float: none;
  }
  .threeTbl .rightArea {
    width: 100%;
    padding: 0px;
    float: none;
  }
  .threeTbl .rightArea ul.listTbl {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #999999;
    display: block;
  }
  .threeTbl .rightArea ul.listTbl li {
    width: 100%;
    display: block;
  }
  .threeTbl .rightArea ul.listTbl li:first-child {
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0;
    background: #666666;
    padding: 3px 5px;
    color: #fff;
  }

  /*===========================================
    	threeTblNum
    =============================================*/
  .threeTblNum {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    display: table;
  }
  .threeTblNum .leftArea {
    display: table-cell;
    vertical-align: top;
    padding: 0;
    float: none;
  }
  .threeTblNum .rightArea {
    display: table-cell;
    padding: 0;
    float: none;
  }
  .threeTblNum .rightArea ul.listTbl {
    width: 100%;
    margin-bottom: 15px;
    padding: 0px 0px 15px 0px;
    border-bottom: solid 1px #999999;
    display: table;
  }
  .threeTblNum .rightArea ul.listTbl li {
    display: table-cell;
    vertical-align: top;
    padding: 0;
  }
  .threeTblNum .rightArea ul.listTbl li:first-child {
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
  }
  .threeTblNum .rightArea ul.listTbl:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }

  /*===========================================
    	baseCntArea
    =============================================*/
  .baseCntArea {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  /*===========================================
    	twoTbl
    =============================================*/
  .twoTbl {
    width: 100%;
  }
  .twoTbl > li {
    padding: 15px 0px;
  }
  .twoTbl > li > .title {
    width: 100%;
    float: none;
    font-weight: bold;
  }
  .twoTbl > li > .txt {
    width: 100%;
    float: none;
  }

  /*===========================================
    	universalTbl
    =============================================*/
  table.universalTbl th:nth-child(1) {
    width: 30%;
    white-space: normal;
  }
  table.universalTbl td:nth-child(1) {
    width: 30%;
    white-space: normal;
    padding-left: 0px;
  }
  table.universalTbl td.pd15 {
    padding-left: 15px;
  }
  table.universalTbl th:nth-child(2), table.universalTbl td:nth-child(2) {
    width: 20%;
    white-space: normal;
  }
  table.universalTbl th:nth-child(3), table.universalTbl td:nth-child(3) {
    width: 50%;
    padding-left: 10px;
  }

  /*===========================================
    	iframe-wrapper
    =============================================*/
  .iframe-wrapper {
    position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
  }

  .iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*===========================================
    	tblArea
    =============================================*/
  .tblArea {
    width: 100%;
    padding: 0;
    border: none;
  }
  .tblArea .dtTitle {
    width: 100%;
    font-weight: bold;
    float: none;
  }

  /* dtTbl */
  .dtTblTwo {
    width: 100%;
    float: none;
  }
  .dtTblTwo dt {
    padding: 0 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }

  dd {
    padding: 0 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }

  .dtTblTwo dt {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 4px 10px;
    color: #fff;
    background: #666666;
  }
  .dtTblTwo dd {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  /* dtTblOne */
  .dtTblOne dt, .dtTblOne dd {
    padding: 0;
    border: none;
  }
  .dtTblOne dt {
    width: 100%;
    margin-bottom: 0;
    font-weight: bold;
  }
  .dtTblOne dd {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: solid 1px #999999;
  }
}
/*===========================================
	enqueteArea, rating-area 2017/9/21追加
=============================================*/
#enqueteArea, .rating-area {
  margin: 5em auto !important;
}

@media (max-width: 740px) {
  #enqueteArea, .rating-area {
    width: 96% !important;
  }
}
/*===========================================
	.newsArea 2017/12/26 追加
=============================================*/
@media (max-width: 740px) {
  .newsArea li .day {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  .newsArea .txt .ulDisc {
    padding: 15px 0;
  }
  .newsArea .txt .ulDisc li {
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
}
