/* テキスト全体のフォーマットを整える */
body {
    font-family: Arial, sans-serif;
    line-height: 1.5;
}
.password-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
}

.password-wrapper input {
  width: 100%;
  padding: 5px 44px 5px 5px;
  box-sizing: border-box;
  font-size: 16px;
}

.toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  cursor: pointer;
  z-index: 5;
}

/*ヘッダー*/
div#header {
	width: 100%;
	max-height: 60px;
	min-height:40px;
	display: flex;
	background: #1886ff;
	color: white;
	font-weight: lighter;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}
img#logoimg{
	height: 75%;
	margin:1vw 0;
	display:block;
}
div.title{/*ヘッダータイトル*/
	font-size: clamp(10px,4vw,20px);
	margin:auto;
	margin-right:10px;
	margin-bottom:5px;
	font-weight:bold;
}
div.title p{
	margin:0.2vw;
}

/*フッター*/
#footer {
	bottom:0;
	left:0;
    margin: 100px auto 0;
	padding-bottom:10px;
	position:relative;
	width:100%;
}
#ftrbasic {
	text-align: center;
}
/*進行バー*/
div#indicator {
	clear: both;
	width: 100%;
	position: static;
	display: block;
	margin:2vw auto;
}
.stepbar {
	font-size: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}
.stepbar > li {
	position: relative;
	display: block;
	text-overflow: ellipsis;
	color: #b0bec5;
	-ms-flex: 1;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}
.stepbar > li .bubble {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto 8px;
	border-radius: 1000px;
	background-color: #b0bec5;
}
.stepbar > li .bubble::after,
.stepbar > li .bubble::before {
	position: absolute;
	top: 9px;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	background-color: #b0bec5;
}
.stepbar > li.completed,
.stepbar > li.completed .bubble {
	color: #00acc1;
}
.stepbar > li.completed .bubble,
.stepbar > li.completed .bubble::after,
.stepbar > li.completed .bubble::before {
	background-color: #4dd0e1;
}
.stepbar > li:last-child .bubble::after,
.stepbar > li:last-child .bubble::before {
	width: 0%;
	margin-right: 50%;
}
.stepbar > li.active,
.stepbar > li.active .bubble {
	font-weight: bold;
	color: #f57c00;
}
.stepbar > li.active .bubble,
.stepbar > li.active .bubble::after,
.stepbar > li.active .bubble::before {
	background-color: #fb8c00;
}
#indicator.pt-bank .stepbar li[data-step="credit"] {
	display: none !important; 
}

/*--共通--*/
body {
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:clamp(12px,3.2vw,16px);
	margin: 0px;
	color: #404040;
	line-height:1.4;
	text-align:center;
}
main{
	width: 95%;
	max-width: 1000px;
	margin: auto;
}
form{ /*フォームの幅指定*/
	max-width: 760px;
	margin: 0 auto;
}
div#bodybox {
	text-align: center;
	display: block;
	width: 100%;
	margin: 0;
	position: relative;
	padding: 0px;
}
.button:focus {
	outline: none; /* 一旦全部消す */
  }
  .button:focus-visible {
	box-shadow: 0 0 0 4px rgba(174, 231, 240, 0.9);
	transition: box-shadow 0.2s ease;
  }
  input[type="radio"]:focus-visible,
  input[type="checkbox"]:focus-visible {
	outline: 3px solid rgba(174, 231, 240, 0.9);
	outline-offset: 1px;
  }

a {
	font-weight: bold;
	color: blue;
}
a:hover {
	color: #62bfef; /* マウスオーバー時 */
}
a:visited {
	color:#808080;
}
input,textarea,button,a{
    font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ';
}
/*.center{
	text-align:center;
}*/
label{
	white-space: nowrap;
	padding:8px 1px 0px 0px;
}
pre{
	white-space: pre-wrap;
	word-wrap: break-word;
    margin: 0 15px;
	text-align: left;
}
#nowrap{ /*改行制御*/
	white-space: nowrap;	
}
::placeholder {/*入力BOX例の文字色*/
	color: #b8b8b8;
}
.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900); 
}
.fa-eye::before {
	content: "\f06e"; 
}
.fa-eye-slash::before {
	content: "\f070"; 
}
    
