/*-----------------------------------*/
/* common */
/*-----------------------------------*/
/* line 4, ../../../../dev/scss/module/cyumon/_breadcrumbs.scss */
.mod-breadcrumbs {
  width: 960px;
  margin: 0 auto;
  margin-top: 40px;
}

/* line 9, ../../../../dev/scss/module/cyumon/_breadcrumbs.scss */
h1.fs33 {
  margin-top: 6px;
}

/* line 12, ../../../../dev/scss/module/cyumon/_breadcrumbs.scss */
ul.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 19, ../../../../dev/scss/module/cyumon/_breadcrumbs.scss */
ul.breadcrumb li {
  display: inline-block;
}

/* line 23, ../../../../dev/scss/module/cyumon/_breadcrumbs.scss */
ul.breadcrumb li:after {
  color: #999;
  content: '>';
  padding: 0 5px;
  font-size: 13px;
}

/* line 29, ../../../../dev/scss/module/cyumon/_breadcrumbs.scss */
ul.breadcrumb li:last-child:after {
  content: '';
}

/* line 32, ../../../../dev/scss/module/cyumon/_breadcrumbs.scss */
ul.breadcrumb li a {
  color: #0057B2;
  font-size: 13px;
}

/* line 36, ../../../../dev/scss/module/cyumon/_breadcrumbs.scss */
ul.breadcrumb li span {
  color: #333333;
  font-size: 13px;
}

