@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "sidebar.css";
@import "navbar.css";

input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
    font-size: 140%;
    letter-spacing: 0.4px;
}

label {
    letter-spacing: 0.4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4em;
    margin-bottom: 0.5em;
}

img {
    vertical-align: bottom;
}

a {
    transition: all 0.2s;
}

table {
    width: 100%
}

p {
    margin: 0 0 0.5em;
}


p,
dd,
td,
th,
li {
    line-height: 1.6em;
}

.btn {
    font-size: 1em;
    padding-top: 0.775rem;
    padding-bottom: 0.775rem;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

/*=============================G L O B A L=============================*/

html {
    background: #fff;
}

body {
    color: #313131;
    -webkit-text-size-adjust: none;
    min-width: 320px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

input, button, textarea, select, optgroup, option {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

* {
    box-sizing: border-box;
    outline: none;
}

#wrapper {
    overflow: hidden;
}

body.bg-sm-light {
    min-height: 100vh;
}

::placeholder {
    color: #cccccc !important;
    transition: all 0.1s;
    font-size: 100%;
}

input:focus::placeholder {
    opacity: 0;
}

main {
    padding-top: 6vh;
    padding-bottom: 6vh;
    margin-top: 44px;
}

.form-control {
    /*font-size: 1em;*/
    font-size: 16px; /*SPで入力時に拡大されないように.*/
    height: calc(1.5em + .85rem + 2px);
}
.is-iphone select.form-control {
    -webkit-appearance: none;
}

.text-link {
    text-decoration: underline;
}

.text-link:hover {
    text-decoration: none;
}

.text-danger {
    color: #ff1330 !important;
}

.group-sns li a {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.bg-facebook {
    background: #3B5998;
    border: none;
    box-shadow: none !important;
}

.bg-facebook:hover,
.bg-facebook:focus,
.bg-facebook:active,
.bg-facebook:visited {
    background: #3B5998 !important;
    opacity: 0.9;
}

.bg-twitter {
    background: #55ACEE;
    border: none;
    box-shadow: none !important;
}

.bg-twitter:hover,
.bg-twitter:focus,
.bg-twitter:active,
.bg-twitter:visited {
    background: #55ACEE !important;
    opacity: 0.9;
}

.bg-google {
    background: #DD4B39;
    border: none;
    box-shadow: none !important;
}

.bg-google:hover,
.bg-google:focus,
.bg-google:active,
.bg-google:visited {
    background: #DD4B39 !important;
    opacity: 0.9;
}

.bg-line {
    background: #00B900;
    border: none;
    box-shadow: none !important;
}

.bg-line:hover,
.bg-line:focus,
.bg-line:active,
.bg-line:visited {
    background: #00B900 !important;
    opacity: 0.9;
}

.btn-dark {
    color: #fff;
    background-color: #362A29;
    border-color: #362A29;
}

.btn-size-1 {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.group-input-01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: -4px;
    margin-right: -4px;
}

.group-input-01 li {
    margin: 4px;
}

.group-input-01.checkbox li {
    margin-bottom: 15px;
}

.group-input-01 li.w-50 {
    width: calc(50% - 8px) !important;
}

.group-input-01 li.w-25 {
    width: calc(25% - 8px) !important;
}

select {
    padding: .375rem .35rem !important;
    /*font-size: 14px !important;*/
}
select.form-control {
    /*-webkit-appearance: none;*/
}

.form-check input[type="radio"],
.form-check input[type="checkbox"] {
    display: none;
}

.form-check input[type="radio"] + label,
.form-check input[type="checkbox"] + label {
    padding-left: 28px;
    position: relative;
    transition: all 0.1s;
}

.form-check input[type="radio"] + label:before,
.form-check input[type="checkbox"] + label:before {
    content: "";
    width: 24px;
    height: 24px;
    border: solid 1px #e0e0e0;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 0;
    box-sizing: border-box;
    transition: all 0.1s;
}

.form-check input[type="checkbox"] + label:before {
    border-radius: 4px;
    width: 23px;
    height: 23px;
}

.form-check input[type="checkbox"].checkbox-circle + label:before {
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.form-check input[type="checkbox"]:checked + label:hover:after {
    opacity: 0.5;
}

.form-check input[type="radio"] + label:after,
.form-check input[type="checkbox"].checkbox-circle + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #fbbd00;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 6px;
    opacity: 0;
    transition: all 0.1s;
}

.form-check input[type="checkbox"]:not(.checkbox-circle) + label:after {
    content: "";
    width: 9px;
    height: 13px;
    border-right: solid 3px #fbbd00;
    border-bottom: solid 3px #fbbd00;
    border-radius: 1px;
    position: absolute;
    left: 7px;
    top: 2px;
    box-sizing: border-box;
    transform: rotateZ(45deg);
    transition: all 0.1s;
    opacity: 0;
}

.form-check input[type="radio"]:checked + label:after,
.form-check input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.form-check input[type="radio"]:not(:checked) + label:hover:after,
.form-check input[type="checkbox"]:not(:checked) + label:hover:after {
    opacity: 0.2;
}

.form-check-required::before {
    content: "*";
    color: #e62110;
    font-size: 16px;
    font-weight: bold;
    margin-right: 2px;
}

input, select, textarea {
    border-color: #e0e0e0 !important;
}

.form-control:focus {
    box-shadow: 0 0 3px 0.15rem rgb(251, 189, 0, 0.1);
    border-color: rgb(251, 189, 0, 0.5) !important;
}

.question-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
    font-size: 9px;
    line-height: 1em;
    color: #fff;
    border-radius: 50%;
    background: #362A29;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding-top: 1px;
    margin: 0 6px;
    transform: translateY(-1px);
    cursor: pointer;
    user-select: none;
}

label:not([for]) {
    cursor: default;
}

.input-group-custom {
    display: flex;
    border: solid 1px #d1d1d1;
    border-radius: 4px;
    min-height: 130px;
}

.input-group-custom .group-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 64px;
    background: #eee;
    border-right: solid 1px #d1d1d1;
    padding: 10px 5px;
}

.input-group-custom .group-ttl p {
    color: #362a29;
    letter-spacing: 0.6px;
}

.input-group-custom .group-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding: 10px 15px;
    flex-direction: column;
}