/*inputテーブル設定*/
table {
	display: table;
	width: 100%;
	text-align: left;
}
table tr {
    display: block;
    width: 100%;
    margin:15px auto 7px;
}
table td {
   display: block;
   padding: 0.5em;
}
td#warnmsg{/*完了画面赤字*/
	width:100%;
	padding-left:0;
	color:red;
}
form table th {
	text-align: left;
	padding: 0.02em;
	font-weight: normal;
}
table input {
	border: 2px solid #696969; 
	padding: 5px;   
	background-color: white; 
    font-size:16px;
    width: 100%;
    box-sizing: border-box;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}
/*input.rd{
	width:15px;
	margin:3px 8px 0px 5px;
}*/
td#postad{/*郵便番号*/
	width: 50%;
    display: flex;
	align-items: center;
}
td#namebox{/*姓名*/
	text-align:left;
    display: flex;
	align-items: flex-start;
	display:inline-block;
	width:44%
}
td#mailad{/*メールアドレス*/
	font-size: 1.2em;
	padding:0.5em;
	width:95%;
}
#input_tel{/*市外局番*/
	padding:0;
	width:97%;
}
/*inputなしテーブル設定*/
.midashi{
	background-color:#daf3ff;
}
.midashi2 .image-container{
	background: white;
	max-height: 150px;
}
#seikyu .midashi{
	background-color:#e8e8e8;
}
div #seikyu {/*請求内容*/
	border:#cacaca 2px solid;
	width:90%;
	height:auto;
	padding:10px;
	margin: 10px auto;
}
	#seikyu tr{
		text-align: center;
	}
	#seikyu_text{
		margin-top:6px;
	}
	#seikyu_text .alart p{
		margin: 0;
		font-size: smaller;
	}
#av-tableG{
	max-width:760px;
	margin:10px auto;
	text-align: left;
}
#av-table {/*完了画面テーブル*/
	padding: 5px;
	background-color:#dcffdd;
	border: 2px solid #b1b1b1;
}
	#av-table th{
		font-weight:normal;
	}

/*フォントサイズ設定*/
h1 { /*タイトル*/
	clear: both;
	padding-top: 20px;
	text-align: center;
	font-size: clamp(14px,3.85vw,24px);
}
h2 { /*サブタイトル/大文字など*/
	font-size:clamp(14px,3.6vw,21px);
}
.subtitle{/*説明文など*/
	font-size:clamp(12px,3.4vw,18px);
}
.errmsg {
	color: #FF0000;
	margin:0 auto;
	width: 80%;
	font-weight: bold;
	font-size: clamp(12.5px,2.8vw,17px);
	padding: 0 2em;
    list-style: none;
}
.fontsize-small { /*法人のみ文字*/
	font-size:10px;
	font-weight:normal;
	line-height:12px;
}
.alart {
	font-weight: bold;
	color: #FF0000;
	width:100%;
}
.alart2{
	color: #FF0000;
}
#rule{
	font-size: clamp(10px,3vw,14px);
	padding:0px;
	margin: 0 10px;
}
	#rule_list{
		margin:auto;
		padding-left:5vw;
	}
#margin_w{/*メアド送信完了画面margin*/
	margin: 70px 0;
}

/*スクロール選択部分*/
#select{
	font-size: 16px;
	padding: 0.4em;
 }
select:invalid {
	color: #bbb;
   border: #ff6c6c solid 2px;
   background-color: #fae1e1;
}
select option { 
	color: black; 
	background-color: #ffffff; 
}
select option:first-child { 
	color: #bbb; 
}
#select {
	color: #bbb;
   border: #ff6c6c solid 2px;
   background-color: #fae1e1;
}
#select:has(option:checked:not([value=""]))  { 
	color: black; 
	border:black solid 2px;
	background-color: #ffffff; 
}

