@charset "utf-8";

/*==============================
 *
 * 01.共通設定
 * 01-01.レイアウト
 * 01-02.ボタン
 * 01-03.ヘッダ・フッタ
 * 01-04.フォーム
 * 01-05.テキスト
 * 01-06.コンテンツ
 * 01-07.プライバシーポリシー
 *
 *------------------------------*/

/*==============================
 * 01.共通設定
 *==============================*/
html {
    font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background-color: #FFF;
    word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
em,
small,
img,
dl,
dt,
dd,
ol,
ul,
li,
input,
select,
textarea,
label,
table,
tr,
th,
td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    background-color: transparent;
    color: #007FC4;
}

a:focus,
a:active,
a:hover {
    outline: 0;
    color: #0FA7F9;
}

strong {
    font-weight: bold;
}

em {
    font-style: normal;
}

dfn {
    font-style: italic;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    line-height: 0;
    font-size: 75%;
    vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}

svg:not(:root) {
    overflow: hidden;
}

pre {
    overflow: auto;
}

dd {
    margin-left: 0;
}

ul {
    list-style: none;
    padding-left: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

html input[disabled] {
    cursor: default;
}


input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    border-radius: 0;
}

select {
    text-transform: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

label {
    cursor: pointer;
}

legend {
  border: 0;
  padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    padding: 0;
}

/*------------------------------
 * 01-01.レイアウト
 *------------------------------*/
.wrap {
    width: 100%;
    line-height: 1.5;
    margin: 0 auto;
    color: #231816;
}

.contents {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
}

/*レイアウトクリア*/
.clear:before,
.clear:after,
.column dl:before,
.column dl:after {
    display: table;
    content: "";
}

.clear:after,
.column dl:after {
    clear: both;
}

/*カラムレイアウト*/
.column_box,
.column dl > dt,
.column dl > dd {
    float: left;
}

/*リスト水平配置*/
.horizontal {
    letter-spacing: -0.4em;
}

.horizontal > li,
.horizontal > dl {
    display: inline-block;
    letter-spacing: normal;
}

/*画像置き換え*/
.img,
.img_list > li {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    word-wrap: normal;
}

/*セクション*/
.section_line {
    display: block;
    margin-bottom: 24px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#cost a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*スクロールボックス*/
.scroll_box {
    width: 96%;
    max-width: 640px;
    height: 294px;
    overflow: auto;
    margin: 0 auto 18px;
    padding: 12px;
    border: 1px solid #9E9E9F;
    background-color: #FFF;
    font-size: 1.4rem;
    text-align: left;
}

.scroll_box h4,
.scroll_box h5 {
    font-size: 1.4rem;
}

.scroll_box h4,
.scroll_box h5 + ul,
.scroll_box dd,
.scroll_box > p {
    margin-bottom: 12px;
}

.scroll_box dt {
    margin-bottom: 2px;
    font-weight: bold;
}

.scroll_box ul > li {
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.scroll_box li > ul li {
    padding-left: 1.9em;
    text-indent: -1.6em;
}

.scroll_box + p {
    margin-bottom: 24px;
    font-size: 18px;
    text-align: center;
}

/*------------------------------
 * 01-02.ボタン
 *------------------------------*/
.btn a {
    display: block;
    width: 260px;
    height: 55px;
    line-height: 2.3;
    margin: 0 auto;
    background: url(../img/btn_sprite.png) no-repeat 0 0;
    -webkit-background-size: 260px 165px;
    background-size: 260px 165px;
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.btn a:hover {
    background-position: 0 -55px;
}

.btn .disable,
.btn .disable:hover {
    background-position: 0 -110px;
}

/*------------------------------
 * 01-03.ヘッダ・フッタ
 *------------------------------*/
/*ヘッダ*/
.header {
    width: 100%;
    text-align: center;
}

.header h1 {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 2.2% 0 2%;
    color: #FFF;
    font-weight: normal;
    font-size: 1.1rem;
}

.header p {
    margin-bottom: 30px;
}

/*フッタ*/
.footer {
    width: 100%;
    padding: 24px 0 36px;
    background-color: #040000;
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
}

.logo_footer {
    width: 252px;
    height: 21px;
    margin: 0 auto 18px;
    background: url(../img/logo_footer.png) no-repeat left top;
    -webkit-background-size: 252px 21px;
    background-size: 252px 21px;
}

.footer li a {
    padding: 18px 6px;
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;
}

.footer li a:hover {
    color: #0FA7F9;
}

/*------------------------------
 * 01-04.フォーム
 *------------------------------*/
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    border: 1px solid #B3B3B3;
    font-size: 1.6rem;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    height: 36px;
    padding: 2px 3px;
    vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 12px;
    border: 1px solid #979797;
}

input[type="checkbox"] {
    border-radius: 2px;
}

select {
    line-height: 1.2;
}

/*エラー*/
.error p {
    color: #F33;
}

.error input[type="text"],
.error input[type="email"],
.error textarea {
    border: 1px solid #ED623F;
    background-color: #FDEBD5;
}

/*------------------------------
 * 01-05.テキスト
 *------------------------------*/
/*
.text_notice {
    color: #F33;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_bold {
    font-weight: bold;
}

.text_normal {
    font-weight: normal;
}

.text_lower {
    font-size: 1rem;
}

.text_indent {
    padding-left: 1em;
    text-indent: -1em;
}

.text_list li {
    padding-left: 1em;
    text-indent: -1em;
}

.text_message {
    padding: 60px 0;
    text-align: center;
}
*/

/*------------------------------
 * 01-06.コンテンツ
 *------------------------------*/
/*Reserz（リザーズ）は*/
.layout_about h2 {
    margin-bottom: 24px;
}

.layout_about dd {
    max-width: 640px;
    margin: auto;
    padding: 12px 12px 24px;
    text-align: left;
}

/*お客様もスタッフも*/
.layout_comment h2 {
    margin-bottom: 48px;
}

.layout_comment li:first-child {
    margin-bottom: 18px;
}

/*初期費用なし*/
.layout_cost {
    margin-bottom: 12px;
}

.rates_example {
    max-width: 640px;
    margin: auto;
    padding: 12px;
    text-align: left;
}

.rates_example li {
    padding-left: 1em;
    text-indent: -1em;
}

/*オーナー、スタッフにも*/
.layout_customer h2 {
    margin-bottom: 36px;
}

.layout_customer dl {
    max-width: 640px;
    margin: 0 auto 24px;
    margin-bottom: ;
    padding-bottom: 30px;
    border-bottom: 1px solid #231816;
}

.layout_customer dt {
    width: 100%;
    margin-bottom: 30px;
}

.layout_customer dd {
    max-width: 640px;
    margin: auto;
    padding: 0 18px;
    text-align: left;
}

/*推奨環境*/
.layout_system {
    margin-bottom: 24px;
}

.layout_system h3 {
    margin-bottom: 6px;
}

.layout_system h3 + p {
    margin-bottom: 18px;
}

.layout_system .system_box {
    max-width: 640px;
    margin: 0 auto 12px;
    padding: 18px 18px 0;
    background-color: #13878A;
    color: #FFF;
    text-align: left;
}

.layout_system .system_box h4 {
    margin-bottom: 2px;
    font-size: 1.6rem;
}

.layout_system .system_box h5 {
    font-weight: normal;
    font-size: 1.2rem;
}

.layout_system .system_box ul {
    padding-bottom: 18px;
}

/*お申込みはこちら*/
.layout_application {
    padding: 18px 12px 36px;
    background-color: #EBEBED;
}

.layout_application h3 {
    margin: 18px auto;
    font-size: 2.4rem;
}

.layout_application > ul {
    max-width: 640px;
    margin: 0 auto 12px;
    text-align: left;
}

.layout_application .btn a {
    margin-bottom: 12px;
}

/*入力・登録確認*/
.registration {
    max-width: 640px;
    margin: 0 auto 30px;
    border-top: 1px solid #B4B4B5;
    text-align: left;
}

.registration_section {
    padding: 6px 0 18px;
    border-bottom: 1px solid #B4B4B5;
}

.registration_section {
    font-size: 1.4rem;
}

.registration_section dt {
    padding: 6px 0;
}

.registration_section dt span {
    color: #D4281B;
}

.registration_section input {
    width: 100%;
}

.registration_section li {
    width: 49%;
}

.registration_section li:first-child {
    margin-right: 2%;
}

/*送信完了*/
.complete {
    padding: 36px 0;
}

.complete p {
    max-width: 640px;
    margin: auto; 
    padding-top: 36px;
    font-size: 1.6rem;
    text-align: left;
}

/*個人情報の取扱いについて*/
.application_policy {
    width: 100%;
    max-width: 640px;
    margin: 10px auto 0;
    padding: 15px 10px 10px;
    border: 1px solid #bbb;
    background-color: #FFF;
    font-size: 1.4rem;
    text-align: left;
}

.application_policy .application_policy_heading {
    font-size: 1.8rem;
    text-align: center;
}

.application_policy p + p {
    margin-top: 10px;
}

.application_policy .application_policy_copyright {
    margin-top: 15px;
    text-align: right;
}

.application_policy .application_policy_copyright + p {
    margin-top: 15px;
}

.application_policy .application_policy_contact {
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #D2D2D2;
}

.application_policy .application_policy_contact .subhead {
    font-size: 1.4rem;
}

.application_policy .application_policy_contact p {
    padding-left: 1em;
}

.application_policy_agree {
    margin-top: 15px;
    font-size: 1.6rem;
    text-align: center;
}

.application_policy_agree + .btn {
    margin-top: 20px;
}

/*------------------------------
 * プライバシーポリシー
 *------------------------------*/
.policy .header h1 {
    position: static;
    background-color: #231816;
}

.section_policy {
    padding-top: 20px;
}

.policy_heading {
    position: relative;
    border-bottom: 2px solid #E5E5E5;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}

.policy_heading span {
    display: inline-block;
    margin-bottom: -2px;
    border-bottom: 2px solid #96D9A5;
}

.policy_lead {
    font-weight: bold;
}

.policy_lead + dl {
    margin-top: 20px;
}

.box_policy {
    max-width: 728px;
    margin: 20px auto 40px;
    padding: 0 10px 20px;
    text-align: left;
}

.box_policy dl + dl {
    margin-top: 20px;
}

.box_policy dt {
    font-weight: bold;
}

.box_policy dd {
    margin-top: 10px;
}

.box_policy dd + dd {
    margin-top: 20px;
}

.box_policy dd > dl:not(:first-of-type) {
    margin-top: 20px;
}

.box_policy dd > .policy_definition_normal {
    margin-top: 20px;
}

.box_policy dd > .policy_definition_normal:not(:first-of-type) {
    margin-top: 10px;
}

.box_policy dd > .policy_definition_normal dt {
    font-weight: normal
}

.policy_list_dots > li {
    position: relative;
    padding-left: 1em;
}

.policy_list_dots > li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    content: "・";
}

.policy_indent {
    position: relative;
    padding-left: 1em;
}

.policy_indent > b {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    font-weight: normal;
}

.policy_contact {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #D2D2D2;
}

.policy_contact .subhead {
    font-size: 14px;
}

.policy_contact p {
    padding-left: 1em;
}

dd .policy_contact {
    margin-top: 10px;
}

.policy_copyright {
    margin-top: 20px;
    text-align: right;
}

.policy_date {
    margin-top: 10px;
}

.policy_link {
    color: inherit;
}

.policy_table {
    margin: 10px auto 0;
    font-size: 12px;
}

.policy_table_col_1 {
    width: 40%;
}

.policy_table_col_2 {
    width: 60%;
}

.policy_table th,
.policy_table td {
    padding: 10px;
    border: 1px solid #CCC;
}

.policy_table th {
    text-align: left;
}

.policy_table thead th {
    background-color: #EFEFEF;
}

.policy_table tbody th {
    font-weight: normal;
}

.box_policy .btn {
    margin-top: 40px;
}