@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  -webkit-print-color-adjust: exact;
  height: 100%;
}

body {
  position: relative;
  font-size: 12px;
  font-family: "メイリオ","Meiryo","Helvetica Neue","Helvetica","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
  line-height: 1.6;
  color: #333333;
  margin: 0;
  padding: 0;
}

code {
  font-family: "メイリオ","Meiryo","Helvetica Neue","Helvetica","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
}

a,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

main {
  display: block;
  padding-top: 60px;
}

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  word-break: break-all;
}

th {
  text-align: left;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=30);
  opacity: .3;
  outline: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=20);
  opacity: .2;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.progress {
  height: 20px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.headerBlock {
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: rgba(71, 71, 71, 0.9);
  line-height: 1;
}
.headerBlock .container {
  height: 100%;
}

.headerBlock-inn {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.headerBlock-inn > div {
  position: relative;
  display: table-cell;
  word-wrap: break-word;
}
.headerBlock-inn > div {
  display: table-cell;
  vertical-align: middle;
}

.headerBlock-logo {
  width: 125px;
}

.headerBlock-action {
  width: 100px;
  text-align: left;
}
.headerBlock-action ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.headerBlock-action ul > div {
  position: relative;
  display: table-cell;
  word-wrap: break-word;
}
.headerBlock-action li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.headerBlock-action li a {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  padding-left: 1px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.headerBlock-action li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.headerBlock-action li a span.icon,
.headerBlock-action li a span.icon:before,
.headerBlock-action li a span.icon:after {
  content: '';
  display: block;
  height: 2px;
  width: 20px;
  border-radius: 3px;
  background: #ffffff;
  transition: 0.5s;
  position: absolute;
}
.headerBlock-action li a span.icon {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.headerBlock-action li a span.icon:before {
  bottom: 7px;
}
.headerBlock-action li a span.icon:after {
  top: 7px;
}
.headerBlock-action li a span.text {
  display: flex;
  align-items: center;
  width: 40px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 50px;
  margin: auto;
  color: #ffffff;
  font-size: 16px;
}
.headerBlock-action li a span.text:hover {
  text-decoration: underline;
}

.mainSummary {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px;
  background-color: #333333 !important;
  color: #ffffff;
  font-family: "Noto Sans Japanese", sans-serif;
}

/* IE hack */
@media all and (-ms-high-contrast: none) {
  .mainSummary {
    font-family: "メイリオ","Meiryo","Helvetica Neue","Helvetica","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
  }
}
.section {
  overflow: hidden;
  margin: 50px 0;
}

.psBlockTable {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.psBlockTable > div {
  position: relative;
  display: table-cell;
  word-wrap: break-word;
}
.psBlockTable.line {
  border-bottom: 1px solid #b5c5e3;
}
.psBlockTable .tableLabel {
  font-weight: 700;
  color: #016ecc;
}

.psDetailBalloon {
  display: none;
  position: absolute;
}
.psDetailBalloon .psDetailBallooninn {
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 20px 20px 0;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: rgba(230, 230, 230, 0.792157) 0px 0px 5px 0px;
  -moz-box-shadow: rgba(230, 230, 230, 0.792157) 0px 0px 5px 0px;
  box-shadow: rgba(230, 230, 230, 0.792157) 0px 0px 5px 0px;
}
.psDetailBalloon .psDetailBallooninn.top:before, .psDetailBalloon .psDetailBallooninn.top:after, .psDetailBalloon .psDetailBallooninn.bottom:before, .psDetailBalloon .psDetailBallooninn.bottom:after {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  content: "";
  border: 8px solid transparent;
}
.psDetailBalloon .psDetailBallooninn.top:before, .psDetailBalloon .psDetailBallooninn.top:after {
  border-top-width: 0;
}
.psDetailBalloon .psDetailBallooninn.top:before {
  top: -9px;
  border-bottom-color: #e0e0e0;
}
.psDetailBalloon .psDetailBallooninn.top:after {
  top: -8px;
  border-bottom-color: #ffffff;
}
.psDetailBalloon .psDetailBallooninn.bottom:before, .psDetailBalloon .psDetailBallooninn.bottom:after {
  border-bottom-width: 0;
}
.psDetailBalloon .psDetailBallooninn.bottom:before {
  bottom: -9px;
  border-top-color: #e0e0e0;
}
.psDetailBalloon .psDetailBallooninn.bottom:after {
  bottom: -8px;
  border-top-color: #ffffff;
}

.screenshot {
  border-bottom: 1px solid #858585;
}

.screenshot-inn {
  position: relative;
  max-width: 760px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #ffffff;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
.screenshot-inn .frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 420px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 0;
}
.screenshot-inn .frame iframe {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transform: scale(0.67);
  -moz-transform: scale(0.67);
  -ms-transform: scale(0.67);
  -o-transform: scale(0.67);
  transform: scale(0.67);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 1px 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.screenshot-inn .frame:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  content: "";
  z-index: 99;
}

#pg-fixdLink {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pg-fixdLink a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#pg-fixdLink a:after {
  display: block;
  content: "";
  position: absolute;
  left: 17px;
  top: 20px;
  width: 16px;
  height: 16px;
  border-left: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#pg-fixdLink a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.pg-fixdLink-on {
  opacity: 1;
}

.pg-fixdLink-off {
  opacity: 0;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 2px;
  margin-left: 2px;
}

.reportHintTips,
.printSettingTips,
.memuTips {
  display: none;
  position: absolute;
  z-index: 100000;
}
.reportHintTips .reportHintTipsinn,
.reportHintTips .printSettingTipsinn,
.printSettingTips .reportHintTipsinn,
.printSettingTips .printSettingTipsinn,
.memuTips .memuTipsinn {
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 14px 15px 10px;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(230, 230, 230, 0.792157) 0px 0px 5px 0px;
  -moz-box-shadow: rgba(230, 230, 230, 0.792157) 0px 0px 5px 0px;
  box-shadow: rgba(230, 230, 230, 0.792157) 0px 0px 5px 0px;
}
.reportHintTips .reportHintTipsinn:before,
.reportHintTips .printSettingTipsinn:before,
.printSettingTips .reportHintTipsinn:before,
.printSettingTips .printSettingTipsinn:before {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  width: 0;
  content: "";
  border: 8px solid transparent;
  border-top-width: 0;
}
.reportHintTips .reportHintTipsinn:before,
.reportHintTips .printSettingTipsinn:before,
.printSettingTips .reportHintTipsinn:before,
.printSettingTips .printSettingTipsinn:before {
  top: -8px;
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-color: #ffffff;
}
.memuTips .memuTipsinn:before {
  position: absolute;
  left: 14px;
  top: -8px;
  width: 0;
  content: "";
  border: 8px solid transparent;
  border-top-width: 0;
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-color: #ffffff;
}

.reportHintTips ul,
.printSettingTips ul {
  margin-top: 10px;
}
.reportHintTips ul li,
.printSettingTips ul li,
.memuTips ul li {
  margin-bottom: 5px;
}
.reportHintTips a,
.printSettingTips a,
.memuTips a {
  color: #016ecc;
  text-decoration: underline;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.reportHintTips a:hover,
.printSettingTips a:hover,
.memuTips a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.reportHintTips {
  width: 190px;
}
.reportHintTips.overflow .reportHintTipsinn:before {
  left: auto;
  right: 14px;
}

.printSettingTips {
  position: fixed;
  width: 370px;
}
.printSettingTips .blockMessage {
  margin: 0 -15px 15px;
  padding: 0 15px 10px;
  border-bottom: 1px solid #666666;
}
.printSettingTips .blockSetting {
  white-space: nowrap;
  margin-bottom: 15px;
  max-height: 450px;
  overflow-y: auto;
}
.printSettingTips .blockPrint {
  display: flex;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
.printSettingTips .blockPrint > div {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
.printSettingTips .blockPrint .btn {
  font-size: 14px;
  color: #ffffff;
  background-color: #2b86e9;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.printSettingTips .blockPrint .btn:hover {
  background-color: #0051aa;
}
.printSettingTips.overflow .printSettingTipsinn:before {
  left: auto;
  right: 14px;
}
.printSettingTips li ul {
  margin-top: 0;
  margin-bottom: 7px;
  margin-left: 20px;
}
.printSettingTips li ul .checkbox {
  margin: 0;
}
.printSettingTips li ul li {
  margin-bottom: 0;
}

.memuTips {
  position: fixed;
  width: 300px;
}

.printSettingTips-backdrop,
.memuTips-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}

.container {
  max-width: 1200px;
}

a {
  color: #3557d2;
  text-decoration: underline;
  cursor: pointer;
}

.mainSummary .container {
  margin-top: -150px;
  text-align: center;
}
.mainSummary .title {
  font-size: 72px;
  font-weight: 500;
}
.mainSummary .block-url a {
  color: #a4ba32;
  font-size: 24px;
  word-wrap: break-word;
  line-height: 1.4;
  text-decoration: none;
}
.mainSummary .block-url a:hover {
  text-decoration: underline;
}
.mainSummary .block-score {
  margin-top: 60px;
  margin-bottom: 20px;
  line-height: 1;
}
.mainSummary .block-score .text {
  margin-right: 20px;
  font-size: 48px;
}
.mainSummary .block-score .score {
  position: relative;
  font-size: 100px;
  font-family: "Arial";
}
.mainSummary .block-score .score.plus:before, .mainSummary .block-score .score.plus:after {
  position: absolute;
  top: 27px;
  left: 155px;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-top: 6px solid #ffffff;
  transform: translateX(-50%);
}
.mainSummary .block-score .score.plus:after {
  top: 18px;
  left: 134px;
  transform: rotate(90deg);
}
.mainSummary .block-rating {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  line-height: 1;
}
.mainSummary .block-rating .rating-wrap {
  position: relative;
  display: inline-block;
  width: 129px;
}
.mainSummary .block-rating .rating-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
}
.mainSummary .block-rating .rating-wrap .star {
  display: inline-block;
  width: 32px;
  height: 28px;
  margin-left: -3px;
  margin-right: -3px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.mainSummary .block-rating .rating-wrap .rating-front {
  width: 0;
  overflow: hidden;
  z-index: 1;
}
.mainSummary .block-rating .rating-wrap .rating-front .star {
  background-image: url(icon_star.svg);
}
.mainSummary .block-rating .rating-wrap .rating-back {
  z-index: 0;
}
.mainSummary .block-rating .rating-wrap .rating-back .star {
  background-image: url(icon_star_white.svg);
}
.mainSummary .block-rating .rating-text {
  font-size: 24px;
  padding-left: 20px;
}
.mainSummary .block-difficulty-none {
  width: 450px;
  margin: 40px auto 0;
  font-size: 14px;
  text-align: center;
  color: #fff3df;
}

.sectionContents{
  position: relative;
}

.sectionHeader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px;
  background-color: #f2f2f2 !important;
  color: #707070;
  font-family: "Noto Sans Japanese", sans-serif;
}
.sectionHeader .container {
  margin-top: -150px;
  text-align: center;
}
.sectionHeader .title {
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: 500;
}
.sectionHeader .block-icon {
  display: inline-block;
  width: 220px;
  height: 60px;
  padding: 12px 30px 0 30px;
  background-color: #ffffff;
  border-radius: 30px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
.sectionHeader .block-text {
  max-width: 520px;
  margin: 0 auto;
  font-size: 18px;
}
.sectionHeader .block-flow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sectionHeader .flow-item {
  position: relative;
  flex: 0 0 140px;
}
.sectionHeader .block-flow.space1 .flow-item {
  margin-left: 5px;
  margin-right: 5px;
}
.sectionHeader .block-flow.space2 .flow-item {
  margin-left: 15px;
  margin-right: 15px;
}
.sectionHeader .flow-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 140px;
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
  background-color: #fff;
  z-index: 0;
}
.sectionHeader .flow-head {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 140px;
  margin-right: 15px;
  z-index: 1;
}
.sectionHeader .flow-head .title {
  margin-bottom: 10px;
  margin-right: -40px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 1;
  color: #333333;
}
.sectionHeader .flow-head .time {
  margin-right: -40px;
  font-size: 14px;
  line-height: 1;
  color: #333333;
}
.sectionHeader .flow-head .anchor {
  position: relative;
}
.sectionHeader .flow-head .anchor a {
  position: absolute;
  left: 70px;
  top: 10px;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}
.sectionHeader .flow-head .anchor a:after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 11px;
  height: 11px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
}
.sectionHeader .flow-text {
  margin: 20px 10px 0 5px;
  font-size: 14px;
  text-align: left;
}
#flow .sectionHeader {
  min-height: 800px;
}
#flow .sectionHeader .container {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.sectionAttention {
  margin-bottom: 80px;
}
.sectionAttention .sectionBlock {
	border: 1px solid #f24b88;
	border-radius: 5px;
	background: #fff4f8;
  padding: 20px 30px 17px 30px;
}
.sectionAttention .sectionBlock .block-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #f24b88;
}
.sectionAttention .sectionBlock .block-text {
  font-size: 14px;
  line-height: 1.8;
  color: #f24b88;
}
.sectionAttention .sectionBlock .block-text strong.line {
  text-decoration: underline;
}

.sectionMain {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 12px;
}
.sectionMain h3.title {
  position: relative;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
}
.sectionMain h3.title img {
  position: absolute;
  left: 0;
  top: -7px;
}
.sectionMain h4.title {
  margin-bottom: 10px;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.sectionMain h5.title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #717579;
}
.sectionMain h5.title:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -10px;
  top: -1px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
}
.sectionMain h5.title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: -4px;
  width: 8px;
  height: 5px;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sectionMain .section-h5 {
  padding-left: 15px;
}

