html {
    overflow-y: scroll;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
li {
    list-style: outside none none;
}
body {
    font-family: Verdana,Roboto,"Droid Sans",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic ProN",sans-serif;
}
select, input, button, textarea {
    font-family: Verdana,Roboto,"Droid Sans",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic ProN",sans-serif;
}
body {
    border: 0 none;
    padding: 0;
    text-align: center;
}
div.container {
    background: white none repeat scroll 0 0;
    color: #333;
    font-size: 14px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}
div.wrapper {
    background: white none repeat scroll 0 0;
    margin: 0 auto;
    width: 760px;
}
table.items {
    border: 0 none;
}
tr.item {
}
td.label {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #224;
    font-size: 13px;
    font-weight: bold;
    margin: 3px;
    padding: 4px 0 4px 5px;
    vertical-align: middle;
    width: 180px;
}
td.value {
    background: White none repeat scroll 0 0;
    padding: 3px 3px 0;
    width: 400px;
}
td.comment {
    background: White none repeat scroll 0 0;
    color: DarkSlateGray;
    font-size: 12px;
    padding-left: 10px;
}
span.label_name {
    color: DarkSlateGray;
    font-size: 85%;
    font-weight: bold;
    padding-right: 5px;
}
p.value {
    font-size: 110%;
}
div.button_area {
}
div.message {
    background: LightYellow none repeat scroll 0 0;
    color: OrangeRed;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 13px;
    padding: 5px 10px;
}
div.finished-message {
    background: MistyRose none repeat scroll 0 0;
    color: Crimson;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 13px;
    padding: 5px 10px;
}
input[type="button"] {
    background: SteelBlue none repeat scroll 0 0;
    border: medium none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
    padding: 5px 10px 2px;
}
input[type="button"]:hover {
    cursor: pointer;
}
input[type="text"]:focus {
    background-color: LightYellow;
}
select:focus {
    background-color: LightYellow;
}
textarea:focus {
    background-color: LightYellow;
}
span.required {
    background: #ee497b none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 80%;
    font-weight: bold;
    margin-right: 4px;
    padding: 2px;
}
span.required::after {
    content: "※必須";
}
p.required_msg {
    color: #ee497b;
    font-size: 80%;
    font-weight: bold;
    margin-right: 4px;
    text-align: left;
}
p.required_msg::after {
    content: "「※必須」となっている項目は必ず入力してください。";
}
p.label_mail {
    color: DarkSlateGray;
    font-size: 85%;
    font-weight: bold;
    margin: 5px 0 1px;
}
p.label_mail::after {
    content: "確認のため、もう一度メールアドレスを入力してください";
}
select {
    width: 350px;
}
.value input, .value select, .value textarea {
	border: 1px solid #B0C5C8;
	border-radius: 4px;
	margin: 2px;
	padding: 0.5em;
	background: #F7F7F7; 
}
.button_area input {
    border-radius: 6px;
    margin: 2px;
    padding: 0.8em;
}
body {
    width: 100%;
}
footer {
    background: #040404 none repeat scroll 0 0;
    color: #fff;
    margin: 80px 0 0;
    padding: 1rem 0;
    text-align: center;
    width: 100%;
}
footer img {
    margin: 0 auto;
    max-width: 1000px;
}
div.formhead {
    margin: 0 auto;
    width: 760px;
}
div.message {
    margin: 0 auto;
    width: 760px;
}
h2 {
    margin: 0 auto;
    width: 760px;
}
.container {
    margin: 0 auto !important;
}
　追記分 .top-bar {
    height: 40px;
    padding: 0;
}
.top-bar #logo {
    float: left;
    padding-top: 10px;
}
.top-bar #logo {
    max-width: 220px;
    min-width: 50px;
    width: 30%;
}
.top-bar #logo img {
    width: 100%;
}
.top-bar #copy {
    float: right;
    padding-top: 5px;
}
.top-bar #copy {
    max-width: 210px;
    min-width: 120px;
    width: 24%;
}
.top-bar #copy img {
    width: 100%;
}
#link {
    font-size: 0.7rem;
    height: 46px;
    margin-top: -46px;
}
#link a {
    color: #fff;
    text-decoration: none;
}
#link img {
    height: 1rem;
    margin: 0 0.1rem 0 0.4rem;
    vertical-align: top;
    width: 1rem;
}
.mainv, .mainv_sp {
    background: #000 none repeat scroll 0 0;
    padding-bottom: 50px;
}
#mainv {
    display: none;
}
#mainv h1, #mainv_sp h1 {
    margin: 0 auto;
    max-width: 1080px;
    text-align: center;
    width: 100%;
}
#mainv h1 img, #mainv_sp h1 img {
    width: 100%;
}
#detail {
    height: auto;
    padding-bottom: 0;
    padding-top: 53px;
    width: 100%;
}
#detail h2 {
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
}
#detail h2 img {
    width: 100%;
}
#detail dl {
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
}
#detail dt {
    background: #868686 none repeat scroll 0 0;
    display: block;
    float: left;
    margin: 0 0 0 1rem;
    padding: 0.7rem 0;
    text-align: center;
    width: 25%;
}
#detail dt img {
    margin: 0;
    max-width: 146px;
    width: 90%;
}
#detail dd {
    display: block;
    float: left;
    font-size: 0.75em;
    height: 90px;
    margin: 0 0 0 0.5rem;
    padding: 0.2rem 0.5rem 0;
    width: 65%;
}
#detail p {
    display: block;
    margin: 0 auto;
    width: 760px;
}
#form {
    background: rgba(0, 0, 0, 0) url("https://www.wawaoffice.jp/inquiry/form_common/img/title_bg2.gif") repeat-x scroll center top;
    font-size: 0.8em;
    padding: 0;
    width: 100%;
}
#form h2 {
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
}
#form h2 img {
    width: 100%;
}
#form #form_box {
    background: rgba(0, 0, 0, 0) url("https://www.wawaoffice.jp/inquiry/form_common/img/title_bg.gif") no-repeat scroll center top;
    height: 219px;
    margin: 0;
}
#form #form_box h2 {
    color: #fff;
    font-size: 19pt;
    font-weight: normal;
    margin: 55px auto 1em;
    max-width: 800px;
    padding: 0;
    text-align: center;
}
#form #form_box h2 span {
    font-size: 14pt;
}
#form .card {
    background: rgba(255, 255, 255, 0.87) none repeat scroll 0 0 !important;
    padding: 0.8em;
}
#form #inputs {
    background: rgba(255, 255, 255, 0.87) none repeat scroll 0 0 !important;
    color: rgba(20, 96, 139, 1);
    margin: 1em auto;
    max-width: 900px;
    padding: 1em;
}
#form .panel {
    background: rgba(255, 255, 255, 0.87) none repeat scroll 0 0 !important;
    margin: 1em auto;
    max-width: 900px;
    padding: 1em;
}
#form #inputs h3 {
    margin: 0.8rem 0 0;
    padding: 0;
}
#form #inputs p, #form .panel p {
    border: 0 none !important;
    color: rgba(20, 96, 139, 1) !important;
    margin: 0 !important;
    padding: 0 !important;
}
#form .w60 {
    width: 100%;
}
#form #form_box {
    font-size: 1em;
    padding: 0.2rem 0.7rem 0;
}
#form .w60 {
    width: 90%;
}
#form .hissu {
    vertical-align: middle;
}
#form #btn {
    margin: 1em auto;
    max-width: 900px;
    padding: 0.3rem;
    width: 100%;
}
#form #btn .loose {
    font-size: 1.2em;
    margin: 1rem auto 0;
    width: 100%;
}
#kojin {
    background: #effcfb none repeat scroll 0 0;
    font-size: 0.8em;
}
footer {
    background: #040404 none repeat scroll 0 0;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    width: 100%;
}
footer img {
    margin: 0 auto;
    max-width: 1000px;
}
#tel_box p {
    margin: 0 auto 25px;
    width: 760px;
}
#iframe {
    margin: 0 auto;
    width: 100%;
}
#iframe iframe {
    border: 0 none;
    display: block;
    height: 1550px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
}
:first-child + html .clearfix {
}
div.button_area {
}






.l-checkbox::before {
    border-bottom: 2px solid #455560;
    border-right: 2px solid #455560;
    content: "";
    display: block;
    height: 9px;
    left: 17px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    transition: opacity 0.2s linear 0s;
    width: 5px;
}
.l-checkbox::after {
    border: 2px solid #bbb;
    border-radius: 4px;
    content: "";
    display: block;
    height: 16px;
    left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    transition: border-color 0.1s linear 0s;
    width: 16px;
}

.kakunin{
	display: none;
}
.kakunin p{
	margin: 0 auto;
	width:86%;
	background: #FEFFA5 none repeat scroll 0 0;
	border-radius: 4px;
	color: #333;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0.5em !important;
	text-align: center;
}
