html {
	font-family: "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic,
		"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	overflow-x: hidden;
}

html, body {
	margin: 1em 0 5em 0;
	font-size: 10pt;
	background-color: #FFF;
	color: #333;
}

p {
	font-size: 14pt;
	font-weight: bold;
	margin: 10px 0;
}

a {
	text-decoration: none;
}

input::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

input::-ms-clear {
    visibility:hidden
}

input::-ms-reveal {
    visibility:hidden
}

.b{
	font-weight: bold;
}

.pt_b{
	font-size:12pt;
	margin: 5px 0;
}

.pt_s{
	font-size:8pt;
	font-weight: normal;
}

.attention{
	color: #DC0A0A;	
}

.attention_mark{
	content: "！";
	color: #DC0A0A;
	font-size: 15pt;
	position: relative;
	left: -120px;
}

.err_msg{
	color: #DC0A0A;
	font-size: 11pt;
}

select {
	background-color: white;
}

select:disabled {
	background-color: #ddd;
}

.login_form_box {
	position:absolute;
	width: 400px;
	height: 260px;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding:50px 30px;
	text-align: center;
	border: 1px solid #ccc;
}

.error_box {
	position:absolute;
    top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.header {
	width: 1000px;
	margin: 0 auto;
}

.header_title {
	color: #3d3d99;
	font-size: 16pt;
	display: inline-block;
	margin: 12px 0;
}

.header_menu {
	display: inline-block;
}

.flex{
	display: flex;
	margin-top: 5px;
}

.btn{
	width: 205px;
	height: 50px;
	font-size: 11pt;
	color: #FFF;
	background-color: #3d3d99;
	cursor: pointer;
}

.pdf_btn{
	font-size: 9pt;
}

.proceed_btn {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.confirmation_btn {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

.flex_btn {
	margin-top: 25px;
	margin-left: 10px;
}

.return_btn {
	margin-top: 25px;
}

.proceed_btn_return {
	margin-top: 25px;
}

.web_maint_btn {
	margin-top: 25px;
	margin-left: auto;
}

.menu_button {
	margin: 15px 0 0 15px;
	color: #1c296b;
	background-color: #FFF;
	font-size: 14pt;
	text-decoration: none;
	border: none;
	cursor: pointer;
	display: inline-block;
}

.message_error {
	margin: 2em auto;
	color: #1c296b;
}

.centering {
	height: 50px;
	margin: 2.5em 0;
	position: relative;
}

.stepone_search {
	margin: 2.5em 0;
}

.error_message {
	width: 850px;
	text-align: center;
	position: absolute;
	top: -26px;
}

.confirmation_error_message {
	width: 850px;
	text-align: center;
	position: absolute;
}

.error_message_point {
	color: #DC0A0A;
	font-size: 10pt;
}

/*ログイン画面*/
.login_form_box {
	position:absolute;
	width: 400px;
	height: 240px;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding:50px 30px;
	text-align: center;
	border: 1px solid #ccc;
}

.login_error_box {
	height: 40px;
	position: relative;
}

.login_error_message {
	width: 330px;
	position: absolute;
	top: 10px;
	left: 40px;
}

.login_input_box {
	width: 300px;
	height: 30px;
	border: 1px solid #ccc;
	margin: 1em auto;
	margin-bottom: 0;
	padding: 0 10px;
	display: block;
}

.logout {
	float: right;
}

/*QRコード作成と確認*/
.QRform_position {
	clear: both;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4em;
	width: auto;
	max-width: 850px;
}

.step_title {
	border-bottom: 1px solid;
	margin-top: 1.5em;
}

.totalnumber {
	font-size: 12pt;
	font-weight: normal;
	float: right;
}

.step_title_color {
	background-color: #60A7ED;
	margin-right: 10px;
}

table {
	border-collapse: collapse;
	text-align: left;
	margin: 15px 0;
	border: 1px solid #1c296b;
}

.table_list {
	margin: 0;
}

.table_title {
	margin: 15px 0 0 0;
}

.table_insured {
	margin: 0 0 15px 0;
}

th {
	width: 6%;
	border: 1px solid #1c296b;
	padding: 12px;
	color: #FFF;
	background-color: #3d3d99;
	text-align: left;
}

.th_default {
	width: 6%;
}

.th_code{
	width: 15%;
}

.th_attention{
	padding: 7px 12px;
}

.table_radio {
	width: 22px;
}

.table_groupcode {
	width: 146px;
}

.table_groupname {
	width: 427px;
}

.table_code {
	width: 157px;
}

.table_radio.scroll {
	width: 22px;
}

.table_groupcode.scroll {
	width: 150px;
}

.table_groupname.scroll {
	width: 433px;
}

.table_code.scroll {
	width: 178px;
}

.update_table_groupcode {
	width: 210px;
}

.update_table_groupname {
	width: 530px;
}

.update_table_code {
	width: 207px;
}

.td_update_table_groupcode {
	width: 200px;
}

.td_update_table_groupname {
	width: 520px;
}

.td_update_table_code {
	width: 200px;
}

.update_table_groupcode.scroll {
	width: 188px;
}

.update_table_groupname.scroll {
	width: 470px;
}

.update_table_code.scroll {
	width: 204px;
}

td {
	border: 1px solid #1c296b;
	padding: 10px;
	width: 25%;
}

.td_blue {
	background-color: #f0f8ff;
}

.td_code {
	width: 37%;
	font-size: 9.5pt;
}

.td_table_radio {
	width: 25px;
}

.td_table_groupcode {
	width: 150px;
}

.td_table_groupname {
	width: 430px;
}

.td_table_code {
	width: 160px;
}

.table_textbox {
	width: 99%;
	height: 1.5em;
}

.table_textbox_code {
	width: 97%;
	height: 1.5em;
}

.table_phone_textbox {
	width: 10%;
	height: 1.5em;
}

.table_selectbox {
	width: 50%;
	height: 2em;
}

.table_selectbox_prefectures {
	width: 30%;
	height: 2em;
}

.table_selectbox_calendar {
	width: 10%;
	height: 2em;
}

.sticker_form{
	float: right;
}

.list.scroll {
	height: 400px;
	overflow: auto;
}

.list {
	height: auto;
}

input[type=radio] {
	width: 13px;
	height: 13px;
	vertical-align: middle;
	margin: 1px 5px;
}

/*ページ割*/
.page_change {
	text-align: right;
	margin-bottom: 20px;
}

.page {
	height: 40px;
	margin: 0 5px;
	padding: 5px 10px;
	font-size: 12pt;
	border: none;
	color: #fff;
	background-color: #1c296b;
	cursor: pointer;
}

input[name="page"], input[name="next"] {
	display: none;
}

input[name="page"]:checked+.page {
	color: #1c296b;
	border: 1px solid #1c296b;
	background-color: #fff;
}

.page_countzone {
	text-align: right;
	margin: 10px 0;
}

.update_page_countzone {
	padding: 0;
	text-align: right;
}

.page_countzone>li {
	display: inline-flex;
}

.update_page_countzone>li {
	display: inline-flex;
}

.button_page {
	width: 30px;
	height: 30px;
	margin-left: 7px;
	padding: 0;
}

.buttontemplate {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	background-color: #1c296b;
	cursor: pointer;
	border: solid 1px #1c296b;
}

.buttontemplate.buttonselect {
	color: #1c296b;
	background-color: #FFF;
}

.button_next_before {
	width: 50px;
	height: 30px;
	margin-left: 5px;
}

.pagerdot {
	margin: 0;
	margin-left: 8px;
	font-weight: bold;
}

/*おすすめとチラシの組み合わせ注意のポップアップ*/

#flyer_modal_dialog{
	display: none;
	text-align: center;
    width: 40em;
    height: 16em;
	padding: 7em 0 1em 0;
	background-color: #ffffff;
	border: 1px solid #666666;
	position: fixed;
	z-index: 2;
}

.confirmationFlyer {
	width: 120px;
    padding: 10px 0;
	margin: 0 5px;
	background-color: #3d3d99;
}

.cancelFlyer {
	width: 120px;
    padding: 10px 0;
	margin: 0 5px;
	background-color: #666666;
}

.flyer_btn {
	position: absolute;
    right: 5px;
    top: 0px;
}

.flyer_center {
    font-size: 13pt;
    margin: 10px 0;
}

.flyer_attention{
	font-size: 9pt;
    width: 470px;
    margin: 0 auto 15px;
}

/*パスワード入力のポップアップ*/

#pass_modal_dialog{
	display: none;
	text-align: center;
    width: 40em;
    height: 16em;
	padding: 3em 0;
	background-color: #ffffff;
	border: 1px solid #666666;
	position: fixed;
	z-index: 2;
}

.confirmationPass {
	width: 120px;
    padding: 10px 0;
	margin: 0 5px;
	background-color: #3d3d99;
}

.cancelPass {
	width: 120px;
    padding: 10px 0;
	margin: 0 5px;
	background-color: #666666;
}

.pass_btn {
	position: absolute;
    right: 5px;
    top: 0px;
}

.pass_center {
    font-size: 13pt;
    margin: 10px 0;
}

.pass_attention{
	font-size: 9pt;
    width: 470px;
    margin: 0 auto 15px;
}

.pass_textbox {
	width: 60%;
	height: 1.5em;
}

.passinput_table {
    margin: 10px auto 0;
    height: 25px;
}

/*所属団体情報追加*/
.upload_centering {
	width: 210px;
	margin: 3em auto;
	position: relative;
}

.upload_proceed_btn {
	width: 210px;
	height: 50px;
	font-size: 11pt;
	color: #FFF;
	background-color: #3d3d99;
	cursor: pointer;
	left: 0;
	right: 0;
	padding-left: 15px;
}

.upload_icon {
	z-index: 1;
	width: 12px;
	position: absolute;
	top: 18px;
	left: 60px;
	pointer-events: none;
}

/* モーダル */
#modal_dialog{
	display: none;
	text-align: center;
	width: 34em;
	height: 12em;
	padding: 3em 0;
	background-color: #ffffff;
	border: 1px solid #666666;
	position: fixed;
	z-index: 2;
}

