@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, #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;
  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 {
  width: 100%;
  border-bottom: 2px solid #999999;
}

#subHeaderArea #subHeaderBox {
  max-width: 1190px;
  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;
  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;
}

/*===========================================
	タイトル
=============================================*/
.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;
}

/* 2019/02/05 追加 */
h2.title_bar {
  background-color: #555;
  color: #fff;
  line-height: 1.75;
  margin: 15px 0;
  padding: 3px 15px;
}

h3.m_title {
  border-top: double 3px #ccc;
  border-bottom: double 3px #ccc;
  margin: 20px 0;
  padding: 3px 12px;
  position: relative;
}

h4.s_title {
  border-bottom: solid 1px #ccc;
  margin: 15px 0;
  padding: 3px 4px;
  position: relative;
}

h4.s_title:before {
  content: "■ ";
  color: #f05a23;
}

/*===========================================
	newsArea
=============================================*/
.newsArea li {
  margin-bottom: 5px;
  overflow: hidden;
  *zoom: 1;
}

.newsArea li .day {
  width: 12%;
  float: left;
}

.newsArea li .txt {
  width: 88%;
  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;
}

#mainCntArea .languageArea ul.flexBoxKinto {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.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: calc(100% - 1em);
  margin-top: 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;
}

/*===========================================
	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 {
  max-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 {
  max-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: auto;
  margin: 0 3px;
  vertical-align: middle;
}

.imgMax {
  max-width: 100%;
  height: auto;
}

/*===========================================
	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;
    /*display: block;*/
    background-color: #333;
    display: flex;
    flex-wrap: wrap;
  }

  #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;
  }
}

/*===========================================
	.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;
  }
}

/*===========================================
	Procedure Font
=============================================*/

	ol.procedure {
		counter-reset: item;
		list-style-type: none;
		padding-left: 0px;
}
	ol.procedure li ul {
		counter-reset: item;
		list-style-type: none;
		padding-left: 10px;
}
	ol.procedure li {
		margin-bottom: 10px;
}
	ol.procedure > li:before {
		counter-increment: item;
		content: counter(item)'. ';
		font-weight: bold;
}
	ol.procedure li ul li:before {
		list-style-type: none;
}
	ol.procedure li span {
		font-size: 1.1em;
		font-weight: 600;
}
	ol.procedure li dl {
		padding-left: 20px;
}