.sectionBlock .sectionBlockinn {
  padding-left: 15px;
  padding-right: 15px;
}
.sectionBlock .sectionBlockText {
  font-size: 14px;
  color: #8a8a8a;
}
.sectionBlock .sectionBlockText strong {
  color: #3557d2;
}
.sectionBlock .sectionBlockText.noneMessage {
  margin-top: 20px !important;
  margin-bottom: 20px;
  padding: 10px 10px 8px;
  background: #f1f1f1;
  color: #333333;
  line-height: 1;
}
.sectionBlock .sectionBlockText.wordSelect {
  margin-bottom: 60px;
}
.sectionBlock .sectionBlockText.wordSelect .list {
  margin: 10px -3px 0;
}
.sectionBlock .sectionBlockText.wordSelect .list .btn {
  position: relative;
  text-align: left;
  margin: 5px 3px;
  padding: 4px 24px 2px 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  background-color: #f5ddbb;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #333333;
}
.sectionBlock .sectionBlockText.wordSelect .list .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
}
.sectionBlock .sectionBlockText.wordSelect .list .btn .icon {
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 9px;
  background-color: #f5ddbb;
  right: 10px;
  top: 5px;
  z-index: 1;
}
.sectionBlock .sectionBlockText.wordSelect .list .btn .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #f5ddbb;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sectionBlock .sectionBlockText.wordSelect .list .btn:hover {
  background-color: #b97a13;
  color: #ffffff;
  text-decoration: none;
}
.sectionBlock .sectionBlockText.wordSelect .list .btn:hover .icon {
  background-color: #b97a13;
}
.sectionBlock .sectionBlockText.wordSelect .list .btn:hover .icon:before {
  border-color: #b97a13;
}
.sectionBlock .sectionBlockText + .sectionBlockText {
  margin-top: 10px;
}
.sectionBlock .sectionBlockTextSub {
  height: 10px;
}
.sectionBlock .sectionBlockTextSub ul {
  margin: 0;
  padding: 0;
}
.sectionBlock .sectionBlockTextSub ul li {
  float: right;
  position: relative;
  display: inline-block;
  list-style: none;
  padding-left: 15px;
  font-size: 12px;
  line-height: 1;
}
.sectionBlock .sectionBlockTextSub ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 10px;
  height: 10px;
}
.sectionBlock .sectionBlockTextSub ul li.rival:before {
  background-color: #2b86e9;
}

.sectionPoint {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #f2f2f2;
}
.sectionPoint .block-legend {
  position: absolute;
  left: 35px;
  top: 0;
  margin-top: -12px;
  padding: 5px 10px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #e31361;
}
.sectionPoint .block-text {
  padding: 30px 30px 25px;
  font-size: 14px;
  line-height: 2;
  color: #6e6e6e;
}
.sectionPoint .block-text h5 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #e31361;
}
.sectionPoint .block-text p + h5 {
  margin-top: 30px;
}
.sectionPoint .block-text p + p {
  margin-top: 10px;
}
.sectionPoint .block-image1 {
  padding-right: 400px;
  background-size: 320px;
  background-repeat: no-repeat;
  background-position: 96% center;
  background-image: url(image_structure.svg);
}

.section-base {
  color: #555555;
}
.section-base .section-base-block {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #f2f2f2;
  line-height: 1;
}
.section-base .section-base-block > div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
}
.section-base .section-base-block .icon {
  width: 30px;
}
.section-base .section-base-block .icon img {
  margin-top: -2px;
  opacity: 0.6;
}
.section-base .section-base-block .item {
  width: 230px;
  padding-left: 10px;
  font-size: 16px;
}
.section-base .section-base-block .value {
  width: 280px;
  font-size: 18px;
  font-weight: bold;
  color: #717579;
}
.section-base .section-base-block .value .path {
  margin-top: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  word-wrap: break-word;
}
.section-base .section-base-block .value .path a {
  text-decoration: none;
  color: #00a548;
}
.section-base .section-base-block .value .path a:hover {
  text-decoration: underline;
}
.section-base .section-base-block .value .menu {
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
}
.section-base .section-base-block .value .sub {
  margin-top: 7px;
  font-size: 14px;
}
.section-base .section-base-block .text {
  font-size: 14px;
  line-height: 1.6;
  color: #8a8a8a;
}
.section-base .section-base-block .text a.blank {
  color: #00a548;
}
.section-base .section-base-block.cve .icon img {
  opacity: 1;
}
.section-base .section-base-block.cve .value {
  padding-left: 30px;
}
.section-base .section-base-block.cve .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #eeeeee;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  font-size: 16px;
  padding-top: 2px;
}

.format-point {
  position: relative;
  border: 1px solid #f24b88;
  border-radius: 5px;
  background: #fff4f8;
  padding: 20px 30px 10px 30px;
  margin-top: -5px;
  font-size: 14px;
  color: #f24b88;
}
.format-point:before,
.format-point:after {
  content: "";
  display: block;
  position: absolute;
  right: 290px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
}
.format-point:before {
	top: -15px;
	border-color: transparent transparent #f24b88 transparent;
}
.format-point:after {
	top: -13px;
	border-color: transparent transparent #fff4f8 transparent;
}
.format-point .format-point-flex {
  display: flex;
}
.format-point .format-point-flex-text {
  padding-right: 40px;
}
.format-point .format-point-flex-image {
  flex: 0 0 320px;
}
.format-point .block-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.format-point .block-text {
  margin-bottom: 20px;
}
.format-point .block-text strong.line {
  text-decoration: underline;
}
.format-point .block-table {
  margin-bottom: 5px;
}
.format-point .block-table .block-table-tr {
  display: table;
  table-layout: fixed;
  width: 100%;
  line-height: 1;
  border-bottom: 1px solid #ffa6c6;
}
.format-point .block-table .block-table-tr > div {
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 7px;
  vertical-align: middle;
}
.format-point .block-table .block-table-keyword {
  width: 35%;
  padding-left: 2px;
}
.format-point .block-table .block-table-data {
  text-align: center;
}
.format-point .block-table .block-table-diff {
  width: 25%;
  text-align: center;
  font-weight: bold;
  /*background-color: #ffe4ee;*/
}
.format-point .block-table .block-table-tr.head {
  font-weight: bold;
}
.format-point .block-hint {
  font-size: 10px;
}

.sectionBlock.simulation {
  margin-top: 70px;
}

.section-simulation {
  color: #555555;
}
.section-simulation .section-simulation-block {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #f2f2f2;
  line-height: 1;
}
.section-simulation .section-simulation-block > div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
}
.section-simulation .section-simulation-block .item {
  width: 260px;
  padding-left: 10px;
  font-size: 16px;
}
.section-simulation .section-simulation-block .item .setting {
  margin-top: 5px;
  font-size: 12px;
  color: #888888;
}
.section-simulation .section-simulation-block .value {
  width: 280px;
  font-size: 18px;
  font-weight: bold;
  color: #717579;
}
.section-simulation .section-simulation-block .value .unit {
  font-size: 14px;
  margin-left: 1px;
}
.section-simulation .section-simulation-block .text {
  font-size: 14px;
  line-height: 1.6;
  color: #8a8a8a;
}