/*必須・任意アイコン*/
.hissu::after {
	content: "必須";
    background-color: #ff0000;
    color: #fff;
    font-size: clamp(8px,2.5vw,14px);
    font-weight: bold;
    min-width: 10px;
    padding: 3px 7px;
    margin-left:1vw;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
}
.nini::after {
    content: "任意";
    background-color: #808080;
    color: #fff;
    font-size: clamp(8px,2.5vw,14px);
    font-weight: bold;
    min-width: 10px;
    padding: 3px 7px;
    margin-left:1vw;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
}
/*ボタン設定*/
.btnG{/*ボタン横並びの設定*/
	display:flex;
	margin:0px auto;
	width:100%;
	max-width:600px;
	justify-content:space-around;
}
.button{
	border-radius: 8px;
	border: none;
	font-size:16px;
	padding:10px 0;
	margin:2vw auto;
	text-decoration:none;
	align-items:center;
	text-align:center;
	-webkit-appearance: none; 
	width:160px;
	cursor:pointer;
	font-weight:normal;
	color:#fff;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
a.button{
	color: #fff !important;
}
#btn_next,
#button_next,
#submitButton{/*次へ*/
	background: #68cfdc;
}
#button_inq{ /*問合せボタン*/
	background: #32a909;
	display: inline-block;
}
#button_back{
    background: #859095c5;
}
#submitButton:disabled,
#btn_next:disabled {
    background-color: #ccc;
	color: #999;
    cursor: not-allowed;
}
#loginbtn{/*ログインボタン*/
	padding:10px 50px;
	width: auto;
	overflow: hidden;
	background-color:#ff7807;
}
#fileSelect{
	padding:10px;
}

/*規約同意チェック*/
#chkbox{
	min-width:15px;
	min-height:15px;
}
.agree{
	width: 100%;
	margin:auto;
    margin-top:4vw;
}
/*.message #btn_next{/*活性状態
    background: #68cfdc;
    color:#fff;
    -webkit-appearance: none; 
}
.message #btn_next[disabled] {/*非活性状態
    background-color: #ccc;
    color: #999;
    cursor: not-allowed; /*クリック不可のカーソルを表示
}*/
/*レスポンシブ用記述*/
#bottom_not{
    padding-bottom: 0;
}
#border_not th{
	display:none;
}
.pc{
	display:none;
}
.sp,.input{
	display:block;
}
.line_sp{ /*commit only*/
	border-bottom: #4d5b62 dotted 2px;
	font-weight: bold;
	font-size: 120%;
}
/*◆利用規約ページ*/
#popup{
	display: none;
}
.popup-open {
	cursor: pointer;
	color: #fff;
	background-color: #ee480c;
	padding: 5px 18vw;
	margin: 0.5em;
	border-radius: 25px;
	text-align: center;
	display:block;
}

/*ボタンボックス設定*/
#boxtitle{/*規約画面用*/
    display: block;
	width: 94%;
    background:#7cbbff;
    border-bottom: solid 2px #1886ff;
    margin:4vw auto 0px;
    padding: 10px;
}
	.invisible-text{
		display: none;
	}
#boxtitle1{/*完了画面用*/
	display: block;
	width: 70%;
	max-width: 340px;
	border-bottom: solid 2px #1886ff;
	margin: 30px auto 20px;
}
#boxfont{
	margin:2.5vw 2.5vw 10px;
}
#credit{
	width:100%;
	max-width:400px;
}
#mailbox{/*メアド入力ボックス*/
    width: 80%;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
	padding: 3px;
	font-size: medium;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*ご協力のお願い*/
div#req_boxs{
	padding:0 8px;
    background: #eef8fe;
    border-top: solid 5px #52b8de;
	border-bottom:  solid 5px #52b8de;;
}
	ul.left{
		margin:0;
		padding-left:6vw;
		padding-right:0;
	}
    .form-beta{/*情報登録inputナシ部分*/
	text-align: left;
	margin:0;
	padding:0 8px;
}
#typeselect {/*法人個人の選択*/
    display: flex;
    width: 93%;
    justify-content: space-around;
    text-align: center;
}
	.type_radio {
	   	margin-left: -20px;
	}
/*エラーメッセージの設定*/	
span#result{
	font-weight:bold;
    padding-bottom: 5px;
}
/*空欄の時は赤く表示*/
.entry_err:placeholder-shown{
    background-color:#fae1e1;
	border:#ff6c6c solid 2px;
}
.entry_err:not(:placeholder-shown){
    background-color:#fff;
	border:#4d5b62 solid 2px;  
}
.entry_err:focus,
 #building:focus,
 #select:focus{
	background-color:#ffffff;
	border:#8ad5df solid 2px;
	outline: none;
}

