﻿@charset "utf-8";

/*
common style
---------------------------------------- */
#header {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 0.5em;
}
#content .title02 {
    background: linear-gradient(to bottom, #2b85d9, #297dcc);
}
#footer {
    padding-top: 0;
    background: none;
}
#footer .mapBox .map01,
#footer .mapBox .map02 {
    display: none;
}
#footer .mapBox .map03 {
    border-top: 1px solid #d6d6d6;
    margin: 2em 0 0;
    padding: 1em 0;
}
#footer .copyright {
    background: #2b85d9;
}
.toppageBtn {
    display: none;
}
/* sp */
.sp #content .innerWrap {
    margin: 0 auto;
    padding: 1em;
}
.sp #header {
    padding-bottom: 0;
}
.sp div#content {
    margin-top: 1em;
}
.sp #content .form_title {
    border-left: none;
    border-right: none;
    font-size: 1.2em;
}
.sp .tellBtn img{
    padding-bottom: 0;
}

/* form
--------------------------------*/
.error {
}
.error li{
    background: #FFEEEE;
    padding: 1em;
    margin-bottom: 0.5em;
    color: #E00;
}
.error li::before{
    content: "●";

}
.add_mgb {
    margin-bottom: 0.5em;
}
.description {
    margin-bottom: 1em;
}
.input_table {
    width: 100%;
    margin-bottom: 2em;
}
.input_table th {
    width: 25%;
    padding: 1em;
    border:1px solid #FFF;
    background: #F0F0F0;
}
.input_table td {
    width: 75%;
    padding: 1em;
    border:1px solid #F0F0F0;
}
.input_table td p {
    margin-top: 0.5em;
}
.input_table .short_input input,
.input_table .short_input select,
.input_table .short_input textarea {
    width: 25%;
    box-sizing: border-box;
}
.input_table .middle_input input,
.input_table .middle_input select,
.input_table .middle_input textarea {
    width: 50%;
    box-sizing: border-box;
}
.input_table .long_input input,
.input_table .long_input select,
.input_table .long_input textarea {
    width: 100%;
    box-sizing: border-box;
}
.input_table label {
    display: inline-block;
    font-size: 1.1em;
    line-height: 2;
    margin-right: 1em;
}
.input_table label input {
    -webkit-transform: scale(1.4, 1.4);
    -moz-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
}
.priv_checkbox {
    text-align: center;
    margin-bottom: 2em;
}
.priv_checkbox .priv {
    width: 1em;
    height: auto;
}
.priv_checkbox label {
    padding-left: 1.5em;
    font-size: 1.3em;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.priv_checkbox label:before {
    content: '';
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    position: absolute;
    left: 0;
    border: 1px solid #ccc;
    background-color: #efefef;
    box-shadow: inset 1px 1px 6px 1px #fff;
    border-radius: 6px 6px 6px 6px;
}
.priv_checkbox input[type=checkbox] {
    display: none;
}
.priv_checkbox input[type=checkbox]:checked + label:before {
    content: '\2713';
    font-weight: bold;
}
.send_button a {
    display: block;
    width: 33%;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 3;
    margin: 0 auto;
    text-align: center;
    background: #0ca03f;
    background: -webkit-linear-gradient(#10d758, #0ca03f);
    background: -moz-linear-gradient(#10d758, #0ca03f);
    background: -ms-linear-gradient(#10d758, #0ca03f);
    background: linear-gradient(#10d758, #0ca03f);
    color: #FFF;
    text-shadow: -1px 1px 1px #666;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    border-radius: 0.2em;
}
.send_button a:hover {
    cursor:pointer;
    background: #10d758;
    background: -webkit-linear-gradient(#0ca03f, #10d758);
    background: -moz-linear-gradient(#0ca03f, #10d758);
    background: -ms-linear-gradient(#0ca03f, #10d758);
    background: linear-gradient(#0ca03f, #10d758);
    color: #FF0;
    text-shadow: 1px -1px 1px #666;
}
.send_button a::before {
    content: "＞";
    margin-right: 0.5em;
}
.back_button {
    margin-top: 2em;
}
.back_button a {
    display: block;
    width: 33%;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 3;
    margin: 0 auto;
    text-align: center;
    background: #0ca03f;
    background: -webkit-linear-gradient(#CCC, #999);
    background: -moz-linear-gradient(#CCC, #999);
    background: -ms-linear-gradient(#CCC, #999);
    background: linear-gradient(#CCC, #999);
    color: #FFF;
    text-shadow: -1px 1px 1px #666;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    border-radius: 0.2em;
    text-decoration: none;
}
.back_button a:hover {
    cursor:pointer;
    background: #CCC;
    background: -webkit-linear-gradient(#999, #CCC);
    background: -moz-linear-gradient(#999, #CCC);
    background: -ms-linear-gradient(#999, #CCC);
    background: linear-gradient(#999, #CCC);
    color: #FF6;
    text-shadow: 1px -1px 1px #666;
}
.back_button a::before {
    content: "＞";
    margin-right: 0.5em;
}

/* sp */
.sp .input_table,
.sp .input_table tbody,
.sp .input_table tr,
.sp .input_table th,
.sp .input_table td {
    display: block;
    width: auto;
    width: 100%;
    box-sizing: border-box;
}
.sp .input_table {
    margin-bottom: 1em;
}
.sp .input_table th {
    border:1px solid #F0F0F0;
}
.sp .input_table td {
    border: none;
    padding: 1em 0;
}
.sp .input_table input[type="text"],
.sp .input_table input[type="tel"],
.sp .input_table select {
    padding: 0.5em;
}
.sp .input_table .middle_input input {
    width: 100%;
}
.sp .input_table label {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.5em 1em;
    border-bottom: 1px dashed #CCC;
}
.sp .input_table td label:last-child {
    border-bottom: none;
}
.sp .send_button a {
    width: 100%;
}
.sp .back_button a {
    width: 100%;
}
/*.sp .section01:first-of-type {
    margin-bottom: 5em;
}*/
.sp #form .innerWrap .form_tellbtn {
    text-align: center;
    box-sizing: border-box;
    margin-top: 0.5em;
}
.sp #form .innerWrap .form_tellbtn {
    border: 2px solid #CCC;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    border-radius: 0.2em;
    box-sizing: border-box;
}
.sp #form .innerWrap .form_tellbtn .tellBtn {
    width: 100%;
    background: none;
    padding-top: 10px;
    padding-left: 0;
    height: auto;
}
.sp #form .innerWrap .form_tellbtn .tellBtn a {
    display: block;
    color: #333;
    font-weight: normal;
    margin-left: 0;
    width: 100%;
}
.sp #form .innerWrap .form_tellbtn .tel {
    display: inline-block;
}
.sp #form .innerWrap .ontime {
    margin-top: 0.5em;
    font-size: 0.9em;
    text-align: center;
}

/* その他
--------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.innerWrap #main {
  width: 100%;
  float: none;
}

.formBtn a {
  display: block;
  height: 42px;
  background: url(/img/common/btn_form_01.png) 0 0 no-repeat;
  text-indent: -9999px;
  width: 211px;
}

.formBtn a:hover {
  background-position: 100% 0;
}

