.machinePageContent {
    font-size: 16px;
    padding: 12px;
}

.machinePageContent * {
    font-size: 16px;
    line-height: 1.3em;
}

.machinePageContent h1,
.machinePageContent h2,
.machinePageContent h3 {
    margin: 0;
    padding: 0;
}


.machinePageContent table,
.machinePageContent tbody,
.machinePageContent tr,
.machinePageContent th,
.machinePageContent td {
    border: 0;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

.machinePageContent-kihon {
    margin-top: 20px;
}

.machinePageContent-image {
    line-height: 0;
    text-align: center;
}

.machineImage {
    max-height: 300px;
}

.machineReelImage {
    width: 60% !important;
}

.copyright {
    font-size: 10px;
    padding: 12px;
    padding-top: 40px;
}

.copyright img {
    /* 20211013 */
    max-width: 100%;
    /* 20211013 */
}

.copyright p {
    margin: 0;
    padding-bottom: 2px;
    font-size: 10px;
}

#machinePage .copyright {
    padding-top: 0;
}

.annotation {
    padding: 4px 12px 12px;
    text-align: right;
}

[data-margin-top="0"] {
    padding-top: 0 !important;
}

[data-margin-top="1"] {
    padding-top: 5px !important;
}

[data-margin-top="2"] {
    padding-top: 10px !important;
}

[data-margin-top="3"] {
    padding-top: 20px !important;
}

[data-margin-top="4"] {
    padding-top: 30px !important;
}

[data-margin-top="5"] {
    padding-top: 50px !important;
}

[data-background-color="backgroundColor1"] {
    background-color: #f44336 !important;
}

[data-background-color="backgroundColor2"] {
    background-color: #4caf50 !important;
}

[data-background-color="backgroundColor3"] {
    background-color: #3f51b5 !important;
}

[data-background-color="backgroundColor4"] {
    background-color: #9c27b0 !important;
}

[data-background-color="backgroundColor5"] {
    background-color: #ffeb3b !important;
}

[data-background-color="backgroundColor6"] {
    background-color: #ff9800 !important;
}

[data-background-color="backgroundColor7"] {
    background-color: #fff !important;
}

[data-background-color="backgroundColor8"] {
    background-color: #212121 !important;
}

[data-background-color="backgroundColor9"] {
    background-color: #757575 !important;
}

[data-background-color="backgroundColor10"] {
    background-color: #e0e0e0 !important;
}

[data-background-color="backgroundColor11"] {
    background-color: #9e9e9e !important;
}

[data-background-color="backgroundColor12"] {
    background-color: #ffc0cb !important;
}

[data-background-color="backgroundColor13"] {
    background-color: #2196f3 !important;
}

[data-text-color="textColor1"],
.textColor1 {
    color: #ff3737 !important;
    /*color: #f44336 !important;*/
}

[data-text-color="textColor2"],
.textColor2 {
    color: #0aff0a !important;
    /*color: #4caf50 !important;*/
}

[data-text-color="textColor3"],
.textColor3 {
    color: #7d7dff !important;
    /*color: #3f51b5 !important;*/
}

[data-text-color="textColor4"],
.textColor4 {
    color: #9c27b0 !important;
}

[data-text-color="textColor5"],
.textColor5 {
    color: #ffff00 !important;
    /*color: #ffeb3b !important;*/
}

[data-text-color="textColor6"],
.textColor6 {
    color: #ff9800 !important;
}

[data-text-color="textColor7"],
.textColor7 {
    color: #fff !important;
}

[data-text-color="textColor8"],
.textColor8 {
    color: #212121 !important;
}

[data-text-color="textColor9"],
.textColor9 {
    color: #757575 !important;
}

[data-text-color="textColor10"],
.textColor10 {
    color: #e0e0e0 !important;
}


.borderColor1 {
    border-color: #f44336 !important;
}

.borderColor2 {
    border-color: #4caf50 !important;
}

.borderColor3 {
    border-color: #3f51b5 !important;
}

.borderColor4 {
    border-color: #9c27b0 !important;
}

.borderColor5 {
    border-color: #ffeb3b !important;
}

.borderColor6 {
    border-color: #ff9800 !important;
}

.textSize1 {
    font-size: 12px !important;
}

.textSize2 {
    font-size: 14px !important;
}

.textSize3 {
    font-size: 16px !important;
}

.textSize4 {
    font-size: 18px !important;
}

.textSize5 {
    font-size: 20px !important;
}

.textBold {
    font-weight: bold;
}

.textLink {
    color: #2196F3 !important;
    cursor: pointer;
    text-decoration: underline;
}

/* テキスト*/
.blockType-text {
    font-size: 16px;
}