div#c_faxno_subsec{
	padding-top: 0.8em;
}
div#c_faxno_choice {
	height:100%;
	padding-top: 10px;
	margin-bottom: 20px;
}
div#c_faxno_select_area {/*FAX番号選択ボタン*/
	width:100%;
	margin-top:1.3em;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
	#c_faxno_select_area input[type=radio] {
		display: none;
	}
	#c_faxno_select_area input[type="radio"]:checked + label {/* マウス選択時 */
		background: #31A9EE;
		color: #ffffff; 
	}
	.areano:hover {
		background-color: #E2EDF9; /* マウスオーバー時 */
	}
	.areano,.seleectfaxno {
		display: block;
		float: left;
		margin:10px;
		padding:0 5px;
		width: 35%;
		height:40%;
		max-width:160px;
		min-width:100px;
		font-size:clamp(12px,2.8vw,20px);
		color: #00097a;
		text-align: center;
		min-height:10px;
		line-height: 2;
		cursor: pointer;
		border: 2px solid #89c4ff;
		border-radius: 5px;
	}
	.seleectfaxno:hover {
		background-color: #E2EDF9; /* マウスオーバー時 */
	}
	.seleectfaxno[disabled]{
		border: 2px solid #ffffff;
		background-color: #ffffff;
		cursor:default;
	}
	input #faxno{/*番号表示前の空ボックスを非表示に見せる*/
		border-bottom: solid 1px #ffffff;
		text-decoration: none;
		pointer-events: none;
	}
/*エラーページ*/
div#aplgy_img {    
	width:75px;
	height:auto;
	margin:auto;
}
h1#aplgy {
	font-size: calc(14px + ((1vw - 2px) * 3.2));
	line-height:1.5;
}
div#main_e {
	margin-top:30px;
}
/*申し込みエラー(集中)*/
div #re_entry{
    width: 95%;
    min-height: 1px;
    padding:10px auto;
	margin:8px auto;
}
.err_reentry1{
	text-align:left;
	border-bottom: solid 2px #52b8de;
	margin-bottom:5px;
}
.err_reentry1:before {
    content: '●';
    color: #52b8de;
    margin-right: 8px;
}
/*サポートセンター*/
#ntc {
	width:90%;
	max-width: 600px;
	font-weight:bold;
	border:3px solid #F78E0F;
	margin: 20px auto;
}
div#ntc_title {
	width:100%;
	background-color:#F78E0F;
	color:#fff;
	font-size:clamp(14px,3.8vw,21px);
}
div#ntc_cnt {
	padding:20px 0;
	white-space: nowrap;
}
div#ntc_time {
	color:#5d8fc8;
	padding-bottom:20px;
}

/*本人確認アップロード画面*/
.spinner {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #3498db;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite; 
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
  }
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
#uploadContainer {
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0 90px 0;
}
.upload-set {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	max-width: 500px;
	margin: 1.5rem auto;
}
	.image-container img,
	.image-container object {
		width: auto;
		max-width: 100%;
		height: 200px;
		border: 1px solid #ddd;
		cursor: pointer;
	}
	.midashi2 .image-container img,
	.midashi2 .image-container object {
		max-height: 150px;
	}
.pdf-object {
            width: 100%;
            height: 100%;
            pointer-events: none;
        }
.click-layer {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0);
            cursor: pointer;
        }
.dropdown-container {
    width: 100%;
}
.dropdown-container select {
    width: 100%;
    padding: 4px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    background-color: #e5e5e5;
}
.file-name {
	max-width: 500px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden; 
    background-color: #4e4e4e;
}
.file-link{
	color: blue;
	text-decoration:underline;
	word-break: break-all;
	cursor: pointer;
	display: inline-block;
	margin: 5px 0;
}
.zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px !important;
    color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
}
.material-icons{
	opacity: 0;
}
.photoup {
    text-align: left;
}
.photo_title {
    font-size: clamp(14px,4vw,16px);
    font-weight: bold;
    margin: 10px auto;
    padding: 10px;
    background-color: #ebebeb;
}
.topics{
    width:100%;
    max-width:1000px;
}
#register ul {
    list-style-type: none;
    padding-left: 5px;
}
.register ul {
    list-style-type: none;
	padding: unset;
}
p.before {
    font-size:clamp(12px,4vw,16px);    
    border-left: 5px solid #ebebeb;
    padding: 1px 0 1px 10px;
    margin: 5px 0;
}
#up_file_form{
    text-align:left;
}
.center-form {
    text-align: center !important;
}
.tab-container {
    display: flex;
    flex-direction: column;
	background-color: white;
}
.tab-navigation {
    width: 100%;
}
.tab-btn {
    background-color: #b0bec5;
	color: white;
    border: none;
	border-bottom: 1px solid #eef8fe;
    padding: 13px 0px;
    cursor: pointer;
    font-size: clamp(17px, 1.5vw, 22px);
    transition: background-color 0.15s ease;
    font-weight: bold;
    width: 100%;
}
	.tab-btn.active {
		background-color: #52b8de;
	}
