@charset "UTF-8";
/*　共通設定
-------------------------------------*/
section {
  margin-bottom: 3rem;
}

/* タイトル部分 */
.mainTitleArea,
.mainTitleArea2 {
  font-size: 2rem;
  line-height: 1.2;
  padding: 40px 10px;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.mainTitleArea {
  background: #ed6c00;
  color: #fff;
}

.mainTitleArea2 {
  background: #fff;
  color: #ed6c00;
  border-bottom: 1px solid #ed6c00;
}
.mainTitleArea2 img {
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .mainTitleArea {
    font-size: 0.85rem;
    padding: 16px 0;
  }
  .pankuzuAreaTop {
    display: none;
  }
  #contents {
    width: 100%;
    min-height: inherit;
  }
  #contents .titleArea {
    display: block;
  }
  #contents .titleArea .title {
    display: block;
    font-size: 1.25em;
    padding: 16px 0;
    height: auto;
    width: 100%;
  }
  #contents hr {
    margin-bottom: 20px;
  }
}
/*　詳細設定 module_detail
-------------------------------------*/
/* column */
#contents .col2 {
  float: left;
  width: 48.3333%;
  margin-bottom: 24px;
}

#contents .col3 {
  float: left;
  width: 31.1111%;
  margin-bottom: 24px;
}

#contents .col4 {
  float: left;
  width: 22.5%;
  margin-bottom: 24px;
}

#contents .col2,
#contents .col3,
#contents .col4 {
  box-sizing: border-box;
}

#contents .col2:nth-of-type(2n),
#contents .col3:nth-of-type(3n),
#contents .col3:nth-of-type(3n + 2),
#contents .col4:nth-of-type(4n),
#contents .col4:nth-of-type(4n + 2),
#contents .col4:nth-of-type(4n + 3) {
  margin-left: 3.3333%;
}

#contents .col2:nth-of-type(2n + 1),
#contents .col3:nth-of-type(3n + 1),
#contents .col4:nth-of-type(4n + 1) {
  clear: both;
}

#contents .col2:last-child,
#contents .col3:last-child,
#contents .col4:last-child {
  margin-bottom: 30px;
}

/* utility */
#contents .mb20 {
  margin-bottom: 20px;
}

#contents .mb30 {
  margin-bottom: 30px;
}

#contents .mb40 {
  margin-bottom: 40px;
}

#contents .textSmall {
  font-size: 87.5%;
  line-height: 1.5;
}

#contents .textMini {
  font-size: 75%;
  line-height: 1.5;
}

#contents .noMargin {
  margin-bottom: 0 !important;
}

/* midashi */
#contents .title_big {
  color: #ed6c00;
  font-size: 200%;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 30px;
}

#contents .title_middle {
  border-bottom: solid 3px #ffec3f;
  position: relative;
  font-size: 171.4285%;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0 0 20px;
}

#contents .title_middle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ed6c00;
  bottom: -3px;
  width: 20%;
}

#contents .title_small {
  border-left: solid 4px #ed6c00;
  font-size: 128.5714%;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 6px 0 6px 18px;
}

#contents .title_mini {
  color: #ed6c00;
  font-size: 114.2857%;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

#contents .col2 .title_mini {
  font-size: 100%;
  margin-bottom: 10px;
}

#contents .col3 .title_mini,
#contents .col4 .title_mini {
  font-size: 87.5%;
  margin-bottom: 10px;
}

#contents .title_middle .circleNumber {
  border: solid 3px #ed6c00;
  border-radius: 40px;
  color: #ed6c00;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  padding: 10px;
  min-width: 28px;
}

/* layout */
#contents .float_100_left {
  float: left;
  width: 100px;
}

#contents .float_100_left_block {
  float: right;
  width: calc(100% - 124px);
}

#contents .float_100_right {
  float: right;
  width: 100px;
}

#contents .float_100_right_block {
  float: left;
  width: calc(100% - 124px);
}

#contents .float_224_left {
  float: left;
  width: 224px;
}

#contents .float_224_left_block {
  float: right;
  width: calc(100% - 248px);
}

#contents .float_224_right {
  float: right;
  width: 224px;
}

#contents .float_224_right_block {
  float: left;
  width: calc(100% - 248px);
}

#contents .float_224_left_nowrap {
  float: left;
  width: 224px;
  padding: 0 24px 10px 0;
}

#contents .float_224_right_nowrap {
  float: right;
  width: 224px;
  padding: 0 0 10px 24px;
}

#contents .float_348_left {
  float: left;
  width: 348px;
}

#contents .float_348_left_block {
  float: right;
  width: calc(100% - 372px);
}

#contents .float_348_right {
  float: right;
  width: 348px;
}

#contents .float_348_right_block {
  float: left;
  width: calc(100% - 372px);
}

.nowrapText,
.wrapText {
  clear: both;
  padding: 0 0 40px;
  display: inline-block;
}

.wrapText:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.nowrapText:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/* floatblock */
.wrapText .floatLblock {
  float: left;
  width: 31.1827%;
  margin-right: 3%;
}

.wrapText .floatRblock {
  float: right;
  width: 31.1827%;
  margin-left: 3%;
}

.nowrapText .floatLblock {
  float: left;
  margin-right: 3%;
  width: 31.1827%;
}

.nowrapText .floatRblock {
  float: right;
  margin-left: 3%;
  width: 31.1827%;
}

.nowrapText .nowrapblock {
  overflow: hidden;
  display: block;
}

.nowrapText .nowrapLblock {
  float: left;
  width: 65.8173%;
}

.nowrapText .nowrapRblock {
  float: right;
  width: 65.8173%;
}

/* box */
#contents .boxStyle,
#contents .boxStyleGray {
  margin-bottom: 30px;
  padding: 20px;
}

