﻿body {
    -webkit-text-size-adjust: 100%;
    /*font-family: "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;*/
    /*font-family: 'M PLUS 1p', sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16pt;
    line-height: 1.7;
    background: #f1f1f1;
}

.container {
    /*padding:20px;*/
}

.content-box {
    background-color: #fff;
    padding: 20px;
}

.conversion__button {
    display: table !important;
    width: 100%;
    min-width: 100px;
    max-width: 380px;
    text-align: center;
    background: #f68213;
    color: #ffffff;
    font-size: 20pt;
    font-weight: bold;
    height: 60px;
    padding: 5px 10px !important;
    margin: 40px auto 0;
    cursor: pointer;
    transition: 0.2s;
}

.conversion__button-inner {
    display: table-cell;
    line-height: 1.3;
    vertical-align: middle;
}

.input-short {
    max-width: 400px;
}

.alertBox {
    position: fixed;
    bottom: 10px;
    right: 10px;
    border: 1px solid #888888;
    /*padding: 2pt;
    background-color: #ffffff;*/
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;
    -moz-box-shadow: 1px 1px 2px #E7E7E7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    z-index:1;
}

.confirmBox {
    position: fixed;
    top: 10px;
    left: 10px;
    border: 1px solid #888888;
    /*padding: 2pt;*/
    /*background-color: #ffffff;*/
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;
    -moz-box-shadow: 1px 1px 2px #E7E7E7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    z-index: 1;
}

.alert-small {
    position: relative;
    padding: 0.3rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

input[type=checkbox] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    position: relative;
    top: -6px;
    margin-top: 10px;
    margin-right: 8px;
    margin-left: 5px;
}

input[type=radio] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    position: relative;
    top: -6px;
    margin-top: 10px;
    margin-right: 8px;
    margin-left: 5px;
}

.custom-control {
    padding-left: 0px !important;
    padding-top: 10px !important;
}

.col-form-label-sm {
    font-size: 1.0rem !important;
}

.ftco-footer {
    padding: 3em 0 !important;
}

.bg-while{
    background-color:#fff;
}

.bg-title {
    background: #7071aa;
}

@media print {
    .no_print {
        display: none;
    }
}

#kiyaku-include {
    width: 100%;
    max-width: 100%;
    border: 2px solid #d5d5d5;
    height: 300px;
    overflow: auto;
    margin: 0 auto 60px;
    font-size: 12pt;
}

.help-block {
    padding: 5px;
    font-size: 10pt;
}

.btn-narrow {
    height: calc(1.8125rem + 2px);
    margin-top: 0px;
    padding-left: 0px;
}

.col-form-label-sub {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: bold;
}

.input-group-text-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.275rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.help-block {
    line-height: 120%;
    margin-bottom: -5px;
    margin-top: 5px;
}

::-webkit-input-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #aaa !important;
}