#modal_bg {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.csv_center {
	font-size: 13pt;
}

#upload_file {
	width: 180px;
	height: 20px;
	padding: 2px 4px;
	border: solid 1px #666666;
	vertical-align: top;
}

.upload_table {
	margin-top: 2em;
}

.buttonmodal {
    cursor: pointer;
	display: inline-block;
	text-align: center;
	font-size: 9pt;
	color: #FFF;
}

.selectCsv {
	width: 100px;
	padding: 4px;
	font-size: 9pt;
	background-color: #3d3d99;
}

.uploadCsv {
	width: 70px;
	padding: 10px 30px;
	margin: 0 5px;
	background-color: #3d3d99;
}

.cancelCsv {
	width: 70px;
	padding: 10px 30px;
	margin: 0 5px;
	background-color: #666666;
}

/* csv関連 */

.csv_choose {
	display: flex;
    width: 350px;
    margin: 40px auto;
}

.csv_choices{
	margin: 0 15pt;
}

.csv_success_message {
	border: solid 1px #3333FF;
	margin-top: 2em;
	padding: 15px 30px;
	color: #3333FF;
	font-size: 11pt;
}

.csv_err_message {
	border: solid 1px #FF3333;
	margin-top: 2em;
	padding: 15px 30px;
	color: #FF3333;
	font-size: 11pt;
}

.upload_err_message {
    width: 500px;
    text-align: center;
    position: absolute;
    top: -25px;
    left: -130px;
}

#loading {
  z-index: 2;
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
 
#loading .loadingMsg {
  width:30px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("/img/loading.gif") center center no-repeat;
}

/*パスワード変更*/

.pass_table {
    margin: 10px auto;
    width: 700px;
}

.toggle{
	position: relative;
}

.pass_btn {
	position: absolute;
    right: 5px;
    top: 0px;
}

label {
      align-items: center;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
}
 
input[type=checkbox] {
    cursor: pointer;
    opacity: 1;
    /* position: absolute; */
    /* right: -5px; */
    width: 30px;
    height: 25px;
    margin: 0;
    vertical-align: middle;
}
 
.iconEye::after {
      background: url("/img/icon_eye.png") no-repeat 96%;
      background-size: contain;
      content: '';
      display: block;
	  width: 20px;
      height: 25px;
}

.pass_success_message {
	border: solid 1px #3333FF;
	margin: 2em 5em;
	padding: 15px 30px;
	color: #3333FF;
	font-size: 11pt;
}