#contents .boxStyle {
  border: dotted 1px #ccc;
}

#contents .boxStyleGray {
  border: solid 1px #f1f1f1;
  background: #f1f1f1;
}

/* image */
img {
  max-width: 100%;
}

#contents .image {
  margin-bottom: 20px;
}

#contents .image .imgCaption {
  display: block;
  line-height: 1.5;
  padding: 5px 0 0;
}

#contents .image .imgCaptionSmall {
  font-size: 87.5%;
  display: block;
  line-height: 1.5;
  padding: 5px 0 0;
}

#contents .image_w448 {
  margin-bottom: 20px;
}

#contents .image_w448 td.img {
  width: 448px;
}

#contents .image_w448 td.captionSmall {
  font-size: 87.5%;
  line-height: 1.5;
  padding-left: 24px;
  vertical-align: bottom;
}

/* list */
#contents .list,
#contents .listNumber,
#contents .listDots,
#contents .listNormal {
  margin-bottom: 30px;
}

#contents .list li {
  list-style: none;
  background: url(../../images/contents/arrow_mark.png) no-repeat;
  background-position: 0 4px;
  margin-bottom: 10px;
}

#contents .list li a {
  display: block;
  padding-left: 20px;
  text-decoration: underline;
}

#contents .listNumber li a,
#contents .listDots li a,
#contents .listNormal li a {
  text-decoration: underline;
}

#contents .list li a:hover,
#contents .listNumber li a:hover,
#contents .listDots li a:hover,
#contents .listNormal li a:hover {
  text-decoration: none;
}

#contents .listNumber li {
  list-style: outside decimal;
  color: #ed6c00;
  margin-left: 1.25em;
  margin-bottom: 10px;
}

#contents .listDots li {
  list-style: outside disc;
  color: #ed6c00;
  margin-left: 1.25em;
  margin-bottom: 10px;
}

#contents .listNormal li {
  margin-bottom: 30px !important;
  list-style: none;
  color: #ed6c00;
  margin-bottom: 10px;
}
#contents .listNormal li p {
  margin-left: 60px;
}

#contents .listNumber em,
#contents .listDots em,
#contents .listNormal em {
  color: #222;
  font-style: normal;
}

#contents .listDl_type01,
#contents .listDl_type02 {
  margin-bottom: 30px;
}

/* SD更新12/9 */
#contents .listDl_type01 dt,
#contents .listDl_type02 dt {
  clear: both;
  float: left;
  margin-bottom: 10px;
  width: 9em;
}

#contents .listDl_type01 dd,
#contents .listDl_type02 dd {
  float: right;
  margin-bottom: 10px;
  width: calc(100% - 9em);
}

/* SD更新12/9 */
/* column_list */
#contents .col2_list li {
  float: left;
  width: 48.3333%;
}

#contents .col3_list li {
  float: left;
  width: 31.1111%;
}

#contents .col4_list li {
  float: left;
  width: 22.5%;
}

#contents .listNumber.col2_list,
#contents .listDots.col2_list,
#contents .listNumber.col3_list,
#contents .listDots.col3_list {
  margin-left: 2.5em;
  margin-right: -2.5em;
}

#contents .listNumber.col2_list li,
#contents .listDots.col2_list li,
#contents .listNumber.col3_list li,
#contents .listDots.col3_list li {
  margin-left: -1.25em;
  padding-right: 1.25em;
}

#contents .col2_list,
#contents .col3_list,
#contents .col4_list {
  margin-top: -15px;
}

#contents .col2_list li,
#contents .col3_list li,
#contents .col4_list li {
  box-sizing: border-box;
}

#contents .col2_list li:nth-of-type(2n),
#contents .col3_list li:nth-of-type(3n),
#contents .col3_list li:nth-of-type(3n + 2),
#contents .col4_list li:nth-of-type(4n),
#contents .col4_list li:nth-of-type(4n + 2),
#contents .col4_list li:nth-of-type(4n + 3) {
  margin-left: 3.3333%;
}

#contents .col2_list li:nth-of-type(2n + 1),
#contents .col3_list li:nth-of-type(3n + 1),
#contents .col4_list li:nth-of-type(4n + 1) {
  clear: both;
}

#contents .col2_list li:last-child,
#contents .col3_list li:last-child,
#contents .col4_list li:last-child {
  margin-bottom: 30px;
}

/* icon */
#contents .icon {
  margin: 2px 0 0 5px;
}

/* line */
#contents hr {
  clear: both;
  border: none;
  border-top: 1px dotted #ccc;
  margin-bottom: 40px;
  padding: 0;
  height: 0px;
}

#contents hr.lineDot {
  border-top: 1px dotted #ccc;
}

#contents hr.lineDash {
  border-top: 1px dashed #ccc;
}

#contents hr.lineSolid1 {
  border-top: 1px solid #ccc;
}

#contents hr.lineSolid2 {
  border-top: 2px solid #ccc;
}

/* btn */
#contents .btn_link {
  display: table;
  line-height: 1.2;
  margin: 0 auto;
}

#contents .btn_link p {
  text-align: center;
  margin-bottom: 10px;
}

#contents .btn_link a {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  text-decoration: none;
}

#contents .btn_link a span {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  width: 300px;
  font-size: 28px;
}

#contents .btn_link a span {
  background-color: #ed6c00;
  border: solid 1px #ed6c00;
  border-radius: 10px;
  color: #fff;
}

#contents .btn_link a span:hover {
  border: solid 1px #ed6c00;
}

#contents .btn_back {
  margin: 0 0 30px;
  text-align: center;
}

#contents .btn_back a {
  display: inline-block;
  background-color: #ed6c00;
  border: solid 1px #ed6c00;
  color: #fff;
  padding: 12px 60px;
}

