@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%;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}

/*===========================================
	headerArea
=============================================*/
#headerArea {
  width: 100%;
  background: #000;
  padding: 25px 0;
}
#headerArea #headerBox {
  width: 1190px;
  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: 300px;
  float: right;
}

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

/*===========================================
	topicpath
=============================================*/
ul#topicpath {
  width: 1190px;
  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 {
  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;
}

/*===========================================
	タイトル
=============================================*/
.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;
}
.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;
}

.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: 1190px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
}

/*===========================================
	wakuArea
=============================================*/
.wakuArea {
  background: #F5F5F5;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*===========================================
	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 {
  display: table-cell;
  padding-right: 30px;
  vertical-align: middle;
}

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 {
  width: 1190px;
  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 .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: 170px;
  float: right;
}
#footerArea #footerBox .rightArea 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;
}

/* 2017/7/24追加 */
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%;
}

/*===========================================
	universalTbl3col 2017/7/26追加
=============================================*/
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;
}

/*===========================================
	universalTbl4col 2017/7/26追加
=============================================*/
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;
}

/*===========================================
	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 .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;
}

/*===========================================
	iframe-wrapper
=============================================*/
@media (max-width: 740px) {
  .imgMax {
    max-width: 100%;
    height: auto;
  }

  .pcCnt {
    display: none;
  }

  .spCnt {
    display: block;
  }

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

  /*===========================================
  	headerArea
  =============================================*/
  #headerArea #headerBox {
    width: 100%;
  }
  #headerArea #headerBox #logo {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
  }
  #headerArea #headerBox #logo img {
    width: 50%;
    height: auto;
  }
  #headerArea #headerBox #searchArea {
    width: 96%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /*===========================================
  	subHeader
  =============================================*/
  #subHeaderArea #subHeaderBox {
    width: 92%;
  }

  /*===========================================
  	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 {
    width: 100%;
    float: none;
  }
  .newsArea li .txt {
    width: 100%;
    float: none;
  }

  /*===========================================
  	newsArea2
  =============================================*/
  .newsArea2 > li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dotted 1px #666666;
  }
  .newsArea2 > li > .day {
    width: 100%;
    float: none;
  }
  .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),
  table.universalTbl td:nth-child(1) {
    width: 30%;
    white-space: nowrap;
  }

  table.universalTbl td:nth-child(1) {
    padding-left: 0px;
  }

  table.universalTbl th:nth-child(2),
  table.universalTbl td:nth-child(2) {
    width: 20%;
    white-space: nowrap;
  }

  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, 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;
	}
}