/* 見出し(H2) */
.blockType-h2 {
    background-color: #fff;
    color: #212121;
    border-color: #0495FF;
    border-style: solid;
    border-width: 0 0 3px;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px !important;
    text-align: left;
    height: auto;
}

/* 見出し(H3) */
.blockType-h3 {
    border-color: #0495FF;
    border-style: solid;
    border-width: 0 0 0 8px;
    font-size: 20px;
    font-weight: bold;
    padding: 4px 8px !important;
    text-align: left;
}

/* 画像 */
.blockType-image {
    display: flex;
    justify-content: center;
    text-align: center;
}

.imageColumnItem img {
    max-width: 100%;
}

.imageData {
    line-height: 0;
}

.imageCaption {
    font-size: 14px !important;
    padding-bottom: 8px;
    padding-top: 4px;
    text-align: center;
}

.imageColumn1 {
    width: 100%;
}

.imageColumn1 .imageColumnItem:nth-child(n+2) {
    margin-top: 8px;
}

.imageColumn1 .imageData {
    margin: auto;
}

.imageColumn1 .imageColumnItem:last-child .imageCaption {
    padding-bottom: 0;
}

.imageColumn2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imageColumn2 .imageColumnItem {
    margin-top: 8px;
    width: 50%;
}

.imageColumn2 .imageColumnItem:nth-child(odd) {
    padding-right: 4px;
}

.imageColumn2 .imageColumnItem:nth-child(even) {
    padding-left: 4px;
}

.imageColumn2 .imageColumnItem:first-child,
.imageColumn2 .imageColumnItem:nth-child(2) {
    margin-top: 0;
}

.imageColumn2 .imageColumnItem:last-child .imageCaption,
.imageColumn2 .imageColumnItem:nth-last-child(2) .imageCaption {
    padding-bottom: 0;
}

.imageColumn3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imageColumn3 .imageColumnItem {
    width: 33.33%;
}

.imageColumn3 .imageColumnItem:nth-child(1),
.imageColumn3 .imageColumnItem:nth-child(3n+1) {
    padding-right: 4px;
}

.imageColumn3 .imageColumnItem:nth-child(2),
.imageColumn3 .imageColumnItem:nth-child(3n+2) {
    padding: 0 2px;
}

.imageColumn3 .imageColumnItem:nth-child(3),
.imageColumn3 .imageColumnItem:nth-child(3n+3) {
    padding-left: 4px;
}

.imageColumn3 .imageColumnItem:nth-child(n+4) {
    margin-top: 8px;
}

[data-image-resize="2"] {
    width: 85% !important;
}

/* 区切り */
.blockType-line {

}

.blockType-line div {
    background-color: #fff;
    height: 2px;
}

/* リスト */
.blockType-list {

}

.blockType-list ul,
.blockType-list li {
    list-style: disc !important;
    margin: 0;
    padding: 0;
}

.blockType-list li {
    margin-left: 1em !important;
    margin-top: 0.7em !important;
}

.blockType-list li:first-child {
    margin-top: 0 !important;
}

/* 表 */
.blockType-table {
    /*table-layout: fixed;*/
    width: 100%;
    border-color: #212121;
    border-style: solid;
    border-width: 1px 1px 0;
}

.blockType-table table {
    width: 100%;
}

.blockType-table tbody {
    width: 100%;
}

.blockType-table tr {
    width: 100%;
}

.blockType-table td {
    text-align: center;
    background-color: #fff;
    border-color: #212121;
    border-style: solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    overflow: hidden;
    height: 2em !important;
}

.blockType-table td:first-child:not([data-rowspan="prev"]) {
    border-left-width: 0;
}

.blockType-table tr:last-child td {
}

[data-width="1"] {
    width: 20% !important;
}

[data-width="2"] {
    width: 30% !important;
}

[data-width="3"] {
    width: 40% !important;
}

[data-width="5"] {
    width: 60% !important;
}

.kihonDounyuubi {
    text-align: right;
    font-size: 13px !important;
    padding-top: 8px;
}

.editorMenu8Preview {
    overflow-x: auto;
}

.editorMenu8Preview tr {
}

.editorMenu8Preview td {
    border-color: #212121;
    border-style: solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    padding: 8px 6px 6px !important;
    width: auto !important;
    font-weight: bold;
    font-size: 14px;
    word-break:keep-all;
}

.editorMenu8Preview tr:first-child td {
}

.editorMenu8Preview td.imageAndTextBlock-image {
    border-left-width: 0 !important;
}

.editorMenu8Preview td[data-background-color="backgroundColor8"]:not([colspan="2"]):nth-child(1) {
    border-right-width: 0 !important;
}