.tab-content {
	text-align: left;
    padding: 0 20px 10px;
	min-height: 300px;
	display: none;
}
.tab-important {
    color: red;
    font-weight: bold;
}
.photoup a {
	font-weight: normal;
	text-decoration: underline;
}
	#photoup_regli{
		margin-bottom: 5px;
	}
.container {
    width: 95%;
    margin: 20px auto;
}
/*必要書類(モバイルアコーディオン表示)*/
.accordion-item {
	text-align:left;
}
.accordion-header {
	width: 100%;
	text-align: left;
	padding: 5px 5vw;
	font-weight: bold;
	color: white;
	background: #b0bec5;
	cursor: pointer;
	border: none;
	height: 50px;
	margin-top: 5px;
	display: flex;
	align-items: center; 
	transition: background-color 0.3s ease, color 0.3s ease; 
}
	.accordion-header.active {
		background-color: #52b8de;
	}
	.accordion-header .icon{
		margin-left:auto;
		transition: transform 0.3s ease;
	}
	.accordion-header.active .icon {
		transform: rotate(180deg); /* ← 180度回転して `+` から `-` に */
	}
.accordion-content {
	display: none;
	padding: 0 10px;
	background-color:white;
	overflow: hidden;
	transition: max-height 0.8s ease-out;
}
	.accordion-content ul{
		padding-left: 20px;
	}
.tab-container {
    display: none;
}
.accordion-container {
   display: block;
}

/* モーダルスタイル */
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
}
.modal-content {
    background: white;
    padding: 40px 2vh;
    width: 80%;
    height: 80%;
	max-width: 700px;
    max-height: 70vh;
    position: relative;
}
#req_boxsmodal{
	height: unset;
	overflow-y: auto;
	padding: 0px 0px 40px;
}
.modal-content .close {
	position: absolute;
	font-size: 28px;
	font-weight: bold;
	right: 5px;
	top:2px;
} 
.modal-content .close:hover,
.modal-content .close:focus {
	text-decoration: none;
	cursor: pointer;
}
#imageModal .modal-content{
	text-align: center;
}
#modalPDF{
	width:100%;
	height: 100%;
}
#modalImage, #pdfViewer {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	margin: auto;
}
	#pdfControls button {
		background: none;
		border: none;
		color: inherit;
		cursor: pointer;
		font-size:2.2vh;
	}
	#pdfControls span {
		font-size:2.2vh;
	}
#modal-body{
	text-align:left;
	margin: 0 10px;
}
#modal-body ul.custom-bullet{
	padding-left: 17px;
}
#modal-header{
    display: flex;
    justify-content: flex-end;
    position: sticky;
    top: 0;
	background-color: white !important;
	height: 40px;
    z-index: 1000;
}

.row {
	display: flex;
}
.row .left {
	flex: 0 0 30%;
	text-align: center;
}
ul.custom-bullet{
	margin-top: 0;
}
ul.custom-bullet li {
	margin-bottom: 5px;
	text-align: left;
}
/* 選択必須の場合の背景色 */

#scrollToTopBtn {
	display: flex;
    position: fixed;
	justify-content: center;
    align-items: center;
    bottom: 5%;
    right: 5%;
    width: min(10vw, 50px);
    height: min(10vw, 50px);
	background-color:white ;
    color: #52b8de;
	border: 3px solid #52b8de;
	border-radius: 50%;
    font-size: clamp(10px, 4.5vw, 25px);
    z-index: 99;
	padding: 0;
	cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.2s ease-in-out, background-color 0.2s, color 0.2s;
}
	.fa-arrow-up {
		display: flex;/*ボタンアイコンを中央に配置するのに必須*/
	    justify-content: center;
		font-size: clamp(15px, 4vw, 20px);
		}
