@charset "utf-8";

/* CSS Document */

/***************************
* 爆サイ.com　PC版css
*└フォーム用スタイル
*----------------------------
*Copyright(C) 爆サイ.com All rights reserved.
*http://bakusai.com
****************************/

/* フォーム外枠 */

#pos_box {
	float: left;
	padding: 1px 5px 5px;
	width: auto;
}
#pos_box.resListForm {
	float: left;
	padding: 3px 0 5px;
	width: 100%;
}


/* 作成フォームタイトル部 */
.thrCreateHeader {
	background-color: #E6E6E6;
	color: #000000;
	padding: 8px 12px;
}
.resListForm .thrCreateHeader {
	font-size: 15px;
	max-width: 714px;
	padding: 8px 0 8px 5px;
	width: -webkit-calc(100% - 6px);
	width: calc(100% - 6px);
}



.thrCreateHeader i {
	font-size: 16px;
	margin-right: 5px;
	vertical-align: -1px;
}

/* 作成フォーム本体部 */
.inqForm.thrCreateBody {
	background-color: #f9f9f9;
	min-width: 472px;
	padding: 0;
	position: relative;
	width: 790px;
}

.resListForm .inqForm.thrCreateBody {
	max-width: 720px;
	width: 100%;
}

.inqForm.thrCreateBody table {
	margin: 0 auto;
	width: 100%;
}

.inqForm th, .inqForm td {
	border: 0 solid #cccccc;
	padding: 5px;
	vertical-align: top;
}

.resListForm .inqForm th,
.resListForm .inqForm td {
	border: 0 solid #cccccc;
	padding: 5px 1px;
	vertical-align: top;
}

.inqForm p,
.cont.ask .inqForm p {
	margin: 5px 0;
}

/* 画像選択フォーム */
.resListForm .inqForm .hlf input[type="file"] {
	width: -webkit-calc(100% - 5%);
	width: calc(100% - 5%);
}


/* フォーム側 */
.inqForm .formClm {
	width: 535px;
}

.inqForm.thrCreateBody .formClm {
	width: 100%;
}

.inqForm dl {
	border-bottom: 1px solid #dcdada;
	border-top: 1px solid #ffffff;
	font-size: 13px;
	margin: 0;
	padding: 2px 0 3px;
}
.inqForm dl:last-child {
	border-bottom: 0;
}

.inqForm dl dt {
	position: relative;
}

.inqForm dd {
	clear: both;
	display: block;
	margin: 1px 0 1px 0px;
}

dd.cheering_squad_form {
    display: inline-flex;
    align-items: center;
}
dd.cheering_squad_form img.teamLogo {
    margin: 0px 4px 0px;
}

.inqForm dd.inputDate {
	clear: both;
	display: block;
	margin: 2px 0 1px 2px;
	/*
	width: 345px;
	*/
}
.inqForm dd.inputTitle {
	width: 46px;
}

.inqForm textarea{
	ime-mode:active;
}
.inqForm .sectionTitle {
	margin: 3px 0;
	position: relative;
	vertical-align: middle;
	width: max-content;
}

.inqForm .sectionTitle.sectionTitle_res_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: inherit;
	align-items: center;
}

.inqForm .sectionTitle i {
	color: #1a1a1a;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}
.inqForm .sectionTitle i.fa.fa-youtube-play {
	color: #F30007;
}
.inqForm .sectionTitle i.fa.fa-twitter-square {
	color: #1C9CEB;
}
.inqForm .sectionTitle i.fa.fa-instagram {
	color: #C436A0;
}
.inqForm .sectionTitle i.fa.fa-facebook-official {
	color: #395498;
}
.inqForm .sectionTitle img.thread_create_X_icon {
    height: 14px;
    width: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}
.data-tipso_X_icon {
    width: 14px;
    height: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: sub;
}

/* スタンプ モーダルログイン導線 */
.login_l {
    background: #06C755;
}
.login_g {
    background: #3E82F1;
    border: solid 1px #3E82F1;
}
.login_t {
    background: #009EF7;
}
.login_X {
    background: #000;
}
.login_m {
    background: var(--bakusai_blue);
}
.new_login_m{
    background: #cbcbcb;
}

.login_l,
.login_g,
.login_t,
.login_X,
.login_m,
.new_login_m{
    max-width: 500px;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    display: grid;
    width: 100%;
}

.login_l a,
.login_g a,
.login_t a,
.login_X a,
.login_m a{
    align-items: center;
    display: flex;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.login_l a span,
.login_g a span,
.login_t a span,
.login_X a span,
.login_m a span,
.new_login_m a span{
    width: calc(100% - 100px);
    letter-spacing: 1.5px;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
}

.login_g img{
    background: #fff;
    margin-left: 1px;
    padding: 6px;
    border-radius: 3px 0 0 3px;
}

.login_g img{
    width: 35px !important;
    margin: 0 5px 0 10px;
}

.login_l img,
.login_t img{
    margin: 0 5px 0 15px !important;
    width: 35px !important;
}

.login_X img{
    margin: 0 5px 0 15px !important;
    width: 32px !important;
}

.login_m i.fa.fa-sign-in{
    color:#FFF;
    font-size: 32px;
    width: auto !important;
    margin:0px 5px 0px 17px !important;
    vertical-align: 0px !important;
    margin-left: 10px;
}

.new_login_m a{
    align-items: center;
    display: flex;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    width: calc(100% - -100px);
}

.resListForm .inqForm .sectionTitle i {
	width: 13px;
}

/* ↑モーダル */
.resListForm .inqForm .sectionTitle.sectionTitle_res_wrap i {
	width: 13px;
	margin-right: 4px;
    vertical-align: -0.5px;
}

.sectionTitle_res {
    display: flex;
    align-items: baseline;
}

.sectionTitle_res .requiredMark {
    margin: 0 3px;
}

.inqForm .sectionTitle > span {
	color: #000000;
	display: inline-block;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
    text-align: center;
}

.inqForm .sectionTitle.sectionTitle_res_wrap > span.requiredMark {
	margin: 0 6px;
}

.inqForm .sectionTitle a:hover {
	text-decoration: underline;
}

.inqForm .sectionTitle .sTitleName {
	font-weight: bold;
	padding: 0 2px 0 0;
}


.resListForm .inqForm .sectionTitle .sTitleName {
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	padding: 0 1px 0 0;
	vertical-align: middle;
}

.resListForm .sTitleName > span {
	font-size: 12.5px;
	letter-spacing: -1px;
}

/* 重要度（必須・任意項目） */
form .importance {
	padding: 5px;
	text-align: center;
	width: 35px;
}

.inqForm .remaining {
	background-color: #E6E6E6;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	margin: 1px 0;
	padding: 0 2px;
	vertical-align: middle;
}

.resListForm .inqForm .remaining {
	padding: 0 1px;
}

.inqForm .remaining .charaRemaining span[id] {
	font-weight: bold;
}

/* 注釈 */
.annotation {
	background-color: #FEEDC0;
	border: 1px solid #F9E7B7;
	border-radius: 2px;
	color: #774402 !important;
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	margin: 2px 0;
	padding: 0 3px !important;
	word-break: break-all;
	word-wrap: break-word;
}

.resListForm .annotation {
	letter-spacing: -1px;
	padding: 0 2px !important;
}

.annotation .bold {
	letter-spacing: 0.4px;
}

.annotation > a {
	display: block;
	font-size: 11px;
	text-decoration: underline;
}

/* サイズ半分のところ */
.inqForm .hlf {
	display: inline-block;
	margin-right: -4px !important;
	min-height: 55px;
	vertical-align: top;
	width: -webkit-calc(535px - 50%);
	width: calc(535px - 50%);
}

.inqForm.thrCreateBody .hlf {
	width: -webkit-calc(615px - 50%);
	width: calc(615px - 50%);
}

.hlf.hlf2 {
    width: calc(615px - 38%) !important;
    width: -webkit-calc(615px - 38%) !important;
}
.hlf.hlf2 + .hlf.hlf2 {
	width: calc(615px - 40%) !important;
	width: -webkit-calc(615px - 40%) !important;
}
.hlf.inputTitle {
	width: calc(615px - 20%) !important;
	width: -webkit-calc(607px - 20%) !important
}
.hlf.hlf2 + .hlf.selectImg {
	width: calc(615px - 20%) !important;
	width: -webkit-calc(615px - 20%) !important;
}
.hlf.hlf2 + .hlf.fileImg {
	width: calc(610px - 40%) !important;
	width: -webkit-calc(610px - 40%) !important;
}
.hlf.hlf2 + .hlf.articleSource {
	width: calc(615px - 20%) !important;
	width: -webkit-calc(615px - 20%) !important;
}
.hlf.hlf2 + .hlf.inputSource {
	width: calc(615px - 40%) !important;
	width: -webkit-calc(615px - 40%) !important;
	padding-left: 18%;
}
.hlf.hlf2 + .hlf.hlf2:nth-child(2n) {
	width: -webkit-calc(615px - 40%) !important;
	width: calc(615px - 40%) !important;
}
.inqForm p.accordion_static_icon {
	position: absolute;
	right: 10px;
	top: 10px;
}

.inqForm .accordionlist_static dt {
	background-color: transparent;
	border: 0 none;
	padding: 0;
}

.inqForm .accordionlist_static dt a {
	background: transparent !important;
	display: inline !important;
	line-height: 1em !important;
	padding: 2px 1px !important;
	vertical-align: middle;
}

.inqForm .accordionlist_static dd {
	border: 0 none;
	margin: 0;
}

.inqForm .accordionlist_static dd dd {
	display: block !important;
	height: 25px !important;
	padding: 2px 0 0 !important;
}
.inqForm dd.optionalInput dl.lastline {
	border: 0 none;
}
form#imgForm dl:has( + div#rule ) {
    border-bottom: none;
}
dd.optionalInput {
    position: relative;
}

.resListForm .inqForm .hlf {
	min-height: 55px;
	width: -webkit-calc(100% - 50%);
	width: calc(100% - 48%);
}

.inqForm #user_name_annotation {
	font-size: 11px;
    margin-top: 4px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    color: var(--bakusai_blue);
    background: var(--bakusai_l_blue);
    position: absolute;
    height: max-content;
    margin: 0px auto 10px 20rem;
    padding: 4px 8px;
    width: max-content;
    border-radius: 3px;
    z-index: 1;
}