.imageAndTextBlock-image {
}

.imageAndTextBlock-image img {
    width: 100%;
    line-height: 0;
}

.imageAndTextBlock-image-item {
    line-height: 0;
    margin-bottom: 8px;
}

.imageAndTextBlock-image-item:last-child {
    margin-bottom: 0;
}

.imageAndTextBlock-image-text {
    margin-bottom: 4px;
}

.imageAndTextBlock-image-text-none {
    margin-bottom: 0 !important;
}

.imageAndTextBlock-text {
    white-space: nowrap;
}

/* 設定推測 */
.view-contents-preview-content-main {
    padding: 8px 0 0;
}

.suisokusDataContent-header {
    background-color: #fff;
    padding: 8px 16px;
    margin: 0 0 40px;
}

.suisokusDataContent-header p {
    color: #f44336 !important;
    margin: 0;
    font-size: 13px !important;
    line-height: 1.6em;
    font-weight: bold;
}

.suisokusDataItemGroup {
    margin-top: 20px;
}

.suisokusDataItemGroup-header {
    border: #fff solid 0;
    border-bottom-width: 2px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 16px !important;
    font-weight: bold;
}

.suisokusDataItemGroup-header::before {
    content: '●';
}

.suisokusDataItemGroup-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 1.2em 12px;
}

.suisokusDataItemGroup-item-name {
    font-weight: bold;
}

.suisokusDataItemGroup-item-input input {
    width: 100px !important;
    text-align: center;
    border-radius: 4px;
    color: #212121 !important;
}

.suisokusDataContent-footer a {
    color: #29b6f6 !important;
    margin-left: 1.2em;
    font-weight: bold;
}

.suisokusDataContent-footer div:nth-child(2) {
    padding: 40px 2.6em 0;
}

.suisokusDataContent-footer button {
    background-color: #29b6f6;
    border: #fff solid 1px;
    border-radius: 0;
    color: #fff;
    padding: 12px;
    font-size: 20px !important;
    width: 100%;
    height: auto;
    font-weight: bold;
}

.suisokusDataResultContent {
    border: #fff solid 0;
    border-top-width: 2px;
    padding: 40px 0 0;
    margin-top: 32px;
}

[data-switch-content] .suisokusDataResultContent {
    border: none;
    padding: 0;
    margin-top: 0;
}

.suisokusDataResultContent-wrapper {
    background-color: rgba(255, 255, 255, 0.1) !important;
    padding: 16px 12px;
}

.suisokusDataResultContent-header {
    background-color: #f44336;
    color: #fff;
    padding: 4px 0;
    text-align: center;
    font-size: 18px !important;
    font-weight: bold;
}

.suisokusDataResultContent-content {

}

.suisokusDataResultItemGroup {
    margin-top: 20px;
}

.suisokusDataResultItemGroup-header {
    border: #fff solid 0;
    border-bottom-width: 2px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 16px !important;
    font-weight: bold;
}

.suisokusDataResultItemGroup-header::before {
    content: '●';
}

.suisokusDataResultItemGroup-item {
    align-items: center;
    display: flex;
    padding: 0 0 12px;
    font-weight: bold;
}

.suisokusDataResultItemGroup-item div:nth-child(1) {
    width: 50%;
}

.suisokusDataResultItemGroup-item div:nth-child(2) {
    width: 25%;
    text-align: center;
}

.suisokusDataResultItemGroup-item div:nth-child(3) {
    text-align: right;
    width: 25%;
}

.suisokusDataResultGraph {
    margin: 40px 0;
}

.suisokusDataResultGraph-item {
    display: flex;
    font-weight: bold;
    align-items: stretch;
}

.suisokusDataResultGraph-item * {
    line-height: 1;
}

.suisokusDataResultGraph-item-name {
    width: 5em;
    height: 100%;
    padding: 1em 0;
    position: relative;
}

.suisokusDataResultGraph-item-name:after {
    content: '';
    display: block;
    height: 100%;
    width: .8em;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    top: 0;
    right: 0;
    position: absolute;
}
.suisokusDataResultGraph-item:last-of-type .suisokusDataResultGraph-item-name:after {
    border-bottom: solid 1px #fff;
}

.suisokusDataResultGraph-item-graph-wrap {
    width: 100%;
    background: url('../../img/graphscale_pc.png') repeat-Y center;
    background-size: 100% auto;
}

.suisokusDataResultGraph-item-graph {
    width: 80%;
    padding: .8em 0;
}

