@charset "UTF-8";

/*パンくずリスト*/
.breadcrumb {
    display: none;
}

/*メイン*/
article h1 {
    width: 85vw;
    font-size: 2.4rem;
    font-family: sans-serif;
    font-weight: normal;
    color: #000;
    padding: 5px 0 2px 0;
    margin: 60px auto 0 auto;
    box-sizing: border-box;
}

.center-position {
    width: 85vw;
    margin: 30px auto 60px auto;
    box-sizing: border-box;
}

#color-bold {
    color: #ED5A24;
    font-weight: bold;
}

#bottom-border {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.normal-form {
    background-color: #eee;
}

.normal-form table {
    width: 100%;
    border-collapse: collapse;
}

.normal-form table tr th,
.normal-form table tr td {
    padding: 1rem;
    border: 2px solid #fff;
}

.normal-form table tr th {
    font-weight: normal;
    font-size: 1.2rem;
    width: 30%
}

.normal-form table tr td {
    padding-left: 1em;
    width: 70%;
    font-size: 1.2rem;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    width: 90%;
}

input {
    font-size: 1.2rem;
    padding: 2px;
}

textarea {
    width: 90%;
    font-size: 1.2rem;
    padding: 2px;
}

#flat-btn {
    display: block;
    width: 150px;
    height: 35px;
    background-color: #0071B8;
    color: #fff;
    border-radius: 6px;
    margin: 20px auto 0 auto;
    cursor: pointer;
}
#flat-btn:hover {
    opacity: 0.7;
}

.must {
    display: none;
}

#must-item {
    font-size: 1.2rem;
}

.red {
    color: #c00;
}

.must-mark {
    color: #c00;
}

#cookie_err{
	width:100%;
	margin-top:3vw;
	text-align:center;
	font-size:1.2rem;
	color:red;
}