span#user_name_annotation:after {
    content: "";
    background: url(https://img2.bakusai.com/p/img/name_alert.png) no-repeat;
    background-size: 45px;
    width: 50px;
    height: 61px;
    display: block;
}

dl.delpas_annotation {
    display: block;
    height: 87px;
    position: absolute;
    top: 0;
    right: 328px;
}

dl.delpas_annotation span#user_name_annotation {
    margin: auto;
    color: #363636;
    background: #fdf26f;
	line-height: 14px;
    height: 76px;
}
span.form_annotation {
    margin: 3px auto;
    color: #363636;
    background: #fdf26f;
    font-size: 13px;
    line-height: 14px;
    padding: 4px 8px;
    width: max-content;
    white-space: nowrap;
    display: inline-block;
    align-items: center;
    position: relative;
}
dd.cheering_squad_form_selection {
    display: inline-flex;
    width: 100%;
    gap: 4px;
    align-items: center;
    margin: 8px 0px 8px;
}
.team_select_icon {
    font-family: Segoe UI Emoji;
    font-size: 16px;
    position: relative;
}
dd.cheering_squad_form_selection img.teamLogo {
    width: 25px;
    height: 25px;
    vertical-align: top;
    object-fit: contain;
    object-position: center;
}
dd.selected_team label {
    display: inline-flex !important;
    align-items: center;
}
dd.cheering_squad_form_selection label {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(to bottom, #F0F0F0 0%, #E4E4E4 100%);
    border-radius: 3px;
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #b3b2b1;
    border-left: 1px solid #DEDEDE;
    height: 40px;
    margin: 0px auto !important;
    padding: 0px !important;
}
dd.cheering_squad_form_selection label::before {
    width: 22px !important;
    height: 22px !important;
    box-sizing: border-box !important;
    content: "";
    position: relative !important;
    top: auto !important;
    margin-top: 0px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
dd.cheering_squad_form_selection input[type="radio"]:checked + label::before {
    content: "●" !important;
    color: #EA5312;
}
dd.cheering_squad_form_selection input[type="radio"]:checked + label::after {
    display: none;
}
dd.cheering_squad_form_selection label:hover {
    background: #E6E6E6;
    border-bottom: 1px solid #C8C8C8;
}

dl.hlf.hlf2.articleUrl {
    width: -webkit-calc(615px - 20%) !important;
    width: calc(615px - 20%) !important;
}

td.formClm {
    position: relative;
}

dl.selectImg.fileImg {
    position: absolute;
}

label.img_drop_container {
    position: relative;
    display: flex;
    gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    border: 1px dashed #555;
    cursor: pointer;
}

label.img_drop_container:hover,
label.res_img_drop_container:hover  {
    background: #eee;
    border-color: #111;
}

.mac {
	label.img_drop_container {
		gap: 1px;
		padding: 5px;
	}
}

dl.hlf.hlf2.selectImg.fileImg {
    border-bottom: 0px;
	margin-left: 10px;
}

.imageFile_drop {
    font-size: 14px;
}

input#image_post:before {
    content: "";
    width: 299px;
    height: 84px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
}

label.res_img_drop_container {
    position: relative;
    text-align: center;
    align-items: center;
    padding: 17px 0;
    border-radius: 10px;
    border: 1px dashed #555;
    cursor: pointer;
    width: 99%;
    display: block;
}

#res_post_img {
    position: relative;
}

#res_post_img input#file:before{
    content: "";
    width: 300px;
    height: 30px;
    background: #000;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

input#file:before {
    content: "";
    width: 710px;
    height: 60px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

span.imageFile_or {
    margin: 0 20px;
}

.res_img_selection {
    height: 90px;
}

/* inputまわり */
.inqForm input[type="text"],
.inqForm input[type="email"],
.inqForm input[type="url"],
.inqForm input[type="number"],
.inqForm input[type="password"],
.inqForm input[type="search"],
.inqForm input[type="tel"],
.inqForm textarea {
	border-top:1px solid #a7a7a7 !important;
	border-right:1px solid #e0e0e0 !important;
	border-bottom:1px solid #e0e0e0 !important;
	border-left:1px solid #a7a7a7 !important;
	border-radius: 2px;
	color: #000000;
	font-size: 13px !important;
	height: 19px;
}

.inqForm input[type="text"]:focus,
.inqForm input[type="email"]:focus,
.inqForm input[type="url"]:focus,
.inqForm input[type="number"]:focus,
.inqForm input[type="password"]:focus,
.inqForm input[type="search"]:focus,
.inqForm input[type="tel"]:focus,
.inqForm textarea:focus {
	background-color: #EDEDED;
	border-top:1px solid #b3b2b1;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	border-left:1px solid #b3b2b1;
}

.inqForm input#newsURL {
    max-width: 592px;
    width: 100%;
}
.inqForm .imgDropAreaWrap input#newsURL,
.inqForm .imgDropAreaWrap input#countSource,
.inqForm .imgDropAreaWrap input#countTitle {
	max-width: -webkit-calc(100% - 20px);
	max-width: calc(100% - 20px);
	width: 100%;
}
.inqForm select {
	height: 22px;
	line-height: 22px;
	min-width: 30px;
}

