/*------------------------------------------------------------common*/
.section {
    margin-bottom: 30px;
}
.bn_campaign {
    margin-bottom: 30px;
}
#content_right .workbooth h3 {
    display: block!important;
    font-size:1.8em;
}
@media print, screen and (min-width:768px) {
.section {
    margin-bottom: 50px;
}
.bn_campaign {
    margin-bottom: 50px;
}
#content_right .workbooth h3 {
    display: block!important;
    font-size:2.0em;
}
}

.workbooth #intro h3 .bk {
    display: block;
    font-size:0.8em;
    color:#333;
}
.workbooth #intro h4 {
    text-align: center;
    font-size:1.2em;
    font-weight: bold;
}
.workbooth .fee strong span {
    font-size:1em;
    color:#c33;
}
.workbooth #intro table {
    width: 100%;
    margin-top: 60px;
    border-collapse: collapse;
}
.workbooth #intro table tr th, .workbooth #intro table tr td {
    border: 1px dotted #6D6D6D;
    padding: 10px;
    text-align: right;
    vertical-align: top;
}
.workbooth #intro table tr th {
    text-align: center;
    background: #eee;
}
.workbooth #intro table tr td {
    position: relative;
    font-weight: bold;
    color:#e00000;
    white-space: nowrap;
}
.workbooth #intro table tr td div {
    position: absolute;
    top: -100px;
    right: 0;
    display: inline-block;
    padding: 8px 4px;
    line-height: 1.3;
    font-weight: bold;
    color:#e00000;
    border-radius: 4px;
    background: #ff0;
}
.workbooth #intro table tr td div::after {
    position: absolute;
    right: 5px;
    bottom: -65px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid 6px transparent;
    border-top: solid 60px #ff0;
}
.workbooth #intro table tr td div span {
    color:#333;
}

@media print, screen and (min-width:768px) {
.workbooth .fee strong span {
    font-size:1.8em;
}
.workbooth #intro table tr th, .workbooth #intro table tr td {
    font-size:1.1em;
}
.workbooth #intro table tr td div {
    top: -106px;
}
}

#workbooth_features ul li {
    margin: 0 0 15px;
    text-align: center;
}
#workbooth_features ul li figure {
    margin: 0 0 10px!important;
}
#workbooth_features ul li h4 {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size:1.2em;
    font-weight: bold;
}
#workbooth_features ul li h4 span {
    display: inline-block;
}
#workbooth_features img {
    width: 100%;
    max-width: 300px;
    height: auto;
}
#workbooth_features .row div {
    margin-bottom: 15px;
}
#workbooth_features .row div p {
    margin-top: 10px;
    line-height: 1.3;
    font-size:1.2em;
    font-weight: bold;
}
@media print, screen and (min-width:768px) {
#workbooth_features ul {
    display: flex;
    justify-content: space-between;
}
#workbooth_features ul li {
    margin: 0;
    width: 32%;
}
#workbooth_features ul li figure {
    margin: 0 0 15px!important;
}
#workbooth_features ul li h4 {
    margin-bottom: 10px;
    font-size:1.4em;
}
#workbooth_features img {
    max-width: 600px;
    height: auto;
}
#workbooth_features ul li p {
    font-size:1em;
}
#workbooth_features .row div {
    margin-bottom: 15px;
}
#workbooth_features .row div p {
    margin-top: 10px;
    line-height: 1.3;
    font-size:1.2em;
    font-weight: bold;
}
}

@media print, screen and (min-width:768px) {
 .workbooth #features .block.content_bg01 .item {
    flex-direction: row!important;
  }
 .workbooth #features .block.content_bg02 .item {
    flex-direction: row-reverse!important;
  }
}