.suisokusDataResultGraph-item-graph-border {
    height: 1.4em;
    position: relative;
    background: linear-gradient(to bottom, #cbe7f3 0%, #2b89c6 80%, #2b89c6 100%);
}

.suisokusDataResultGraph-item-percent {
    position: absolute;
    right: -6em;
    top: .2em;
    width: 5em;
}
.suisokusDataResultGraph-item-percent small {
    font-size: .8em;
}

.suisokusDataResultGraph-item-graph-border-max {
    background: linear-gradient(to bottom, #ee8e75 0%, #d2000e 80%, #d2000e 100%);
}

.suisokusDataResultContent-content-errorBox {
    background-color: #f44336 !important;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin: 28px auto;
    width: 216px;
}

.suisokusDataResultContent-content-errorMessage {
    line-height: 1.6em;
    margin: 0 auto;
    width: 272px;
}

.calcData {
    z-index: -1;
    position: absolute;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.suisokusDataResultNotice {
    margin-top: 32px;
    font-size: 10px;
}

.calcPosition {
    text-align: center;
}

.theoryTable {
    width: 100%;
}

.theoryTable {
    border: #fff solid 0 !important;
    border-left-width: 1px !important;
    border-top-width: 1px !important;
}

.theoryTable-tr:first-child {
    font-weight: bold;
}

.theoryTable-td {
    border: #fff solid 0 !important;
    border-bottom-width: 1px !important;
    border-right-width: 1px !important;
    padding: 2px !important;
    text-align: center;
    width: auto;
    font-size: 11px;
}

.theoryTable-td span {
    font-size: 11px;
}

.theoryTable-td:nth-child(1),
.theoryTable-td:nth-child(2) {
    white-space: nowrap;
}

[data-dotline] {
    border-bottom-style: dotted;
}

[data-theory-header] {
    padding: 2px 0px !important;
    white-space: nowrap;
}

[data-theory-header] span {
    font-size: 9px !important;
    font-weight: bold;
    white-space: nowrap;
}

.theoryValueMark {
    padding: 1px 8px;
    border-radius: 50%;
    background-color: #ffeb3b;
    color: #333;
    line-height: 0;
}

[data-app] {
    display: none;
}




.highlight {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
  color: #000;
  background-color: #f8f546;
  /*
  background-color: inherit;
  color: inherit;
  position: relative;
  */
}

/*
.highlight:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(255,255,0,.5);
}
*/

.theoryResultData {
    display: none;
    background-color: rgba(255, 255, 255, 0.1) !important;
    background-image: url(../img/suisoku_bg_sp.jpg);
    background-repeat: repeat-y;
    background-size: 100%  auto;
    padding: 16px 0;
}

.machinePageContent .switchMenu {
    margin-top: 48px;
}

[data-width="6"] {
    width: 291px;
}

[data-width="6"] + td {
    width: 413px;
}

[data-width="7"] {
    width: 248px;
}

[data-width="7"] + td {
    width: 456px;
}

[data-width="8"] {
    width: 87px;
}

[data-width="8"] + td {
    width: 489px;
}

[data-width="8"] + td + td {
    width: 128px;
}

[data-width="9"] {
    width: 77px;
}

[data-width="9"] + td {
    width: 209px;
}

[data-width="9"] + td + td {
    width: 209px;
}

[data-width="9"] + td + td + td {
    width: 209px;
}

[data-width="10"] {
    width: 63px;
}

[data-width="10"] + td {
    width: 350px;
}

[data-width="10"] + td + td {
    width: 97px;
}

[data-width="10"] + td + td + td {
    width: 97px;
}

[data-width="10"] + td + td + td + td {
    width: 97px;
}

.body-sp [data-width="6"] {
    width: 50%;
}

.body-sp [data-width="6"] + td {
    width: 50%;
}

.body-sp [data-width="7"] {
    width: 26%;
}

.body-sp [data-width="7"] + td {
    width: 74%;
}

.body-sp [data-width="8"] {
    width: 13%;
}

.body-sp [data-width="8"] + td {
    width: 69%;
}

.body-sp [data-width="8"] + td + td {
    width: 18%;
}

.body-sp [data-width="9"] {
    width: 13%;
}

.body-sp [data-width="9"] + td {
    width: 29%;
}

.body-sp [data-width="9"] + td + td {
    width: 29%;
}

.body-sp [data-width="9"] + td + td + td {
    width: 29%;
}

.body-sp [data-width="10"] {
    width: 9%;
}

.body-sp [data-width="10"] + td {
    width: 49%;
}

.body-sp [data-width="10"] + td + td {
    width: 14%;
}

.body-sp [data-width="10"] + td + td + td {
    width: 14%;
}

.body-sp [data-width="10"] + td + td + td + td {
    width: 14%;
}