.inqForm input#countSource[type="text"],
.inqForm input#countSource[type="email"] {
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
}
.inqForm input#mailaddr[type="text"],
.inqForm input#mailaddr[type="email"] {
	width: -webkit-calc(50% - 22px);
	width: calc(50% - 22px);
}

.inqForm input#news_date_y {
	max-width: 30px;
	vertical-align: middle;
}

.inqForm .hlf input[type="text"],
.inqForm .hlf input[type="email"],
.inqForm .hlf input[type="url"],
.inqForm .hlf input[type="number"],
.inqForm .hlf input[type="search"],
.inqForm .hlf input[type="tel"],
.inqForm .hlf input#mailaddr[type="text"] {
	width: -webkit-calc(100% - 20px) !important;
	width: calc(100% - 20px) !important;
}
.inqForm .hlf input#countTitle[type="text"] {
	width: -webkit-calc(100% - 20px)!important;
    width: calc(100% - 13px)!important;
}
.inqForm .hlf.delPWContainer input[type="text"] {
	width: inherit;
}
.inqForm .hlf.hlf2 input[type="file"] {
	width: -webkit-calc(100% - 15px);
	width: calc(100% - 15px);
}

.inqForm input[type="text"],
.inqForm textarea{
	ime-mode:active;
}

.inqForm textarea#resizable {
	width: -webkit-calc(100% - 6px);
	width: calc(100% - 6px);
}
/* inputのIME使用のバグ改修 */
table.inqForm tbody.shoppr_form textarea#shop,
table.inqForm tbody.shoppr_form textarea#name,
table.inqForm tbody.shoppr_form textarea#tel {
    overflow: hidden !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box;
    resize: none;
}
tbody.shoppr_form textarea#name,
tbody.shoppr_form textarea#tel {
    height: 23px !important;
}
tbody.shoppr_form textarea#shop {
    height: 32px !important;
    width: 625px;
}
tbody.shoppr_form textarea#name {
    width: 625px;
}
tbody.shoppr_form textarea#tel {
    width: 480px;
}

/* 削除パスワード */
.delPWContainer dd > div > div {
	display: inline-block;
}

#changeName > label {
	font-size: 11px;
}

/* 投稿ボタン */
.postBtnContainer {
	margin: 5px 0;
	padding: 5px 0;
	text-align: center;
}
.postBtnContainer input[type="submit"] {
	height:40px;
	width:150px;
}
div.gdpr_BtnContainer {
    margin: 5px 0;
	padding: 5px 0;
	text-align: center;
}
div.gdpr_BtnContainer input[type="submit"] {
    width: 210px;
    background: linear-gradient(to bottom, #F0F0F0 0%, #E4E4E4 100%);
    border-radius: 3px;
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #b3b2b1;
    border-left: 1px solid #DEDEDE;
    cursor: pointer;
    font-size: 15px;
    height: 40px;
    margin: 3px 5px;
    min-width: 100px;
    padding: 0 5px;
}
/* 必須マーク */
.requiredMark, .optionalMark{
	border-radius: 0;
	color: #fff !important;
	cursor: default;
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	margin: 0 auto;
	padding: 1px 4px;
	text-align: center;
	vertical-align: middle;
}

.requiredMark {
	background-color: #f52d2d;
    border: 1px solid #ee5656;
}

/* 任意マーク */
.optionalMark {
	background-color: #77a8e4;
}


/* フォームエラー */
.inqForm .formAlart {
	background-color: #FDD;
	border: 3px solid #ef7c7c;
	border-radius: 2px;
	color: #c00;
	margin: 10px 0 5px;
	padding: 5px 10px;
}

/* フォームOK */
ul.overlappingThrNumb li,
form#genericForm td,
#genericForm li,
#delet li,
#store_close li {
    position: relative;
}

label#dup_tid0-error {
    left: 232px;
}

#dup_tid0-error.valid_ok,
#dup_tid1-error.valid_ok,
#dup_tid2-error.valid_ok,
#dup_tid3-error.valid_ok,
#dup_tid4-error.valid_ok {
    display: none;
}

.valid_ok i.far.fa-check-circle {
    font-family: 'FontAwesome';
    margin-right: 4px;
	font-style: normal;
}

.valid_ok {
	color: #A7E52A;
    display: contents;
	word-break: keep-all;
	width: max-content;
}

.radio_label + .valid_ok{
    display: none;
}
.radio_label.ok_show + .valid_ok{
    display: contents;
}
.valid_ok span {
    display: inline-flex;
	align-items: center;
	margin-left: 8px;
    vertical-align: middle;
    height: 22px;
    margin-top: -3px;
}

.easy_form_valid {
    display: contents;
}

.valid_error{
	color: red;
	margin-left: 8px;
}

span.valid_error:before {
    content: '\f058';
    font-family: 'FontAwesome';
	margin-right: 4px;
}

#name-error.valid_ok,
#mailaddr-error.valid_ok {
    display: none;
    left: 420px;
    top: 5px;
}

#resizable-error.valid_ok {
    display: none;
	left: 330px;
    line-height: 25px;
    height: 25px;
    position: absolute;
    top: 8px;
}

.valid_error_message {
    color: red;
}


table.inqForm.ask01_form {
	margin-bottom: 30px;
}

/***************************
 *
 *	送信フォーム
 *
 ****************************/
#genericForm table.inqForm,
#delet table.inqForm,
#store_close table.inqForm,
#verifyForm table.verify-table,
#proxyForm table.verify-table {
	border: 1px solid #cccccc;
	width: 900px;
}

#genericForm table.inqForm td,
#delet table.inqForm td,
#store_close table.inqForm td,
#genericForm table.inqForm th,
#delet table.inqForm th,
#store_close table.inqForm th,
#verifyForm table.verify-table th,
#proxyForm table.verify-table th {
	border: 1px solid #cccccc;
}

#inqForm textarea {
	max-height: 500px;
	min-height: 100px;
	width: -webkit-calc(100% - 5px);
	width: calc(100% - 5px);
}

#genericForm ul,
#delet ul
#store_close ul {
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 0 5px;
	width: 470px;
}

#genericForm li,
#delet li,
#store_close li {
	list-style: outside none disc;
	margin-left: 15px;
}

/* 投稿前の注意 */
#disty #beforePost,
.ask #beforePost {
	margin: 5px auto;
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px);
}
#disty #beforePost {
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
}

#disty #beforePost ul,
.ask #beforePost ul {
	background: #fcfcfc;
}

/* ask01 */
table.inqForm.ask01_form label {
    white-space: nowrap;
}

#genericForm table.inqForm.ask01_form {
    table-layout: fixed;
}

.inqForm.ask01_form .sectionTitle {
    width: auto;
}

/* 送信ボタン */
.postBtnContainer input[type="submit"],
.inqForm tfoot input[type="submit"],
.inqForm tfoot input[type="reset"] {
	background: #E4E4E4;
	background: linear-gradient(to bottom, #F0F0F0 0%,#E4E4E4 100%);
	border-radius: 3px;
	border-top: 1px solid #DEDEDE;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #b3b2b1;
	border-left: 1px solid #DEDEDE;
	cursor: pointer;
	font-size: 15px;
	height: 40px;
	margin: 3px 5px;
	min-width: 100px;
	padding: 0 5px;
}
.postBtnContainer input[type="submit"]:hover,
.inqForm tfoot input[type="submit"]:hover,
.inqForm tfoot input[type="reset"]:hover {
  background: #E6E6E6;
  border-bottom: 1px solid #C8C8C8;
}

.postBtnContainer input[type="submit"]:active,
.inqForm tfoot input[type="submit"]:active,
.inqForm tfoot input[type="reset"]:active {
	background: #DEDEDE;
  border-top: 1px solid #b0b0b0;
  border-right: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  border-left: 1px solid #b0b0b0;
}

#idSub,
#submitBtn {
    background: var(--bakusai_blue);
    color: #fff;
}

