.draft-block {
	display: flex;
	justify-content: flex-end;
	position: sticky;
	top: 0;
	z-index: 2;
}
.privacy-policy-text {
	font-family: inherit;
	font-size: .9em;
	line-height: 1.6em;
	white-space: pre-wrap;
}
body.formy {
	max-width:860px;
	margin:0 auto;
	padding:18px 0; 
}
body.formy .row {
	margin:0 auto 12px auto !important;
}
body.formy .rw {
	margin:0 auto 6px auto !important;
	padding:0;
}


/* ios の設定を無効化 */
@media (hover: none) and (pointer: coarse) {
	.js-form input[type="text"],
	.js-form select
	{
		/* webkit-appearance: none;
		appearance: none; */
	}
}

/* カレンダー入力 */
.js-form input[type="date"] {
	text-align:left !important;
	padding:4px 2px !important;
}
/* 入力 */
.input-group-text {
	border:1px solid #d9d9d9;
	border-radius:2px;
}
.form-control,
.form-select,
.form-select-org
{
	border:1px solid #c0c0c0 !important;
	border-radius:2px;
	background:#fff !important;
	text-align:left !important;
	padding:5px 11px !important;
}
.form-select-inline {
	background:#fff;
	border:1px solid #d2d2d2;
	padding:6px 15px !important; /* add */
	border-radius:2px;
	text-align:right !important;
	display:inline-block;
}
.form-check-input {
	border:1px solid #d2d2d2 !important;
	border-radius:0 !important ;
}
.form-check-input:checked {
	/*
	background-color: #0d6efd;
	*/
	background-color: #34998e !important;
	border-radius:0 !important ;
	border-color: #d9d9d9 !important;
}
.js-form input::placeholder {
	color:#a9a9a9;
}
/*---------------------------------------

   文字サイズ / フォントの調整
  
----------------------------------------*/
.col-form-label {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,メイリオ,Meiryo,sans-serif;
	font-size:14px !important;
}
.input-group-text,
.form-control,
.form-select,
.form-select-inline,
.form-select-org,
.form-check
{
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,メイリオ,Meiryo,sans-serif;
	font-size:14px !important;
}
.form-control option,
.form-select option,
.form-select-org option
{
	text-align:left !important;
	font-size:14px !important;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,メイリオ,Meiryo,sans-serif !important;
	padding:5px 11px !important; /* add */
}

.form-date {
	text-align:left !important;
}

@media screen and (max-width: 768px) {

	.col-form-label {
		font-size:16px !important;
	}
	.input-group-text,
	.form-control,
	.form-select,
	.form-select-inline,
	.form-select-org,
	.form-check
	{
		font-size:16px !important;
	}
	.form-control option,
	.form-select option,
	.form-select-org option
	{
		font-size:16px !important;
	}
	.js-form input:focus,
	.js-form textarea:focus,
	.js-form select:focus
	{
		font-size:16px !important;
	}

	.form-date {
		text-align:left !important;
	}


}

/* 特別長いoptionの対処 */
.w-auto_w {
	width:auto; 
}
@media screen and (max-width: 768px) {
	.w-auto_w {
		width:90%; 
	}
	.w-auto_w option {
		/*
  		text-overflow: ellipsis; /* 三点リーダーを表示 */
  		/*
		
		white-space: nowrap; /* 改行しない */
  		
		/*
		overflow: hidden; /* はみ出た分を隠す */
	}
}

/* 入力項目 boostrapのフォーカスを打消し */
.js-form input:focus,
.js-form textarea:focus,
.js-form select:focus
{
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,メイリオ,Meiryo,sans-serif;
  	/*
	font-size:13px !important;
	*/
	border:1px solid #999 !important;
	box-shadow:none;
	/* 入力済背景色を打消し */
	box-shadow: 0 0 0 1000px white inset;
}
/* 入力項目 boostrapの入力済背景色を打消し */
.js-form input:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset;
}
/* チェックボックスとラジオボタンは除外 */
.js-form .form-check-input:checked[type="radio"],
.js-form .form-check-input:checked[type="checkbox"]
{
	box-shadow:none;
}
.js-form .input-group {
	max-width:360px;
}