/* line 4, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-merit .lout-2column {
  margin-top: 20px;
}
/* line 8, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-merit .mod-zeh-merit-title {
  font-weight: bold;
  border-left: none;
}
/* line 13, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-merit .mod-zeh-merit-text {
  width: 230px;
  float: left;
}
@media screen and (max-width: 736px) {
  /* line 13, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-merit .mod-zeh-merit-text {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
}
/* line 17, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-merit .mod-zeh-merit-thumb {
  width: auto;
  float: right;
}
@media screen and (max-width: 736px) {
  /* line 17, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-merit .mod-zeh-merit-thumb {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
}

/* line 22, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-area {
  width: 100%;
  background-color: #F8F3BF;
  margin: 0 auto 40px;
}
/* line 26, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-area a {
  color: #333;
}
/* line 29, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-area ul {
  list-style: none;
  padding: 40px 0px;
  width: 80%;
  margin: 0 auto;
}
/* line 35, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-area .mod-button-area-button {
  position: relative;
  height: 176px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background: white;
  background: linear-gradient(to bottom, white 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}
/* line 46, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-area .mod-button-area-imgBox01 {
  position: absolute;
  left: 20px;
  top: 10px;
}
/* line 51, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-area .mod-button-area-imgBox02 {
  position: absolute;
  right: 10px;
  top: 10px;
}
/* line 56, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-area .mod-button-area-img02 {
  padding: 2px;
  border: 1px solid #ccc;
}
/* line 60, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-area .mod-button-area-text01 {
  position: absolute;
  top: 20px;
  left: 126px;
  font-size: 2rem;
}
/* line 65, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-area .mod-button-area-text01 span {
  color: #FF8900;
}
/* line 69, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-area .mod-button-area-text02 {
  position: absolute;
  top: 60px;
  left: 130px;
  width: 400px;
  font-size: 3.2rem;
  border-top: 1px dashed #ccc;
  padding-left: 10px;
  font-weight: bold;
}
/* line 79, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-area .mod-button-area-text03 {
  position: absolute;
  top: 130px;
  left: 22px;
  width: 520px;
}

/* line 87, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-howto-list {
  background-color: #F4EDDB;
  padding: 20px;
}
/* line 90, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-howto-list ol {
  counter-reset: li;
  list-style: none;
  padding: 0px;
  line-height: 2;
  margin-bottom: 0px;
  font-size: 2.0rem;
}
@media screen and (max-width: 736px) {
  /* line 90, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-howto-list ol {
    font-size: 1.5rem;
  }
}
/* line 102, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-howto-list li:before {
  color: #E74044;
  font-weight: normal;
  counter-increment: li;
  content: counter(li) ". ";
}
/* line 108, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-howto-list span {
  color: #E74044;
}

/* line 113, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-policy {
  border-radius: 8px;
  border: 1px solid #B0B0B0;
  padding: 10px 20px;
  margin: 30px 0;
}
@media screen and (max-width: 736px) {
  /* line 113, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-policy {
    border-radius: 0px;
    padding: 10px;
    margin: 14px 0;
  }
}
/* line 123, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-policy .mod-zeh-policy-title {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 5px;
}
@media screen and (max-width: 736px) {
  /* line 123, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-policy .mod-zeh-policy-title {
    padding-bottom: 0px !important;
  }
}
/* line 131, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-policy .mod-zeh-policy-text {
  line-height: 2 !important;
}
@media screen and (max-width: 736px) {
  /* line 131, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-policy .mod-zeh-policy-text {
    line-height: 1 !important;
  }
}
@media screen and (max-width: 736px) {
  /* line 137, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-policy p {
    font-size: 1.35rem;
    line-height: 1.3;
    margin: 5px 0 !important;
  }
}

/* line 145, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-case {
  background-color: #FFFFDE;
  padding: 20px 30px;
}
@media screen and (max-width: 736px) {
  /* line 145, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-case {
    padding: 10px !important;
  }
}
/* line 151, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-case .mod-zeh-case-bop {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 30px 50px;
}
@media screen and (max-width: 736px) {
  /* line 151, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-case .mod-zeh-case-bop {
    border: none;
    background-color: transparent !important;
    padding: 0px;
  }
}

/* line 166, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-merit-link ul {
  padding: 0;
}
/* line 169, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-merit-link li {
  margin: 0 auto;
  width: 16.6%;
  list-style: none;
  float: left;
}
@media screen and (max-width: 736px) {
  /* line 169, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-merit-link li {
    width: 50%;
  }
}

/* line 180, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-merit-box {
  margin-top: 30px;
  padding-bottom: 30px;
  background-color: #FBFAF5;
}
/* line 184, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-merit-box .mod-zeh-merit-textbox-a p {
  padding-right: 30px;
  margin-top: 0 !important;
}
@media screen and (max-width: 736px) {
  /* line 184, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-merit-box .mod-zeh-merit-textbox-a p {
    padding: 0 10px !important;
  }
}
/* line 191, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-merit-box .mod-zeh-merit-textbox-b p {
  padding-left: 30px;
  margin-top: 0 !important;
}
@media screen and (max-width: 736px) {
  /* line 191, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-merit-box .mod-zeh-merit-textbox-b p {
    padding: 0 10px !important;
  }
}
/* line 198, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-merit-box .mod-zeh-merit-textbox-c p {
  padding: 0 30px;
  margin-top: 0 !important;
}
@media screen and (max-width: 736px) {
  /* line 198, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-merit-box .mod-zeh-merit-textbox-c p {
    padding: 0 10px !important;
  }
}

/* line 207, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-merit-topix {
  margin: 10px 30px;
  background-color: #fff;
  padding: 10px 30px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 736px) {
  /* line 207, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-merit-topix {
    margin: 10px !important;
    padding: 10px !important;
    font-size: 1.4rem;
  }
}

/* line 219, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-merit-inner-box {
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  border: 2px solid #CAF19E;
  padding: 10px 20px 0px 20px;
  box-sizing: border-box;
}

/*-----------------------------------*/
/*  module -Tours*/
/*-----------------------------------*/
/* line 233, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-box-thumb {
  width: 30%;
  float: right;
}

/* line 238, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-tours {
  clear: both;
}

/* line 241, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-tours-title {
  clear: both;
  padding-top: 96px;
}

/* line 246, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-tours-text {
  clear: both;
}

/* line 250, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-tours-item {
  border: 1px #cccccc solid;
  padding: 14px 18px;
  clear: both;
  overflow: hidden;
  height: 281px;
}

/* line 257, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-tours-item h4 {
  font-size: 1.4rem;
  font-weight: bold;
}

/* line 261, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-tours-item p {
  font-size: 1.2rem;
  float: left;
  width: 65%;
  vertical-align: top;
  margin-top: 0;
  line-height: 1.2em;
}

/* line 269, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-tours-item img {
  float: right;
  padding-bottom: 28px;
}

/* line 273, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-tours-item a {
  display: block;
  clear: both;
  float: none;
  text-align: center;
}

/* line 279, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-tours-item a.setpd01 {
  padding-bottom: 16px;
}

/* line 282, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-tours-item a.setpd02 {
  padding-bottom: 10px;
}

/* line 285, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-tours-item a img {
  float: none;
  padding-bottom: 0;
}

/* line 289, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-zeh-banner {
  text-align: center;
  margin-top: 100px;
}

@media screen and (max-width: 736px) {
  /* line 298, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-tours-item {
    margin-top: 10px;
  }

  /* line 301, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-tours .mod-zeh-tours-title {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  /* line 308, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-tours .mod-zeh-tours-title h2 {
    margin-bottom: 16px;
  }

  /* line 311, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-tours-item p {
    width: 60%;
    line-height: 1.9em;
  }

  /* line 315, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-tours-item img {
    padding-bottom: 16px;
  }

  /* line 318, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-tours-item {
    height: auto;
    margin-bottom: 30px;
    padding: 14px 16px 25px;
  }

  /* line 323, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-tours-item a.setpd01 {
    padding-bottom: 15px;
  }

  /* line 326, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-zeh-tours-item a.setpd02 {
    padding-bottom: 0;
  }
}
/* line 332, ../../../../dev/scss/module/cyumon/zeh.scss */
h5 {
  background-color: #EB6C44 !important;
  color: #fff !important;
}