#idSub[type="submit"][disabled],
#submitBtn[type="submit"][disabled]{
    background: #fff;
    color: #c9c9c9;
    cursor: inherit;
}



/* カレンダーボタンアイコン */
.inqForm .ui-datepicker-trigger {
	height: 24px;
	margin: 0 7px 0 0;
	vertical-align: -1px;
	width: 30px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.inqForm .ui-datepicker-trigger {
		vertical-align: 0;
	}
}


/***************************
 *
 *	重複スレ報告
 *
 ****************************/
/* 重複スレ報告 */
#delet .inqForm.repo_thread th,
#store_close .inqForm.repo_thread th {
	width: 150px !important;
}

#delet .inqForm.repo_thread .importance,
#store_close .inqForm.repo_thread .importance {
	padding: 5px;
	text-align: center;
	width: 45px;
}

#delet .inqForm.repo_thread ul.rep_type_area,
#store_close .inqForm.repo_thread ul.rep_type_area {
	float: left;
	padding: 0;
}

#delet .inqForm.repo_thread ul.rep_type_area > li {
	list-style: none;
	margin: 2px 0;
}

#store_close .inqForm.repo_thread ul.rep_store_close > li {
	list-style: none;
	margin: 2px 12px 0 0;
}

#delet .inqForm.repo_thread .disp_required,
#store_close .inqForm.repo_thread .disp_required {
	margin-left: -4px;
}

ul.overlappingThrNumb {
	float:left;
	list-style: outside none none;
	margin: 0 !important;
	padding: 0 !important;
	width: 240px !important;
}

ul.overlappingThrNumb > li {
	list-style: outside none none !important;
	margin: 3px 0 !important;
}

ul.overlappingThrNumb + .annotation{
	float:left;
	width: 300px;
}

#delet .inqForm.repo_thread #beforePos,
#store_close .inqForm.repo_thread #beforePos {
	margin: 5px auto;
	width: -webkit-calc(100% - 90px);
	width: calc(100% - 90px);
}

/***************************
 *
 *	広告掲載について
 *
 ****************************/
/* 広告掲載について */
#disty{
	width: 800px;
}

#disty table.inqForm {
	min-width: 770px;
	width: 770px;
}

#disty table.inqForm th{
	width: 120px;
}



/***************************
 *
 *	ラジオボタン・チェックボックスの装飾
 *
 ****************************/
input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	margin-right: 6px;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	cursor: pointer;
	display: inline-block;
	line-height: 1.8em;
	margin-right: 12px;
	position: relative;
}
td input[type="radio"] + label:last-child,
td input[type="checkbox"] + label:last-child {
	margin-right: 2px;
}

input[type="radio"] + label:hover,
input[type="checkbox"] + label:hover {
	background-color: #eee;
	border-radius: 2px;
}

@media (min-width: 1px) {
	input[type="radio"],
	input[type="checkbox"] {
		display: none;
		margin: 0;
	}
	input[type="radio"] + label,
	input[type="checkbox"] + label {
		padding: 0 2px 0 24px;
	}
	input[type="radio"] + label::before,
	input[type="checkbox"] + label::before {
		background-color: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		content: "";
		top: 50%;
		left: 0;
		display: block;
		width: 18px;
		height: 18px;
		position: absolute;
		margin-top: -9px;
	}
  input[type="radio"] + label::before {
    border: 2px solid #D2D2D2;
    border-radius: 30px;
  }
  input[type="checkbox"] + label::before {
    border: 2px solid #E8A812;
  }
  input[type="radio"]:checked + label::after,
  input[type="checkbox"]:checked + label::after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }
  input[type="radio"]:checked + label::after {
    background-color: #EA5312;
    border-radius: 8px;
    left: 5px;
    height: 8px;
    margin-top: -4px;
    width: 8px;
  }
  input[type="checkbox"] + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    border-left: 3px solid #bfbfbf;
    border-bottom: 3px solid #bfbfbf;
    left: 3px;
    height: 5px;
    margin-top: -8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 13px;
  }

  input[type="checkbox"]:checked + label::after {
    border-left: 3px solid #EA5312;
    border-bottom: 3px solid #EA5312;
    left: 3px;
    height: 8px;
    margin-top: -8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 16px;
  }

  input[type="checkbox"]:checked + label::before {
    border: 2px solid #EA5312;
  }
  input[type="checkbox"]:disabled + label::before {
    border: 2px solid #595959;
  }
  input[type="checkbox"]:disabled:checked + label::after {
    border-left: 3px solid #595959;
    border-bottom: 3px solid #595959;
  }
}



/***************************
 *
 *	任意入力フォーム
 *
 ****************************/

.accordionbox{
	border-bottom: 1px solid #C5C5C5;
	border-top: 1px solid #FFF;
	font-family:HiraKakuProN-W3;
	font-size:24px;
	height:auto;
	color: #000;
	list-style-type:none;
	line-height:16px;
}
.accordionlist dt{
	background-color:rgba(235,235,235,0.1);
	font-weight: bold;
	height: 40px;
	padding: 26px 10px 3px 10px;
	text-decoration: none;
	font-family:HiraKakuProN-W3;
	font-size:16px;
	color: #000;
	list-style-type:none;
	line-height:16px;
	border-bottom: 1px solid #C5C5C5;
	border-top: 1px solid #FFF;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
 	padding-left: 10px;
	background: #fff;
	float: left;
}
.accordionlist dd{
    display:none;
	background: #EFEFEF;
	padding:0 0 0 15px;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {

	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-left: -40px;
}
.accordion_icon span {
	background-color: #000;
	border-radius: 4px;
	height: 3px;
	left: 14px;
	position: absolute;
	width: 50%;
}
.accordion_icon span:nth-of-type(1) {
  top: -10px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
  top: -10px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*＋、−切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: -10px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#accord_list a {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	width: auto;
	padding: 23px 26px 6px 10px;
	text-decoration: none;
}
#accord_list a::after {
	color: #000000;
	content: "\0f105";
	font-family: fontawesome;
	font-size: 30px;
	position: absolute;
	right: 11px;
	top: -webkit-calc(50% - 10px);
	top: calc(50% - 10px);
}

#accord_list li {
	border-bottom: 1px solid #C5C5C5;
	border-top: 1px solid #FFF;
	font-size:14px;
	height:auto;
	list-style-type:none;
	line-height:16px;
	position:relative;
	background: #FDFDFD;
}
.accordionlist_static dt{
	background-color:rgba(235,235,235,0.3);
	border-bottom: 1px solid #C5C5C5;
	border-top: 1px solid #FFF;
	color: #000;
	list-style-type:none;
	line-height:15px;
	text-decoration: none;
	padding: 10px 10px 3px 10px;
	word-break: break-all;
}
.accordionlist_static dt.subject {
	padding: 5px 10px 8px 10px;
}

.inqForm #accord_list_static dt.subject {
	padding: 5px 0 8px;
}

.accordionlist_static dt:first-child{
    border-top: none !important;
}
.accordionlist_static dt .title{
 	padding-left: 10px;
	background: #fff;
	float: left;
}
.accordionlist_static dd{
	display:none;
	font-size: 13px;
	border-top: 2px solid #D2D2D2;
	margin-left: 7px;
	padding: 2px 0 0;
}
.accordionlist_static dd.thr{
	display:none;
	font-size: 13px;
	border-top: 2px solid #D2D2D2;
	margin-left: 3px;
	padding: 2px 0 0;
	border-bottom: 1px solid #D2D2D2;

}