#submitButton{
	margin-bottom: 3em;
}
.delete-button {
    position: absolute;
	transform: scale(1);/*iOS特有バグ対策*/
	transform-origin: center;
    top: 18%;
    right: 2%;
    background-color: #DF2A2A;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 18px;
	display: flex;
    justify-content: center;
    align-items: center; 
	padding: 0;
}
.delete-button:hover{
	background-color: #FF6C6C;
}
.dl-button {
    position: absolute;
    width: 50%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.modal-button {
    position: absolute;
    width: 50%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

@media screen and (max-width:350px){
.btnG{
		flex-direction: column-reverse;
		margin:0px auto;
	}	
#button_back{
		margin:8vw auto;
	}
}

@media (min-width: 770px) and (max-width: 1039px) {

    .message {
        position: unset !important;
    }
    .agree {
        margin-bottom: 0px !important;
    }
    #boxfont span {
        margin-bottom: 0px !important;
    }
.button {
    margin: 30px auto;
}
}
@media screen and (min-width: 770px), 
       (max-width: 770px) and (hover: hover), 
       (max-width: 770px) and (pointer: fine) {
#scrollToTopBtn:hover {
	background-color: #52b8de; 
	border-color: #007bbf;
	color: white;
}
#button_next:not(:disabled):hover,
#btn_next:not(:disabled):hover,
#submitButton:not(:disabled):hover {
    background: #5ee2ff;
}
#button_inq:hover {
    background: #4cd32e;
}
#button_back:hover {
    background: #6f7a85c5;
}
#loginbtn:hover {
    background: #fba209;
}
.popup-open:hover {
    background: #ff6e3a;
}

/*#button_commit{
    padding:5px 0px;
	margin:10px;
    color:#fff;
    text-decoration:none;
    align-items:center;
    -webkit-appearance: none; 
    width:200px;
	cursor:pointer;
}*/
}

/*PC設定*/
@media screen and (min-width:770px) {
/*ページトップボタンの設定*/
	.fa-arrow-up {
		display:unset;
		transform: translateX(0px) !important; /* 矢印を左に2px移動 */
		font-size: unset;
	}

/*ヘッダー*/
div#header {     /*使用*/
	height: 60px;
}
div#logo img#logoimg{
	margin:8px;
}
div#indicator {
	width: 95%;;
	display: block;
	font-size:18px;
}
div.title p{/*ヘッダータイトル設定*/
	display:inline-block;
}
/*フォントサイズ設定*/
h1 {
	font-size: 24px;
	font-weight:normal;
}
h2 { 
	font-size: 21px;
	font-weight: normal;
}	
.subtitle{
	font-size:18px;
}
pre{
	text-align: unset;
}
.errmsg {
	font-size: 17px;
}
.hissu::after {
	font-size: 12px;
	margin-left:5px;
}
.nini::after {
	font-size: 12px;
	margin-left:5px;
}
#seikyu_text{
	margin-left:290px;
}
#seikyu_select{
	display:flex;
	border-top: 1px solid  #c9c8c8;
	padding-top:5px
}
#seikyu #※{
	margin-top:30px;
}
/*共通*/
.pc{
	display:block;
}
.sp{
	display:none;
}
#rule{
	font-size: 14px;
	width:auto;
	padding-left:320px;
}
#rule b{
	display:none;
}
#rule_list{
	margin-left: -5px;
	padding-left:0px;
}
span#result{
	padding-bottom:0;
}
/*テーブル設定*/
#typeselect {/*法人個人選択*/
	display: block;
	width:600px;
	justify-content:;
	text-align:left;
}
#typeselect label{	
	padding:2px;
	display:block;
}
.type_radio {
	margin-left:0px;
	margin:0 10px;
}
table input {
	font-size:16px;
	width: 100%;
	padding: 5px;
}
table tr {
	margin: 0;
	border-top: 1px solid #c9c8c8;
	padding: 8px;
}
table td {
	display:flex;
	padding: 5px 0px 5px 10px;
}
form table th {
	float:left;
	clear:both;
	width:280px;
	margin-top:5px;
	text-align:left;
}
td#namebox{
	display:inline-flex;
	width:190px;
}
td#postad{
	width:200px;
}
td#mailad{
	display: inline-flex;
	width:auto;
	padding-left: 15px;
}
#input_tel{
	padding:0;
	width:680px;
	text-align:right;
}
div#th{/*郵送の選択部分*/
	width:280px;
	text-align:left;
	margin-right:14px;
	padding:0;
}
#border_not{
	border-top: 1px dashed  #ffffff;	
}
#border_not th{
	visibility:hidden;
	display:block;
}
#line-not{
    border-top: 1px dashed  #fff;		
}
.line_sp{
	border-bottom:#dcffdd;
	display:table-cell;
}
.midashi{
	width: 270px;
    height: 25px;	
}
.midashi2{
	background-color:#fdfdfd00;
	width: 100%;
}
/*-テーブル内容確認画面用-*/
.confilm_table{
	border-spacing:0;
	max-width: 760px;
	width:90%;
	margin: auto;
	table-layout: fixed;
}
.confilm_table tr{
	display: table-row;
	border-spacing:0;
}
.confilm_table td{
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #c9c8c8;
}
#seikyu .midashi{
	width: 41.7%;
}
#seikyu .midashi2{
	width: 50%;
}
div #seikyu {
	max-width:750px;
	height:auto;
	padding:10px;
	margin: 10px auto;
}
	div #seikyu tr{
		padding:0;
		margin:auto;
		width:600px;
		text-align: right;
	}