.section-kanren {
  font-size: 14px;
}
.section-kanren.margin {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-kanren .block-table {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.section-kanren .block-table > div {
  position: relative;
  display: table-cell;
  word-wrap: break-word;
}
.section-kanren .block-table > div {
  position: relative;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 8px;
}
.section-kanren .block-table .block-site {
  width: auto;
}
.section-kanren .block-table .block-site .block-sitewrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.section-kanren .block-table .block-site .block-sitewrap .rank {
  display: table-cell;
}
.section-kanren .block-table .block-site .block-sitewrap .site {
  display: table-cell;
}
.section-kanren .block-table .block-pagecnt,
.section-kanren .block-table .block-shibun-data {
  width: 110px;
}
.section-kanren .section-kanren-head {
  border-bottom: 1px solid #f2f2f2;
  font-size: 12px;
  font-weight: bold;
  color: #8a8a8a;
}
.section-kanren .section-kanren-head .block-table {
  height: auto;
}
.section-kanren .section-kanren-list {
  border-bottom: 1px solid #f2f2f2;
  font-size: 12px;
  line-height: 1;
}
.section-kanren .section-kanren-list .rank {
  width: 30px;
  vertical-align: middle;
  padding-left: 5px;
}
.section-kanren .section-kanren-list .site {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.section-kanren .section-kanren-list .site .title,
.section-kanren .section-kanren-list .site .url {
  word-break: break-all;
}
.section-kanren .section-kanren-list .site .url {
  margin-top: 5px;
}
.section-kanren .section-kanren-list .site .url a {
  color: #00a548;
  text-decoration: none;
}
.section-kanren .section-kanren-list .site .url a:hover {
  text-decoration: underline;
}
.section-kanren .section-kanren-list .link {
  width: 150px;
  text-align: right;
}
.section-kanren .section-kanren-list .block-table {
  min-height: 50px;
}
.section-kanren .section-kanren-foot {
  margin-top: 15px;
  color: #8a8a8a;
}
.section-kanren .grid-wrap-head,
.section-kanren .grid-wrap-foot,
.section-kanren .grid-wrap-main {
  display: flex;
  align-items: flex-start;
}
.section-kanren .grid-wrap-head .grid-rival,
.section-kanren .grid-wrap-foot .grid-rival,
.section-kanren .grid-wrap-main .grid-rival {
  flex: 0 0 50%;
}
.section-kanren .grid-wrap-head .grid-kanren,
.section-kanren .grid-wrap-foot .grid-kanren,
.section-kanren .grid-wrap-main .grid-kanren {
  flex: 1 1 auto;
}
.section-kanren .grid-wrap-head .block-table > div {
  padding-top: 5px;
  padding-bottom: 3px;
}
.section-kanren .grid-wrap-foot {
  margin-top: 0;
  border-top: 1px solid #f2f2f2;
  font-size: 12px;
  color: #333333;
}
.section-kanren .grid-wrap-foot .grid-kanren {
  background-color: #f7f7f7;
}
.section-kanren .grid-wrap-foot .grid-list {
  padding-left: 20px;
}
.section-kanren .grid-wrap-foot .grid-list .block-shibun-text {
  text-align: right;
  padding-right: 20px;
}
.section-kanren .grid-wrap-foot .grid-list .yahoo a {
  position: relative;
  color: #2c85e9;
  cursor: pointer;
}
.section-kanren .grid-wrap-foot .grid-list .yahoo-text {
  font-size: 10px;
  color: #888888;
}
.section-kanren .grid-wrap-foot .block-table > div {
  line-height: 1.8;
  padding-top: 8px;
  padding-bottom: 5px;
}
.section-kanren .grid-wrap-main {
  background-color: #f7f7f7;
}
.section-kanren .grid-wrap-main .block-site .title,
.section-kanren .grid-wrap-main .block-site .url {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-kanren .grid-wrap-main .grid-rival {
  position: relative;
}
.section-kanren .grid-wrap-main .grid-rival .grid-list {
  position: relative;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section-kanren .grid-wrap-main .grid-rival .grid-list.active:before {
  content: "";
  position: absolute;
  right: -1px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #f7f7f7;
}
.section-kanren .grid-wrap-main .grid-rival .grid-list.active, .section-kanren .grid-wrap-main .grid-rival .grid-list:hover {
  background-color: #f7f7f7;
}
.section-kanren .grid-wrap-main .grid-rival .grid-list + .grid-list {
  border-top: 1px solid #f2f2f2;
}
.section-kanren .grid-wrap-main .grid-rival .block-site,
.section-kanren .grid-wrap-main .grid-rival .block-pagecnt {
  cursor: pointer;
}
.section-kanren .grid-wrap-main .grid-rival .block-site {
  padding-right: 50px;
}
.section-kanren .grid-wrap-main .grid-rival .jogai-message {
  position: absolute;
  bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 99.5%;
  min-height: 46px;
  background-color: #f1f1f1;
  border-radius: 5px;
  line-height: 1;
}
.section-kanren .grid-wrap-main .grid-kanren .grid-list {
  padding-left: 20px;
}
.section-kanren .grid-wrap-main .grid-kanren .grid-list + .grid-list {
  border-top: 1px solid #f2f2f2;
}

.section-flow {
  display: flex;
  padding-top: 50px;
}
.section-flow > div {
  display: flex;
  flex-basis: 50%;
  padding-left: 40px;
  padding-right: 40px;
}
.section-flow .section-flow-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-flow .btn-box {
  position: relative;
  display: block;
  height: 50px;
  padding-top: 16px;
  background-color: #fafafc;
  border: 2px solid #eeeeee;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
.section-flow .btn-box .arrow {
  position: absolute;
  left: 20px;
  top: 14px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.section-flow .btn-box .arrow:before {
  content: "";
  position: absolute;
  background-color: #eee;
}
.section-flow .btn-box .arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-flow .size1 {
  width: 270px;
}
.section-flow .size2 {
  width: 210px;
}
.section-flow .section-flow-new {
  justify-content: flex-end;
}
.section-flow .section-flow-new .line-box {
  position: relative;
  display: block;
  height: 150px;
}
.section-flow .section-flow-new .line-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  height: 150px;
  width: 2px;
  border-left: 2px dashed #eeeeee;
}
.section-flow .section-flow-new .arrow:before {
  left: 6px;
  top: 0;
  width: 2px;
  height: 16px;
}
.section-flow .section-flow-new .arrow:after {
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.section-flow .section-flow-ana .line-box {
  position: relative;
  display: block;
  height: 120px;
}
.section-flow .section-flow-ana .line-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  height: 120px;
  width: 30px;
  border-left: 2px dashed #eeeeee;
  border-bottom: 2px dashed #eeeeee;
}
.section-flow .section-flow-ana span.btn-box {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -26px;
  margin-left: 30px;
  width: 300px;
}
.section-flow .section-flow-ana .arrow:before {
  left: 0;
  top: 7px;
  width: 16px;
  height: 2px;
}
.section-flow .section-flow-ana .arrow:after {
  border-top: 2px solid #eee;
  border-right: 2px solid #eee;
}
.section-flow .section-flow-ana .text-box {
  position: absolute;
  top: 100%;
  left: 50%;
  white-space: nowrap;
  margin-top: 33px;
  margin-left: 30px;
  font-size: 12px;
}

.section-advice {
  margin: 30px 0;
}
.section-advice-block {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #f24b88;
  border-radius: 5px;
  background-color: #fff4f8;
  color: #f24b88;
}
.section-advice-block:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #f24b88 transparent transparent transparent;
}
.section-advice-block:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #fff4f8 transparent transparent transparent;
}

.section-advice-block-L {
  flex: 0 0 270px;
}
.section-advice-block-L .title {
  text-align: center;
  margin-bottom: 20px;
}
.section-advice-block-L .list {
  padding-left: 60px;
  font-size: 25px;
  font-weight: bold;
}
.section-advice-block-L .list li {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
}
.section-advice-block-L .list li.ranking1 {
  font-size: 32px;
}
.section-advice-block-L .list li .img {
  flex: 0 0 45px;
  padding-bottom: 3px;
}
.section-advice-block-R {
  flex: 1 1 auto;
  padding: 30px;
}
.section-advice-block-R .block-message {
}
.section-advice-block-R .block-message .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.section-advice-block-R .block-message .title strong {
  font-size: 36px;
}
.section-advice-block-R .block-message .body {
  font-size: 14px;
  line-height: 1.8;
}
.section-advice-block-R .block-message + .block-cta {
  margin-top: 30px;
}
.section-advice-block-R .block-cta .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.section-advice-block-R .block-cta .body {
  font-size: 14px;
  line-height: 1.8;
}

.section-trend .block-table {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  height: 50px;
  font-size: 12px;
}
.section-trend .block-table > div {
  position: relative;
  display: table-cell;
  word-wrap: break-word;
}
.section-trend .block-table > div {
  position: relative;
  width: 7%;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 3px;
  text-align: center;
}
.section-trend .block-table > div.block-site {
  width: 35%;
  text-align: left;
}
.section-trend .section-trend-bar {
  padding-top: 20px;  /* 2025.1.15 レポート用のメッセージ選定 */
}
.section-trend .section-trend-bar .block-table {
  height: 130px;
  height: 35px;
}
.section-trend .section-trend-bar .block-table > div {
  vertical-align: bottom;
}
.section-trend .section-trend-bar .block-site {
  margin: 0 auto;
}
.section-trend .section-trend-bar .block-site .block-recommended {
  display: inline-block;
  padding: 17px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.section-trend .section-trend-bar .block-site .block-recommended .title {
  margin-bottom: 15px;
  font-weight: bold;
  color: #6f6f6f;
}
.section-trend .section-trend-bar .block-site .block-recommended .category {
  margin-bottom: 7px;
  font-weight: bold;
  color: #f24b88;
}
.section-trend .section-trend-bar .block-site .block-recommended .category.first {
  font-size: 1.8rem;
}
.section-trend .section-trend-bar .progress {
  position: relative;
  height: 100px;
  width: 25px;
  margin: 0 auto;
  overflow: visible;
}
.section-trend .section-trend-bar .progress-bar,
.section-trend .section-trend-bar .progress-num {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.section-trend .section-trend-bar .progress-bar {
  position: absolute;
  bottom: 0;
  height: 0%;
  width: 100%;
}
.section-trend .section-trend-bar .progress-num {
  position: absolute;
  bottom: 0;
  width: 180%;
  margin-left: -40%;
  margin-right: -40%;
  font-size: 10px;
  text-align: center;
}
.section-trend .section-trend-bar .hint {
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 70px;
  margin-left: -35px;
  padding: 6px 10px 5px;
  border-radius: 3px;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  opacity: 0;
  transform: scale(0);
  white-space: nowrap;
  -webkit-transition: all 0.3s cubic-bezier(0.21, 0.71, 0.42, 1.4);
  transition: all 0.3s cubic-bezier(0.21, 0.71, 0.42, 1.4);
  z-index: 201;
}
.section-trend .section-trend-bar .hint.on {
  opacity: 1;
  transform: scale(1);
}
.section-trend .section-trend-bar .hint:before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: "";
  width: 5px;
  height: 5px;
  margin-left: -5px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.section-trend .section-trend-head {
  border-bottom: 1px solid #f2f2f2;
}
.section-trend .section-trend-head .block-table {
  height: 35px;
}
.section-trend .section-trend-head .block-table > div.block-site {
  color: #888888;
  font-size: 14px;
}
.section-trend .section-trend-head .sup-tips {
  position: relative;
  cursor: pointer;
}
.section-trend .section-trend-head .sup-tips:after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(icon_tips.svg);
}
.section-trend .section-trend-list-wrap {
  position: relative;
}
.section-trend .section-trend-list-wrap .jogai-message {
  position: absolute;
  bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  background-color: #f1f1f1;
  border-radius: 5px;
  line-height: 1;
}
.section-trend .section-trend-list {
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section-trend .section-trend-list:hover {
  background-color: #f7f7f7;
}
.section-trend .section-trend-list .block-site {
  padding: 3px 0;
}
.section-trend .section-trend-list .block-site .block-sitewrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.section-trend .section-trend-list .block-site .block-sitewrap .rank {
  display: table-cell;
  width: 30px;
  vertical-align: middle;
  padding-left: 5px;
}
.section-trend .section-trend-list .block-site .block-sitewrap .site {
  display: table-cell;
  cursor: pointer;
}
.section-trend .section-trend-list .block-site .block-sitewrap .site .title,
.section-trend .section-trend-list .block-site .block-sitewrap .site .url {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px;
}
.section-trend .section-trend-list .block-site .block-sitewrap .site .url {
  font-size: 12px;
}
.section-trend .section-trend-list .block-site .block-sitewrap .site .url a {
  color: #00a548;
  text-decoration: none;
}
.section-trend .section-trend-list .block-site .block-sitewrap .site .url a:hover {
  text-decoration: underline;
}
.section-trend .section-trend-list .group1 {
  background-color: #eaf3fd;
}
.section-trend .section-trend-list .group2 {
  background-color: #e5f6ec;
}
.section-trend .section-trend-list .point-icon {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
}
.section-trend .section-trend-list .point-icon.title:after {
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #2b86e9;
  border-radius: 50%;
}
.section-trend .section-trend-group {
  margin-top: 10px;
}
.section-trend .section-trend-group .block-group {
  vertical-align: top;
  text-align: center;
}
.section-trend .section-trend-group .block-group:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  background: #ffffff;
  z-index: 0;
}
.section-trend .section-trend-group .label {
  position: relative;
  padding: .2em .7em;
  font-size: 11px;
  border-radius: 10px;
  z-index: 1;
}
.section-trend .section-trend-group .group1 {
  width: 14%;
}
.section-trend .section-trend-group .group1 .label {
  background-color: #2c85e9;
}
.section-trend .section-trend-group .group1:before {
  border-color: #2c85e9;
}
.section-trend .section-trend-group .group2 {
  width: 28%;
}
.section-trend .section-trend-group .group2 .label {
  background-color: #00a648;
}
.section-trend .section-trend-group .group2:before {
  border-color: #00a648;
}
.section-trend .section-trend-message {
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 20px 20px 17px;
  border: 1px solid #f24b88;
  background-color: #fff4f8;
  font-size: 14px;
  text-align: center;
  color: #f24b88;
}
.section-trend .serp-wrap {
  position: relative;
  width: 590px;
  font-family: arial,sans-serif;
}
.section-trend .serp-wrap .serp-wrap-rc {
  position: relative;
}
.section-trend .serp-wrap .serp-wrap-rc .title {
  font-size: 18px;
  line-height: 1.33;
  color: #1a0dab;
}
.section-trend .serp-wrap .serp-wrap-rc .url {
  font-size: 14px;
  padding-top: 1px;
  line-height: 1.43;
  color: #006621;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-trend .serp-wrap .serp-wrap-s {
  position: relative;
  font-size: small;
  line-height: 1.54;
}
.section-trend .serp-wrap .serp-wrap-s .text {
  color: #545454;
}
.section-trend .serp-wrap .serp-wrap-s .text .f {
  color: #777;
}
.section-trend .sup-wrap {
  width: 280px;
  line-height: 1.6;
  word-wrap: break-word;
}

.section-cover {
  position: relative;
  margin-bottom: 50px;
}
.section-cover.margin {
  margin-top: 30px;
  margin-bottom: 70px;
}
.section-cover .section-cover-hint {
  margin-top: 20px;
  padding-left: 15px;
  color: #8a8a8a;
}
.section-cover .section-cover-hint ul {
  padding-left: 20px;
}
.section-cover .section-cover-hint li {
  list-style-type: disc;
  text-decoration: underline;
  color: #3557d2;
}
.section-cover .block-table {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.section-cover .block-table > div {
  position: relative;
  display: table-cell;
  word-wrap: break-word;
}
.section-cover .block-table .block-l {
  width: 275px;
  display: table-cell;
  position: relative;
  padding: 20px 15px;
  vertical-align: top;
}
.section-cover .block-table .block-l .title {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
}
.section-cover .block-table .block-l .body {
  margin-bottom: 0;
  font-size: 12px;
}
.section-cover .block-table .block-l .shikii {
  margin-bottom: 20px;
}
.section-cover .block-table .block-l .shikii dt {
  font-size: 14px;
  font-weight: bold;
}
.section-cover .block-table .block-l .shikii dd {
  position: relative;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1;
}
.section-cover .block-table .block-l .shikii dd strong {
  font-size: 68px;
  font-weight: 400;
  letter-spacing: -3px;
  margin-right: 5px;
}
.section-cover .block-table .block-l .shikii dd span {
  position: absolute;
  bottom: 5px;
  font-size: 30px;
  font-style: normal;
}
.section-cover .block-table .block-r {
  position: relative;
  display: table-cell;
  padding-left: 5px;
  background-color: #ffffff;
}
.section-cover .block-table .block-r .block-rinn {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 12px;
}
.section-cover .block-table .word-graph-table {
  display: table;
  position: relative;
  width: 100%;
  height: 50px;
  z-index: 1;
}
.section-cover .block-table .word-graph-table > div {
  display: table-cell;
  line-height: 1.2;
  vertical-align: middle;
}
.section-cover .block-table .word-graph-table .wg-cell00 {
  width: 180px;
  padding-left: 18px;
}
.section-cover .block-table .word-graph-table .wg-cell00 span.rate {
  font-size: 10px;
}
.section-cover .block-table .word-graph-table .wg-cell01 {
  width: auto;
  padding-left: 10px;
}
.section-cover .block-table .word-graph-table .wg-cell01 .progress {
  margin: 5px 0;
}
.section-cover .block-table .word-graph-table .wg-cell01 .progress .progress-bar {
  height: 6px;
  background-color: #2b86e9 !important;
}
.section-cover .block-table .word-graph-table .wg-cell01 .progress span {
  position: absolute;
  margin-left: 5px;
  margin-top: -2px;
  font-size: 9px;
  line-height: 1;
  color: #2b86e9 !important;
}
.section-cover .block-table .word-graph-table .wg-cell02 {
  width: 50px;
}
.section-cover .word-back {
  position: absolute;
  left: 0;
  top: 0;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  z-index: 0;
}
.section-cover .word-back .cell-th {
  display: table-cell;
  width: 470px;
}
.section-cover .word-back .cell-td {
  position: relative;
  display: table-cell;
  border-left: 1px solid #f1f1f1;
}
.section-cover .word-back .cell-td span {
  position: absolute;
  color: #999999;
  font-size: 11px;
  top: -19px;
  left: -10px;
}
.section-cover + .section-more {
  margin-top: -40px;
  margin-bottom: 60px;
}

.section-child {
  font-size: 14px;
}
.section-child.margin1 {
  margin-bottom: 50px;
}
.section-child.margin2 {
  margin-top: 30px;
  margin-bottom: 50px;
}
.section-child .block-table {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.section-child .block-table > div {
  position: relative;
  display: table-cell;
  word-wrap: break-word;
}
.section-child .block-table > div {
  position: relative;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}
.section-child .block-table .block-kwd {
  width: 30%;
}
.section-child .block-table .block-rank {
  width: 80px;
}
.section-child .block-table .block-page a {
  color: #00a548;
  text-decoration: none;
}
.section-child .block-table .block-page a:hover {
  text-decoration: underline;
}
.section-child .block-table .block-volume {
  width: 120px;
}
.section-child .block-table .block-volume .area {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 80%;
}

.section-child .block-table .block-cve {
  width: 60px;
}
.section-child .block-table .block-cve .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #eeeeee;
  font-size: 10px;
  line-height: 1;
  margin-top: -1px;
}

.section-child .block-table .block-volume2 {
  width: 30%;
}
.section-child .block-table .block-menu {
  width: 150px;
  text-align: right;
}
.section-child .block-table .block-suggest {
  color: #888888;
}
.section-child .block-table .block-progress {
  width: 230px;
}
.section-child .block-table .block-progress .progress {
  height: 8px;
  background-color: #eeeeee;
}
.section-child .section-child-head {
  border-bottom: 1px solid #f2f2f2;
  font-size: 12px;
  font-weight: bold;
  color: #8a8a8a;
}
.section-child .section-child-head .block-table {
  height: auto;
}
.section-child .section-child-head .block-inflow.right {
  text-align: right;
}
.section-child .section-child-list {
  border-bottom: 1px solid #f2f2f2;
  font-size: 12px;
}
.section-child .section-child-list .block-rank .block-table {
  height: auto;
}
.section-child .section-child-list.h {
  height: 50px;
}
.section-child + .section-more {
  margin-top: -20px;
  margin-bottom: 60px;
}

.section-count {
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-count .block-info {
  position: relative;
  -webkit-flex: 0 0 340px;
  flex: 0 0 340px;
  padding: 20px;
  background-color: #f7f7f7;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
.section-count .block-info dl {
  margin: 0;
}
.section-count .block-info dt {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #888888;
}
.section-count .block-info dd {
  position: relative;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 24px;
  text-align: right;
  line-height: 1;
  color: #5d6b6a;
}
.section-count .block-point {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 30px;
  padding: 15px 30px 10px;
  border: 1px solid #f2f2f2;
  font-size: 14px;
  line-height: 2;
  color: #6e6e6e;
}
.section-count .block-point p + p {
  margin-top: 10px;
}

.section-usekwd {
  position: relative;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.section-usekwd .block-usekwd-h {
  position: relative;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.section-usekwd .block-usekwd-h .block-title {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 7px 15px 4px;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fbfbfb;
  color: #898989;
  font-weight: bold;
}
.section-usekwd .block-usekwd-h .block-list-view {
  position: absolute;
  top: 13px;
  right: 15px;
  color: #898989;
  font-weight: normal;
}
.section-usekwd .block-usekwd-h .block-list-view > span {
  text-decoration: underline;
}
.section-usekwd .block-usekwd-h .block-list-view .display {
  display: inline-block;
}
.section-usekwd .block-usekwd-h .block-list-view .hidden {
  display: none;
}
.section-usekwd .block-usekwd-h .block-list-view.on .display {
  display: none;
}
.section-usekwd .block-usekwd-h .block-list-view.on .hidden {
  display: inline-block;
}
.section-usekwd .block-usekwd-u {
  -webkit-flex: 0 0 340px;
  flex: 0 0 340px;
  border-right: 1px solid #f2f2f2;
  background-color: #fbfbfb;
}
.section-usekwd .block-usekwd-u .grid-more {
  text-align: right;
  margin-right: 15px;
}
.section-usekwd .block-usekwd-u .block-title {
  position: relative;
  height: 45px;
  display: flex;
  align-items: center;
  padding: 7px 15px 4px;
  border-bottom: 1px solid #f2f2f2;
  color: #898989;
  font-weight: bold;
}
.section-usekwd .block-usekwd-u .block-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 6px;
  height: 100%;
  background-color: #fbfbfb;
}
.section-usekwd .block-table {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.section-usekwd .block-table > div {
  position: relative;
  display: table-cell;
  word-wrap: break-word;
}
.section-usekwd .block-table > div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-top: 7px;
  padding-bottom: 5px;
}
.section-usekwd .section-heading-list {
  padding-left: 15px;
  padding-right: 5px;
  overflow: hidden;
  transition: all 0.2s linear;
}
.section-usekwd .section-heading-list .block-tag {
  width: 35px;
}
.section-usekwd .section-heading-list .block-tag .label {
  padding: 1px 7px 0;
  font-style: normal;
  font-size: 10px;
}
.section-usekwd .section-heading-list .block-text {
  padding-right: 5px;
}
.section-usekwd .section-heading-list .block-text a {
  cursor: pointer;
  text-decoration: none;
}
.section-usekwd .section-heading-list .block-text .slideText {
  position: absolute;
  bottom: 9px;
  display: inline-block;
  width: 13px;
  height: 13px;
}
.section-usekwd .section-heading-list .block-text .slideText a {
  background-color: #3557d2;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.section-usekwd .section-heading-list .block-text .slideText a:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #ffffff;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
}
.section-usekwd .section-heading-list .block-hide {
  width: 83px;
  text-align: center;
}
.section-usekwd .section-heading-list .block-hide .btn {
  position: relative;
  text-align: left;
  padding: 3px 6px 2px 14px;
  border-radius: 11px;
  font-size: 80%;
  line-height: 1;
  color: #898989;
  background-color: #f7f7f7;
  text-decoration: none;
  width: 100%;
}
.section-usekwd .section-heading-list .block-hide .btn.hidden:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  display: inline-block;
  width: 7px;
  height: 1px;
  background-color: #898989;
  transform: rotate(45deg);
}
.section-usekwd .section-heading-list .block-hide .btn.hidden:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  display: inline-block;
  width: 7px;
  height: 1px;
  background-color: #898989;
  transform: rotate(-45deg);
}
.section-usekwd .section-heading-list .block-view {
  display: none;
  width: 83px;
  font-size: 10px;
  text-align: center;
}
.section-usekwd .section-heading-list .block-view .btn {
  position: relative;
  text-align: left;
  padding: 3px 6px 2px 14px;
  border-radius: 11px;
  font-size: 80%;
  line-height: 1;
  color: #898989;
  background-color: #f7f7f7;
  text-decoration: none;
  width: 100%;
}
.section-usekwd .section-heading-list .block-view .btn img {
  position: absolute;
  left: 4px;
  top: 4px;
  opacity: 0.5;
}
.section-usekwd .section-heading-list.none {
  display: none;
}
.section-usekwd .section-heading-list:hover {
  background-color: #f7f7f7;
}
.section-usekwd .section-heading-list.delete {
  background-color: #f7f7f7;
}
.section-usekwd .section-heading-list.delete .block-hide {
  display: none;
}
.section-usekwd .section-heading-list.delete .block-view {
  display: table-cell;
}
.section-usekwd .section-keyword-list {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.section-usekwd .section-keyword-list .release {
  display: none;
}
.section-usekwd .section-keyword-list.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #fbfbfb;
}
.section-usekwd .section-keyword-list.active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #fbfbfb;
}
.section-usekwd .section-keyword-list.active .filter {
  display: none;
}
.section-usekwd .section-keyword-list.active .release {
  display: inline-block;
}
.section-usekwd .section-keyword-list.passive .btn {
  background-color: #eeeeee;
}
.section-usekwd .section-keyword-list.passive .filter {
  display: inline-block;
}
.section-usekwd .section-keyword-list.passive .release {
  display: none;
}
.section-usekwd .section-keyword-list .block-keyword {
  padding-right: 5px;
  text-align: right;
}
.section-usekwd .section-keyword-list .block-use {
  width: 80px;
}
.section-usekwd .section-keyword-list .block-use .progress {
  height: 8px;
  background-color: #eeeeee;
}
.section-usekwd .section-keyword-list .block-filter {
  position: relative;
  width: 80px;
  text-align: right;
}
.section-usekwd .section-keyword-list .block-filter .btn {
  position: relative;
  text-align: left;
  padding: 3px 16px 2px 10px;
  border-radius: 11px;
  font-size: 80%;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
}
.section-usekwd .section-keyword-list .block-filter .btn.filter:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 7px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #ffffff;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
}
.section-usekwd .section-keyword-list .block-filter .btn.release:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 5px;
  display: inline-block;
  width: 7px;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.section-usekwd .section-keyword-list .block-filter .btn.release:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 5px;
  display: inline-block;
  width: 7px;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(-45deg);
}
.section-usekwd .section-keyword-list.none {
  display: none;
}
.section-usekwd .grid-release {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.section-usekwd .grid-release a {
  color: #888888;
  cursor: pointer;
}
.section-usekwd .grid-more {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.section-usekwd .grid-more a {
  font-weight: bold;
  color: #888888;
  cursor: pointer;
}
.section-usekwd .grid-more a .view {
  display: inline-block;
}
.section-usekwd .grid-more a .none {
  display: none;
}
.section-usekwd .grid-more .off .view {
  display: none;
}
.section-usekwd .grid-more .off .none {
  display: inline-block;
}
.section-usekwd .grid-more .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: #707070;
}
.section-usekwd .grid-more .caret.on {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-usekwd .report-tips-listinn {
  max-width: 600px;
}
.section-usekwd .report-tips-listinn > div {
  padding-top: 3px;
  padding-bottom: 2px;
}
.section-usekwd .report-tips-listinn .block-table > div {
  padding-top: 3px;
  padding-bottom: 2px;
}
.section-usekwd .report-tips-listinn .block-tag-name {
  width: 35px;
}
.section-usekwd .report-tips-listinn .label {
  padding: 1px 7px 0;
  font-style: normal;
  font-size: 10px;
}
.section-usekwd .report-tips-listinn .h2 {
  padding-left: 0;
}
.section-usekwd .report-tips-listinn .h3 {
  padding-left: 20px;
}

.section-usekwd-link {
  text-align: center;
  margin-bottom: 80px;
}
.section-usekwd-link .btn {
  position: relative;
  display: inline-block;
  height: 50px;
  margin: auto;
  padding: 16px 30px 0 50px;
  border: 2px solid #00b7ee;
  background-color: #fafafc;
  color: #00b7ee;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.section-usekwd-link .btn .arrow {
  position: absolute;
  left: 20px;
  top: 14px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.section-usekwd-link .btn .arrow:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  width: 2px;
  height: 16px;
  background-color: #00b7ee;
}
.section-usekwd-link .btn .arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border-right: 2px solid #00b7ee;
  border-bottom: 2px solid #00b7ee;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-after {
  margin-top: 70px;
}
.section-after h3.title {
  text-align: center;
}
.section-after h4.title {
  margin-bottom: 30px;
}
.section-after .sectionBlockText {
  color: #8a8a8a;
  line-height: 2.0;
}
.section-after .sectionBlockText strong {
  color: inherit;
}
.section-after .sectionBlockFlex {
  display: flex;
}
.section-after .sectionBlockFlex .sectionBlockImage {
  flex: 0 0 400px;
}
.section-after .sectionBlockFlex .sectionBlockImage img {
  width: 100%;
}
.section-after .sectionBlockFlex .sectionBlockText {
  padding-left: 50px;
  padding-top: 10px;
}
.section-after .sectionBlockFlex .sectionBlockText dl {
  margin-bottom: 30px;
}
.section-after .sectionBlockFlex .sectionBlockText dt {
  font-size: 18px;
  font-weight: bold;
}
.section-after .sectionBlockFlex .sectionBlockText dd {
  font-size: 14px;
}
.section-after .sectionBlockFlex .sectionBlockText .text-sub {
  font-size: 12px;
}

.section-after-seo {
  margin-bottom: 100px;
}
.section-after-seo .sectionBlockFlex {
  display: flex;
  align-items: center;
}
.section-after-seo .sectionBlockFlex .sectionBlockImage {
  flex: 0 0 300px;
}
.section-after-seo .sectionBlockFlex .sectionBlockImage img {
  border: 4px solid #dbdbdb;
}
.section-after-seo .sectionBlockFlex-title {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #8a8a8a;
}
.section-after-seo .sectionBlockMemo {
  flex: 1 1 auto;
  padding-left: 70px;
  font-size: 14px;
  color: #8a8a8a;
}

.section-serp .block-table {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.section-serp .block-table > div {
  position: relative;
  display: table-cell;
  word-wrap: break-word;
}
.section-serp .block-table > div {
  position: relative;
  vertical-align: top;
}
.section-serp .section-serp-list {
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.section-serp .section-serp-list + .section-serp-list {
  margin-top: 50px;
}
.section-serp .section-serp-list .section-serp-head {
  position: relative;
}
.section-serp .section-serp-list .section-serp-head a {
  text-decoration: none;
}
.section-serp .section-serp-list .section-serp-head a:hover .title {
  text-decoration: underline;
}
.section-serp .section-serp-list .section-serp-head .no {
  display: inline-block;
  position: absolute;
  left: -30px;
  width: 26px;
  font-family: arial,sans-serif;
  font-size: 18px;
  line-height: 1.33;
  text-align: right;
}
.section-serp .section-serp-list .section-serp-head .title {
  font-size: 18px;
  line-height: 1.33;
  color: #1a0dab;
}
.section-serp .section-serp-list .section-serp-head .url {
  font-size: 12px;
  padding-top: 1px;
  line-height: 1.43;
  color: #006621;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-serp .section-serp-list .section-serp-info .grid-list {
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
}
.section-serp .section-serp-list .section-serp-info .block-table > div {
  vertical-align: top;
}
.section-serp .section-serp-list .section-serp-info .block-tag {
  padding-top: 9px;
  padding-left: 1px;
  width: 120px;
  color: #adadad;
  font-weight: bold;
}
.section-serp .section-serp-list .section-serp-info .block-text {
  padding-top: 10px;
}
.section-serp .section-serp-list .section-serp-info .block-text p {
  margin-bottom: 8px;
  line-height: 1.4;
}
.section-serp .section-serp-list .section-serp-info .block-text p:last-child {
  margin-bottom: 8px;
}
.section-serp .section-serp-list .section-serp-info .block-text .html-structure > div {
  padding-top: 3px;
  padding-bottom: 2px;
}
.section-serp .section-serp-list .section-serp-info .block-text .html-structure .block-tag-name {
  width: 35px;
}
.section-serp .section-serp-list .section-serp-info .block-text .label {
  padding: 1px 7px 0;
  font-style: normal;
  font-size: 10px;
}
.section-serp .section-serp-list .section-serp-info .block-text .h1 {
  padding-left: 20px;
}
.section-serp .section-serp-list .section-serp-info .block-text .h2 {
  padding-left: 40px;
}
.section-serp .section-serp-list .section-serp-info .block-text .h3 {
  padding-left: 60px;
}

.lessonSection {
  position: relative;
  margin-bottom: 70px;
  margin-left: -20px;
  margin-right: -20px;
}
.lessonSection .grid-wrap {
    display: flex;
}
.lessonSection .block-lesson {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 40px;
  background: #a87e0d;
  border-radius: 50%;
}
.lessonSection .lesson-wrap {
  position: relative;
  padding: 30px 20px 20px 30px;
  background-color: #fff6de;
  border: 1px solid #a87e0d;
  border-radius: 5px;
  color: #555555;
  font-size: 16px;
  line-height: 1.8;
}
.lessonSection .lesson-wrap:before,
.lessonSection .lesson-wrap:after {
  content: "";
  position: absolute;
  top: 140px;
  border-style: solid;
}
.lessonSection.lessonMessage1 .grid-left {
  flex: 0 0 120px;
}
.lessonSection.lessonMessage1 .grid-right {
  flex: 1 1 auto;
  padding: 0 0 0 60px;
}
.lessonSection.lessonMessage1 .lesson-wrap:before {
  left: 0;
  border-width: 48px 48px 0 0;
  border-color: transparent #a87e0d transparent transparent;
  translate: -100% -50%;
  transform: skew(0, 48deg);
  transform-origin: right;
}
.lessonSection.lessonMessage1 .lesson-wrap:after {
  left: 0;
  border-width: 45.6px 45.6px 0 0;
  border-color: transparent #fff6de transparent transparent;
  translate: -100% calc(-50% + 0.2px);
  transform: skew(0, 48deg);
  transform-origin: right;
}

.lessonSection.lessonMessage2 .grid-left {
  flex: 1 1 auto;
  padding: 0 60px 0 0;
}
.lessonSection.lessonMessage2 .grid-right {
  flex: 0 0 120px;
}
.lessonSection.lessonMessage2 .lesson-wrap:before {
  right: 0;
  border-width: 48px 0 0 48px;
  border-color: transparent transparent transparent #a87e0d;
  translate: 100% -50%;
  transform: skew(0, -48deg);
  transform-origin: left;
}
.lessonSection.lessonMessage2 .lesson-wrap:after {
  right: 0;
  border-width: 45.6px 0 0 45.6px;
  border-color: transparent transparent transparent #fff6de;
  translate: 100% calc(-50% + 0.2px);
  transform: skew(0, -48deg);
  transform-origin: left;
}

.lessonSection .lesson-wrap .block-title {
  position: relative;
  margin-bottom: 20px;
  color: #a87e0d;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.lessonSection .grid-wrap.check {
  align-items: flex-start;
  margin-top: 40px;
}
.lessonSection .grid-wrap.check .grid-left {
  flex: 0 0 300px;
}
.lessonSection .grid-wrap.check .grid-left .block-image img {
  border: 4px solid #ffe8aa;
}
.lessonSection .grid-wrap.check .grid-right {
  flex: 1 1 auto;
  padding-left: 70px;
}
.lessonSection .grid-wrap.check .grid-right .block-check .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.lessonSection .grid-wrap.dokuji .grid-left {
  flex: 1 1 auto;
  padding-right: 70px;
}
.lessonSection .grid-wrap.dokuji .grid-right {
  flex: 0 0 260px;
}
.lessonSection .grid-wrap.dokuji .grid-right .block-dokuji {
  margin-top: -10px;
  font-weight: bold;
}
.lessonSection .grid-wrap.dokuji .grid-right .block-dokuji .title {
  margin-bottom: 10px;
}
.lessonSection .grid-wrap.dokuji .grid-right .block-dokuji ul {
  padding-left: 23px;
}
.lessonSection .grid-wrap.dokuji .grid-right .block-dokuji li {
  list-style: disc;
}

.section-draft-alert {
  padding: 20px 30px;
  border: 1px solid #f24b88;
  background: #fff4f8;
  border-radius: 5px;
  color: #f24b88;
  font-size: 14px;
}
.section-draft-alert + .section-draft-alert {
  margin-top: 20px;
}
.section-draft-alert .alert-title {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.section-draft-alert .alert-text ul {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 22px;
}
.section-draft-alert .alert-text li {
  list-style: disc;
}
.section-draft-alert .alert-text .line {
  text-decoration: underline;
}

.section-title {
  margin-top: 20px;
  margin-bottom: 40px;
}
.section-title .check-icon {
  position: absolute;
  left: 13px;
  top: 3px;
}
.section-title .title {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 16px;
}
.section-draft {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-draft .section-draft-inn {
  flex: 0 0 50%;
  padding-left: 20px;
  padding-right: 20px;
}
.section-draft .section-draft-inn + .section-draft-inn {
  border-left: 1px solid #2b86e9;
}
.section-draft .section-draft-title {
  margin-bottom: 30px;
  padding: 15px 15px 13px;
  background: #e3f1ff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #2b86e9;
}
.section-draft .h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.section-draft .h2.line {
  padding-top: 30px;
  border-top: 1px solid #f2f2f2;
}
.section-draft .h3 {
  padding-left: 35px;
}
.section-draft .h3 + .h3 {
  margin-top: 10px;
}
.section-draft .block-table {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.section-draft .block-table > div {
  position: relative;
  display: table-cell;
  word-wrap: break-word;
  vertical-align: top;
}
.section-draft .block-table .block-tag-name {
  width: 35px;
  padding-top: 2px;
}
.section-draft .block-table .block-tag-head {
  position: relative;
  width: 20px;
}
.section-draft .block-table .block-tag-head:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  margin: auto;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #717579;
}
.section-draft .block-table .block-tag-text {
  font-size: 16px;
}
.section-draft .block-table .block-tag-text a.h3_open {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.section-draft .block-table .block-tag-text .h3-right {
  flex: 0 0 auto;
  margin-top: -5px;
  padding-left: 10px;
}
.section-draft .block-table .block-tag-text .caret-text {
  padding: 1px 8px 0 10px;
  border: 1px solid #2b86e9;
  border-radius: 10px;
  font-size: 10px;
  line-height: 1;
  color: #2b86e9;
}
.section-draft .block-table .block-tag-text .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  margin-top: -2px;
  vertical-align: middle;
  border-top: 4px solid #2b86e9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*
.section-draft .block-table .block-tag-text .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  margin-top: -3px;
  vertical-align: middle;
  border-top: 8px solid #2b86e9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
  */
.section-draft .block-table .block-tag-text .caret.on {
  transform: rotate(180deg);
}
.section-draft .block-title {
  position: relative;
  margin-bottom: 5px;
  padding-left: 26px;
  font-weight: bold;
  font-size: 14px;
  color: #2b86e9;
}
.section-draft .check-icon {
  position: absolute;
  left: 7px;
  top: 1px;
}
.section-draft .label {
  padding: 1px 7px 0;
  font-style: normal;
  font-size: 10px;
}
.section-draft .block-point {
  padding-left: 10px;
  padding-top: 15px;
}
.section-draft .block-point-text {
  padding-left: 48px;
  font-size: 14px;
}
.section-draft .block-point-text ol {
  margin: 0;
  padding: 0;
}
.section-draft .block-point-text ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.section-draft .block-advice {
  padding-left: 10px;
  padding-top: 20px;
}
.section-draft .block-advice-text {
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.8;
}
.section-draft .block-keyword {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-top: 20px;
}
.section-draft .block-keyword-text {
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.8;
}
.section-draft .block-keyword-text .group1,
.section-draft .block-keyword-text .group2 {
  border-radius: 3px;
  margin-right: 5px;
  padding: 1px 5px 0;
}
.section-draft .block-keyword-text .group1 {
  background-color: #fff4f8;
}
.section-draft .block-keyword-text .group2 {
  background-color: #effbff;
}
.section-original {
  padding-bottom: 10px;
}
.block-original {
  margin-top: 20px;
  margin-bottom: 30px;
}
.block-original.line {
  padding-top: 30px;
  border-top: 1px solid #f2f2f2;
}
.block-original .block-title {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #717579;
}
.section-original .block-sub {
  position: relative;
  margin-bottom: 5px;
  padding-left: 32px;
  font-weight: bold;
  font-size: 14px;
  color: #2b86e9;
}
.block-original .check-icon {
  position: absolute;
  left: 13px;
  top: 3px;
}
.block-original .block-text {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
  line-height: 1.8;
}

.section-title .check-icon:before,
.section-draft .check-icon:before,
.section-original .check-icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -10px;
  top: -1px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
}
.section-title .check-icon:after,
.section-draft .check-icon:after,
.section-original .check-icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: -4px;
  width: 8px;
  height: 5px;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section-careful {
  margin-top: 30px;
  padding: 20px 20px 18px;
  background-color: #f7f7f7;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  color: #8a8a8a;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

.marker-yellow {
  background: linear-gradient(transparent 60%, #ffff8e 70%);
  background: -webkit-linear-gradient(transparent 60%, #ffff8e 60%);
}

.report-tips {
  position: absolute;
  display: none;
  overflow: hidden;
  text-align: left;
  line-height: 1.2;
  z-index: 21001;
}
.report-tips .report-tips-listinn {
  position: relative;
  margin: 12px 5px;
  padding: 10px 15px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  z-index: 21002;
}
.report-tips .report-tips-listinn .sup-wrap {
  width: 280px;
  line-height: 1.6;
  word-wrap: break-word;
}
.report-tips .report-tips-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  visibility: hidden;
  background: #eee;
  z-index: 21000;
}
.report-tips .report-tips-backdrop.on {
  position: fixed;
  display: block;
  visibility: visible;
}
.report-tips .recommended {
  padding: 17px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
.report-tips .recommended .title {
  margin-bottom: 15px;
  font-weight: bold;
  color: #6f6f6f;
}
.report-tips .recommended .category {
  margin-bottom: 7px;
  font-weight: bold;
  color: #f24b88;
}
.report-tips .recommended .category.first {
  font-size: 18px;
}
.report-tips .recommended .category.second {
  font-size: 14px;
}
.report-tips .recommended .link {
  margin-top: 12px;
}
.report-tips .recommended .link a {
  color: #006ab4;
  cursor: pointer;
}
.report-tips:before {
  content: "";
  position: absolute;
  z-index: 21003;
}
.report-tips:after {
  content: "";
  position: absolute;
  z-index: 21002;
}
.report-tips.top:before {
  top: -7px;
  border-top: 10px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 10px solid #fff;
  border-right: 6px solid transparent;
}
.report-tips.top:after {
  top: -8px;
  border-top: 10px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 10px solid #c9c9c9;
  border-right: 6px solid transparent;
}
.report-tips.bottom:before {
  bottom: -7px;
  border-top: 10px solid #fff;
  border-left: 6px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 6px solid transparent;
}
.report-tips.bottom:after {
  bottom: -8px;
  border-top: 10px solid #c9c9c9;
  border-left: 6px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 6px solid transparent;
}
.report-tips.balloonLeft:before, .report-tips.balloonLeft:after {
  left: 22px;
}
.report-tips.balloonRight:before, .report-tips.balloonRight:after {
  right: 22px;
}
.report-tips.balloonCenter:before, .report-tips.balloonCenter:after {
  left: 50%;
  margin-left: -5px;
}

.pascalSettingLocation {
  position: relative;
  margin-bottom: 0;
  padding-left: 18px;
}
.pascalSettingLocation .locationIcon {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #666666;
}
.pascalSettingLocation .locationIcon:before, .pascalSettingLocation .locationIcon:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.pascalSettingLocation .locationIcon:before {
  top: 9px;
  left: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #666666 transparent transparent transparent;
}
.pascalSettingLocation .locationIcon:after {
  top: 4px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffffff;
}

.section-more {
  margin: 0 auto;
  text-align: center;
}
.section-more .btn {
  width: 50%;
}

.slide-item-block {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
}
.slide-item-block .slide-item-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(50, 50, 50, 0.5);
  opacity: .48;
  -webkit-transition: opacity .48s;
  transition: opacity .48s;
  z-index: 100000;
}
.slide-item-block .slide-item-backdrop.md-backdrop {
  position: fixed;
}
.slide-item-block .slide-item-backdrop.md-opaque {
  background-color: rgba(50, 50, 50, 0.5);
  opacity: 1;
}
.slide-item-block .slide-item-backdrop.md-closed {
  opacity: 0;
}
.slide-item-block .slide-item-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: white;
  z-index: 100001;
}
.slide-item-block .slide-item-wrap.md-closed {
  -webkit-transform: translate(110%);
  transform: translate(110%);
}
.slide-item-block .slide-item-wrap.md-left {
  box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.18);
}
.slide-item-block .slide-item-wrap .slide-item-wrapinn {
  position: relative;
  height: 100%;
}
.slide-item-block .slide-close-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slide-item-block .slide-close-btn .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 30;
}
.slide-item-block .slide-item-body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 55px;
  z-index: 2;
}
.slide-item-block .slide-item-body .slide-item-bodyinn {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: visible;
}
.slide-item-block .slide-item-list {
  position: relative;
  flex: 1 1 auto;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.slide-item-block .slide-item-list .slide-item-listinn {
  position: relative;
  padding-bottom: 50px;
}
.slide-item-block .slide-item-header {
  padding-top: 20px;
  padding-bottom: 20px;
  word-break: break-all;
}
.slide-item-block .slide-item-content {
  font-size: 14px;
  line-height: 1.8;
  word-break: break-all;
}
.slide-item-block .slide-item-content .tag-h3,
.slide-item-block .slide-item-content .tag-h4 {
  font-weight: bold;
}
.slide-item-block .slide-item-content .tag-img {
  margin: 20px 0;
  text-align: center;
}
.slide-item-block .slide-item-content .tag-img img {
  max-width: 100%;
}
.slide-item-block .slide-item-page {
  margin-top: 30px;
}
.slide-item-block .slide-item-page .btn {
  border: 1px solid #b1b1b1;
  color: #898989;
  text-decoration: none;
  padding-top: 10px;
}

#slideReportBlock .slide-item-wrap .slide-item-wrapinn {
  width: 700px;
}
#slideReportBlock .slide-item-header .slide-item-heading {
  margin-top: 15px;
  margin-bottom: 15px;
  /*font-size: 36px;*/
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  /*color: #5d6b6a;*/
}
#slideReportBlock .slide-item-header .slide-item-title {
  color: #adadad;
}
#slideReportBlock .slide-item-header .slide-item-url a {
  color: #16a44c;
  text-decoration: none;
}
#slideReportBlock .slide-item-header .slide-item-url a:hover {
  text-decoration: underline;
}
#slideReportBlock .slide-item-list {
  width: 700px;
}
#slideReportBlock .slide-item-list .slide-item-listinn {
  width: 600px;
}

.save-html {
  position: relative;
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 2;
  background-color: rgba(71, 71, 71, 0.9);
  color: #ffffff;
  box-shadow: rgba(230, 230, 230, 0.792157) 0px 0px 5px 0px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.save-html .save-html-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.save-html .save-html-wrap .block-title {
  -webkit-flex: 0 0 250px;
  flex: 0 0 250px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.save-html .save-html-wrap .block-text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 5px;
  line-height: 1.4;
}
.save-html .save-html-wrap .block-btn {
  -webkit-flex: 0 0 200px;
  flex: 0 0 200px;
  text-align: center;
}
.save-html .save-html-wrap .block-btn .btn {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #0051aa;
  color: #ffffff;
}
.save-html .save-html-wrap .block-btn .btn:hover {
  background-color: #0051aa;
}
.save-html .save-html-wrap .block-dummy {
  -webkit-flex: 0 0 100px;
  flex: 0 0 100px;
}
.save-html.active {
  bottom: 0;
}

.link-btn {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 30px;
  padding-top: 10px;
  background-color: #fafafc;
  border: 1px solid #eeeeee;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.link-btn .arrow {
  position: absolute;
  left: 13px;
  top: 9px;
  display: inline-block;
  width: 12px;
  height: 12px;
}
.link-btn .arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 1px;
  background-color: #eee;
}
.link-btn .arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-btn:hover {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.btn-glay, .btn-glay:active {
  color: #333333;
  background-color: #f1f1f1;
}

.btn-glay:hover, .btn-glay:focus {
  color: #333333;
  background-color: #e6e6e6;
}

.btn-block {
  display: block;
  width: 100%;
}

.hide {
  display: none !important;
}

.h1 .label,
.h1 .progress-bar,
.h1 .btn.filter,
.h1 .btn.release {
  background-color: #e35600;
}
.h1 .section-keyword-list.active {
  background-color: #fee5d5;
}
.h1 .section-heading-list .highlight {
  background-color: #fee5d5;
}

.h2 .label,
.h2 .progress-bar,
.h2 .btn.filter,
.h2 .btn.release {
  background-color: #e8a800;
}
.h2 .section-keyword-list.active {
  background-color: #f7ebc9;
}
.h2 .section-heading-list .highlight {
  background-color: #f7ebc9;
}

.h3 .label,
.h3 .progress-bar,
.h3 .btn {
  background-color: #e8d500;
}

.section-base .section-base-block.cve .circle.cve-color1,
.block-table .block-cve .circle.cve-color1 {
  background-color: #ffd10e;
  color: #ffffff;
}
.section-base .section-base-block.cve .circle.cve-color2,
.block-table .block-cve .circle.cve-color2 {
  background-color: #ffa615;
  color: #ffffff;
}
.section-base .section-base-block.cve .circle.cve-color3,
.block-table .block-cve .circle.cve-color3 {
  background-color: #f77913;
  color: #ffffff;
}
.section-base .section-base-block.cve .circle.cve-color4,
.block-table .block-cve .circle.cve-color4 {
  background-color: #ef4711;
  color: #ffffff;
}
.section-base .section-base-block.cve .circle.cve-color5,
.block-table .block-cve .circle.cve-color5 {
  background-color: #ef4610;
  color: #ffffff;
}

.color0 .block-icon {
  color: #f8be1c;
}
.color0 h2.title, .color0 h3.title {
  color: #f8be1c;
}
.color0 h4.title {
  background-color: #f8be1c;
  color: #ffffff;
}

.color1 .block-icon {
  color: #d00243;
}
.color1 h2.title, .color1 h3.title {
  color: #d00243;
}
.color1 h4.title {
  background-color: #d00243;
  color: #ffffff;
}

.color2 .block-icon {
  color: #43964e;
}
.color2 h2.title, .color2 h3.title {
  color: #43964e;
}
.color2 h4.title {
  background-color: #43964e;
  color: #ffffff;
}

.color3 .block-icon {
  color: #00b7ee;
}
.color3 h2.title, .color3 h3.title {
  color: #00b7ee;
}
.color3 h4.title {
  background-color: #00b7ee;
  color: #ffffff;
}

.color4 .block-icon {
  color: #296fb7;
}
.color4 h2.title, .color4 h3.title {
  color: #296fb7;
}
.color4 h4.title {
  background-color: #296fb7;
  color: #ffffff;
}

.color5 .block-icon {
  color: #9dc900;
}
.color5 h2.title, .color5 h3.title {
  color: #9dc900;
}
.color5 h4.title {
  background-color: #9dc900;
  color: #ffffff;
}

.color6 .block-icon {
  color: #0075a9;
}
.color6 h2.title, .color6 h3.title {
  color: #0075a9;
}
.color6 h4.title {
  background-color: #0075a9;
  color: #ffffff;
}

.color7 .block-icon {
  color: #f24b88;
}
.color7 h2.title, .color7 h3.title {
  color: #f24b88;
}
.color7 h4.title {
  background-color: #f24b88;
  color: #ffffff;
}

.color8 .block-icon {
  color: #ae59a2;
}
.color8 h2.title, .color8 h3.title {
  color: #ae59a2;
}
.color8 h4.title {
  background-color: #ae59a2;
  color: #ffffff;
}

.color9 .block-icon {
  color: #2b86e9;
}
.color9 .progress-bar {
  background-color: #2b86e9;
}
.color9 h2.title, .color9 h3.title {
  color: #2b86e9;
}
.color9 h4.title {
  background-color: #2b86e9;
  color: #ffffff;
}

.co-tusyoku {
  background-color: #fff4f8;
  color: #f34487;
}
.co-tusyoku.none {
  background-color: transparent;
}
.co-tusyoku .wordvec-menu .icon-dots {
  background-color: #f34487;
  color: #ffffff;
}
.co-tusyoku.wordvec-body .progress-bar,
.co-tusyoku.wordvec-body .no-used:after,
.co-tusyoku.wordvec-body .topic-icon,
.co-tusyoku.wordvec-body .topic-icon:after {
  background-color: #f34487;
  color: #ffffff;
}
.co-tusyoku.wordvec-body .no-used {
  border-bottom-color: #f34487;
}
.co-tusyoku .word-graph-table .wg-cell01 .page-info:before, .co-tusyoku .word-graph-table .wg-cell01 .page-info:after {
  background-color: #ff98c0;
}
.co-tusyoku .word-graph-table .wg-cell01 .page-info:hover {
  background-color: #ff98c0;
}
.co-tusyoku .word-graph-table .wg-cell01 .page-info:hover:before, .co-tusyoku .word-graph-table .wg-cell01 .page-info:hover:after {
  background-color: #ffffff;
}

.co-syuhen {
  background-color: #effbff;
  color: #29aee6;
}
.co-syuhen.none {
  background-color: transparent;
}
.co-syuhen .wordvec-menu .icon-dots {
  background-color: #29aee6;
  color: #ffffff;
}
.co-syuhen.wordvec-body .progress-bar,
.co-syuhen.wordvec-body .no-used:after,
.co-syuhen.wordvec-body .topic-icon,
.co-syuhen.wordvec-body .topic-icon:after {
  background-color: #29aee6;
  color: #ffffff;
}
.co-syuhen.wordvec-body .no-used {
  border-bottom-color: #29aee6;
}
.co-syuhen .word-graph-table .wg-cell01 .page-info:before, .co-syuhen .word-graph-table .wg-cell01 .page-info:after {
  background-color: #70caf0;
}
.co-syuhen .word-graph-table .wg-cell01 .page-info:hover {
  background-color: #70caf0;
}
.co-syuhen .word-graph-table .wg-cell01 .page-info:hover:before, .co-syuhen .word-graph-table .wg-cell01 .page-info:hover:after {
  background-color: #ffffff;
}

.co-hiroi {
  background-color: #fcffee;
  color: #8baf00;
}
.co-hiroi.none {
  background-color: transparent;
}
.co-hiroi .wordvec-menu .icon-dots {
  background-color: #8baf00;
  color: #ffffff;
}
.co-hiroi.wordvec-body .progress-bar,
.co-hiroi.wordvec-body .no-used:after,
.co-hiroi.wordvec-body .topic-icon,
.co-hiroi.wordvec-body .topic-icon:after {
  background-color: #8baf00;
  color: #ffffff;
}
.co-hiroi.wordvec-body .no-used {
  border-bottom-color: #8baf00;
}
.co-hiroi .word-graph-table .wg-cell01 .page-info:before, .co-hiroi .word-graph-table .wg-cell01 .page-info:after {
  background-color: #8baf00;
}
.co-hiroi .word-graph-table .wg-cell01 .page-info:hover {
  background-color: #8baf00;
}
.co-hiroi .word-graph-table .wg-cell01 .page-info:hover:before, .co-hiroi .word-graph-table .wg-cell01 .page-info:hover:after {
  background-color: #ffffff;
}

.color-gry {
  color: #b1b1b1 !important;
}

.color-new {
  border-color: #43964e !important;
  color: #43964e !important;
}
.color-new .arrow:before {
  background-color: #43964e !important;
}
.color-new .arrow:after {
  border-color: #43964e !important;
}
.color-new:before {
  border-color: #43964e !important;
}

.link-btn.color-new:hover {
  background-color: #43964e !important;
  color: #ffffff !important;
}
.link-btn.color-new:hover .arrow:before {
  background-color: #ffffff !important;
}
.link-btn.color-new:hover .arrow:after {
  border-color: #ffffff !important;
}

.color-ana {
  border-color: #0088bf !important;
  color: #0088bf !important;
}
.color-ana .arrow:before {
  background-color: #0088bf !important;
}
.color-ana .arrow:after {
  border-color: #0088bf !important;
}
.color-ana:before {
  border-color: #0088bf !important;
}

.link-btn.color-ana:hover {
  background-color: #0088bf !important;
  color: #ffffff !important;
}
.link-btn.color-ana:hover .arrow:before {
  background-color: #ffffff !important;
}
.link-btn.color-ana:hover .arrow:after {
  border-color: #ffffff !important;
}

.color-tpi {
  border-color: #f19149 !important;
  color: #f19149 !important;
}
.color-tpi .arrow:before {
  background-color: #f19149 !important;
}
.color-tpi .arrow:after {
  border-color: #f19149 !important;
}
.color-tpi:before {
  border-color: #f19149 !important;
}

.link-btn.color-tpi:hover {
  background-color: #f19149 !important;
  color: #ffffff !important;
}
.link-btn.color-tpi:hover .arrow:before {
  background-color: #ffffff !important;
}
.link-btn.color-tpi:hover .arrow:after {
  border-color: #ffffff !important;
}

.a-color1 .flow-arrow {
  background-color: rgb(244,222,168) !important;
}
.a-color1 .anchor a:after {
  border-color: rgb(244,222,168) !important;
}
.a-color2 .flow-arrow {
  background-color: rgb(245,216,147) !important;
}
.a-color2 .anchor a:after {
  border-color: rgb(245,216,147) !important;
}
.a-color3 .flow-arrow {
  background-color: rgb(245,210,128) !important;
}
.a-color3 .anchor a:after {
  border-color: rgb(245,210,128) !important;
}
.a-color4 .flow-arrow {
  background-color: rgb(246,206,107) !important;
}
.a-color4 .anchor a:after {
  border-color: rgb(246,206,107) !important;
}
.a-color5 .flow-arrow {
  background-color: rgb(248,200,85) !important;
}
.a-color5 .anchor a:after {
  border-color: rgb(248,200,85) !important;
}
.a-color6 .flow-arrow {
  background-color: rgb(247,195,61) !important;
}
.a-color6 .anchor a:after {
  border-color: rgb(247,195,61) !important;
}
.a-color7 .flow-arrow {
  background-color: rgb(248,189,27) !important;
}
.a-color7 .anchor a:after {
  border-color: rgb(248,189,27) !important;
}

.pascalSettingView {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
}
.pascalSettingView .pascalSettingLocation {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 18px;
  color: #ffffff;
}
.pascalSettingView .pascalSettingLocation .locationIcon {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #eb6000;
}
.pascalSettingView .pascalSettingLocation .locationIcon:before, .pascalSettingView .pascalSettingLocation .locationIcon:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.pascalSettingView .pascalSettingLocation .locationIcon:before {
  top: 9px;
  left: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #eb6000 transparent transparent transparent;
}
.pascalSettingView .pascalSettingLocation .locationIcon:after {
  top: 4px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffffff;
}

.color1 {
  fill: #9dc900;
}

.color2 {
  fill: #00991c;
}

.color3 {
  fill: #319D9E;
}

.color4 {
  fill: #37A0E8;
}

.color5 {
  fill: #296FB7;
}

.color6 {
  fill: #12007A;
}

.color7 {
  fill: #9C007E;
}

.color8 {
  fill: #EA0082;
}

.color9 {
  fill: #E90058;
}

.color10 {
  fill: #E9000D;
}

.color11 {
  fill: #F79F15;
}

.color12 {
  fill: #e3da00;
}

.tishiki {
  background-color: #0061c8;
}

.tishiki:before {
  border-top-color: #0061c8;
}

.kaiketsu {
  background-color: #71ca2f;
}

.kaiketsu:before {
  border-color: #71ca2f;
}

.keni {
  background-color: #2b86e9;
}

.keni:before {
  border-top-color: #2b86e9;
}

.matome {
  background-color: #ff6600;
}

.matome:before {
  border-top-color: #ff6600;
}

/*
.recipe {
  background-color: #00b5f0;
}
.recipe:before {
  border-top-color: #00b5f0;
}
*/
.sendo {
  background-color: #8e70e0;
}

.sendo:before {
  border-top-color: #8e70e0;
}

.hikaku {
  background-color: #00a548;
}

.hikaku:before {
  border-top-color: #00a548;
}

.osusume {
  background-color: #f90079;
}

.osusume:before {
  border-top-color: #f90079;
}

.ranking {
  background-color: #F79F15;
}

.ranking:before {
  border-top-color: #F79F15;
}

.mall {
  background-color: #12007A;
}

.mall:before {
  border-top-color: #12007A;
}

.sns {
  background-color: #00b5f0;
}

.sns:before {
  border-top-color: #00b5f0;
}

.other {
  background-color: #c5c5c5;
}

.other:before {
  border-top-color: #c5c5c5;
}

.headerBlock {
  z-index: 99999;
}

#pg-fixdLink {
  z-index: 99998;
}

.screenshot-inn .frame {
  z-index: 0;
}
.screenshot-inn .frame:after {
  z-index: 99;
}

.newPageTop, .newPageBtm {
  position: relative;
  display: none;
}

.newPageTop {
  height: 75px !important;
}

.printHiddenBlock {
  display: none;
}

@media print {
  header {
    display: none;
  }

  main {
    padding-top: 0;
  }

  .container {
    max-width: 100%;
  }

  .headerBlock {
    position: relative;
  }

  .section.pageBreak {
    margin: 0;
  }

  #pg-fixdLink {
    display: none;
  }

  .reportHintTips {
    display: none;
  }

  .sectionCheckBlock .checkbox,
  .sectionCheckTitle .checkbox {
    display: none;
  }

  /* 上下中央寄せ */
  .mainSummary {
    height: 700px;
    background-color: #ffffff !important;
    color: #333333;
  }
  .mainSummary.block {
    display: block;
  }

  /* iframe */
  .screenshot {
    display: none;
  }

  /* 改ページ */
  .pageBreak {
    page-break-before: always;
  }

  .newPageTop, .newPageBtm {
    display: block !important;
  }
}
@media print {
  .sectionHeader {
    height: 700px;
    background-color: #ffffff !important;
  }

  .sectionMain {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sectionHeader,
  .sectionMain {
    page-break-before: always;
  }

  .section-more {
    display: none !important;
  }

  .sectionBlock.simulation {
    margin-top: 0;
  }

  .section-usekwd .grid-more {
    display: none;
  }

  .mainSummary .block-difficulty-none {
    color: #333333;
  }
  .mainSummary .block-score .score.plus:before,
  .mainSummary .block-score .score.plus:after {
    border-color: #333333;
  }

  .sectionMain {
    margin-bottom: 0;
  }

  .section-usekwd {
    margin-bottom: 0;
  }

  .section-usekwd-link {
    display: none;
  }

  .block-list-view {
    display: none !important;
  }

  .section-heading-list.none,
  .section-keyword-list.none {
    display: block !important;
  }
  .section-heading-list .btn,
  .section-keyword-list .btn {
    display: none !important;
  }
  .section-heading-list .slideText,
  .section-keyword-list .slideText {
    display: none !important;
  }

  .section-child-list.hide {
    display: block !important;
  }

  .slide-item-block {
    display: none !important;
  }

  .save-html {
    display: none !important;
  }

  .mainSummary,
  .sectionHeader,
  .section-cover .block-table .block-l .shikii dd,
  .section-count .block-info dd {
    font-family: "メイリオ","Meiryo","Helvetica Neue","Helvetica","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
  }

  #flow .sectionHeader {
    height: auto !important;
    min-height: auto !important;
  }

  .lessonSection {
    margin-left: 0;
    margin-right: 0;
  }

  .section-draft .block-table .block-tag-text .caret-text {
    display: none;
  }
  .section-draft .block-point.hide,
  .section-draft .block-advice,
  .section-draft .block-keyword {
    display: block !important;

  }
  
}


.persona {
    padding: 20px;
    font-size: 14px;
}
.persona .title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.persona table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.persona table th {
    width: 70px;
}
.persona table th,
.persona table td {
    padding-left: 2px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.persona ul {
    margin-left: 20px;
}
.persona li {
    list-style: disc;
}