@charset 'UTF-8';

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



.text-bold {
    font-weight: bold;
}

.annotation_box {
    background: #f5f5f5;
    padding: .8em 1em;
    border-radius: 10px;
}

.annotation {
    font-size: 78%;
}

.mt-half {
    margin-top: .5em;
}

.bg-yellow {
    background: #fffacd;
}

.disabled {
    opacity: .6;
}

.font-lg {
    font-size: 120%;
    font-weight: bold;
}

.contacttable_c{
	font-size: 100%;
	line-height: 1.4em;
}

table.contacttable_c th{
	font-size: 120%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

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

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

.btn {
    display: inline-block;
    padding: 1em 1em;
    text-decoration: none;
    color: #FFF;
    /* background-image: linear-gradient(#6795fd 0%, #67ceff 100%); */
    background: #404040;
    transition: .4s;
}

.btn:hover {
    /* background-image: linear-gradient(#6795fd 0%, #67ceff 70%); */
    background: #D4145A;
}

/* input */

.input-text {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 5px;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 0.4em 0.8em;
    width: 100%;
    box-sizing: border-box;
}

.input-text:focus {
    border: 1px solid rgba(0, 0, 0, 0.64);
    box-shadow: none;
    outline: none;
}

.width-5em {
    max-width: 5em;
}

.width-7em {
    max-width: 7em;
}

.width-10em {
    max-width: 10em;
}


.textarea-text {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 5px;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    height: 100px;
    padding: 0.4em 0.8em;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}



.textarea-text:focus {
  border: 1px solid rgba(0, 0, 0, 0.64);
  box-shadow: none;
  outline: none;
}

.select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 5px;
    color: inherit;
    background: url(../images/arrow_under.svg) no-repeat center right 10% #fff;
    background-size: auto 50%;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    padding: 0.4em 0.8em;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.select::-ms-expand {
  display: none;
}

.select:focus {
  border: 1px solid rgba(0, 0, 0, 0.64);
  box-shadow: none;
  outline: none;
}

/* ----- estimate ----- */
#footer_banner {
    display: none;
}


.estimate_box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: rgba(218, 0, 107, 1);
    padding: 3% 0;
    box-sizing: border-box;
    font-size: 90%;
    border-radius: 0;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
    color: #fff;
    line-height: normal;
}

.estimate_title {
    font-size: 120%;
    font-weight: bold;
}

.estimate_item {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}

.estimate_box .annotation {
    font-size: 10px;
    color: #fff;
}

.estimate_box a {
    color: #fff;
    text-decoration: underline;
}


.estimate_box a:hover {
    text-decoration: none;
}

.font-sm {
    font-size: 70%;
}

.estimate_textbox {
    letter-spacing: -.4em;
}


.estimate_text {
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
}

.footer_inner:after {
    content: '';
    display: block;
    padding-top: 103px;
}

p.error {
    color: red;
    font-weight: bold;
    font-size: 90%;
}


@media screen and (max-width: 350px) {
    .estimate_text {
        display: block;
        width: 100%;
        letter-spacing: normal;
    }

    .footer_inner:after {
        content: '';
        display: block;
        padding-top: 125px;
    }
}