/* line 336, ../../../../dev/scss/module/cyumon/zeh.scss */
h6 {
  color: #FF9D00 !important;
  margin-top: 0px;
}

/* line 341, ../../../../dev/scss/module/cyumon/zeh.scss */
.mn10 {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 346, ../../../../dev/scss/module/cyumon/zeh.scss */
.sm-mt10 {
  margin-top: 10px;
}

/* line 349, ../../../../dev/scss/module/cyumon/zeh.scss */
.sm-mt20 {
  margin-top: 20px;
}

/* line 352, ../../../../dev/scss/module/cyumon/zeh.scss */
.sm-mt100 {
  margin-top: 100px;
}

/* line 355, ../../../../dev/scss/module/cyumon/zeh.scss */
.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 736px) {
  /* line 355, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mt50 {
    margin-top: 20px;
  }
}

/* line 361, ../../../../dev/scss/module/cyumon/zeh.scss */
.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 736px) {
  /* line 361, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mt100 {
    margin-top: 15px;
  }
}

/* line 367, ../../../../dev/scss/module/cyumon/zeh.scss */
.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 736px) {
  /* line 367, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mb100 {
    margin-bottom: 15px;
  }
}

/* line 373, ../../../../dev/scss/module/cyumon/zeh.scss */
.p10 {
  padding: 10px;
}

/* line 376, ../../../../dev/scss/module/cyumon/zeh.scss */
.bda {
  border: 1px solid #FF0010;
}

/* line 379, ../../../../dev/scss/module/cyumon/zeh.scss */
.fs12 {
  font-size: 1.2rem;
}

/* line 382, ../../../../dev/scss/module/cyumon/zeh.scss */
.fs13 {
  font-size: 1.3rem;
}

/* line 385, ../../../../dev/scss/module/cyumon/zeh.scss */
.fs14 {
  font-size: 1.4rem;
}

/* line 388, ../../../../dev/scss/module/cyumon/zeh.scss */
.fs15 {
  font-size: 1.5rem;
}

/* line 391, ../../../../dev/scss/module/cyumon/zeh.scss */
.fs16 {
  font-size: 1.6rem;
}

/* line 394, ../../../../dev/scss/module/cyumon/zeh.scss */
.fs18 {
  font-size: 1.8rem;
}

/* line 397, ../../../../dev/scss/module/cyumon/zeh.scss */
.fs19 {
  font-size: 1.9rem;
}

/* line 400, ../../../../dev/scss/module/cyumon/zeh.scss */
.fs20 {
  font-size: 2.0rem;
}
@media screen and (max-width: 736px) {
  /* line 400, ../../../../dev/scss/module/cyumon/zeh.scss */
  .fs20 {
    font-size: 1.6rem;
  }
}

/* line 406, ../../../../dev/scss/module/cyumon/zeh.scss */
.fs21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 736px) {
  /* line 406, ../../../../dev/scss/module/cyumon/zeh.scss */
  .fs21 {
    font-size: 1.6rem;
  }
}