#contents .btn_back a:hover {
  background: url(../../images/contents/arrow_white_opp.png) 4% center no-repeat #487;
  text-decoration: none;
}

#contents.contents_1column .btn_link a span {
  width: 250px;
}

/* tab */
#contents .tabLabelTop,
#contents .tabLabelBottom {
  background: #ed6c00;
  color: #fff;
  display: table;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
  text-align: center;
}

#contents .tabLabelTop span,
#contents .tabLabelBottom span {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 480px;
}

#contents .tabLabelTop:after,
#contents .tabLabelBottom:after {
  border: 10px solid transparent;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  margin-left: -10px;
}

#contents .tabLabelTop:after {
  border-bottom-color: #ed6c00;
  border-top-width: 0;
  top: -10px;
}

#contents .tabLabelBottom:after {
  border-top-color: #ed6c00;
  border-bottom-width: 0;
  bottom: -10px;
}

#contents .tabLabel {
  display: table;
}

#contents .tabLabel a {
  background: #f1f1f1;
  border-bottom: solid 3px #cdcdcd;
  display: block;
  line-height: 1.2;
  text-align: center;
}

#contents .tabLabel a:hover {
  background: #ecf9f4;
  border-bottom: solid 3px #c9d4d0;
  color: #ed6c00;
  text-decoration: none;
}

#contents .tabLabel span {
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
  height: 47px;
  width: 480px;
}

#contents .tabArea .col4 em {
  display: none;
}

/* tabArea ページ内切り替え用 */
#contents .tabArea .tabLabel a.current {
  background: #ed6c00;
  border-bottom: none;
  color: #fff;
  display: table;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
  text-align: center;
}

#contents .tabArea .tabLabel a.current span {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 480px;
}

#contents .tabArea .tabLabel a.current:after {
  border: 10px solid transparent;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  margin-left: -10px;
}

#contents .tabArea .tabLabel a.current:after {
  border-top-color: #ed6c00;
  border-bottom-width: 0;
  bottom: -10px;
}

.hide {
  display: none;
}

/* dl */
#contents .dl_type01 {
  border-bottom: solid 1px #e9f0ed;
  margin-bottom: 30px;
  width: 100%;
}

#contents .dl_type01 dt {
  background: #e9f0ed;
  font-weight: bold;
  padding: 10px 20px;
}

#contents .dl_type01 dd {
  padding: 10px 20px;
}

#contents .dl_type01 dd .list,
#contents .dl_type01 dd .listNumber,
#contents .dl_type01 dd .listDots,
#contents .dl_type01 dd .listNormal {
  margin: 10px 0;
}

/* table */
#contents .tableNormal {
  margin-bottom: 20px;
}

#contents .tableNormal th {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  padding: 2px 20px 2px 0;
}

#contents .tableNormal td {
  padding: 2px 0;
}

/* ContactDl */
#contents .tableContact {
  margin-bottom: 30px;
}

#contents .tableContact .tableContactDl {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
}

#contents .tableContact .tableContactDl dt {
  background: #f1f1f1;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #ed6c00;
  padding: 5px 10px;
}

#contents .tableContact .tableContactDl dd {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  display: table-cell;
  vertical-align: middle;
  height: 6em;
  /* 高さ指定 */
  width: 720px;
  /* ALP12/20追加 */
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

#contents .tableContact .tableContactDl:nth-of-type(n + 2) dt {
  display: none;
}

#contents .tableContact .tableContactDl dl:nth-of-type(1) {
  width: 44.44%;
  /* 幅指定 */
}

#contents .tableContact .tableContactDl dl:nth-of-type(2) {
  width: 22.22%;
  /* 幅指定 */
}

#contents .tableContact .tableContactDl dl:nth-of-type(3),
#contents .tableContact .tableContactDl dl:nth-of-type(4) {
  width: 16.66%;
  /* 幅指定 */
}

/* SheetDl */
#contents .tableSheet {
  margin-bottom: 30px;
}

#contents .tableSheet .tableSheetDl {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
}

#contents .tableSheet .tableSheetDl dt {
  background: #f1f1f1;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #ed6c00;
  padding: 5px 10px;
}

#contents .tableSheet .tableSheetDl dd {
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
  display: table-cell;
  vertical-align: middle;
  width: 720px;
}

#contents .tableSheet .tableSheetDl:nth-of-type(n + 2) dt {
  display: none;
}

#contents .tableSheet .tableSheetDl dl:nth-of-type(1) {
  width: 25%;
  /* 幅指定 */
}

#contents .tableSheet .tableSheetDl dl:nth-of-type(2) {
  width: 50%;
  /* 幅指定 */
}

#contents .tableSheet .tableSheetDl dl:nth-of-type(3) {
  width: 30%;
  /* 幅指定 */
}

#contents .tableSheet .tableSheetDl .list,
#contents .tableSheet .tableSheetDl .listNumber,
#contents .tableSheet .tableSheetDl .listDots,
#contents .tableSheet .tableSheetDl .listNormal {
  margin-bottom: 0;
}

#contents .tableSheet .tableSheetDl .list li {
  margin-bottom: 5px;
}

/* HyouDl */
#contents .tableHyou {
  margin-bottom: 30px;
}

#contents .tableHyou table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#contents .tableHyou table th {
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
  color: #ed6c00;
  padding: 5px 10px;
  vertical-align: middle;
}

#contents .tableHyou table td {
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
  vertical-align: middle;
}

#contents .tableHyou table td:nth-of-type(1) {
  width: 10%;
}

#contents .tableHyou table td:nth-of-type(2) {
  width: 40%;
}

#contents .tableHyou table td:nth-of-type(3) {
  width: 10%;
}

#contents .tableHyou table td:nth-of-type(4) {
  width: 10%;
}

#contents .tableHyou table td:nth-of-type(5) {
  width: 10%;
}

