.Main-body {
    width: 100%;
    min-width: 768px;
    margin: 0 0;
}

.for-pc {
    display: inherit;
}

.for-sp {
    display: none;
}

div.sample-image {
    width: 100%;
}

div.sample-image img {
    width: 100%;
}

div.Common-title {
    margin: 40px 50px;
}

div.Common-title h1 {
    font-size: 24px;
    font-weight: bold;
    color: #22c2fd;
}

section.Common-message {
    margin: 0 60px 60px;
}

section.Common-message p {
    font-size: 16px;
    line-height: 30px;
}

section.Common-message h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 40px 0 20px;
}

section.Common-message p.indent {
    text-indent: -1em;
    padding-left: 1em;
}

section.Common-message section.Common-topbutton {
    text-align: center;
    margin: 80px auto 20px;
}

section.Common-message section.Common-topbutton a {
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    text-decoration: none;
    color: #ffffff;
    background: #22c2fd;
    border-radius: 8px;
    font-size: 24px;
    font-weight: bold;
}

article.Catalog-top {
    padding: 48px 52px 16px;
}

article.Catalog-top h1 {
    color: #23b2ff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 80px;
}

article.Catalog-top p {
    color: #aaaaaa;
    margin: 8px 0;
    font-size: 18px;
}

section.Catalog-schools {
    min-width: 768px;
    padding: 48px 0 0 0;
    background-color: #eeeeee;
}

section.Catalog-schools:last-child {
    padding: 48px 0 88px 0;
}

section.Catalog-schools article.Catalog-school {
    background-color: #ffffff;
    width: 728px;
    margin: 0 auto;
    padding: 20px;
}

section.Catalog-schools article.Catalog-school div.Catalog-school-top {
    display: inline-block;
}

section.Catalog-schools article.Catalog-school div.Catalog-school-top img {
    display: inline-block;
}

section.Catalog-schools article.Catalog-school div.Catalog-school-top h2 {
    display: inline-block;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    bottom: 30px;
    left: 10px;
}

section.Catalog-schools article.Catalog-school div.Catalog-school-middle {
    margin: 20px 0;
}

section.Catalog-schools article.Catalog-school div.Catalog-school-middle img {
    margin-right: 20px;
    display: inline-block;
}

section.Catalog-schools article.Catalog-school h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin: 32px 0 16px 0;
}

section.Catalog-schools article.Catalog-school h4 {
    font-size: 18px;
    font-weight: bold;;
    text-decoration: underline;
    line-height: 32px;
}

section.Catalog-schools article.Catalog-school p {
    display: inline-block;
    font-size: 24px;
    margin-left: 16px;
}

section.Catalog-schools article.Catalog-school section.Catalog-school-bottom {
    margin: 20px 0;
    padding: 0 10px 20px 0;
}

section.Catalog-schools article.Catalog-school section.Catalog-school-bottom ul li {
    display: inline;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px;
    padding: 6px;
    margin: 0 10px 0 0;
}

section.Catalog-schools article.Catalog-school section.Catalog-school-bottom ul li.green {
    color: #4bc652;
    border: 1px #4bc652 solid;
}

section.Catalog-schools article.Catalog-school section.Catalog-school-bottom ul li.orange {
    color: #fd9535;
    border: 1px #fd9535 solid;
}

section.Catalog-schools article.Catalog-school section.Catalog-school-bottom p {
    float: right;
    color: #ffffff;
    font-size: 16px;
    background: #bbbbbb;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

section.Catalog-schools article.Catalog-school section.Catalog-school-bottom p a:link {
    color: #ffffff;
    text-decoration: none;
}

section.Catalog-schools article.Catalog-school section.Catalog-school-bottom p a:visited {
    color: #ffffff;
    text-decoration: none;
}

section.Catalog-schools article.Catalog-school section.Catalog-school-bottom p a:hover {
    color: #ffffff;
}

section.Catalog-schools article.Catalog-school section.Catalog-school-bottom p a:active {
    color: #ffffff;
    text-decoration: none;
}

/**
 *
 * Look ページ
 *
 */
.Look {
    min-width: 728px;
    padding: 20px;
}

section.Look-top {
    min-width: 728px;
}

section.Look-top img {
    display: inline-block;
}

section.Look-top div.Lock-top-middle {
    display: inline-block;
    margin-left: 10px;
}

section.Look-top div.Lock-top-middle h2 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    vertical-align: top;
    bottom: 30px;
}

section.Look-top div.Lock-top-middle ul li {
    display: inline;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px;
    padding: 6px;
    margin: 0 10px 0 0;
    bottom: 8px;
}

