* {box-sizing: border-box; font-size: 16px;}

/*
article#setup {
    width: 320px;
    margin: auto;
}
*/
@media screen and (min-width: 800px) {
    article#setup {
        width: 100vw;
    }
}
article#setup section {
    margin-bottom: 20px;
}
article#setup h2 {
    text-align: center;
}
article#setup h2 > span {
    font-size: 20px;
    color: red;
    border-bottom: solid 2px red;
    margin-bottom: 20px;
    line-height: 1.2em;
    display: inline-grid;
    position: relative;
}
article#setup h2 span::before {
    position: absolute;
    left: -35px;
    top: 3px;
    font-family: "Font Awesome 5 Free";
    content: "\f7d9";
    font-weight: 900;
    font-size: 28px;
    color: red;
}
article#setup h2 > span span {
    display: inline-block;
    color: red;
}



article#setup section#first_view {
    position: relative;
}
article#setup section#first_view img {
    max-width: 100%;
}
article#setup section#first_view a img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 15px;
    width: 240px;
}
article#setup section#first_view img:nth-of-type(2),
article#setup section#first_view a:nth-of-type(2) img {
    display: none;
}
@media screen and (min-width: 800px) {
    article#setup section#first_view img {
        display: none;
    }
    article#setup section#first_view img:nth-of-type(2),
    article#setup section#first_view a:nth-of-type(2) img {
        display: block;
        width: auto;
        margin: 0 auto;
    }
}


article#setup section#induction > h2 span::before {
    display: none;
}
article#setup section#induction > ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
}
article#setup section#induction > ul li {
    width: 180px;
    margin-bottom: 30px;
    line-height: 1.4em;
    text-align: center;
}
article#setup section#induction > ul li img {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
}
article#setup section#induction > h3 {
    width: 90%;
    margin: 30px auto 0;
    color: white;
    font-weight: bold;
    background-color: lightsalmon;
    text-align: center;
    line-height: 1.4em;
    padding: 10px 0;
    border-radius: 7px;
    position: relative;
}
article#setup section#induction > h3 span {
    display: inline-block;
    font-size: 16px;
}
article#setup section#induction > h3::after {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent lightsalmon transparent;
}



article#setup section#benefit {
    background-color: lightsalmon;
    padding-top: 30px;
}
article#setup section#benefit > p {
    font-size: 14px;
    margin: 10px 20px 30px;
    line-height: 1.4em;
}
article#setup section#benefit > p span {
    display: inline-block;
    font-size: 14px;
}
article#setup section#benefit h3 {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 24px;
    margin: 0 auto 20px;
    border-bottom: solid 1px white;
    display: table;
    padding-bottom: 2px;
}
article#setup section#benefit h3 span {
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-bottom: solid 2px white;
    margin-bottom: 20px;
    line-height: 1.4em;
    display: inline-block;
}
article#setup section#benefit > ol {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 650px;
    margin: 0 auto;
}
article#setup section#benefit > ol li {
    width: 190px;
    margin-bottom: 70px;
    font-size: 14px;
    line-height: 1.4em;
    position: relative;
    text-align: center;
}
article#setup section#benefit > ol li::after {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 16px);
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    color: white;
    font-size: 48px;
}
article#setup section#benefit > ol li:last-of-type::after {
    display: none;
}
article#setup section#benefit > ol li img {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}
article#setup section#benefit > div:last-of-type {
    padding: 20px 0;
    text-align: center;
    background-color: mistyrose;
}
article#setup section#benefit > div:last-of-type a img {
    width: 240px;
}
article#setup section#benefit > div:last-of-type a:last-of-type img {
    display: none;
}
@media screen and (min-width: 800px) {
    article#setup section#benefit > div:last-of-type {
        padding: 40px 0;
    }
    article#setup section#benefit > div:last-of-type a img {
        display: none;
    }
    article#setup section#benefit > div:last-of-type a:last-of-type {
        display: inline-block;
    }
    article#setup section#benefit > div:last-of-type a:last-of-type img {
        display: block;
        width: auto;
    }
}



article#setup section#service > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
article#setup section#service > ul li {
    width: 48%;
    box-shadow: 1px 1px 2px #666;
    margin-bottom: 20px;
}
article#setup section#service > ul li img {
    width: 100%;
}
article#setup section#service > ul li h3 {
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
}
article#setup section#service > ul li p {
    width: 80%;
    margin: 0 auto;
}
article#setup section#service > ul li p strong {
    display: block;
    color: red;
    font-weight: normal;
    text-align: center;
    padding: 3px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
article#setup section#service > ul li p strong span {
    display: inline;
    font-size: 20px;
    margin: 0;
}
article#setup section#service > ul li p span {
    text-align: right;
    display: block;
    margin: 5px;
}
article#setup section#service > p {
    text-align: center;
}



article#setup section.banner {
    position: relative;
}
article#setup section.banner img:first-of-type {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
article#setup section.banner img:last-of-type {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15px;
    width: 90%;
}
article#setup section.banner + section.banner {
    display: none;
}
article#setup section.banner + section.banner img:first-of-type {
    height: 360px;
}
article#setup section.banner + section.banner img:last-of-type {
    top: 25px;
    width: auto;
}
@media screen and (min-width: 800px) {
    article#setup section.banner {
        display: none;
    }
    article#setup section.banner + section.banner {
        display: block;
    }
}