#contents .tableHyou table td:nth-of-type(6) {
  width: 20%;
}

/* accordion */
#contents .accordion {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  margin-bottom: 60px;
}

#contents .accordion .accordion_head a,
#contents .accordion .collapse_head a {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #f6f6f6;
  display: block;
  font-weight: bold;
  padding: 12px 40px 12px 20px;
}

#contents .accordion .collapse_head a:hover,
#contents .accordion .accordion_head a:hover {
  text-decoration: none;
}

#contents .accordion .accordion_body_inner {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 20px;
}

#contents .accordion .accordion_head > a,
#contents .accordion .collapse_head > a.clicked {
  background: url(../../images/common/arrow_close.png) 98% center no-repeat #f6f6f6;
  transition: none;
}

#contents .accordion .collapse_head > a,
#contents .accordion .accordion_head > a.clicked {
  background: url(../../images/common/arrow_open.png) 98% center no-repeat #f6f6f6;
  transition: none;
}

#contents .accordion .accordion_head > a:hover,
#contents .accordion .collapse_head > a.clicked:hover {
  background: url(../../images/common/arrow_close.png) 98% center no-repeat #ecf9f4;
}

#contents .accordion .collapse_head > a:hover,
#contents .accordion .accordion_head > a.clicked:hover {
  background: url(../../images/common/arrow_open.png) 98% center no-repeat #ecf9f4;
}

#contents .accordion .faq_mark {
  color: #ed6c00;
  float: left;
  font-size: 1.2857em;
  font-weight: bold;
  width: 20px;
}

#contents .accordion .faq_text {
  float: right;
  width: calc(100% - 20px);
}

#contents .accordion .accordion_head .faq_text,
#contents .accordion .collapse_head .faq_text {
  font-weight: bold;
}

/* topics */
#contents .topic {
  width: auto;
  margin: 20px auto;
  position: relative;
}

#contents .topic .content .tabPanel {
  padding: 0 0 30px;
}

