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

/* line 22, ../../../../dev/scss/module/cyumon/shyokizero.scss */
.mod-button-area {
  width: 100%;
  background-color: #F8F3BF;
  margin: 40px auto;
}
/* line 26, ../../../../dev/scss/module/cyumon/shyokizero.scss */
.mod-button-area a {
  color: #333;
}
/* line 29, ../../../../dev/scss/module/cyumon/shyokizero.scss */
.mod-button-area ul {
  list-style: none;
  padding: 40px 0px;
  width: 80%;
  margin: 0 auto;
}
/* line 35, ../../../../dev/scss/module/cyumon/shyokizero.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/shyokizero.scss */
.mod-button-area .mod-button-area-imgBox01 {
  position: absolute;
  left: 20px;
  top: 10px;
}
/* line 51, ../../../../dev/scss/module/cyumon/shyokizero.scss */
.mod-button-area .mod-button-area-imgBox02 {
  position: absolute;
  right: 10px;
  top: 10px;
}
/* line 56, ../../../../dev/scss/module/cyumon/shyokizero.scss */
.mod-button-area .mod-button-area-img02 {
  padding: 2px;
  border: 1px solid #ccc;
}
/* line 60, ../../../../dev/scss/module/cyumon/shyokizero.scss */
.mod-button-area .mod-button-area-text01 {
  position: absolute;
  top: 20px;
  left: 126px;
  font-size: 2rem;
}
/* line 65, ../../../../dev/scss/module/cyumon/shyokizero.scss */
.mod-button-area .mod-button-area-text01 span {
  color: #FF8900;
}
/* line 69, ../../../../dev/scss/module/cyumon/shyokizero.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/shyokizero.scss */
.mod-button-area .mod-button-area-text03 {
  position: absolute;
  top: 130px;
  left: 22px;
  width: 520px;
}

/* line 87, ../../../../dev/scss/module/cyumon/shyokizero.scss */
h5 {
  background-color: #EB6C44 !important;
  color: #fff !important;
}

/* line 92, ../../../../dev/scss/module/cyumon/shyokizero.scss */
.mt50 {
  margin-top: 50px;
}

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

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

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

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

/* line 113, ../../../../dev/scss/module/cyumon/shyokizero.scss */
.c {
  text-align: center !important;
}

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

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

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

  /* line 127, ../../../../dev/scss/module/cyumon/shyokizero.scss */
  .sm {
    display: block !important;
  }
}