/* line 412, ../../../../dev/scss/module/cyumon/zeh.scss */
.fs25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 736px) {
  /* line 412, ../../../../dev/scss/module/cyumon/zeh.scss */
  .fs25 {
    font-size: 1.8rem;
  }
}

/* line 418, ../../../../dev/scss/module/cyumon/zeh.scss */
.fs30 {
  font-size: 3.0rem;
}
@media screen and (max-width: 736px) {
  /* line 418, ../../../../dev/scss/module/cyumon/zeh.scss */
  .fs30 {
    font-size: 2.0rem;
  }
}

/* line 424, ../../../../dev/scss/module/cyumon/zeh.scss */
.pl30 {
  padding-left: 30px;
}
@media screen and (max-width: 736px) {
  /* line 424, ../../../../dev/scss/module/cyumon/zeh.scss */
  .pl30 {
    padding-left: 10px;
  }
}

/* line 430, ../../../../dev/scss/module/cyumon/zeh.scss */
.ml30 {
  margin-left: 30px;
}
@media screen and (max-width: 736px) {
  /* line 430, ../../../../dev/scss/module/cyumon/zeh.scss */
  .ml30 {
    margin-left: 10px;
  }
}

/* line 436, ../../../../dev/scss/module/cyumon/zeh.scss */
.b {
  font-weight: bold;
}

/* line 439, ../../../../dev/scss/module/cyumon/zeh.scss */
.fl {
  float: left;
}

/* line 442, ../../../../dev/scss/module/cyumon/zeh.scss */
.fr {
  float: right;
}

/* line 445, ../../../../dev/scss/module/cyumon/zeh.scss */
.tr {
  color: #FF3F3F;
}

/* line 448, ../../../../dev/scss/module/cyumon/zeh.scss */
.trb {
  color: #FF0010;
}

/* line 451, ../../../../dev/scss/module/cyumon/zeh.scss */
.trc {
  color: #E5343A;
}

/* line 454, ../../../../dev/scss/module/cyumon/zeh.scss */
.w260 {
  width: 260px;
}

/* line 457, ../../../../dev/scss/module/cyumon/zeh.scss */
.mc {
  margin: 0 auto;
}

/* line 460, ../../../../dev/scss/module/cyumon/zeh.scss */
.sm {
  display: none !important;
}

@media screen and (max-width: 736px) {
  /* line 464, ../../../../dev/scss/module/cyumon/zeh.scss */
  .md {
    display: none !important;
  }

  /* line 467, ../../../../dev/scss/module/cyumon/zeh.scss */
  .sm {
    display: block !important;
  }
}
/* line 476, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-b.current_page_item a, .mod-button-b.current_page_item button {
  color: #333;
  background: #FFCA0D;
  border: 1px solid #CCCCCC;
}
/* line 481, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-b.current_page_item a::before, .mod-button-b.current_page_item button::before {
  content: normal;
}
/* line 487, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-b.is-center {
  text-align: center;
}
/* line 491, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-b a, .mod-button-b button {
  min-width: 220px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  padding: 15px;
  box-sizing: border-box;
  background: #F4F7F8;
  text-decoration: none;
  font-weight: bold;
  color: #2652B2;
  text-align: center;
}
@media screen and (max-width: 736px) {
  /* line 491, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-button-b a, .mod-button-b button {
    min-width: inherit;
  }
}
@media screen and (min-width: 641px) {
  /* line 491, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-button-b a, .mod-button-b button {
    transition-duration: 0.5s;
  }
}
@media screen and (min-width: 641px) {
  /* line 512, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-button-b a:hover, .mod-button-b button:hover {
    opacity: 0.8;
  }
}
/* line 523, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-b a[href$=".pdf"]::before, .mod-button-b button[href$=".pdf"]::before {
  content: normal;
}
/* line 527, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-b a[href$=".pdf"]::after, .mod-button-b button[href$=".pdf"]::after {
  content: '';
  width: 14px;
  height: 18px;
  background: url(../img/common/icon_pdf.png) no-repeat left top;
  margin-left: 10px;
  display: inline-block;
}
/* line 539, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-b.is-block a, .mod-button-b.is-block button {
  display: block;
  min-width: inherit;
}
/* line 546, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-b.is-small a, .mod-button-b.is-small button {
  min-width: 150px;
  font-size: 1.3rem;
  padding: 15px 0;
}
@media screen and (max-width: 736px) {
  /* line 546, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-button-b.is-small a, .mod-button-b.is-small button {
    min-width: 90%;
    margin-bottom: 10px;
  }
}
/* line 559, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-b.is-large a, .mod-button-b.is-large button {
  min-width: 325px;
  padding: 20px 10px;
}
@media screen and (max-width: 736px) {
  /* line 559, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-button-b.is-large a, .mod-button-b.is-large button {
    min-width: inherit;
  }
}
/* line 570, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-b.is-larger a, .mod-button-b.is-larger button {
  min-width: 380px;
  font-size: 1.8rem;
  padding: 30px 10px;
}
@media screen and (max-width: 736px) {
  /* line 570, ../../../../dev/scss/module/cyumon/zeh.scss */
  .mod-button-b.is-larger a, .mod-button-b.is-larger button {
    max-width: inherit;
  }
}
/* line 582, ../../../../dev/scss/module/cyumon/zeh.scss */
.mod-button-b.is-orange a, .mod-button-b.is-orange button {
  background: #FFCA0D;
  border: 1px solid #EBB602;
  color: #333;
}

