﻿@charset "utf-8";
@import url("header.css");
@import url("footer.css");
@import url("button.css");
@import url("category.css");
@import url("layout.css");
@import url("page.css");
@import url("plan.css");
@import url("contract.css");
@import url("history.css");
@import url("popup.css");
@import url("information.css");
@import url("purchase.css");
@import url("spinner.css");

body {
	font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "游ゴシック", YuGothic, sans-serif;
    font-size: 14px;
    line-height: 1.375;
    word-wrap: break-word;
    color: #555;
	background-color: #fff;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drg: none;
}

p, table, tr, td, div, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, span, textarea {
	margin: 0;
	padding: 0;
	font-feature-settings: "palt";
}

a {
    color: #555;
}

.title {
    font-size: 16px;
    font-weight: bold;
}

.heading {
    padding: 8px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #ccc;
}

.list .allPlanLink {
    margin-top: 16px;
    margin-left: 16px;
}

.listMessage {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.detailMessage {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #ccc;
}

.red {
    color: #f00;
}

.keyVisual {
    margin: 16px auto 0;
    height: 250px;
    background: #ebebeb;
}

.keyVisual img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.lead {
    margin: 16px 0 32px;
}

.notice {
    margin: 0 32px;
    padding: 16px 0;
    font-size: 12px;
    color: #f00;
    border-bottom: solid 1px #ccc;
}

/* Container */
#container {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-top: 44px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

@media only screen and (min-width: 1001px) {
    #container {
        width: 1000px;
    }
}

@media only screen and (max-width: 639px) {
    body {
        font-size: 4.375vw;
    }

    .title {
        font-size: 5vw;
    }

    .list .allPlanLink {
        margin-top: 5vw;
        margin-left: 5vw;
    }

    .listMessage {
        font-size: 5vw;
    }

    .detailMessage {
        font-size: 5vw;
    }

    .purchaseMessage {
        font-size: 5vw;
    }

    .heading {
        padding: 0 10vw 2.5vw 10vw;
        font-size: 6.25vw;
    }

    .keyVisual {
        margin: 5vw 0 0 0;
        height: 48.125vw
    }

    .keyVisual img{
        height: 48.125vw;
        width: 100%;
        object-fit: cover;
    }

    .lead {
        margin: 5vw 0 10vw 0;
    }

    .notice {
        margin: 0 10vw;
        padding: 5vw 0;
        font-size: 3.75vw;
    }

    #container {
        padding-top: 13.75vw;
    }
}