@media screen and (max-width: 760px) {
  /* column */
  #contents .col2,
  #contents .col3,
  #contents .col4 {
    width: 100%;
    float: none;
    margin-bottom: 16px;
  }
  #contents .col2:nth-of-type(2n),
  #contents .col3:nth-of-type(3n),
  #contents .col3:nth-of-type(3n + 2),
  #contents .col4:nth-of-type(4n),
  #contents .col4:nth-of-type(4n + 2),
  #contents .col4:nth-of-type(4n + 3) {
    margin-left: 0;
  }
  #contents .col2:last-child,
  #contents .col3:last-child,
  #contents .col4:last-child {
    margin-bottom: 20px;
  }
  #contents .mb20 {
    margin-bottom: 15px;
  }
  #contents .mb30 {
    margin-bottom: 20px;
  }
  #contents .mb40 {
    margin-bottom: 20px;
  }
  #contents .textSmall {
    font-size: 100%;
    line-height: inherit;
  }
  #contents .textMini {
    font-size: 100%;
    line-height: inherit;
  }
  #contents .title_big {
    font-size: 171.4285%;
    margin-bottom: 20px;
  }
  #contents .title_middle {
    background: url(../../images/contents/title_middle_sp_bg.png) left bottom no-repeat;
    margin-bottom: 20px;
    padding: 0 0 10px;
  }
  #contents .title_small {
    font-size: 121.4285%;
    margin-bottom: 20px;
    padding: 3px 0 3px 10px;
  }
  #contents .title_mini {
    display: block;
    color: #ed6c00;
    font-size: 107.1428%;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  #contents .title_middle .circleNumber {
    min-width: 20px;
  }
  #contents .image {
    text-align: center;
  }
  #contents .image .imgCaption,
  #contents .image .imgCaptionSmall {
    text-align: left;
    font-size: 87.5%;
  }
  #contents .image_w448 tr,
  #contents .image_w448 td {
    display: block;
  }
  #contents .image_w448 td.img {
    width: 100%;
    text-align: center;
  }
  #contents .image_w448 td.captionSmall {
    padding: 5px 0 0;
    vertical-align: auto;
    font-size: 87.5%;
  }
  #contents .float_100_left,
  #contents .float_100_left_block,
  #contents .float_100_right,
  #contents .float_100_right_block {
    float: none;
    width: 100%;
  }
  #contents .float_224_left,
  #contents .float_224_left_block,
  #contents .float_224_right,
  #contents .float_224_right_block {
    float: none;
    width: 100%;
  }
  #contents .float_348_left,
  #contents .float_348_left_block,
  #contents .float_348_right,
  #contents .float_348_right_block {
    float: none;
    width: 100%;
  }
  #contents .float_224_left_nowrap {
    width: 48%;
    text-align: left;
    padding: 0 16px 8px 0;
  }
  #contents .float_224_right_nowrap {
    width: 48%;
    text-align: right;
    padding: 0 0 8px 16px;
  }
  /* floatblock */
  .wrapText {
    padding: 0 0 40px;
    display: block;
    width: 100%;
  }
  .wrapText .floatRblock,
  .wrapText .floatLblock {
    padding: 0 0 20px;
    display: block;
    width: 100%;
  }
  .wrapText .floatRblock .image,
  .wrapText .floatLblock .image {
    text-align: center;
  }
  .wrapText .floatRblock .image span,
  .wrapText .floatLblock .image span {
    text-align: left;
  }
  .nowrapText {
    padding: 0 0 40px;
    display: block;
    width: 100%;
  }
  .nowrapText .image img {
    max-width: 100%;
  }
  .nowrapText .floatRblock,
  .nowrapText .floatLblock {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .nowrapText .nowrapLblock,
  .nowrapText .nowrapRblock {
    float: none;
    width: 100%;
    padding: 0 0 20px;
  }
  .nowrapText .floatRblock .image,
  .nowrapText .floatLblock .image {
    text-align: center;
  }
  .nowrapText .floatRblock .image span,
  .nowrapText .floatLblock .image span {
    text-align: left;
  }
  #contents .boxStyle,
  #contents .boxStyleGray {
    margin-bottom: 20px;
    padding: 15px 20px;
  }
  #contents .list,
  #contents .listNumber,
  #contents .listDots,
  #contents .listNormal {
    margin-bottom: 20px;
  }
  #contents .listDl_type01,
  #contents .listDl_type02 {
    margin-bottom: 10px;
  }
  #contents .list_separate .col3 {
    width: 47%;
    float: left;
  }
  #contents .list_separate .col3:nth-of-type(3n + 1) {
    clear: none;
  }
  #contents .list_separate .col3:nth-of-type(2n + 1) {
    clear: both;
  }
  #contents .list_separate .col3:nth-of-type(2n) {
    margin-left: 6%;
  }
  #contents .col2_list li,
  #contents .col3_list li,
  #contents .col4_list li {
    float: none;
    width: 100%;
  }
  #contents .listNumber .col2_list li #contents .listDots .col2_list li {
    float: none;
    width: 100%;
  }
  #contents .listNumber.col2_list,
  #contents .listDots.col2_list,
  #contents .listNumber.col3_list,
  #contents .listDots.col3_list {
    margin-left: 2.5em;
    margin-right: -2.5em;
  }
  #contents .col2_list,
  #contents .col3_list,
  #contents .col4_list {
    margin-top: 0;
  }
  #contents .col2_list li:nth-of-type(2n),
  #contents .col3_list li:nth-of-type(3n),
  #contents .col3_list li:nth-of-type(3n + 2) {
    margin-left: 0;
  }
  #contents .listNumber.col2_list li:nth-of-type(2n),
  #contents .listNumber.col3_list li:nth-of-type(3n),
  #contents .listNumber.col3_list li:nth-of-type(3n + 2),
  #contents .listDots.col2_list li:nth-of-type(2n),
  #contents .listDots.col3_list li:nth-of-type(3n),
  #contents .listDots.col3_list li:nth-of-type(3n + 2) {
    margin-left: -1.25em;
  }
  #contents .col2_list li:last-child,
  #contents .col3_list li:last-child,
  #contents .col4_list li:last-child {
    margin-bottom: 20px;
  }
  #contents .btn_link a span {
    width: 700px;
  }
  #contents.contents_1column .btn_link a span {
    width: 700px;
  }
  #contents .list_separate .btn_link {
    font-size: 80%;
  }
  #contents .tabArea .col2 {
    float: left;
    width: 48%;
  }
  #contents .tabArea .col3 {
    float: left;
    font-size: 87.5%;
    width: 31.3333%;
  }
  #contents .tabArea .col4 {
    float: left;
    font-size: 87.5%;
    width: 23.5%;
  }
  #contents .tabArea .col2:nth-of-type(2n) {
    margin-left: 4%;
  }
  #contents .tabArea .col3:nth-of-type(3n),
  #contents .tabArea .col3:nth-of-type(3n + 2) {
    margin-left: 3%;
  }
  #contents .tabArea .col4:nth-of-type(4n),
  #contents .tabArea .col4:nth-of-type(4n + 2),
  #contents .tabArea .col4:nth-of-type(4n + 3) {
    margin-left: 2%;
  }
  #contents .tabArea .col4 em {
    display: block;
    line-height: 0;
  }
  #contents .tableContact {
    margin-bottom: 30px;
  }
  #contents .tableContact .tableContactDl {
    border-top: 1px solid #ccc;
    display: block;
    margin-bottom: 20px;
  }
  #contents .tableContact .tableContactDl dt {
    border-top: none;
  }
  #contents .tableContact .tableContactDl dd {
    height: auto;
  }
  #contents .tableContact .tableContactDl:nth-of-type(n + 2) dt {
    display: block;
  }
  #contents .tableContact .tableContactDl dl:nth-of-type(1),
  #contents .tableContact .tableContactDl dl:nth-of-type(2) {
    width: 100%;
  }
  #contents .tableContact .tableContactDl dl:nth-of-type(3),
  #contents .tableContact .tableContactDl dl:nth-of-type(4) {
    float: left;
    width: 50%;
  }
  #contents .tableContact .tableContactDl dl:nth-of-type(2) dt,
  #contents .tableContact .tableContactDl dl:nth-of-type(3) dt,
  #contents .tableContact .tableContactDl dl:nth-of-type(4) dt {
    background: none;
    border-bottom: none;
    padding: 15px 10px 0;
  }
  #contents .tableContact .tableContactDl dl:nth-of-type(1) dd {
    padding: 15px 10px;
  }
  #contents .tableContact .tableContactDl dl:nth-of-type(2) dd,
  #contents .tableContact .tableContactDl dl:nth-of-type(3) dd,
  #contents .tableContact .tableContactDl dl:nth-of-type(4) dd {
    padding: 5px 10px 15px;
  }
  #contents .tableSheet {
    margin-bottom: 30px;
  }
  #contents .tableSheet .tableSheetDl {
    border-top: 1px solid #ccc;
    display: block;
    margin-bottom: 20px;
  }
  #contents .tableSheet .tableSheetDl dt {
    border-top: none;
  }
  #contents .tableSheet .tableSheetDl dd {
    height: auto;
    padding: 5px 10px;
  }
  #contents .tableSheet .tableSheetDl:nth-of-type(n + 2) dt {
    display: block;
  }
  #contents .tableSheet .tableSheetDl dl:nth-of-type(1),
  #contents .tableSheet .tableSheetDl dl:nth-of-type(2),
  #contents .tableSheet .tableSheetDl dl:nth-of-type(3) {
    width: 100%;
  }
  #contents .tableSheet .tableSheetDl dl:nth-of-type(1) dt,
  #contents .tableSheet .tableSheetDl dl:nth-of-type(2) dt {
    display: none;
  }
  #contents .tableSheet .tableSheetDl dl:nth-of-type(3) dt {
    background: none;
    border-bottom: none;
    padding: 15px 10px 5px;
  }
  #contents .tableSheet .tableSheetDl dl:nth-of-type(1) dd {
    border-bottom: none;
    padding: 15px 10px 5px;
    background: #f6f6f6;
  }
  #contents .tableSheet .tableSheetDl dl:nth-of-type(2) dd {
    padding: 0 10px 15px;
    background: #f6f6f6;
  }
  /* HyouDl */
  #contents .tableHyou table {
    font-size: 75%;
    line-height: 1.4;
  }
  #contents .tableHyou table th {
    padding: 5px;
  }
  #contents .tableHyou table td {
    padding: 5px;
  }
  #contents .dl_type01 {
    margin-bottom: 20px;
  }
  #contents .dl_type01 dt,
  #contents .dl_type01 dd {
    padding: 5px 10px;
  }
  #contents .accordion {
    margin-bottom: 30px;
  }
  #contents .accordion .accordion_head a,
  #contents .accordion .collapse_head a {
    padding: 6px 20px 6px 20px;
  }
  #contents .accordion .accordion_body_inner {
    padding: 10px 20px;
  }
  #contents .sp_col2 .col2,
  #contents .sp_col2 .col3,
  #contents .sp_col2 .col4 {
    float: left;
    width: 48%;
  }
  #contents .sp_col2 .col2:nth-of-type(2n + 1),
  #contents .sp_col2 .col3:nth-of-type(3n + 1),
  #contents .sp_col2 .col4:nth-of-type(4n + 1) {
    clear: none;
  }
  #contents .sp_col2 .col2:nth-of-type(2n),
  #contents .sp_col2 .col3:nth-of-type(2n),
  #contents .sp_col2 .col4:nth-of-type(2n) {
    margin-left: 4%;
  }
  #contents .sp_col2 .col2:nth-of-type(2n + 1),
  #contents .sp_col2 .col3:nth-of-type(2n + 1),
  #contents .sp_col2 .col4:nth-of-type(2n + 1) {
    clear: both;
    margin-left: 0;
  }
}
/*　記事一覧 
-------------------------------------*/
#contents .newsList {
  margin-top: 30px;
}