.input-group-custom .group-content .selected-value {
    line-height: 1.3;
    margin-bottom: 15px;
}

.input-group-custom .group-content .selected-value span {
    word-break: keep-all;
}

.btn-secondary {
    color: #fff;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #362a29;
}

.font-12 label {
    padding-top: 2px;
}

.form-check-label a {
    text-decoration: underline;
    color: inherit;
}

.form-check-label a:hover {
    text-decoration: none;
}

.modal-open .modal {
    -webkit-overflow-scrolling: touch;
}

.modal-register .modal-header .close {
    font-size: 12px;
    color: #fff;
    width: 110px;
    height: 30px;
    background: #362a29;
    border-radius: 4px;
    opacity: 1;
    padding: 0;
    margin: 0 0 0 auto;
    letter-spacing: 1px;
    text-shadow: none !important;
    font-weight: 200 !important;
}

.modal-register .modal-header {
    border-bottom: none;
}

.modal-register .modal-title {
    font-size: 16px;
    padding-top: 8px;
}

.modal-register .modal-dialog {
    max-width: 600px;
}

.show-value {
    width: 100%;
    margin-bottom: 15px;
    display: none;
}

.btn-small {
    padding-top: 0.54rem;
    padding-bottom: 0.54rem;
}

.modal-backdrop.show {
    opacity: .8;
}

h3.heading-ttl {
    font-size: 24px;
    font-weight: 600;
    color: #362a29;
    padding-left: 15px;
    position: relative;
    margin-bottom: 0.6em;
}

h3.heading-ttl:before {
    content: "";
    width: 4px;
    height: 24px;
    background: #fbbd00;
    position: absolute;
    left: 0;
    top: 2px;
}

.form-control.is-invalid {
    background-image: none;
}