/* 2015.05.27 okizaki */

.red-border{
	border : 2px solid #c0392b;
  padding: 6px 25px;
  font-weight: bold;
  font-size: 110%;
  margin: 50px 0 5px;
}
.right .pdfLink{
  font-size: 80%;
  text-align: right;
  margin: 0;
  float: right;
  text-decoration: underline;
}
.right{
	float: right;
	margin: 0 40px 0 0;
}
.right a{
	text-decoration: none;
}
.left{
	float: left;
}
.zeh-float::after{
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 736px) {
	.red-border{
	 border : 1px solid #ff0000 ;
	 padding: 10px;
   font-size: 80%;
   }
	.right{
		float: none;
		margin: 0 0 30px 10px;
	}
	.left{
		float: none;
    margin: 0;
	}
}

/* 2016.12.08 okizaki text */
.mod-zeh-merit-box{
	margin-top: 0;
	margin-bottom: 50px;
}
.meritGroup{
	-ms-display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: space-around;
	align-items: baseline;
	padding-top: 20px;
}
.meritGroupTitle{
	-ms-display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	display: flex;
	align-items: center;
}
.meritGroupTitle04{
	margin-left: 10px;
}
.meritTitle{
	font-size: 38px;
	margin: 15px;
	line-height: 1.2;
}
.meritTitle04{
	margin: 15px 5px;
}
.meritTitle span{
	font-size: 26px;
	color: #FFAE00;
}
.ballon{
	margin-top: 40px;
}
.zehIcon04,.zehIcon02,.zehIcon03,.zehIcon05{
	margin-right: 20px;
}
.merit01Lead{
	-ms-display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	display: flex;
	align-items: center;
	margin: 10px auto 0;
}
.leadImg{
	margin: 15px 0 0 30px;
}
.lead01{
	font-size: 40px;
	margin: 0;
}
.lead02{
	font-size: 24px;
	margin: 0;
	color: #F68874;
	line-height: 0.8;
}
.lead03{
	font-size: 46px;
	font-weight: 600;
	margin: 0;
	color: #EFAB2C;
}

@media screen and (max-width: 736px) {
.meritGroup{
	padding: 10px 10px 0;
	align-items: center;
}
.meritTitle{
	font-size: 22px;
	margin: 5px;
}
.meritTitle span{
	font-size: 16px;
}
.meritGroupTitle img{
	width: 25%;
}
.zehIcon{
	width: 30%;
}
.ballon{
	margin: 0 auto;
	width: 90%;
	display: block;
}
.balloon01,.balloon06{
	width: 60%;
}
.balloon05{
	width: 70%;
}
.merit01Lead{
padding: 0 10px;
}
.leadImg{
	margin: 0;
}
.lead01{
	font-size: 14px;
}
.lead02{
	font-size: 14px;
	line-height: 1.4;
}
.lead03{
	font-size: 16px;
}
.zehIcon04,.zehIcon02,.zehIcon03,.zehIcon05{
	margin-right: 0;
}

}