#contents .newsList .list a {
  text-decoration: none;
}

#contents .newsList .list a:hover {
  text-decoration: underline;
}

#contents .newsList dl {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 30px;
}

#contents .newsList dl dt {
  float: left;
  font-size: 81.25%;
  margin: -5px 0 0;
  padding: 5px 0;
  text-align: center;
  width: 100px;
}

#contents .newsList dl dd {
  float: right;
  width: calc(100% - 124px);
}

#contents .newsList dl dd .subtext {
  font-size: 87.5%;
  margin: -25px 0 30px;
}

/* newsListBox */
#contents .newsList .newsListBox {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 30px;
}

#contents .newsList .newsListBox dl {
  border-bottom: none;
  margin-bottom: 0;
}

#contents .newsList .newsListBox dl dt {
  float: none;
  margin: -5px 0 10px;
  padding: 5px 0;
  text-align: center;
  width: 100px;
}

#contents .newsList .newsListBox dl dd {
  float: none;
  width: 100%;
}

/* color */
#contents .label_red {
  background: #ac2b22;
  color: #fff;
}

#contents .label_gray {
  background: #ccc;
}

#contents .label_green {
  background: #ed6c00;
  color: #fff;
}

#contents .label_yellow {
  background: #fdd530;
}

/* dateList */
#contents .dateList dl {
  border-bottom: 1px dotted #ccc;
  display: table;
  width: 100%;
}

#contents .dateList dl:first-child {
  border-top: 1px dotted #ccc;
}

#contents .dateList dl dt {
  display: table-cell;
  padding: 30px 0;
  vertical-align: middle;
  width: 130px;
}

#contents .dateList dl dd {
  display: table-cell;
  padding: 30px 0;
  vertical-align: middle;
}

#contents .dateList dl dd .list {
  margin-bottom: 0;
}

#contents .dateList dl dd .list li {
  margin-bottom: 0;
  background-position: left center;
}

#contents .dateList dl dd .list li a {
  text-decoration: none;
}

#contents .dateList dl dd .list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 760px) {
  #contents .newsList {
    margin-top: 20px;
  }
  #contents .newsList dl {
    margin-bottom: 20px;
  }
  #contents .newsList dl dt {
    float: none;
    margin: 0 0 10px;
  }
  #contents .newsList dl dd {
    float: none;
    width: 100%;
  }
  #contents .newsList dl dd .subtext {
    margin: -15px 0 20px;
  }
  #contents .newsList .newsListBox dl dt {
    margin: 0 0 10px;
  }
  #contents .dateList dl {
    display: block;
  }
  #contents .dateList dl dt {
    display: block;
    padding: 20px 0 10px;
    width: 100%;
  }
  #contents .dateList dl dd {
    display: table-cell;
    padding: 0 0 20px;
    vertical-align: middle;
  }
  #contents .dateList dl dd .list li {
    background-position: 0 4px;
  }
}
/*　下層INDEX 
-------------------------------------*/
.pageTopImage img {
  width: 100%;
}

.full_column #contents {
  width: 100%;
  float: none;
  box-sizing: border-box;
  border: none;
  min-height: auto;
  padding: 40px 0;
}

.full_column #contents .title_big_sub {
  margin: -20px 0 40px;
}

/* column */
.full_column #contents .col2 {
  width: 490px;
  margin-bottom: 40px;
}