#comparison table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #6D6D6D;
    border-left: 1px solid #6D6D6D;
    background: #fff;
}
#comparison table tr th, #comparison table tr td {
    padding: 10px 5px;
    text-align: center;
    line-height: 1.4;
    border-right: 1px solid #6D6D6D;
    border-bottom: 1px solid #6D6D6D;
}
#comparison table tr th {
    background: #eee;
}
#comparison table tr .bg01 {
    background: #fc0;
}
#comparison table tr .bg02 {
    background: #FFE685;
}
#comparison table tr td strong {
    color:#e00000;
}
@media print, screen and (min-width:576px) {
#comparison table tr .bg01 {
    width: 30%;
}
}
@media print, screen and (min-width:768px) {
#comparison table tr th, #comparison table tr td {
    padding: 10px;
    font-size: 1.1em;
}
}




#price_lineup ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    border:solid 1px #ccc;
}
#price_lineup ul li figure {
    width: 120px;
}
#price_lineup ul li figure img {
    width: 100%;
    height: auto;
}
#price_lineup ul li div {
    width: calc(100% - 130px);
}
#price_lineup ul li div dl dd {
    margin-bottom: 8px;
    font-size:1.1em;
    color:#e00000;
}
#price_lineup ul li div dl dd:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
#price_lineup ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#price_lineup ul li {
    width: 49%;
    margin-bottom: 15px;
    padding: 10px;
}
}
@media print, screen and (min-width:992px) {
#price_lineup ul li {
    margin-bottom: 30px;
    padding: 20px;
}
#price_lineup ul li figure {
    width: 150px;
}
#price_lineup ul li div {
    width: calc(100% - 170px);
}
#price_lineup ul li div dl dt {
    font-size:1.05em;
}
#price_lineup ul li div dl dd {
    font-size:1.2em;
}
}



.workbooth #price.block {
    padding: 15px;
}

.workbooth #price table {
  border-collapse: collapse;
  width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #6D6D6D;
    border-left: 1px solid #6D6D6D;
    background: #fff;
}
.workbooth #price table tr th, .workbooth #price table tr td {
    padding: 10px 5px;
    text-align: center;
  border-collapse: collapse;
    border-right: 1px solid #6D6D6D;
    border-bottom: 1px solid #6D6D6D;
}
.workbooth #price table tr th {
    background: #eee;
}

.workbooth #lineup.block {
    padding: 15px;
}

#lineup ul {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}
#lineup ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 0!important;
    font-size: 14px!important;
    text-align: center!important;
    line-height: 1.4!important;
    font-weight: normal!important;
}
#lineup ul li:nth-child(2n) {
    margin-right: 0;
}
#lineup ul li a {
    display: block;
    color: #333;
    text-decoration: none;
}
#lineup ul li a .ph_box {
    margin-bottom: 10px;
}
#lineup ul li a .tx_box {
}
#lineup ul li a .lineup_title {
    line-height: 1.3;
    font-size: 14px;
    font-weight: bold;
}
#lineup ul li a .lineup_tx {
    font-size: 15px;
    font-weight: bold;
}
#lineup .btn_sm {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 0 10px;
}
@media print, screen and (min-width:576px) {
#lineup ul li {
    width: 32%;
}
#lineup ul li:nth-child(2n) {
    margin-right: 2%;
}
#lineup ul li:nth-child(3n) {
    margin-right: 0;
}
#lineup .btn_sm {
    width: auto;
    margin: 0;
    padding: 0 45px;
}
}
@media print, screen and (min-width:768px) {
.workbooth #lineup.block {
    padding: 40px 20px;
}
#lineup ul li {
    margin-bottom: 30px;
}
#lineup ul li a .lineup_title {
    line-height: 1.3;
    font-size: 16px;
    font-weight: bold;
}
#lineup ul li a .lineup_tx {
    font-size: 18px;
    font-weight: bold;
}
}
@media print, screen and (min-width:992px) {
#lineup ul li {
    width: 23.5%;
}
#lineup ul li:nth-child(3n) {
    margin-right: 2%;
}
#lineup ul li:nth-child(4n) {
    margin-right: 0;
}
}

.cta_box ul li {
    padding-left: 0;
}