@charset "utf-8";

/* =======================================

	lp.css
	Last Up Date 2014/03/18

 -----------------------------------------
	INDEX
 -----------------------------------------
	0. common style [base]

	1. .header_wrapper

	2. .nav_wrapper

	3. .easy1Step_container

	4. .contents_wrapper

	5. .contents_main

	6. .contents_side

	7. .footer_wrapper

	x. common style [strong]

========================================== */

.contents {
    background-color: #fff !important;
}

.contents_wrapper {
    width: 100%;
}

.contents_main {
    width: 100%;
}

h1 {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

h1 img {
    width: 100%;
}

.paper {
    border: none;
    padding: 0;
    margin: 0;
}

.mb-80 {
    margin-bottom: 80px;
}

.robocheck {
    width: 100%;
    box-sizing: border-box;
}

.robocheck a {
    text-decoration: underline;
}

.robocheck,
.robocheck p {
    font-size: 16px;
    text-align: center;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    word-break: normal;
}

.robocheck h2 {
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.4em;
    color: #bb0000;
}
.robocheck h3 {
    font-size: 1.4em;
    font-weight: 700;
    margin: 1.5em 0 0.5em;
    color: #ff0000;
}

span.marker01 {
    background: linear-gradient(transparent 50%, #fbc2ea 0%);
    padding-left: 0.25em;
    padding-right: 0.25em;
}

span.marker02 {
    color: #bb0000;
    font-weight: bold;
}

div.robocheck_box:first-of-type {
    margin-top: 65px;
}

div.robocheck_box:not(:first-child) {
    margin-top: 100px;
}

.robocheck_box_inner01 {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    margin-top: 50px;
}

.robocheck_box_inner01 div {
    width: 50%;
}

.robocheck_box_inner01 p {
    text-align: left;
}

.robocheck_box_inner01 img {
    width: 46%;
}

.robocheck_box_inner02 {
    margin-top: 35px;
}

.robocheck_box_inner02 table th,
.robocheck_box_inner02 table td {
    border: solid 1px #b9b9b9;
    padding: 0.5em;
}

.robocheck_box_inner02 table th {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: center;
}

.robocheck_box_inner02 table td {
    text-align: left;
}

.robocheck_box_inner02 table td.table_check {
    padding: 0.75em;
    line-height: 2em;
}

.robocheck_box_inner02 table td.table_robo {
    background: #dee9ff;
}

.robocheck_box_inner02 table td.table_operator {
    background: #ffe0bc;
}

.robocheck_box_inner02 table tr>*:first-child {
    width: 18%;
}

.robocheck_box_inner02 table tr>*:not(:first-child) {
    width: 41%;
}

.robocheck_box_inner03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
    align-items: end;
}

.robocheck_box_inner03 img:nth-of-type(n+3) {
    margin-top: 35px;
}

.robocheck_box_inner03 img {
    max-width: 49%;
}

.robocheck_box_inner04 {
    margin-top: 15px;
}

.robocheck_box_inner04 p {
    font-size: 1.2em;
}

.robocheck_box_inner04 ul {
    text-align: left;
    padding-left: 1em;
    margin-top: 1em;
}

.robocheck_box_inner04 li {
    list-style: disc;
}

.robocheck_box_inner04 li:not(:first-child) {
    margin-top: 1em;
}

.robocheck_box_inner04 table {
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

.robocheck_box_inner04 table th,
.robocheck_box_inner04 table td,
.robocheck_box_inner05 table th,
.robocheck_box_inner05 table td {
    border: solid 1px #b9b9b9;
    padding: 1em;
}

.robocheck_box_inner04 table th,
.robocheck_box_inner05 table th {
    width: 25%;
    vertical-align: top;
    background: #f0f0f0;
}

.robocheck_box_inner04 table td,
.robocheck_box_inner05 table td {
    width: 75%;
}

.robocheck_box_inner04 .paper{
    display: inline-block;
    width: 100%;
}
.robocheck_box_inner04 .paper:not(:first-child)  {
    margin-top: 15px;
}

.robocheck_box_inner05 table {
    width: 100%;
    text-align: left;
    margin-top: 40px;
}

.robocheck_box_inner05 td div.robocheck_software {
    display: flex;
    align-items: center;
}
.robocheck_box_inner05 td div.robocheck_software div{
    display: flex;
    align-items: center;
}
.robocheck_box_inner05 td div.robocheck_software img {
    margin-right: 0.25em;
}
.robocheck_box_inner05 td div.robocheck_software div:not(:last-child) {
    margin-right: 0.5em;
}

.robocheck_box_inner05 td ul {
    padding: 0 1em;
}

.robocheck_box_inner05 td ul li {
    list-style: disc;
}

.robocheck_box_inner05 td ul li:not(:first-child) {
    margin-top: 0.8em;
}


.topback {
    text-align: center;
    margin-top: 8em;
}

.topback a {
    font-size: 1.8em;
    padding: 10px 80px;
    border-radius: 5px;
    color: #fff;
    background: #bb0000;
    text-decoration: none;
}

.topback a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.paper-container {
    position: relative;
}

.paper-content {
    overflow: hidden;
    line-height: 1.2em;
}

.show-more {
    display: block;
    margin-top: 5px;
    color: #007bff;
    cursor: pointer;
}

.productlist{
    border: #bb0000 1px solid;
    margin: 0 auto 5em;
    width: fit-content;
    padding:2em;
}
.productlist li{
    margin-left: 2em;
}

@media screen and (max-width: 1150px) {
    .contents {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    h1 img {
        width: 100%;
    }
}


@media screen and (max-width: 920px) {


    .br-sp {
        display: none;
    }

    .robocheck {
        display: inline-block;
        width: 100%;
        max-width: 950px;
        padding: 0 1em;
    }

    .robocheck,
    p {
        font-size: 16px;
        text-align: center;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    }

    .robocheck h2 {
        font-size: 1.6em;
        font-weight: 700;
        line-height: 1.6em;
        color: #bb0000;
    }
    .robocheck h3 {
        font-size: 1.2em;
        font-weight: 700;
        margin: 1.5em 0 0.5em;
        color: #ff0000;
    }

    span.marker01 {
        background: linear-gradient(transparent 50%, #fbc2ea 0%);
    }

    span.marker02 {
        color: #bb0000;
        font-weight: bold;
    }

    div.robocheck_box:first-of-type {
        margin-top: 30px;
    }

    div.robocheck_box:not(:first-child) {
        margin-top: 50px;
    }

    .robocheck_box_inner01 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .robocheck_box_inner01 div {
        width: 100%;
        margin-bottom: 1em;
    }

    .robocheck_box_inner01 p {
        text-align: center;
    }


    .robocheck_box_inner01 img {
        width: 100%;
    }

    .robocheck_box_inner02 {
        margin-top: 20px;
    }

    .robocheck_box_inner02 table th,
    .robocheck_box_inner02 table td {
        border: solid 1px #b9b9b9;
        padding: 0.5em;
    }

    .robocheck_box_inner02 table th {
        font-size: 1.2em;
        font-weight: bold;
        color: #fff;
        text-align: center;
        vertical-align: center;
    }

    .robocheck_box_inner02 table td {
        text-align: left;
    }

    .robocheck_box_inner02 table td.table_check {}

    .robocheck_box_inner02 table td.table_robo {
        background: #dee9ff;
    }

    .robocheck_box_inner02 table td.table_operator {
        background: #ffe0bc;
    }

    .robocheck_box_inner02 table tr>*:first-child {
        width: 18%;
    }

    .robocheck_box_inner02 table tr>*:not(:first-child) {
        width: 41%;
    }

    .robocheck_box_inner03 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

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

    .robocheck_box_inner03 img:not(:first-child) {
        margin-top: 35px;
    }

    .robocheck_box_inner04 {
        margin-top: 15px;
    }

    .robocheck_box_inner04 p {
        font-size: 1.2em;
    }

    .robocheck_box_inner04 ul{
        text-align: left;
        padding-left: 1em;
        margin-top: 1em;
    }

    .robocheck_box_inner04 li{
        list-style: disc;
    }

    .robocheck_box_inner04 li:not(:first-child){
        margin-top: 1em;
    }

    .robocheck_box_inner04 table,
    .robocheck_box_inner05 table {
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    .robocheck_box_inner04 table th,
    .robocheck_box_inner04 table td,
    .robocheck_box_inner05 table th,
    .robocheck_box_inner05 table td {
        border: solid 1px #b9b9b9;
        padding: 0.5em;
    }

    .robocheck_box_inner04 table th,
    .robocheck_box_inner05 table th {
        width: 20%;
        vertical-align: top;
        background: #f0f0f0;
    }

    .robocheck_box_inner04 table td,
    .robocheck_box_inner05 table td {
        width: 80%;
    }

    .robocheck_box_inner04 .paper  {
        display: inline-block;
        width: 100%;
    }
    .robocheck_box_inner04 .paper:not(:first-child)  {
        margin-top: 15px;
    }

    .robocheck_box_inner05 td div.robocheck_software {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .robocheck_box_inner05 td div.robocheck_software div img{
        max-width: 90%;
    }

    .robocheck_box_inner05 td div.robocheck_software div:not(:last-child) {
        margin-right: 0.5em;
    }

    .robocheck_box_inner05 td ul {
        padding: 0 1em;
    }

    .robocheck_box_inner05 td ul li {
        list-style: disc;
    }

    .robocheck_box_inner05 td ul li:not(:first-child) {
        margin-top: 0.8em;
    }


    .topback {
        text-align: center;
        margin-top: 8em;
    }

    .topback a {
        font-size: 1.8em;
        padding: 10px 80px;
        border-radius: 5px;
        color: #fff;
        background: #bb0000;
        text-decoration: none;
    }

    .topback a:hover {
        opacity: 0.7;
        transition: 0.5s;
    }
    .productlist{
        border: #bb0000 1px solid;
        margin: 0 auto 5em;
        width: fit-content;
        padding:2em;
    }
    .productlist li{
        margin-left: 2em;
    }
}

/* @media screen and (max-width: 920px) {
    .robocheck_box_inner01 {
        flex-wrap: wrap;
    }
} */