section.Look-top div.Lock-top-middle ul li.green {
    color: #4bc652;
    border: 1px #4bc652 solid;
}

section.Look-top div.Lock-top-middle ul li.orange {
    color: #fd9535;
    border: 1px #fd9535 solid;
}

section.Look-top a {
    float: right;
    position: relative;
    padding: 10px 20px;
    text-decoration: none;
    color: #ffffff;
    background: #f4901e;
    border-radius: 8px;
    font-size: 16px;
    top: 30px;
}

section.Look-top a:active {
    border-bottom: solid 2px #fd9535;
}

section.Look-menu {
    min-width: 768px;
    list-style: none;
    overflow: hidden;
    padding: 0;
}

section.Look-menu ul li {
    width: 24.8%;
    text-align: center;
    background-color: #ffffff;
    float: left;
    height: 50px;
    line-height: 50px;
    border-top: 1px #aaaaaa solid;
    border-bottom: 1px #aaaaaa solid;
    border-right: 1px #aaaaaa solid;
}

section.Look-menu ul li:last-child {
    border-right: 0;
}

section.Look-menu ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    padding: 20px;
}

section.Look-images {
    min-width: 728px;
    text-align: center;
    margin-bottom: 30px;
}

section.Look-images img {
    margin: 0 12px;
    max-width: 300px;
    width: 200px;
}

article.Look-feature {
    margin: 0 auto 60px;
    padding: 0 60px;
    min-width: 640px;
    max-width: 900px;
}

article.Look-feature h2 {
    font-size: 28px;
    font-weight: bold;
    color: #22c2fd;
    display: flex;
    align-items: center;
    margin: 0 0 40px 0;
}

article.Look-feature h2:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}

article.Look-feature h2:after {
    margin-left: 1rem;
}

article.Look-feature h3 {
    font-size: 28px;
    color: #777777;
    align-items: center;
}

article.Look-feature p {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #000000;
}

article.Look-feature section.Look-feature-button {
    margin: 0 auto;
    text-align: center;
}

article.Look-feature section.Look-feature-button a {
    display: inline-block;
    padding: 20px 60px;
    text-decoration: none;
    color: #ffffff;
    background: #f4901e;
    border-radius: 8px;
    font-size: 36px;
    font-weight: bold;
}

article.Look-feature table {
    margin: 0 0 40px 40px;
    border-spacing: 10px 30px;
    border-collapse: separate;
    text-align: center;
}

article.Look-feature table tr td {
    font-size: 16px;
    padding: 10px 26px;
    font-weight: bold;
}

article.Look-feature table tr td:nth-child(1) {
    background-color: #22c2fd;
    color: #ffffff;
    font-weight: normal;
}

article.Look-feature section.Look-feature-button a:active {
    border-bottom: solid 2px #fd9535;
}

article.Look-feature div.centering {
    margin: 0 auto;
    text-align: center;
}

article.Look-feature div.Look-feature-map {
    width: 600px;
    margin: 0 auto;
}

article.Look-feature div.Look-feature-map div.Look-feature-map-iframe {
    text-align: center;
    width: 600px;
    height: 400px;
    margin: 20px 0;
}

article.Look-feature div.Look-feature-map div.Look-feature-map-iframe iframe {
    text-align: center;
    margin: 30px auto;
}

article.Look-feature div.Look-feature-map div.Look-feature-map-link {
    text-align: center;
    margin: 0 auto 30px;
}

article.Look-feature div.Look-feature-map div.Look-feature-map-link a {
    display: inline-block;
    border: #777777 1px solid;
    padding: 20px 60px;
    text-decoration: none;
    color: #777777;
    border-radius: 1px;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto;
}

article.Look-feature div.Look-access-table table {
    margin: 0 auto 40px;
    border-collapse: collapse;
    text-align: left;
    border: #dddddd 2px solid;
}

article.Look-feature div.Look-access-table table tr td {
    padding: 28px 40px 28px 20px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    border-top: #dddddd 2px solid;
    border-bottom: #dddddd 2px solid;
}

article.Look-feature div.Look-access-table table tr td:nth-child(1) {
    background-color: #f6f6f6;
}



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

    .Main-body {
        min-width: 360px;
    }

    .for-pc {
        display: none;
    }

    .for-sp {
        display: inherit;
    }

    div.Common-title {
        margin: 40px 20px;
    }

    div.Common-title h1 {
        font-size: 24px;
    }

    section.Common-message {
        margin: 0 20px 60px;
    }

    section.Common-message p {
        font-size: 16px;
    }
}