.full_column #contents .col3 {
  width: 320px;
  margin-bottom: 40px;
}

.full_column #contents .col4 {
  width: 235px;
  margin-bottom: 40px;
}

.full_column #contents .col2:nth-of-type(2n),
.full_column #contents .col3:nth-of-type(3n),
.full_column #contents .col3:nth-of-type(3n + 2),
.full_column #contents .col4:nth-of-type(4n),
.full_column #contents .col4:nth-of-type(4n + 2),
.full_column #contents .col4:nth-of-type(4n + 3) {
  margin-left: 20px;
}

.full_column .full_column #contents .btn_link {
  margin-bottom: 15px;
}

.full_column .full_column #contents .btn_link a span {
  width: 445px;
  font-size: 125%;
}

.full_column #contents .listImage {
  text-align: center;
  margin: -15px 0 15px;
}

@media screen and (max-width: 760px) {
  .full_column #contents {
    padding: 20px 0;
  }
  .full_column #contents .title_big_sub {
    margin: -10px 0 20px;
  }
  .full_column #contents .col2,
  .full_column #contents .col3,
  .full_column #contents .col4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .full_column #contents .col2:nth-of-type(2n),
  .full_column #contents .col3:nth-of-type(3n),
  .full_column #contents .col3:nth-of-type(3n + 2),
  .full_column #contents .col4:nth-of-type(4n),
  .full_column #contents .col4:nth-of-type(4n + 2),
  .full_column #contents .col4:nth-of-type(4n + 3) {
    margin-left: 0;
  }
  .full_column .full_column #contents .btn_link {
    margin-bottom: 10px;
  }
  .full_column .full_column #contents .btn_link a span {
    width: 700px;
    font-size: 112.5%;
  }
  .full_column #contents .listImage {
    margin: -10px 0 10px;
  }
  .full_column #contents .listImage img {
    width: 100%;
  }
}
/*　更新系-single_A 
-------------------------------------*/
/* newsTitle */
.newsTitle {
  margin-bottom: 30px;
  padding-top: 60px;
}
.newsTitle dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newsTitle dt {
  width: 20%;
  text-align: right;
}
.newsTitle dd {
  margin-bottom: 10px;
  width: 75%;
}

@media screen and (max-width: 760px) {
  #contents .newsTitle {
    margin-bottom: 10px;
  }
  #contents .newsTitle dt,
  #contents .newsTitle dd {
    width: 100%;
  }
  #contents .newsTitle dt {
    text-align: left;
  }
  #contents .newsTitle dd {
    padding-left: 18px;
  }
  #contents .btnBox_col2 .col2 {
    float: left;
  }
  #contents .btnBox_col2 .col2 {
    float: left;
    width: 48%;
  }
  #contents .btnBox_col2 .col2:nth-of-type(2n) {
    margin-left: 4%;
  }
  #contents .btnBox_col2 .col4:nth-of-type(2n + 1) {
    clear: both;
  }
}
/*　NWEC OUTLINE 
-------------------------------------*/
#contents .outlineArea .textIntro {
  text-align: center;
  line-height: 1.8;
  padding: 0 0 30px;
}

#contents .outlineArea .outlineSp {
  display: none;
}

@media screen and (max-width: 760px) {
  #contents .outlineArea .textIntro {
    font-size: 90%;
    text-align: left;
    padding: 0 0 10px;
  }
  #contents .outlineArea .outlinePc {
    display: none;
  }
  #contents .outlineArea .outlineSp {
    display: block;
    text-align: center;
    padding: 10px 0;
  }
}
/*　施設一覧 
-------------------------------------*/
#contents.contents_1column_facilities {
  width: 100%;
  float: none;
  border: none;
}

#contents .facilitiesMap {
  display: block;
  background: url(../../images/facilities/map.jpg) no-repeat;
  position: relative;
  margin: 0 0 50px;
  height: 434px;
  width: 1000px;
}

#contents .facilitiesMap .mapPoint {
  position: absolute;
}

/* 1215 solecolor 修正ここから */
#contents .facilitiesMap .map01 {
  top: 85px;
  left: 284px;
}

#contents .facilitiesMap .map02 {
  top: 144px;
  left: 284px;
}

#contents .facilitiesMap .map03 {
  top: 202px;
  left: 284px;
}

#contents .facilitiesMap .map04 {
  top: 209px;
  left: 169px;
}

#contents .facilitiesMap .map05 {
  top: 93px;
  right: 104px;
}

#contents .facilitiesMap .map06 {
  top: 144px;
  left: 361px;
}

#contents .facilitiesMap .map07 {
  bottom: 64px;
  right: 375px;
}

#contents .facilitiesMap .map08 {
  top: 127px;
  left: 506px;
}

#contents .facilitiesMap .map09 {
  top: 128px;
  left: 84px;
}

#contents .facilitiesMap .map10 {
  top: 202px;
  right: 290px;
}

/* 1215 solecolor 修正ここまで */
/* 20180412 solecolor 修正ここから */
#contents .bannerFull {
  width: 1000px;
  margin: 40px 0;
  position: relative;
}

#contents .bannerFull a {
  display: table;
  width: 100%;
  height: 151px;
  border: 1px solid #ccc;
  background: url(../../images/contents/pic-banner_001.jpg) no-repeat;
}

#contents .bannerFull a:hover {
  opacity: 0.7;
}

#contents .bannerFull a .txt {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0 0 360px;
}

#contents .bannerFull a .txt p {
  float: left;
  width: 230px;
  font-size: 1.1em;
  line-height: 1.8em;
  letter-spacing: -0.025em;
}

#contents .bannerFull a .txt .bannerTarget {
  position: absolute;
  right: 100px;
  color: #ed6c00;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: right;
  width: 255px;
  text-align: left;
  margin-left: 90px;
  font-size: 2.2em;
  padding-top: 5px;
}