/*2017 okizaki add*/
.zehPageLinks{
  width: 90%;
  margin: 40px auto 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.zehPageLinks li {
  list-style-type: none;
  width: 30%
}
.zehPageLinks li a{
  border-radius: 5px;
  padding: 15px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  display: block;
}
.zehPageLinks .currentBtn a{
  color: #333;
  background-color: #ffca0d;
  border: 1px solid #ebb602;
  pointer-events: none;
}
.zehPageLinks .anotherBtn a{
  color: #2652b2;
  background-color: #f4f7f8;
  border: 1px solid #ddd;
}
.zehPageLinks .anotherBtn a::before{
  content: '';
  display: inline-block;
  border-left: 7px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  vertical-align: middle;
  box-sizing: border-box;
  margin-right: 5px;
}
.zehPageLinks .anotherBtn a:hover{
  background-color: #ddd;
  opacity: .8;
}

.pager{
  padding-bottom: 40px;
}
.pager a{
  text-decoration: none;
}
.pager a span:hover{
  text-decoration: underline;
}
.mod-button-b a{
  border: none;
  background-color: #fff;
}
.mod-button-b a:hover{
  text-decoration: underline;
  opacity: inherit;
}


@media screen and (max-width: 736px) {
  .zehPageLinks{
    padding: 0;
    margin: 0 auto 20px;
    display: -webkit-inherit;
		display: -webkit-inherit;
		display: -ms-inherit;
		display: inherit;
  }
  .zehPageLinks li{
	  width: 100%;
	  margin-bottom: 15px;
	}
}

/* 20170608 okizaki add  */

.imgHolder{
	text-align: center;
}

.zehTableCon{
  margin: 60px auto;
}
.zehTableCon p{
  margin: 0;
}
.zehTableCon .ftz12{
  font-size: 12px;
  font-size: 1.2rem;
  width: 95%;
  margin: 0 auto;
}
.tableName{
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  color: #FFB700;
  margin: 20px 0 0;
}
.zehTableCon table{
  width: 95%;
  margin: 10px auto 0;
}
.zehTableCon table th{
  text-align: center;
  letter-spacing: 0.1em;
}
.zehTableCon table td{
  text-align: center;
}
.zehTableCon table th{
  width: 23%;
}
.zehTableCon .resultTable th,.zehTableCon .resultTable td{
  border: 1px solid #D3E9A5;
}
.zehTableCon .resultTable tr:first-child,.zehTableCon .resultTable tr:nth-child(3),.zehTableCon .resultTable th{
  background-color: #F5F9EA;
}
.zehTableCon .goalTable th,.zehTableCon .goalTable td{
  border: 1px solid #CFE8F5;
}
.zehTableCon .goalTable tr:first-child,.zehTableCon .goalTable th{
  background-color: #E4F5FB;
}
.zehTableCon table .numberRed{
  color: #C74231;
  font-weight: 600;
}
.zehTableCon table .yellow {
	background: #fdf4c2;
}
@media screen and (max-width: 736px) {
  .zehPageLinks{
    padding: 0;
    display: -webkit-inherit;
		display: -webkit-inherit;
		display: -ms-inherit;
		display: inherit;
  }
  .zehPageLinks li{
	  width: 100%;
	  margin-bottom: 15px;
	}
  .zehTableCon{
    margin: 40px auto;
  }
  .zehTableCon .ftz12{
    width: 100%;
  }
  .zehTableCon table{
    width: 100%;
  }
  .zehTableCon table th{
    display: table-cell;
    padding: 2%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .zehTableCon table td{
    display: table-cell;
    padding: 2%;
    width: 10%;
    font-size: 12px;
    font-size: 1.2rem;
    border-collapse: collapse;
  }
}
.planDetailCon{
	margin-top: 100px;
}
.planDetail{
	margin-top: 25px;
}
.aboutZehCon{
	margin-top: 20px;
}
.aboutZehCon ol{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.aboutZehCon ol li{
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}
.aboutZehCon ol li:before{
  content: counter(my-counter);
  counter-increment: my-counter;
  color: 000;
  display: block;
  float: left;
  line-height: 20px;
  margin-left: -30px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
/*   background: #222; */
  border: 1px solid #000;
}
@media screen and (max-width: 736px) {
	.planDetailCon{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.pager{
		padding-bottom: 10px;
	}
	.tableName{
		font-size: 16px;
	}
}
.planDetailCon h4{
  font-size: 22px;
  font-weight: 600;
}