.accordionlist_static dd span.anser{
	display: inline-block;
	height: 10px;
	width: 88%;
}
.accordionlist_static dd span.anser_rule{
	height: 10px;
}
.accordion_static_icon,
.accordion_static_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_static_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-left: -40px;
}
.accordion_static_icon span {
	background-color: #2f2f2f;
	border-radius: 4px;
	height: 3px;
	left: 10px;
	position: absolute;
	width: 50%;
}
.accordion_static_icon span:nth-of-type(1) {
	top: 8px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.accordion_static_icon span:nth-of-type(2) {
	top: 8px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*＋、−切り替え*/
.accordion_static_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_static_icon.active span:nth-of-type(2) {
	top: 8px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordionbox_static span.anser{
	height:auto;
	color: #000;
	padding: 3px 3px;
}

.accordionbox_static  span.question{
	display: inline-block;
	height: 10px;
	width: 90%;
}


.accordionbox_static  span.ansA{
	vertical-align:top;
	display: inline-block;
	font-weight:bold;
	width: 18px;
}

#accord_list_static span.subject_rule{
	background-color: #e8e4d2;
	border-radius: 3px;
	box-shadow: 0 3px 0 0 #d2ceba;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 0 0 10px;
	text-decoration: none;
	line-height: 40px;
}


/*commonに移動予定*/
#local_rule{
	background-color: #f9f9f9;
	border-bottom: 3px solid #0d507e;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	margin: 0 0 1px;
	overflow: hidden;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#accord_list_static a{
	border-radius: 5px;
	display: inline;
	line-height: 1em;
	padding: 1px 3px;
}


/***************************
 *
 *	非弁行為チェックボタン
 *
 ****************************/

.inqForm td#notLawyer {
	padding: 10px;
}

#notLawyer dl {
	background-color: #eeeeee;
	padding: 15px;
}

td#notLawyer dt {
	font-size: 16px;
	font-weight: bold;
	min-height: 26px;
}

td#notLawyer dd {
	font-size: 15px;
	line-height: 18px;
}

#notLawyer .requiredMark {
	font-weight: normal;
	margin-left: 5px;
	vertical-align: 2px;
}

#notLawyer input[type="checkbox"] + label::before {
	border: 5px solid #ed7306;
	border-radius: 2px;
	height: 25px;
	left: -3px;
	margin-top: -12px;
	width: 25px;
}

#notLawyer input[type="checkbox"]:checked + label::after {
	border-bottom: 3px solid #000000;
	border-left: 3px solid #000000;
	margin-top: -6px;
}

/*stamp*/
.sectionTitle_stamp {
	position: relative;
}

a.js-stampmodal-open {
	padding: 2px 0 2px 8px;
	align-items: center;
	display: flex;
}
.inqForm .sectionTitle a.js-stampmodal-open i {
	color: #fff;
	background: orange;
	border-radius: 100%;
	padding: 1px 5.5px 1.5px 5px;
	font-size: 16px;
	align-items: center;
	text-align: center;
}

a.js-stampmodal-open .newBadge {
	background: red;
	color: #fff;
	padding: 3px 4px;
	border-radius: 3px;
	margin-left: 4px;
}

.stamp_cate_wrap .baloon_stamp {
    right: 50%;
    left: 50%;
    transform: translate(-42%);
}

.stamp_cate_wrap .active .baloon_stamp,
.stamp_cate_wrap li:hover .baloon_stamp  {
    display: block;
}

.baloon_stamp.package_name.cate {
    right: -5px;
    left: -4px;
    transform: translateX(0);
}
.stamp_cate_wrap .baloon_stamp p{
    background: var(--bakusai_blue);
}

.baloon_stamp.package_name.cate p:after {
    left: 33%;
}

.baloon_stamp p {
    position: relative;
    background: orange;
    color: #fff;
    padding: 1px 2px;
    text-align: center;
    word-break: keep-all;
    font-size: 10px;
}

.inqForm dd.title_tabContents {
	display: none;
}
.inqForm dd.title_tabContents.active {
	display: block;
}

.baloon_stamp {
    position: absolute;
    width: max-content;
    right: -4px;
    top: 18px;
	pointer-events: none;
}

.stamp_img_wrap {
	display: none;
	padding-top: 0.4rem;
}
.stamp_img_wrap.active {
	display: flex;
    flex-wrap: wrap;
    justify-content: left;
    height: 90%;
    overflow-y: hidden;
	align-items: flex-start;
	align-content: flex-start;
}
.stampmodal {
    display: none;
    height: 450px;
    position: absolute;
    top: 20px;
    min-width: 700px;
    max-width: 714px;
    background: #fff;
    z-index: 10;
    left: 126px;
}

.stampmodal__bg{
	background: #fff;
    height: 480px;
    position: relative;
    width: inherit;
}

.stampmodal__content  {
	left: 50%;
	padding: 2px 2px 16px 6px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
    width: 102%;
    max-width: 700px;
	height: 115%;
	box-sizing: border-box;
    background: #fff;
    border: solid 1px #848484;
}

a.js-stampmodal-close {
	right: 0;
	top: 0;
	width: max-content;
	display: block;
	position: absolute;
	padding: 8px;
}

#pos_box ul.stamp_cate_wrap {
    box-sizing: border-box;
    width: 78%;
    max-width: unset;
    display: flex;
    margin-left: -6px;
    margin-bottom: 9px;
    scrollbar-width: none;
}
#pos_box ul.stamp_cate_wrap::-webkit-scrollbar{
    display: block;
  }

#pos_box ul.stamp_cate_wrap:hover{
    margin-bottom: 4px;
    height: 45px;
}

.stamp_cate_wrap.scroll-box {
    width: 93vw;
    height: 40px;
    align-items: flex-end;
    background: transparent;
    margin-top: -20px;
}

.stampmodal__content .arrow-area {
    width: 0;
}

.arrow-left {
    width: 10px;
}

.stampmodal__content img.arrow-img-left {
    left: -1px;
}

.stampmodal__content img.arrow-img-right {
    left: 557px;
}
.stampmodal__content img.arrow-img-right, .stampmodal__content img.arrow-img-left {
    width: 10px;
    top: 11px;
    opacity: 1;
    filter: invert(8%) sepia(99%) saturate(7044%) hue-rotate(187deg) brightness(100%) contrast(145%);
}

.stampmodal__content .arrow-right::after, .arrow-left::after {
    height: 35px;
    width: 10px;
}

.arrow-left::after {
    content: "";
    background-color: rgba(0,0,0,0);
    width: 40px;
    height: 420px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.arrow-right::after {
    content: "";
    background-color: rgba(0,0,0,0);
    width: 40px;
    height: 420px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 560px;
}

/* login scroll */
.stamp_header.login_stamp_header {
    justify-content: left;
    height: 100px;
    align-items: flex-end;
    margin-top: -50px;
    background: transparent;
}
#pos_box ul.stamp_cate_wrap.login_package {
    width: 90%;
    margin-left: 17px;
}

.stampmodal__content .login_package img.arrow-img-right { /*no login */
    left: 665px;
}
.login_stamp_header .stamp_cate_wrap.scroll-box {
    height: 64px;
    align-items: flex-end;
    background: transparent;
    margin-top: -20px;
}

#pos_box .login_stamp_header ul.stamp_cate_wrap:hover {
    margin-bottom: 4px;
    height: 70px;
}


.login_stamp_header img.arrow-img-right,
.login_stamp_header img.arrow-img-left {
    top: -35px;
}

.stampmodal__content .login_arrow-right img.arrow-img-right {
    left: 650px;
}

