@charset "utf-8";
/* CSS Document */

/* ボーダー表示を消す */
/* hr {
    border: none !important;
} */

/* 登録ボタンの中央揃え*/
div#K3_control_btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
/*概要説明文のフォント調整*/
div.form-description{
    font-size: 14px;
}

html {
    height: auto !important;
}
#K3_body {
    height: auto !important;
}
body {
    font-family: var(--f-noto) !important;
    font-size: 16px !important;
    line-height: 2.3 !important;
    letter-spacing: normal;
    color: #364657 !important;
    word-wrap: break-word;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    background-image: url(https://www.fcs.co.jp/cms/wp-content/themes/fcs_corp/common/images/bg_lead.png);
    background-repeat: no-repeat;
    background-position: right top 120px;
    background-color: #fff !important;
    position: relative;
}
/*
body:after {
    background-image: url(https://mashimaro.jp/fcs_corp/common/images/bg_body.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    background-size: cover;
    opacity: 0.6;
}
*/
#K3_container {
    border-radius: 10px !important;
    box-shadow: 3px 5px 15px 2px rgba(0, 0, 0, 0.11) !important;
    padding: 50px !important;
    background-color: rgb(255 255 255 / 80%) !important;
    backdrop-filter: blur(5px) !important;
    border: none !important;
    width: 100% !important;
    max-width: 960px !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
#K3_content {
    width: 100% !important;
}
div.form-headline {
    margin: 0px !important;
}
div.block strong span {
	font-size: 22px !important;
}
h2 {
    margin: 0;
}
div.block {
    font-weight: 800;
    text-align: center;
    border-bottom: #cdd8e3 1px solid;
    display: flex;
    height: 90px;
    justify-content: center;
    align-items: center;
}
div.control-group {
    margin-bottom: 25px !important;
}
label.control-label {
    display: flex !important;
    align-items: flex-start;
	flex-wrap: wrap;
    line-height: 1.5;
    margin-bottom: 15px !important;
    gap: 6px;
}
.label-fit {
    font-size: 12px !important;
    width: 50px;
    height: 23px;
    border-radius: 3px !important;
    justify-content: center;
    align-items: center;
    content: "";
    display: flex;
    font-weight: 700 !important;
    flex-shrink: 0;
}
.text-bold {
    font-size: 15px;
    font-weight: 700 !important;
    display: block;
    margin-right: 8px;
}
.label-danger {
    background-color: #ed6363 !important;
}
.controls span {
    display: flex;
    gap: 7%;
}
.mright1 {
    margin-right: 0 !important;
}
.form-control {
    height: 50px !important;
    border: #cdd8e3 1px solid !important;
    border-radius: 5px !important;
}
.label-warning {
    background-color: #a3aab2 !important;
}
.well-form-only {
    padding: 15px 5px 15px 15px !important;
    margin-bottom: 15px !important;
    border: 1px solid #e3e3e3 !important;
    box-shadow: none !important;
}
.note {
    font-size: 14px !important;
    line-height: 1.6 !important;
}
div#check_privacy_policy_area {
    display: flex;
    justify-content: center;
}
.btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 60px;
    border-radius: 40px !important;
    margin: 0 10px;
    font-size: 16px !important;
    font-weight: 800 !important;
}
.btn-default {
    color: #004ea2 !important;
    border-color: #004ea2;
}
.btn-primary {
    color: #ffffff;
    background-color: #004ea2 !important;
    border-color: #004ea2 !important;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 100 !important;
    width: 250px;
    height: 60px;
    border-radius: 40px;
    font-weight: 800;
    /* font-size: 16px !important; */
    background-color: #ccc !important;
    border-color: #ccc !important;
}
button, html input[type="button"],
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    opacity: 100;
    width: 250px;
    height: 60px;
    border-radius: 40px;
    font-weight: 800;
    font-size: 16px;
    background-color: #004ea2;
    border-color: #004ea2;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #ffffff !important;
    background-color: #99a0a8 !important;
    border-color: #99a0a8 !important;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none !important;
}
.btn:active,
.btn.active {
    box-shadow: none !important;
}
span.form-error {
    color: #ed6363 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    display: block;
    margin-left: 0 !important;
}
input, textarea {
  font-size: 16px !important;
}
table tbody tr th {
    color: #004ea2;
    background-color: #eff0f2;
}
table tbody tr td {
    font-size: 15px;
}
table tbody tr td:first-child {
    font-weight: 600;
}
.table-bordered {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent !important;
}
.table-hover > tbody > tr:hover {
    background-color: transparent !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px !important;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

@media screen and (max-width:1060px){
  #K3_container {
    max-width: 94% !important;
  }
}
@media screen and (max-width:980px){
div.block strong span {
    font-size: 2rem !important;
}
div.block {
    height: 8rem;
}
div.control-group {
    margin-bottom: 2.5rem !important;
}
label.control-label {
    margin-bottom: 1.5rem !important;
    gap: 0.6rem;
}
.label-fit {
    font-size: 1.2rem !important;
    width: 5rem;
    height: 2.3rem;
}
.text-bold {
    font-size: 1.5rem;
    margin-right: 0.8rem;
}
.form-control {
    height: 5rem !important;
}
input, textarea {
    font-size: 1.6rem !important;
}
.well-form-only {
    padding: 1.5rem 0.5rem 1.5rem 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.note {
    font-size: 1.4rem !important;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 100 !important;
    width: 25rem;
    height: 6rem;
    border-radius: 4rem;
    font-weight: 800;
}
button, html input[type="button"],
input[type="reset"], input[type="submit"] {
    width: 25rem;
    height: 6rem;
    border-radius: 4rem;
    font-size: 1.6rem;
}
span.form-error {
    font-size: 1.5rem !important;
}
}
@media screen and (max-width:690px){
body {
      font-size: 1.5rem;
      line-height: 1.9;
      background-position: right 12rem;
      background-size: 44rem;
}
#K3_container {
    padding: 3rem 2rem !important;
}
.table-bordered {
    border-top: none !important;
}
table tbody tr {
    display: block;
    margin-bottom: 2rem;
}
table tbody tr th {
    display: none;
} 
table tbody tr td {
    display: block;
    border: none !important;
}
table tbody tr td:first-child {
    display: block;
    border-top: #cdd8e3 1px solid;
    background-color: #eff0f2;
    color: #004ea2;
    width: auto;
    font-weight: 800;
    padding: 1rem;
}
div#K3_control_btn {
    display: block;
}
.btn {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1.5rem !important;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    width: 100% !important;
}
}