.container {
  max-width: 960px;
  margin: 0 auto;
  font-family:
    /* メインとして Google Fonts の日本語サンセリフ */
    'Noto Sans JP',
    /* macOS */
    'Hiragino Kaku Gothic ProN',
    /* Windows 10+ */
    'Yu Gothic UI',
    /* 古い Windows */
    'Yu Gothic',
    /* 欧文フォントの系統 */
    'Helvetica Neue',
    'Arial',
    /* 最終フォールバック */
    'sans-serif';
}

.header_txt{
    font-size: 10px;
}
.title{
    max-width: 960px;
    margin: 50px auto;
    text-align: center;
}
.search-box {
    align-self: stretch;
    background-color: #fff;
    height: 10px;
    overflow: hidden;
    flex-shrink: 0;
}
.id1 {
    width: 50px;
    position: relative;
    line-height: 26px;
    display: none;
    align-items: center;
    flex-shrink: 0;
}
.div1 {
    flex: 1;
    position: relative;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.wrapper {
    flex: 1;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 6px;
    font-size: 15px;
    color: #c4c4c4;
}
.id {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.id-parent {
    flex: 1;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    gap: 5px;
}
.login-inner {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 20px;
}
.login {
    align-self: stretch;
    border: 0.5px solid #fff;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 13px;
    color: #fff;
}
/* 20250626 comment out 
.checboxoff-child {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-radius: 1px;
    border: 1px solid #868686;
    box-sizing: border-box;
}
.checboxoff {
    width: 13.1px;
    position: relative;
    height: 12px;
}
.checboxon-icon {
    width: 11px;
    position: relative;
    height: 11px;
    display: none;
}
*/
/*20250626 add */
.checkbox-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkbox-box {
  width: 20px;
  height: 20px;
  border: 2px solid #666;
  border-radius: 4px;
  position: relative;
  margin-right: 8px;
}

.checkbox-check {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  display: none;
}

.div4 {
    position: relative;
    line-height: 12px;
}
.div3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.div5 {
    position: relative;
    line-height: 26px;
}
.button-37 {
    box-shadow: -2px -4px 4px rgba(0, 0, 0, 0.25) inset;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #868686;
    box-sizing: border-box;
    height: 21px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}
.button-37-wrapper {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: rgba(0, 0, 0, 0.8);
}
.login1 {
    align-self: stretch;
    border: 0.5px solid #fff;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 40px;
    gap: 10px;
    color: #7c7c7c;
}
.button-371 {
    width: 201px;
    border-radius: 5px;
    background-color: #d0e3ff7a;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    cursor: pointer;
	margin: 10px 0;
}
.button-37-container {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.login2 {
    align-self: stretch;
    border: 0.5px solid #fff;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
}
.div7 {
    position: relative;
    text-decoration: underline;
    line-height: 12px;
	font-size: 13px; 
}
.button-372 {
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
}
.button-37-frame {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.button-373 {
    width: 201px;
    border-radius: 5px;
    background-color: #d0e3ff7a;
    border: 1px solid #95bffc;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
	margin: 10px 0; 
}
.login3 {
    align-self: stretch;
    border: 0.5px solid #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    gap: 10px;
}
.p {
    margin-block-start: 0;
    margin-block-end: 16px;
    color: #7c7c7c;
}
.p1 {
    margin-block-start: 0;
    margin-block-end: 16px;
}
.p5 {
    margin: 0;
    color: #7c7c7c;
}
.txt {
    line-break: anywhere;
    width: 100%;
	font-weight: lighter; 
}
.b {
    width: 106px;
    position: relative;
    line-height: 2px;
    display: flex;
    align-items: center;
}
.system {
    align-self: stretch;
    border: 0.5px solid #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #c4c4c4;
}
.div {
    flex: 1;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 1px;
    text-align: left;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    /* font-family: 'Meiryo UI'; */
}





.header-child {
    width: 76.9px;
    position: relative;
    max-height: 100%;
    }


.header {
	width: 100%;
	position: relative;
	border: 0.5px solid #fff;
	box-sizing: border-box;
	height: 51px;
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 5px 20px;
	gap: 0px;
	text-align: left;
	font-size: 14px;
	color: #000;
	/* font-family: 'Meiryo UI'; */
}

.hello1 {
    position: relative;
    line-height: 18px;
}

.hello {
	width: 100%;
	position: relative;
	border: 0.5px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	gap: 4px;
	text-align: center;
	font-size: 18px;
	color: #0751a4;
	/* font-family: 'Meiryo UI'; */
}
    

.b {
    position: relative;
    line-height: 10px;
}
.order-history1 {
    position: relative;
    font-size: 10px;
    line-height: 10px;
}
.parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}
.b1 {
    position: relative;
    line-height: 10px;
    display: none;
}

.group {
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 4px;
}
.order-history {
    width: 100%;
    position: relative;
    border: 0.5px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    gap: 0px;
    text-align: center;
    font-size: 15px;
    color: #000;
    /* font-family: 'Meiryo UI'; */
}

.b {
    position: relative;
    line-height: 12px;
}
.group-child {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ebebeb;
    width: 120px;
    height: 77.3px;
}
.no-data {
    position: absolute;
    top: 30.67px;
    left: 41.33px;
    line-height: 12px;
    display: flex;
    align-items: center;
    width: 38.7px;
    height: 16px;
}
.rectangle-parent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 77.3px;
}
.group-item {
    position: absolute;
    top: 77.33px;
    left: 0px;
    background-color: #fff;
    width: 120px;
    height: 77.3px;
}
.group-parent {
    width: 120px;
    position: relative;
    height: 154.7px;
    text-align: left;
    font-size: 6px;
    color: #ee1b3b;
}
.button-37 {
    position: relative;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 5px;
    text-align: center;
    font-size: 10px;
    color: #ff9500;
    /* font-family: 'Meiryo UI'; */
}

.horizontal_title{
    margin: 5px;
}

.horizontal_scroll {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 0 0 12px 8px;
	display: -ms-flexbox;
	display: flex; 
	border-radius: 5px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	list-style:  none;
}

.media_order_botton {
	width: 100px;
	position: relative;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #868686;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	float:left;
	margin:10px;
	background: var(--BW-White, #FFF);
	padding: 12px 10px;
	gap: 10px;
}


/* 画面幅が768px以上の場合、横スクロールを解除 */
@media screen and (min-width: 768px) {
	.horizontal_scroll {
	  overflow-x: inherit;
	padding: 0 8px 6px; } 
}

.horizontal_scroll > li {
	width: 100%;
	min-width: 140px;
	background-color: #ebebeb;
	border-radius: 10px; 
}

@media screen and (min-width: 768px) {
	.horizontal_scroll > li {
		min-width: inherit; 
	} 
}

.horizontal_scroll > li:not(:last-child) {
	margin-right: 5px; 
}

.horizontal_scroll > li:last-child {
	padding-right: 5px; 
}

@media screen and (min-width: 768px) {
	.horizontal_scroll > li:last-child {
	padding-right: 0;
	}
}

.horizontal_scroll img {
	vertical-align: bottom;
	width:130px;
}
 
.group-icon {
    width: 18px;
    position: relative;
    max-height: 100%;
    cursor: pointer;
}
.group-wrapper {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.system {
    width: 100%;
    position: relative;
    border: 0.5px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    gap: 0px;
    text-align: center;
    font-size: 15px;
    color: #000;
    /* font-family: 'Meiryo UI'; */
}
.left_col{
	width:40%;
	padding: 10px;
	border-radius: 5px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	background-color: #ebebeb;
	border: 1px solid #c4c4c4;
	float: left;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
}
.right_col{
	width:40%;
	float: left;
	margin-left: 5%;
}

.col_title{
        position: relative;
	font-size: 10px;
	line-height: 10px;
	/* font-family: 'Meiryo UI'; */
	color: #779095;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 3px;
}



.visual-marketing-inc {
	margin: 0;
	color: #0751a4;
}
.visual-marketing-inc-container {
	width: 100%;
	position: relative;
	font-size: 8px;
	line-height: 8px;
	/* font-family: 'Meiryo UI'; */
	text-align: center;
	display: inline-block;
	color: #506063;
}
/* fome周り　リセット用 */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*Form追加修正*/
#username,
#password{
    font-size: 18px;
}


.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #2c3e50;
    font-weight: 500;
}


.message_txt_red {
	margin:30px auto 30px;
	padding:10px;
	color:red;
	text-align:center;
}

.message_txt_green {
	margin:30px auto 30px;
	padding:10px;
	color:green;
	text-align:center;
}

/*detail.phpのものをこっちに*/
.sub_container{
	display: flex;
	align-items: stretch; /* これが高さを揃える */
	margin-top:10%;
}
.cancel_button {
	display: flex;
	height: 35px;
	padding: 5px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
	background: #FFF;
	box-shadow: -2px -2px 2px var(--sds-size-blur-100) #779095 inset;
	color:red;
}

.back_button{
	display: flex;
	height: 35px;
	padding: 5px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
	background: #F1F7FE;
	box-shadow: -2px -2px 2px var(--sds-size-blur-100) #779095 inset;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.modal-content {
	background: white;
	padding: 2em;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.modal-check{
	color: #00A0E9;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}
.modal-p{
	color: #000;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 160% */
}
.hidden {
	display: none;
}
.modal-content button {
	margin: 0 1em;
	padding: 0.5em 1em;
}