#pos_box .stamp_cate_wrap li {
    width: 40px;
		height: 40px;
    margin-right: 4px;
	border: none;
    padding-bottom: 0;
	margin-top: 0;
    position: relative;
}
.stamp_cate_wrap li .tab_cate_use img{
    width: 28px;
    padding: 3px;
}
.stamp_cate_wrap li a img {
	width: 40px;
    margin: auto 8px auto 4px;
    border-radius: 3px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.stamp_cate_wrap li.active a img,
.stamp_cate_wrap li a img:hover{
	border-radius: 3px;
    background: #eee;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.cate_use {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.cate_use_box {
	display: flex;
	width: calc(93% / 3);
    margin: 5px 5.8px;
    padding: 4px;
    box-sizing: border-box;
    border: solid 1px #949494;
    border-radius: 4px;
    align-items: center;
    color: #000;
    cursor: pointer;
}
.cate_use_box img {
	width: 40px;
}

.cate_use_box p {
	font-size: 0.8rem;
	font-family: 'Open Sans';
	margin: auto;
}

img.stamp_prev_img {
	width: 80px;
	margin: 0 6px 6px 0;
	border-radius: 5px;
	object-fit: contain;
}

img.stamp_prev_img:hover {
	transform: scale(1.1);
	cursor: pointer;
}

p.cate_use_breads {
	width: 100%;
	margin-left: 4px;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: 'Open Sans';
}

/*タブ実装*/
.cate_use .tab_panel {
	display: none;
	overflow-y: hidden;
}

.cate_use .tab_panel.active {
	display: block;
	position: absolute;
	background: #fff;
	width: 100%;
	height: calc(100% - 56px);
	top: 56px;
	left: 0;
	right: 0;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}

.panel_area img.stamp_prev_img {
    width: 73px;
}

p.close_tab_panel {
    cursor: pointer;
    background: #eee;
    width: max-content;
    padding: 2px 8px;
    font-size: 12px;
    display: flex;
    border-radius: 4px;
    align-items: center;
    margin: 0;
}
.tab_panel_menu {
    display: flex;
    justify-content: space-between;
    padding: 2px;
    position: fixed;
    width: 93%;
}
.tab_panel_stamp_wrap {
    margin-top: 30px;
    overflow-y: scroll;
    height: 91%;
}

p.close_tab_panel i {
	margin-right: 4px;
}
.isDisable {
    opacity: 0.5;
    pointer-events: none!important;
}
.stampmodal__content.not_login{
    display:none;
}

/* 非会員用 */
.stamp_no_p {
	font-size: 1rem;
	text-align: center;
}

.stamp_no_p {
	display: flex;
	align-items: center;
	justify-content: center;
}

.stamp_no_p:before, .stamp_no_p:after {
	border-top: 1px solid var(--bakusai_blue);
	content: "";
	width: 3em;
}

.stamp_no_p:before { margin-right: 1em; }
.stamp_no_p:after { margin-left: 1em; }


.stamp_header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: solid 1px #b6b6b6;
}
.stamp_login_wrap {
    margin-right: 28px;
}
.stamp_login_blue {
    text-align: center;
    background: #164e79;
    border: solid 2px #164e79;
    height: 18px;
    border-radius: 3px;
}
.stamp_login_blue a,.inqForm .sectionTitle .stamp_login_blue i {
    color: #fff;
}
.stamp_login_wrap p {
    font-size: 10px;
}
@media (max-width: 1330px) {
	.stampmodal {
		top: 30px;
		left: -240px;
	}
}

/* スタンプNEWマーク */
.stamp_newMark_login,
.stamp_newMark_logout {
    position: relative;
}
.stamp_newMark_login img,
.stamp_newMark_logout img {
    width: 25px;
    position: absolute;
    z-index: 10;
}
.stamp_newMark_login img {
    left: 54px;
    bottom: 38px;
}
.stamp_newMark_logout img {
	left: 12px;
    bottom: 0px;
}

/* スタンププレビュー機能 */
div#img_preview_confirm img {
    position: absolute;
    width: 240px;
    height: 207px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1000;
    background: #fff;
    opacity: 1;
	box-shadow: 0 0 0 2px rgb(0,0,0,0.1);
	pointer-events: auto !IMPORTANT;
}
div#img_preview_confirm img.pushed {
	opacity: 0.6;
}

.stamp_modaal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgb(0, 0, 0);
    opacity: 0.05;
}

/* 北海道釣りカテフォーム */
.sectionTitle.photoThr_spacer {
    margin-top: 30px !important;
}

/* 画像掲示板 投稿画面のマップ 作業↓ */

#mapInfo {
    margin: 40px 0px 0px;
    width: 100%;
    height: 300px;
}

#postMap{
    width: 100%;
    height: 300px;
    position: relative;
    outline-style: none;
}

.shooting_location_search {
    margin-top: 6px;
    margin-bottom: 3px;
}

.shooting_information_mute {
    height: 25px !important;
    padding: 2px 0 0 !important;
    margin: 0px !important;
}

.shooting_Title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.shooting_Title i.fa.fa-map {
    margin-right: 4px;
}

.optional_required_box {
    display: flex !important;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    text-align: center;
    color: #000000;
}

.optional_required_box .shooting_toolTip i.fa fa-question-circle {
    margin-left: 5px;
}

div.sectionTitle span.shooting_toolTip {
    cursor: pointer;
}

#shooting_area {
    border-top: 1px solid #a7a7a7 !important;
    border-right: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    border-left: 1px solid #a7a7a7 !important;
    border: 1px solid #AAA;
    border-radius: 1px;
    width: 120px;
    height: 23px;
}

/* 画像掲示板　投稿画像写真の向き変更 */
canvas#imageCanvas {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 512px;
    max-height: 288px;
    border: 1px solid #ccc;
    object-fit: contain;
    margin: 3px 0px 6px;
}

.repeat_button{
    padding: 4px 6px;
}

/*TOPに戻るボタン */
.ask_top_return_btn {
	margin: 10px 0;
	padding: 5px 0;
	text-align: center;
}

.ask_top_return_btn a {
	background: #164e79;
	border-radius: 3px;
	border-top: 1px solid #154971;
	border-right: 1px solid #154971;
	border-bottom: 1px solid #113f62;
	border-left: 1px solid #154971;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 40px;
	margin: 0 auto;
	padding: 0 5px;
	width: 150px;
	display: grid;
	color: #fff;
	text-decoration: none !important;
	align-items: center;
}

.ask_top_return_btn a:hover {
	background: #1a5a8c;
	border-top: 1px solid #164e79;
	border-right: 1px solid #164e79;
	border-bottom: 1px solid #154971;
	border-left: 1px solid #164e79;
	color: #fff;
	text-decoration: none !important;
}

.ask_top_return_btn a:active {
	background: #0e3757;
	border-top: 1px solid #0a2c47;
	border-right: 1px solid #0a2c47;
	border-bottom: 1px solid #0a2c47;
	border-left: 1px solid #0a2c47;
}

.ask_content {
	margin-left: 20px;
}

/*同意チェック 追加style */
td#notLawyer.form-l-trac dt {
    background: none !important;
}

td#notLawyer.form-l-trac dd {
    background: none;
}

#notLawyer .form-l-trac {
    margin: 0;
}

.legal-advisory {
    margin: 0 0 14px 0;
    padding: 0 0 11px 0;
    border-bottom: 1px dotted #999;
}

.request-guideline {
    font-size: 15px;
    line-height: 18px;
}

.important-notice {
    font-weight: bold;
    color: #f52d2d;
}

/* 閉店・休業・移転報告フォーム */
#store_close {
    margin: 5px 10px;
}

#store_close ul {
    display: flex;
}

.cfm_item {
    margin: 6px 0;
}

