body {
  background-color: #f8f8f8;
}

#container {
  background-color: #f8f8f8;
}

.con {
  position: relative;
  font-size: 1rem;
  background-color: #f8f8f8;
  word-break: keep-all;
  min-height: 25rem;
  letter-spacing: -0.025em;
  z-index: 6;
}
.con.print_wrap {
  background-color: #fff;
  min-height: 100vh;
}
.con:not([class*=pb_]) {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1280px) {
  .con.md_w {
    background-color: #fff;
  }
}
@media screen and (max-width: 800px) {
  .con:not([class*=pb_]) {
    padding-bottom: 6em;
  }
}

/*con_tit, con_txt*/
.con [class*=con_tit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.55px;
}
.con [class*=con_tit].first {
  margin-top: 0;
}
.con_tit {
  font-size: 1.375rem;
  margin-top: 2.9090909091em;
  margin-bottom: 1.4545454545em;
}
.con_tit .etc {
  font-size: 0.7272727273em;
  margin-left: 1em;
  letter-spacing: -0.4px;
  color: #555;
}
.con_tit .btn {
  margin-right: 0.6153846154em;
}
.con_tit .btn:nth-of-type(1) {
  margin-left: 0.6153846154em;
}
.con_tit .btn:last-child {
  margin-right: 0;
}
.con_tit2 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.3333333333em;
}
.con_tit2.mb_0 {
  margin-bottom: 0;
}
.con_tit3 {
  font-size: 1.5rem;
  margin-bottom: 1.6666666667em;
}
@media screen and (max-width: 1280px) {
  .con_tit {
    margin-top: 1.2em;
    font-size: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .con_tit .etc {
    font-size: 0.7em;
    margin-left: 0.5714285714em;
    margin-right: 0.5714285714em;
  }
  .con_tit2 {
    font-size: 1.4rem;
  }
  .con_tit2.st_2 {
    font-size: 2rem;
    margin-top: 2em;
    margin-bottom: 0.75em;
  }
  .con_tit3 {
    font-size: 1.8rem;
    margin-bottom: 1.1111111111em;
  }
}
@media screen and (max-width: 800px) {
  .con_tit {
    font-size: 1.25rem;
    margin-bottom: 1.5833333333em;
  }
  .con_tit2 {
    font-size: 1.0625rem;
  }
  .con_tit2.st_2 {
    font-size: 1.25rem;
  }
  .con_tit3 {
    font-size: 1.125rem;
  }
}

.con_txt {
  font-size: 1.125rem;
  line-height: 1.67;
  margin-top: 0.6666666667em;
  margin-bottom: 0.6666666667em;
  color: #555;
}
.con_txt:not([class*=fw_]) {
  font-weight: 300;
}
.con_txt p {
  font-size: 1em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.6666666667em;
}
.con_txt2 {
  color: #222;
  font-weight: 500;
  line-height: 1.77;
}
.con_txt2 p {
  font-size: 1.125rem;
  margin-top: 0.8888888889em;
  margin-bottom: 0.8888888889em;
}
@media screen and (max-width: 800px) {
  .con_txt {
    font-size: 1rem;
  }
  .con_txt2 p {
    font-size: 1rem;
  }
}
.con_tit_box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 97.5rem;
  padding: 0 2.5rem;
  margin-bottom: 2.25em;
  font-size: 1rem;
}
.con_tit_box .sub_buttons {
  position: absolute;
  top: 0;
  right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.con_tit_box .sub_buttons > * {
  margin-left: 0.625em;
}
.con_tit_box .sub_buttons button {
  overflow: hidden;
  display: block;
  width: 4em;
  height: 4em;
  border: 1px solid #d5d5d5;
  border-radius: 100%;
  background-color: #fff;
}
.con_tit_box .sub_buttons button svg {
  position: relative;
  width: 100%;
  height: 100%;
}
.con_tit_box .sub_buttons button:hover {
  background-color: #f7f7f7;
}
.con_tit_box .sub_buttons .share_box {
  display: block;
  position: relative;
}
.con_tit_box .sub_buttons .share_box .share {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.3125em;
}
.con_tit_box .sub_buttons .share_box .share li {
  margin: 0.3125em;
}
.con_tit_box .sub_buttons .share_box .share button {
  margin: 0 auto;
  width: 2.5em;
  height: 2.5em;
  border: 0;
}

.con ol[class^=list_],
.con ul[class*=list_] {
  font-size: 1.125rem;
}
@media screen and (max-width: 800px) {
  .con ol[class^=list_],
.con ul[class*=list_] {
    font-size: 1rem;
  }
}

ol[class^=list_][class*=st_mt_16] li:not(:first-child),
ul[class*=list_][class*=st_mt_16] li:not(:first-child) {
  margin-top: 0.875rem;
}

.con_link2 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.con_link2:hover {
  color: #ff6600;
}
.con_link3 {
  display: inline-block;
  vertical-align: middle;
  border-radius: 3.75em;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.25em 0 0.5em;
  background: #d5d5d5 no-repeat top 50% right 0.45em;
  background-size: 0.6666em auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 123' style='fill:none' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg style='clip-path:url(%23a)'%3E%3Cpath data-name='Path 836' d='m-8671.436-3917.779 6.56 6.559-6.56 6.56' transform='translate(8680.317 3923.279)' style='stroke:%23222;stroke-width:2px;fill:none'/%3E%3C/g%3E%3C/svg%3E");
}
.con_link3:hover {
  background-color: #ff6600;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 123' style='fill:none' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg style='clip-path:url(%23a)'%3E%3Cpath data-name='Path 836' d='m-8671.436-3917.779 6.56 6.559-6.56 6.56' transform='translate(8680.317 3923.279)' style='stroke:%23fff;stroke-width:2px;fill:none'/%3E%3C/g%3E%3C/svg%3E");
  color: #fff;
}

/*# sourceMappingURL=sub_con.css.map */
