@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;
}


.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 JP", 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";
  }
}

#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;
}

.printSettingTips {
  display: none;
  position: absolute;
  z-index: 100000;
}
.printSettingTips .printSettingTipsinn {
  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;
}
.printSettingTips .printSettingTipsinn:before {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  width: 0;
  content: "";
  border: 8px solid transparent;
  border-top-width: 0;
  top: -8px;
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-color: #ffffff;
}

.printSettingTips ul {
  margin-top: 10px;
}
.printSettingTips ul li {
  margin-bottom: 5px;
}
.printSettingTips 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;
}
.printSettingTips a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}


.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;
}


.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 JP", 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-flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
}
.sectionHeader .block-text {
  max-width: 520px;
  margin: 0 auto;
  font-size: 18px;
}

.sectionMain {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 12px;
}
.section-title-copy-item {
  position: absolute;
  right: 20px;
  margin-top: -70px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.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 {
  display: flex;
  align-items: center;
  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 {
  position: relative;
}
.sectionBlock .sectionBlockinn {
  padding-left: 15px;
  padding-right: 15px;
}
.sectionBlock .sectionBlockText {
  font-size: 14px;
  color: #8a8a8a;
}
.sectionBlock .sectionBlockText strong.blue {
  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;
}
.sectionBlock .sectionBlockHelp {
  margin-top: 20px;
  font-size: 14px;
}
.sectionBlock .sectionBlockHelp > div {
  margin-top: 10px;
}
.backlink .sectionBlock + .sectionBlock{
  margin-top: 70px;
}
.backlink .sectionMain + .sectionMain{
  padding-top: 0;
}

.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;
}

.writing-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 50px;
}
.writing-contents {
  font-size: 16px;
  margin-bottom: 50px;
}
.writing-contents h1,
.writing-contents h2,
.writing-contents h3 {
  line-height: 1.4;
}
.writing-contents h2 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 30px;
}
.writing-contents h2:before {
  content: "h2";
  color: #ffffff;
  font-size: 15px;
  border-radius: 5px;
  margin-top: -3px;
  margin-right: 10px;
  padding: 2px 12px 0;
  background: #e8a800;
}
.writing-contents h3 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 20px;
}
.writing-contents h3:before {
  content: "h3";
  color: #ffffff;
  font-size: 15px;
  border-radius: 5px;
  margin-top: -3px;
  margin-right: 10px;
  padding: 2px 12px 0;
  background: #e8d500;
}
.writing-contents p {
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
}
.writing-contents ul,
.writing-contents ol {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 26px;
}
.writing-contents ul li,
.writing-contents ol li {
  margin-bottom: 10px;
  list-style: auto;
}
.writing-contents th,
.writing-contents td {
  border: 0.5px solid #f1f1f1;
  padding: 5px;
}
.writing-contents pre {
  width: 100%;
  box-sizing: border-box;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.writing-item {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-left: 15px;
  padding: 15px 20px 13px;
  font-size: 16px;
}
.writing-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
  margin-left: 15px;
  padding: 0;
  font-size: 16px;
}
.writing-keywords .check-kwd {
  padding: 1px 8px 0;
  font-size: 14px;
  border-radius: 10px;
  background: #f0f0f0;
  color: #999;
}
.writing-keywords .check-kwd.used80 {
  background: #fff4f8;
  color: #f34487;
}
.writing-keywords .check-kwd.used50 {
  background: #effbff;
  color: #29aee6;
}
.writing-keywords .aw-check-note {
  font-size: 14px;
  color: #888888;
}
.writing-keywords-note {
  font-size: 14px;
  color: #888888;
  margin-left: 15px;
}

.writing-note-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px auto;
}
.writing-note-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fb7801;
}
.writing-note-text {
  width: 70%;
  padding: 17px 20px 15px;
  border: 2px solid #fb7801;
  background-color: #fffffb;
  font-size: 14px;
}
.writing-note-wrap.V2 .writing-note-title {
  font-size: 20px;
  color: #f40000;
}
.writing-note-wrap.V2 .writing-note-text {
  width: 75%;
  padding: 20px 35px 18px;
  border: 2px solid #f40000;
  background-color: #fff7f7;
  color: #f40000;
  font-size: 16px;
  line-height: 1.8;
}

.writing-copy-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 150px;
}
.writing-copy-item {
  position: relative;
}
.writing-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #296fb7;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s linear;
}
.writing-copy-btn:hover {
  background-color: #f1f1f1;
}
.writing-copy-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url(icon_writing_copy_blue.svg);
  background-repeat: no-repeat;
}
.writing-copy-toast {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  font-size: 12px;
  padding: 5px 15px 4px;
  border-radius: 5px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  -webkit-transform: translateX(-50%) translateY(-4px);
  transform: translateX(-50%) translateY(-4px);
  -webkit-transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.writing-copy-toast.is-show {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.marker-yellow {
  background: #fff45c;
  padding: 0 2px;
}

.writing-contents .aw-intro {
  margin-top: 50px;
}

/* ── 目次 ── */
.writing-contents .aw-toc {
  margin-top: 50px;
  margin-bottom: 50px;
}
.writing-contents .aw-toc-title {
  font-weight: bold;
}
.writing-contents .aw-toc ol {
  padding-left: 25px;
}
.writing-contents .aw-toc ol a {
  color: #2b86e9;
  cursor: pointer;
  transition: all 0.3s linear;
}

.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,
.section-kanren .section-kanren-head .rank {
  width: 30px;
  vertical-align: middle;
  padding-left: 5px;
}
.section-kanren .section-kanren-list .site,
.section-kanren .section-kanren-head .site {
  width: 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 .keyword,
.section-kanren .section-kanren-head .keyword {
  width: 250px;
  vertical-align: middle;
  font-size: 12px;
  padding-left: 10px;
}
.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-cover {
  position: relative;
  margin-bottom: 50px;
}
.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-more {
  margin: 0 auto;
  text-align: center;
}
.section-more .btn {
  width: 50%;
}


.link-btn {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 30px;
  padding-top: 10px;
  padding-left: 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;
}


.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;
}

.color-gry {
  color: #b1b1b1 !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;
}

.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;
}


.headerBlock {
  z-index: 99999;
}

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


.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;
  }

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

  /* 改ページ */
  .pageBreak {
    page-break-before: always;
  }
}
@media print {
  .sectionHeader {
    height: 700px;
    background-color: #ffffff !important;
  }

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

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

  .section-more,
  .section-title-copy-item,
  .writing-copy-item {
    display: none !important;
  }

  .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-child-list.hide,
  .section-kanren-list.hide {
    display: block !important;
  }

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