label.cfm-checkbox {
    display: flex;
    justify-content: left;
    align-items: center;
    line-height: 21px;
    margin: 0 0 0 6px;
}

.cfm-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    appearance: auto;
    display: block;
}

.cfm-other-note {
    font-size: 12px;
    color: #ff0000;
    margin: 0 0 0 5px;
}

/* デフォルトのチェックボックスをカスタマイズ */
.cfm-checkbox-style {
    width: 18px;
    height: 18px;
    appearance: none !important;
    border: 2px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
	position: relative;
}

/* チェック後のスタイル */
.cfm-checkbox-style:checked {
    border: 2px solid #000000;
}

/* チェックマークを表示 */
.cfm-checkbox-style:checked::after {
    content: "";
    display: block;
    width: 15px;
    height: 9px;
    border-left: 3px solid #ff0000;
    border-bottom: 3px solid #ff0000;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -89%) rotate(-45deg);
}

.cfm_url_box,
.cfm_image_box {
    position: relative;
    vertical-align: middle;
	display: none;
}

.cfm_type_box,
.cfm_url_box {
    margin: 3px 0 20px;
}

.cfm_comment_box {
    margin: 3px 0 9px;
}

.cfm_image_box {
    margin: 19px 0 4px 0;
}

.resizableContainer.store_close {
    margin: -3px 0 0 4px;
}

.img_drop_box {
    margin: 7px 0 7px 0;
	width: 100%;
    height: 100%;
	position: relative;
}

button#store_addImageBtn,
button#violation_addImageBtn {
    background: linear-gradient(to bottom, #1578bb 0%, #0d507e 100%);
    border-radius: 3px;
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #b3b2b1;
    border-left: 1px solid #DEDEDE;
    padding: 3px 20px 2px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	margin: 0 0 5px 0;
	position: relative;
    z-index: 100;
}

label.img_drop_container.store_img {
    flex-direction: row;
}

/* 画像消すボタン */
.delete_closs_img {
    font-family: "FontAwesome";
    color: #fff;
    background: #bcbcbc;
    width: 11px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 8px;
    padding: 2px 4px 0 5px;
	display: none;
    z-index: 100;
}
/* スポーツ実況　応援チーム未選択時にポップアップ表示 */
div.res-list-error-pop-up--Box {
    border: 1px solid rgb(100, 100, 100);
    border-radius: 3px;
    background-color: #FFF;
    text-align: center;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    pointer-events: auto;
    width: auto;
    margin: auto;
    padding: 8px 8px;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 40px;
    transform: translate(-50%, 0%);
    filter: drop-shadow(3px 3px 3px rgba(100, 100, 100, 0.5));
}
div.res-list-error-pop-up--Box span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
div.res-list-error-pop-up--Box span::before {
    content: "!";
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    width: 24px;
    height: 24px;
    background-color: #ff8c00;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.res-list-error-pop-up--Box:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -11px;
    border: 10px solid transparent;
    border-bottom: 9px solid #FFF;
    z-index: 2;
}
.res-list-error-pop-up--Box:after {
    content: "";
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -12px;
    border: 11px solid transparent;
    border-bottom: 10px solid rgb(100, 100, 100);
    z-index: 1;
}
/* firefoxのみ */
_:lang(x)::-moz-placeholder, div.res-list-error-pop-up--Box {
    padding: 16px;
    filter: drop-shadow(0px 0px 4px rgba(100, 100, 100, 0.5));
    font-size: 11px;
    border: none;
}
_:lang(x)::-moz-placeholder, div.res-list-error-pop-up--Box span::before,
_:lang(x)::-moz-placeholder, .res-list-error-pop-up--Box:before,
_:lang(x)::-moz-placeholder, .res-list-error-pop-up--Box::after {
    display: none;
}
/* Safariのみ */
_:lang(x)+_:-webkit-full-screen-document, div.res-list-error-pop-up--Box span::before {
    display: none;
}
_:lang(x)+_:-webkit-full-screen-document, div.res-list-error-pop-up--Box {
    opacity: 0.8;
    font-size: 12px;
    border-radius: 20px;
    text-align: center;
    padding: 6px 8px;
    font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ ProN W3",sans-serif;
    border: 1px solid #ccc;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
    background-color: #F9F9F9;
}
_:lang(x)+_:-webkit-full-screen-document, .res-list-error-pop-up--Box:before {
    opacity: 0.8;
}
_:lang(x)+_:-webkit-full-screen-document, .res-list-error-pop-up--Box:after {
    border-bottom: 10px solid #ccc;
    opacity: 0.8;
}

/* 情プラ対応 削除・申告改修 */
.inq-pro-link {
    font-size: 0.857em;
}

.deletion-guidance {
    padding: 11px 11px 5px 11px;
    border-bottom: 1px solid #999;
	font-size: 16px;
    line-height: 1.4em;
}

.guidance-title {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: -0.2em;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgba(255, 0, 0, 0.25);
    text-decoration-skip-ink: none;
	font-feature-settings: "palt";
}

p.guidance-paragraph {
    margin: 10px 0 6px 5px;
}

ul.guidance-list {
    padding: 0 0 0 37px;
    margin-block-start: 0;
}

ul.guidance-list li {
    list-style: none;
    margin: 0 0 8px 0;
	font-feature-settings: "palt";
}

.guidance-no {
    display: inline-block;
    border-radius: 50%;
    background: #ff0000;
    font-weight: bold;
    color: #fff;
    width: 1.2em;
    height: 1.2em;
    margin: 0 4px 0 -19px;
    text-align: center;
    line-height: 1.2em;
}

.guidance-note {
    font-size: 0.857em;
}

.account-verification-status {
    margin: 0 0 12px 0;
}

.account-id {
    font-size: 1.2em;
    font-weight: bold;
}

.account-id::before {
    font-family: 'FontAwesome';
    font-weight: bold;
    content: "\f2c3";
    margin-right: 5px;
    color: #0d507e;
}

.verification-message {
    font-weight: bold;
    color: #0d507e;
    font-size: 0.857em;
}

/* verify form */
h2.verify-section-title {
    color: #000000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 18px 10px;
}

form#verifyForm table.verify-table,
form#proxyForm table.verify-table {
    border-collapse: collapse;
	margin: 0 0 0 20px;
}

.verify-table th,
.verify-table td {
    border: 1px solid #CCC;
    text-align: left;
    padding: 10px 10px 10px;
    vertical-align: top;
}

td.validation-status-cell,
.inqForm td.validation-status-cell {
    padding: 11px 8px 10px;
    width: 36px;
    box-sizing: border-box;
    text-align: center;
}

.verify-table th {
    background-color: #F2F2F2;
    width: 136px;
    line-height: 18px;
}

.screenshot-upload-area {
    margin: 10px 0 5px 0;
}

.upload-label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    height: 60px;
    border: 1px dashed #555;
    border-radius: 10px;
    cursor: pointer;
}

.upload-label:hover {
    background: #eee;
    border-color: #111;
}

label.upload-label.legal-label {
    margin: 0 0 3px 0;
}