#contents .bannerFull a .txt .bannerTarget img {
  padding-left: 10px;
}

#contents .bannerFull a .txt .bannerTarget span {
  display: block;
  font-size: 0.4375em;
  letter-spacing: 0.05em;
  padding-top: 10px;
}

@media screen and (max-width: 760px) {
  #contents .bannerFull {
    width: 100%;
  }
  #contents .bannerFull a {
    display: table;
    height: 100px;
    background: url(../../images/contents/pic-banner_002.jpg) no-repeat;
    background-size: 114px 100px;
  }
  #contents .bannerFull a .txt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 10px 130px;
  }
  #contents .bannerFull a .txt p {
    float: none;
    font-size: 0.8em;
    line-height: 1.43em;
    width: auto;
  }
  #contents .bannerFull a .txt .bannerTarget {
    position: static;
    width: auto;
    margin-left: 0;
    font-size: 1.25em;
    padding-top: 15px;
  }
  #contents .bannerFull a .txt .bannerTarget span {
    font-size: 0.5em;
    padding-top: 0;
    letter-spacing: -0.05em;
  }
}
/* 20180412 solecolor 修正ここまで */
#contents .facilitiesTitle {
  color: #696731;
  line-height: 1.5;
  margin: 0 0 40px;
}

#contents .facilitiesTitle .titleName {
  border-bottom: 1px solid #696731;
  font-size: 187.5%;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0 0 3px;
  text-align: center;
}

#contents .facilitiesTitle .subtitleName {
  font-size: 75%;
  font-weight: bold;
  text-align: center;
}

#contents .facilitiesLists {
  padding: 0 0 30px;
}

#contents .facilitiesLists .heightLine-box {
  border: 1px solid #ccc;
  float: left;
  margin-left: 20px;
  margin-bottom: 40px;
  width: 318px;
}

#contents .facilitiesLists .heightLine-box:nth-of-type(3n + 1) {
  clear: both;
  margin-left: 0;
}

#contents .facilitiesLists .title_middle {
  background: none;
  color: #ed6c00;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px 10px;
}

#contents .facilitiesLists .title_middle .circleNumber {
  font-size: 162.5%;
}

@media screen and (max-width: 760px) {
  #contents .facilitiesMap {
    background: url(../../images/facilities/map_sp.jpg) no-repeat;
    background-size: 100% auto;
    margin: 20px auto;
    padding-top: 46.875%;
    height: auto;
    width: 100%;
  }
  #contents .facilitiesMap .mapPoint {
    height: 28.5px;
    width: 29px;
  }
  /* 1215 solecolor 修正ここから */
  #contents .facilitiesMap .map01 {
    top: 13%;
    left: 25%;
  }
  #contents .facilitiesMap .map02 {
    top: 32%;
    left: 25%;
  }
  #contents .facilitiesMap .map03 {
    top: 51%;
    left: 25%;
  }
  #contents .facilitiesMap .map04 {
    top: 46%;
    left: 12%;
  }
  #contents .facilitiesMap .map05 {
    top: 16%;
    left: 85%;
  }
  #contents .facilitiesMap .map06 {
    top: 32%;
    left: 35%;
  }
  #contents .facilitiesMap .map07 {
    top: 75%;
    left: 58%;
  }
  #contents .facilitiesMap .map08 {
    top: 22%;
    left: 52%;
  }
  #contents .facilitiesMap .map09 {
    top: 18%;
    left: 3%;
  }
  #contents .facilitiesMap .map10 {
    top: 68%;
    left: 75%;
  }
  /* 1215 solecolor 修正ここまで */
  #contents .facilitiesTitle {
    margin: 0 0 20px;
  }
  #contents .facilitiesTitle .titleName {
    font-size: 150%;
  }
  #contents .facilitiesLists img {
    width: 100%;
  }
  #contents .facilitiesLists .heightLine-box {
    box-sizing: border-box;
    margin-left: 5%;
    margin-bottom: 20px;
    width: 47.5%;
  }
  #contents .facilitiesLists .heightLine-box:nth-of-type(3n + 1) {
    clear: none;
    margin-left: 5%;
  }
  #contents .facilitiesLists .heightLine-box:nth-of-type(2n + 1) {
    clear: both;
    margin-left: 0;
  }
  #contents .facilitiesLists .title_middle {
    margin-bottom: 10px;
    padding-left: 3em;
    text-indent: -3em;
    line-height: 0;
  }
  #contents .facilitiesLists .title_middle .circleNumber {
    border: solid 2px #ed6c00;
    font-size: 100%;
    margin: 5px;
    padding: 7px 5px;
    text-indent: 0;
    line-height: 1;
    width: 1em;
  }
}
/*　NWEC 一覧・個別 
-------------------------------------*/
/* 20191216追記ここから */
.list li.arrow {
  background: none;
}
.list li.arrow a {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  padding: 0px;
}
.list li.arrow a:after {
  position: absolute;
  width: 12px;
  height: 7px;
  right: -15px;
  top: 50%;
  margin-top: -4px;
  content: "";
  background: url(../../images/common/arrow_open.png) no-repeat;
}

.flow {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 20px;
  min-width: 100%;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fffac9;
}

.flow-end {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 20px;
  min-width: 100%;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fffac9;
}

.flow:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fffac9;
}

.flow p {
  margin: 0;
  padding: 0;
}

/*　スケジュール表
-------------------------------------*/
.schedule {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}
.schedule tr:first-child th {
  color: #333;
}
.schedule th,
.schedule td {
  border: 1px solid #ccc;
  width: 30%;
  padding: 5px 10px;
}
.schedule th {
  background-color: #fffac9;
  color: #ed6c00;
  font-weight: bold;
  text-align: center;
}/*# sourceMappingURL=contents.css.map */