/* 必須の文字 */
.js-form .badge {
	display:inline-block;
	text-align:center;
	font-size:11px;
	margin-left:9px;
	font-weight:normal;
	color:#fff;
	padding:2px 3px;
	letter-spacing:0.1em;
	background:#f95e4e;
	border-radius:2px;
}
.js-form .sml {
	font-size:12px;
}
/* フォーム横ボタン文字 */
.input-group-text,
.btn-secondary
{
	font-size:14px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
}

/* 送信ファイル警告 */
.text-danger {
	font-size:14px;
}
.js-form #file {
	font-size:14px;
}
/* 送信確認 */
.js-form #confirm {
	background:#308aba !important;
	min-width:230px !important;
	font-size:15px !important;
	margin:0 auto !important;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,メイリオ,Meiryo,sans-serif !important;
	border-radius:2px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.js-form #confirm:hover {
	opacity:0.85 !important;
}
/* 確認モーダルウインドウ */
#modalConfirm {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,メイリオ,Meiryo,sans-serif;
	font-size:14px;
}
.js-form .modal-header {
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.modal-title {
	font-size:14px;
}
ul.list-group {
	font-size:14px;
}
#modalConfirm .badge {
	background:#34998e !important;
	font-weight:normal !important;
	border-radius:2px;
}
#modalConfirm .list-group-item {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,メイリオ,Meiryo,sans-serif;
}
#modalConfirm button {
	font-size:14px;
	border-radius:3px;
}
#modalConfirm .btn-primary {
	background:#308aba !important;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,メイリオ,Meiryo,sans-serif;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#modalConfirm .btn-primary:hover {
	opacity:0.85 !important;
}

/* 送信後メッセージ */
.send_comple {
	text-align:center;
}
.send_comple span {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,メイリオ,Meiryo,sans-serif;
	position:relative;
	display:inline-block;
	background:#fff;
	font-size:16px;
	padding:5px 26px;
	text-align:center;
	margin:8px auto 15px auto;
}
.send_text p {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,メイリオ,Meiryo,sans-serif;
	font-size:14px;
	margin:0;
	line-height:1.6em;
	padding:0 2.6%;
}
.guide_txt {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,メイリオ,Meiryo,sans-serif;
	color: #c15c02;
	font-size: 12px !important;
	padding:0x 0 3px 0;
}
.inp_wrap div.ttl {
	font-size: 12px !important;
	font-weight:bold;
}
.py-4 {
	max-width:810px !important;
}
.rc-anchor-error-message {
	display:none !important;
}
.inp_wrap {
	position:relative;
}
.inp_wrap .dt span {
	position:absolute;
	top:8px;
	left:2px;
	font-size:13px;
}
.inp_wrap .lbl {
	padding:0 10px 0 2px;
	font-size:13px !important;
}
.inp_wrap .dt {
	padding-left:35px;
	text-align:left;
}
.inp_wrap .dt span {
	position:absolute;
	top:8px;
	left:2px;
	font-size:13px;
}
.inp_wrap .tm {
	text-align:left;
	padding-left:32px;
}
.inp_wrap .tm span {
	position:absolute;
	bottom:5px;
	left:2px;
	font-size:13px;
}
.inp_wrap_flex div.tm span {
	display:inline-block !important;
}
.py-2 {
	max-width:540px !important;
}
.inp_wrap_flex span {
	font-size:12px !important;
}
@media screen and (max-width: 880px) {
	.inp_wrap {
		display:block;
	}
	.inp_wrap div.dt {
		width:auto;
		max-width:190px;
		margin-bottom:5px;
	}
	.inp_wrap div.tm {
		width:auto;
	}

}

.js-form #confirm {
  background: #308aba;
  font-size: 15px;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,メイリオ,Meiryo,sans-serif;
  border-radius: 3px;
}


@media screen and (max-width: 768px) {
    /*
	.form-control, 
    .form-select, 
    .form-select-org,
    .js-form input[type="text"],
    .js-form select,
    .js-form textarea {
        font-size: 16px !important;
    }
	*/
}





