@charset "UTF-8";


/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
    margin: 0;
    padding: 0;
}

img,
abbr,
acronym,
fieldset {
    border: 0;
}

img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}

img {
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
}

img {
    -webkit-backface-visibility: hidden;
}

ul li {
    list-style-type: none;
}

/*---------------------------------------------
	base
  ---------------------------------------------*/

html,
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    text-align: center;
}

body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    -webkit-text-size-adjust: none;
    color: #000000;
    font-size: 16px;
    line-height: 1.3em;
}

textarea {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    -webkit-text-size-adjust: none;
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/
a {
    outline: none;
    color: #f7941c;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

/* 要素 */

.sans-serif {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Yu Gothic', YuGothic, Roboto, Ubuntu, 'Hiragino Kaku Gothic Pro', 'Hiragino Sans GB', Meiryo, 'Malgun Gothic', 'Helvetica Neue', sans-serif
}

/* 入力部 中央寄せ */
.embed .layout-nocover .nocover-body .center-wrap {
    margin: 0
}

.layout-nocover .nocover-body .center-wrap {
    margin: auto;
    box-sizing: border-box;
    max-width: 100%;
    width: 760px
}

@media (max-width: 554px) {
    .layout-nocover .nocover-body .center-wrap .center-body {
        display: block;
        margin: 0 auto;
        max-width: 360px;
        width: 100%
    }
}

.layout-nocover .nocover-body .center-wrap .center-body {
    padding: 0 12px;
    margin-bottom: 15px
}

#sf-form-page div {
    box-sizing: border-box
}

#sf-form-page h2 {
    font-size: 30px;
}

/* メッセージエリア */
.form-group {
    margin-bottom: 1rem
}

/* follow message area */
#follow-message-area ul li {
    list-style-type: disc;
}


#follow-message-area ul {
    padding-left: 25px;
    text-align: initial;
}

#follow-message-area {
    border-radius: 3px;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    margin-top: 9rem;
}

#follow-message-area .fma-body {
    font-size: 16px;
}

#follow-message-area .fma-light {
    background: #f9f9f9;
}

#follow-message-area .fma-light.fma-nomal {
    border: 1px solid #d3d3d3;
}

/* フォーム */
#provisional {
    margin-top: 5rem;
}

/* メールアドレス入力部 */
/* 左右一列表記 */
.form-group .btn-flat {
    margin: 1.5em 0;
}

.form-group .spacer {
    height: 5px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group .well.well-sm {
    background-color: #ededed;
    border: none;
    box-shadow: none;
    padding: 15px 15px 8px 15px;
    margin-bottom: 0;
}


/* form validation */
.ui-state-error-message {
    color: #D4AF37;
    font-weight: bold;
    display: none;
}


/* 必須 強調 */
.tag {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem
}

.tag-danger {
    background-color: #d9534f
}

/* 任意タグ */
.tag-default {
    background-color: rgb(96, 125, 139);
}

.tag-supplement {
    color: #000;
    vertical-align:top;
}

/* ReCAPTCHA */
/* 中央寄せ */
.g-recaptcha {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 300px;
}

/* ボタン */

.button-rect .sf-btn {
    border-radius: 4px;
    border-width: 2px;
    border-style: solid;
    color: #fff
}

.sf-btn-group .sf-btn {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0
}

.sf-btn.sf-btn-lg {
    padding: 0.25em 0.25em;
    font-size: 20px;
    line-height: 150%;
    border-radius: 4px
}

.sf-btn.sf-btn-block {
    display: block;
    width: 100%
}

.sf-btn {
    background-color: #ddd;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.25em 0.25em;
    font-size: 14px;
    line-height: 150%;
    border-radius: 4px
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

input,
button,
select,
textarea {
    line-height: inherit
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}

/* ボタン - スタイル調整 */
#contents button {
    font-size: 16px;
    border-color: rgb(247, 148, 28);
    border-width: 2px;
    background-color: rgb(247, 148, 28);
    color: #fff;
    padding: 0.25em 0.25em;
    border-radius: 4px;
    border-style: solid;
}

/* ボタン - クリック時 - スタイル調整 */
#contents button:active {
    border-color: #000 !important;
    border-width: 2px !important;
}

/* ボタン - onhover時 - スタイル調整 */
#contents button:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

/* Bootstrap 5.0 docs */
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

.bd-callout-danger {
    border-left-color: #d9534f
}

/* errors message area */
.alert-message-warning {
    color: red;
}

.alert-message-info {
    color: aqua;
}


/* モーダルダイアログ表示 */
.modal-dialog {
    max-width: 520px;
}

.modal-header {
    display: block;
    text-align: left;
}

.btn-primary {
    background-color: rgb(247, 148, 28);
    border-color: rgb(247, 148, 28);
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.modal-header .close {
    color: #fff;
    background-color: rgb(247, 148, 28);
    border-color: rgb(247, 148, 28);
    padding: 0.5rem 0.5rem;
}

/* for error-pages */
#contents .err-page-alert {
    font-size: 16px;
    background-color: #fff !important;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-top: 1em;
    padding-bottom: 0.6em;
    /*  padding: 1.25rem; */
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-left-color: #d9534f;
    border-radius: .25rem;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
}

#contents .err-page-alert strong {
    color: #721c24;
    padding-bottom: 0.6em;
}

#contents .err-page-contact-message-area {
    font-size: 16px;
    background-color: #fff margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-top: 1em;
    padding-bottom: 0.6em;
    border-radius: .25rem;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
}

/* number */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}