input.upload-input:before {
    content: "";
    width: 681px;
    height: 40px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.upload-instruction {
    margin: 6px 0;
}

.identity-section,
.proxy-section {
    margin: 0 0 30px 0;
}

.cont.verify-page {
    border-bottom: none;
}

p.verify-description {
    line-height: 1.4em;
    text-align: left;
    font-size: 16px;
}

.upload-index {
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 0 0 4px;
    width: 13px;
    height: 13px;
    text-align: center;
    font-size: 13px;
	font-weight: bold;
    vertical-align: text-bottom;
    line-height: 13px;
}

span.upload-index.verify-note-index {
    font-weight: normal;
    margin: 0 3px;
}

.note {
    margin: 6px 0;
    display: inline-block;
	font-size: 14px;
    font-weight: normal;
    line-height: 1.4em;
}

.verify-note,
.legal-note {
    color: #0a436c;
	font-weight: bold;
}

.verify-note {
    margin: 6px 0;
}

.legal-note {
    margin: 3px 0;
}

.verify-submit-wrapper {
    text-align: center;
}

.verify-submit-wrapper input[type="submit"] {
    background: var(--bakusai_blue);
    border-radius: 3px;
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #b3b2b1;
    border-left: 1px solid #DEDEDE;
    cursor: pointer;
    font-size: 18px;
    margin: 3px 5px 40px;
    min-width: 100px;
    padding: 6px 40px;
    color: #fff;
    height: 60px;
	font-weight: bold;
}

.verify-submit-wrapper input[type="submit"]:hover,
.verify-submit-wrapper input[type="submit"]:active {
	background-color: #0a436c !important;
	border-radius: 2px;
	border-top: 1px solid #DEDEDE;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #b3b2b1;
    border-left: 1px solid #DEDEDE;
}

input#submitVerifyBtn[type="submit"][disabled] {
    background: #fff;
    color: #c9c9c9;
    cursor: inherit;
}

input#submitVerifyBtn[type="submit"][disabled]:hover,
input#submitVerifyBtn[type="submit"][disabled]:active {
    background: #fff !important;
    color: #c9c9c9 !important;
    cursor: not-allowed !important;
}

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

.verify-completed {
    color: var(--bakusai_blue);
    font-size: 20px;
    font-weight: bold;
    border: 5px solid var(--bakusai_blue);
    margin: 10px auto 20px;
    text-align: center;
    padding: 20px 40px;
    width: fit-content;
}

.only-sp-show {
    display: none !important;
}

.verify-completion-block {
    margin: 0 0 18px 0;
}

a.btn-return-home {
    background: linear-gradient(to bottom, #F0F0F0 0%, #E4E4E4 100%);
    border-radius: 3px;
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #b3b2b1;
    border-left: 1px solid #DEDEDE;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    margin: 3px 5px 3px 20px;
    min-width: 100px;
    padding: 0 14px;
    display: inline-flex;
    color: #000;
    align-items: anchor-center;
}

.bar-input-wrapper {
    padding: 3px 0 0 0;
}

.legal-request-notice {
    line-height: 16px;
    margin: 3px 0 9px;
}

.legal-item {
    line-height: 18px;
}

h2.legal-section-title {
    margin: 0 !important;
    padding: 5px 0 0 0;
}

.legal-header td {
    border-right: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
}

.agentRequiredMark {
  background-color: #ee5656;
  border: 1px solid #ee5656;
  border-radius: 2px;
  color: #FFF;
  cursor: default;
  font-size: 11px;
  line-height: 18px;
  margin: 1px 0;
  min-height: 18px;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
}

/* legale_form.js */
.form-block {
    display: none;
}

.form-block.is-visible {
    display: table-row;
}

/* バリデーション */
.statusIcon.icon-ok i,
.statusIcon.icon-error i,
.statusIcon.icon-neutral i {
    border-radius: 50%;
    color: #fff !important;
    font-size: 14px !important;
    padding: 0;
    display: inline-block;
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.statusIcon.icon-error i {
    background: #FF0000;
}

.statusIcon.icon-ok i {
    background: #1E8E3E;
}

.statusIcon.icon-neutral i {
    background: #e1e1e1;
}

.inqForm input[type="text"].input-error,
.inqForm input[type="url"].input-error,
.inqForm textarea.input-error {
	border: 2px solid #FF0000 !important;
	box-shadow: none !important;
}

.img_drop_container.input-error {
	border: 2px solid #FF0000 !important;
	border-style: solid !important;
}

.error-msg {
	display: none;
	color: #FF0000;
	font-size: 12px;
	margin-top: 5px;
}

.verify-table .error-msg {
    margin-left: 0;
}

.addBlockError {
  color: #FF0000;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}

.verify-table .remaining {
    background-color: #E6E6E6;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    font-size: 11px;
    height: 17px;
    line-height: 18px;
    margin: 1px 0 5px;
    padding: 2px 2px 1px;
    vertical-align: middle;
    display: inline-block;
}

.verify-table #idCharCntName {
    font-weight: bold;
}

.verify-name-textarea {
    width: 416px;
}

.verify-office-name-textarea {
    width: 300px;
}

.verify-name-textarea,
.verify-birth-select,
.verify-tel-input,
.verify-email-input,
.verify-address-block input,
.verify-bar-number,
.verify-office-name-textarea,
.verify-office-tel,
.verify-mobile-tel,
.verify-agent-email {
    border: 1px solid #AAA;
    border-radius: 1px;
}

.verify-name-textarea,
.verify-address-block input,
.verify-bar-number,
.verify-email-input,
.verify-tel-input,
.verify-office-tel,
.verify-mobile-tel, 
.verify-agent-email,
.verify-office-name-textarea {
    padding: 4px;
}

.verify-birth-select {
    padding: 2px 4px;
}

.verify-address-block label,
.verify-address-block input {
  display: block;
  margin-bottom: 0.5em;
  font-size: 13px;
}

.verify-tel-input,
.verify-office-tel,
.verify-mobile-tel {
    width: 125px;
}

.verify-address-block label {
    margin: 12px 0 5px 0;
}

.verify-address-block label:first-of-type {
    margin: 0 0 5px 0;
}

.verify-bar-number {
    width: 64px;
}

.verify-post {
    margin: 0 0 0 5px;
}

input.verify-city-input,
input.verify-building-input {
    width: 600px;
}

input.verify-pref-input,
input.verify-zip-input {
    width: 88px;
}

.file-upload-label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    border: 1px dashed #555;
    border-radius: 10px;
    cursor: pointer;
}

.file-upload-label:hover {
    background: #e5e5e5;
    border-color: #111;
}

.file-upload-icon {
    font-size: 30px;
    color: #8499a8;
    margin: 0 7px 0 0;
}

.file-upload-instruction {
    font-weight: bold;
    color: #111;
}

.file-upload-message {
    line-height: 18px;
}

.file-upload-note {
    color: #657d8e;
}

.file-upload-block.dragover {
    background: #e5e5e5;
    border-color: #111;
}

.file-upload-filename {
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #555;
  text-align: center;
}

.file-upload-instruction.uploaded {
    font-size: 16px;
    color: #657d8e;
}

.verify-email-input {
    margin: 0 0 4px 0;
}

.file-upload-block {
    position: relative;
}

.file-cancel-btn {
    position: absolute;
    top: 20px;
    right: 6px;
    font-size: 20px;
    color: #657d8e;
    cursor: pointer;
    display: none;
}

.verifyConfirmed {
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 21px;
    margin: 0 0 10px 0;
}

.verifyConfirmed.legal-addon {
    margin-left: 20px;
}

.verify-self,
.verify-agt {
    color: #0d507e;
    border: 1px solid #0d507e;
    padding: 2px 4px 1px;
    font-size: 14px;
    font-weight: bold;
}

.verify-icon-self,
.verify-icon-agt {
    margin: 0 2px 0 0;
}

.verification-complete {
    font-size: 14px;
    font-weight: bold;
    color: #0a436c;
    border: 2px solid #0a436c;
    padding: 3px 6px 2px;
    display: inline-block;
    vertical-align: 2px;
}

.verify-comp-addon {
    vertical-align: 3px;
    margin: 0 0 0 4px;
}

/* 送信ボタン */
input#provider-law-submit {
    background: var(--bakusai_blue);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 15px;
    height: 40px;
    margin: 3px 5px;
    min-width: 100px;
    padding: 0 5px;
    width: 160px;
}