@charset "UTF-8";
.pr_content {
  width: 750px;
  margin: 0 auto;
  font-size: 12px;
}
#pr_content_head {
  position: relative;
}

#pr_content_head .pr_tit_text {
  color: #FFFFFF;
  position: absolute;
  right: 18px;
  top: 30px;
  font-size: 11px;
  z-index: 1;
}

#pr_content_head .head_lead {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  position: absolute;
  right: 10px;
  top: 120px;
  width: 500px;
  z-index: 2;
}

.node-type-general-s2-no-right-column #mainScreen {
  width: 960px;
}

#mainScreen #pr_sample {
  text-align: left;
}


/* pr_content_head リニューアル 171027 */

#pr_content_head.v2 h2 {
  position: relative;
}

#pr_content_head.v2 .pr_tit_text {
  position: absolute;
  box-sizing: border-box;
  width: 160px;
  font-size: 13px;
  line-height: 28px;
  top: 145px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  background: #00a3eb;
  border-radius: 28px;
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding:0;
}

#pr_content_head.v2 .head_lead {
  position: static;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 20px;
  width: auto;
}

.show-phone {
  display: none !important;
}

.show-tablet {
  display: none !important;
}

.show-screen {
  display: inherit !important;
}

.hide-phone {
  display: inherit !important;
}

.hide-tablet {
  display: inherit !important;
}

.hide-screen {
  display: none !important;
}