/*完了画面テーブル設定*/
div#av-table {
	text-align: left;
	max-width: 800px;
	width:95%;
	margin: auto;
	padding: 5px;
	background-color:#dcffdd;
	border: 2px solid #b1b1b1;
}
#av-table th{
	width:150px;
}
.btnbox{/*規約,完了画面ボタンGBOX設定*/
    width:45%;
	border:#2196F3 dashed 2px;
	margin:20px;
	min-width:450px;
    position: relative;
}
.btnG_form{/*規約,完了画面ボタンGBOX設定*/
	display:flex;
	justify-content:space-around;
        padding-top: 50px;
	margin:auto;
	flex-wrap: wrap;
	max-width:1200px;	
}
#boxfont{/*規約,完了画面ボタンGBOX設定*/
        margin: 30px 30px 0 30px;
        text-align: start;
}
#chkbox{
	width:16px;
	height:16px;
	margin-top:12px;
}
.agree{
        margin-top: 1px;
        margin-bottom: 7rem;
}
.message{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 110px;
}
.image-container:hover  .material-icons{
	opacity: 1;
}

#kiyakubox{/*利用規約*/
	width:80%;
	max-width:1000px;
	height:250px;
        margin-bottom: 50px;
}
#kiyakubox1{/*利用規約*/
	width:80%;
	max-width:1000px;
	height:250px;
        margin-bottom: 50px;
}
#boxtitle{/*ボタンボックス設定*/
	background:#ffffff;
        margin-top: 10px;
        padding-bottom: 10px;
}
	.invisible-text{
		display: block;
	}
#boxtitle1{/*完了画面用*/
	margin-bottom: 0px;
}
#mailbox{/*メールアドレス入力ボックス*/
    max-width: 400px;
}

ul li {
	margin-bottom: 5px;
	}
#dupchk{
	width: 670px;
	justify-content: flex-end;
	padding: 0 4px 8px;
}
#typeselect label#label-left{
	padding-left: 271px;
}
/*FAX番号選択*/
div#c_faxno_subsec{
	max-width:1000px;
	margin:auto
}
div#c_faxno_choice {
	width:100%;
	max-width:1000px;
	margin:auto;
}
div#c_faxno_select_area {
	max-width:950px;
}
.areano,.seleectfaxno {
	width: 150px;
	height:45px;
	line-height:45px;
	font-size:20px;
	margin:10px;
}

h1#aplgy {
	font-size:30px;
}
div #re_entry{/*申し込みエラー(集中)*/
    width:755px;
}

h1 {
    color: #333;
    text-align: center;
    font-size: 24px;
}

/* お申込みに必要な書類 */
.row {
    margin-bottom: 15px;
}
.tab-container {
    margin: 20px auto;
    background-color: #ffffff;
}
.tab-navigation {
    display: flex;
    justify-content: space-between;
}
.tab-btn {
    border-left: 1px solid #eef8fe;
}
	.accordion-container {
		display: none;
	}
	#modal-body {
		display: none;
	}
	#imageModal .modal-content{
		max-height: 600px;
		margin: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
#seikyu td {
    padding-right: 12px;
}
	#credit {
		margin:30px 0 0 0;
		
	}
.highlight {
    background-color: #ffe6e6; 
    padding: 0 4px;
}
#backbutton {
    margin-top: 0px;
}
#uploadContainer {
    display: flex;
}
.upload-set {
    width: calc(33.33% - 20px);
    padding: unset;
    max-width: unset;
    margin: unset;
}

#photoup_regul{
	margin-left: 20px;
}
#photoup_regli{
	margin-bottom: 15px;
}
}

@supports (-webkit-touch-callout: none) {
  .password-wrapper input {
    font-size: 16px; /* iOSでズーム防止＋安定 */
  }
}