article#setup section#faq {
    background-color: mistyrose;
    padding: 30px 0;
}
article#setup section#faq dl {
    width: 80%;
    margin: 0 auto;
}
article#setup section#faq dl dt {
    margin: 0 0 10px 10%;
    color: red;
    position: relative;
}
article#setup section#faq dl dt::before {
    position: absolute;
    top: 0;
    left: -12%;
    padding: 5px;
    content: "Ｑ";
    color: white;
    background-color: red;
}
article#setup section#faq dl dd {
    margin: 0 0 20px 10%;
    position: relative;
}
article#setup section#faq dl dd::before {
    position: absolute;
    top: 0;
    left: -12%;
    padding: 5px;
    content: "Ａ";
    color: white;
    background-color: lightsalmon;
}



article#setup section#contact h2 span:last-of-type {
    display: block;
    font-size: 12px;
    border: none;
}
article#setup section#contact h2 span:last-of-type::before {
    display: none;
}



article#setup section#contact div.inquiry_form table {
    width: 100%;
}
article#setup section#contact div.inquiry_form table tr th {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f3f3f3;
    display: block;
    padding: 0 0 0 1em;
    color: #333;
    border: none;
}
article#setup section#contact div.inquiry_form table tr td {
    display: block;
    border: none;
    padding: 20px 0 20px 1em;
}
article#setup section#contact div.inquiry_form table tr td div.owlet-input-sample {
    margin: 0;
}
article#setup section#contact div.inquiry_form table tr td label {
    display: block;
    margin: 10px 1em;
    cursor: pointer;
}
article#setup section#contact div.inquiry_form table tr td input[type="number"] {
    width: 5em;
    margin: 10px;
    padding: 5px 10px;
}
article#setup section#contact div.inquiry_form table tr td input[type="email"] {
    width: 90%;
    padding: 5px 10px;
    margin: 10px 0 10px 1em;
}
article#setup section#contact div.inquiry_form table tr td select {
    padding: 5px 10px;
    width: 90%;
}
article#setup section#contact div.inquiry_form table tr td label input[type="text"] {
    width: 10em;
    padding: 5px 10px;
    margin-left: 10px;
}
article#setup section#contact div.inquiry_form table tr td textarea {
    width: 93%;
    margin: 0;
    padding: 5px 10px;
}
article#setup section#contact div.inquiry_form div.form_button input {
    width: 120px;
    display: block;
    margin: 0 auto;
}







@media screen and (min-width: 800px) {
    article#setup {
        width: 100vw;
        margin: 0 auto;
    }
    article#setup section {
        margin-bottom: 50px;
    }
    article#setup h2 span {
        font-size: 28px;
        display: inline-block;
    }
    
    
    
    article#setup section#induction ul {
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }
    article#setup section#induction h3 {
        width: 50%;
        padding: 25px 0 20px;
        line-height: 2rem;
    }
    article#setup section#induction h3 span {
        font-size: 28px;
    }
    article#setup section#induction h3 span:last-of-type {
        font-size: 24px;
    }
    
    
    
    article#setup section#benefit > p {
        text-align: center;
        font-size: 18px;
        margin-bottom: 30px;
    }
    article#setup section#benefit > ol {
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }
    article#setup section#benefit > ol li::after {
        position: absolute;
        right: -32px;
        font-family: "Font Awesome 5 Free";
        content: "\f105";
        font-weight: 900;
        color: white;
        font-size: 48px;
        left: auto;
        top: calc(50% - 24px);
        bottom: auto;
    }
    
    article#setup section#service > ul {
        width: 800px;
        margin: 0 auto;
    }
    article#setup section#service > ul li {
        width: 32%;
    }
    article#setup section#service > ul li h3 {
        font-size: 20px;
    }
    article#setup section#service > ul li p strong {
        font-size: 20px;
    }
    article#setup section#service > ul li p strong span {
        font-size: 32px;
    }
    article#setup section#service > p {
        font-size: 16px;
    }
    
    
    
    article#setup section#faq dl {
        font-size: 14px;
        width: 60%;
        line-height: 1.4em;
    }
    article#setup section#faq dl dt::before,
    article#setup section#faq dl dd::before {
        top: -5px;
        left: -35px;
    }
    
    article#setup section#contact div.inquiry_form {
        width: 800px;
        margin: 0 auto;
    }
    article#setup section#contact div.inquiry_form table tr:nth-of-type(odd) {
        background-color: #f6f6f6;
    }
    article#setup section#contact div.inquiry_form table tr th {
        display: table-cell;
        vertical-align: middle;
        width: 20%;
        background-color: transparent;
    }
    article#setup section#contact div.inquiry_form table tr td {
        display: table-cell;
        vertical-align: middle;
        width: 80%;
        padding: 20px 0 20px 1em;
        background-color: transparent;
    }
    article#setup section#contact div.inquiry_form table tr td input[type="number"] {
        margin: 10px 1em;
    }
    article#setup section#contact div.inquiry_form table tr td label {
        display: inline-block;
    }
    article#setup section#contact div.inquiry_form table tr:nth-of-type(2) td label,
    article#setup section#contact div.inquiry_form table tr:nth-of-type(3) td label {
        width: 210px;
    }
}






























