@charset "UTF-8";
/* Regular */
@font-face {
	font-family: "Noto Sans JP";
	src: url("/fonts/NotoSansJP-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
/* Medium */
@font-face {
	font-family: "Noto Sans JP";
	src: url("/fonts/NotoSansJP-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
/* bold */
@font-face {
	font-family: "Noto Sans JP";
	src: url("/fonts/NotoSansJP-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
:root {
    --font-color:#333;
    --bg-color:#F8F8F8;
    --bg-footcolor:#333;
    --bg-comfirm:#F6F6F4;
    --color-white:#fff;
    --color-blue:#00B8C7;
    --color-red:#E95350;
	--color-red2:#dd000b;
    --color-gray:#eaeaea;
	--color-gray2:#555555;
    --color-orange:#ED6B00;
    --color-progressbar:#aaaaaa;
    --color-comment:#979797;
    --border-orange:#FD8D31;
    --border-blue: #00BBDD;
    --border-black:#a7a7a7;
    --border-input:#8E8E8E;
    --border-carlist:#696969;
    --duration: .3s;
    --opacity:70%;
    --font-defaultsize:1.4rem;
    --font-sml:1.2rem;
    --color-stepcurrent:#E57520;
    --table-Border:#E6E6E6;
    --table-Basic:#818080;
    --table-Blue:#80AFC7;
    --table-Green:#84C6C4;
    --table-Gray:#BCBCBC;
    --table-modal-border:#707070;
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
html {
	font-size: 62.5%;
	font-family: "Noto Sans JP","游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	scroll-behavior: smooth;
	color:var(--font-color);
}
body, html {
	height: 100%;
}
body {
	font-size: 1.4rem;
	font-weight: 400;
	color: #333;
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	text-rendering: optimizeSpeed;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
}
img, picture, picture img {
	max-width: 100%;
	height: auto;
}
a {
	color: #009DEE;
	cursor: pointer;
	transition: var(--duration);
}
a:hover {
    opacity:var(--opacity);
}
a.o_regist {
    color:var(--color-red);
}
.link {
	color: #C7FFFF;
	cursor: pointer;
}
.link:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}
li {
	list-style: none;
}
input,
button,
textarea,
select {
	font: inherit;
}
input, select, textarea {
	height: 32px;
	width: 100%;
	border: solid 1px #696969;
	border-radius: 5px;
	padding: 2px 10px;
	box-sizing: border-box;
	font-size: 1.6rem;
	font: inherit;
}
select {
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none;
}
input[readonly], input[readonly]:focus {
	border: solid 1px #d9d9d9;
	background-color: whitesmoke;
	outline: none;
}
input[type=text]:read-only, input[type=search]:read-only, input[type= url]:read-only, input[type=tel]:read-only, input[type=email]:read-only, input[type=password]:read-only,
input[type=date]:read-only, input[type=week]:read-only, input[type=time]:read-only, input[type=datetime-local]:read-only, input[type=number]:read-only, textarea:read-only {
	background: #F6F6F4;
	color: #666;
	cursor: auto;
}
input[type=submit],
input[type=button],
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
label,
button,
select {
	cursor: pointer;
}
input:focus:not(input[type="submit"]:focus,input[type="button"]:focus,input[type=text]:read-only:focus),select:focus , textarea:focus {
	outline: none;
	border: solid 1px #00A2E9;
}
::placeholder {
	color: #D5D2D2;
	text-align: left;
}
::-webkit-input-placeholder,::-moz-placeholder ,::-ms-input-placeholder ,::-ms-input-placeholder {
	color: #D5D2D2;
}
input[type=button], input[type=file],input[type=submit], input[type="submit"]::-webkit-search-decoration,input[type="button"]::-webkit-search-decoration {
	font-family: "Noto Sans JP","游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	cursor: pointer;
}
input[type=button], a , input[type=file], input[type=submit], input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
	transition: 0.3s ;
}
input[type=checkbox] {
	width: auto;
	height: auto;
}
input[type=radio] {
	display: none;
}
input[type=file] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
option {
	height: 40px;
	box-sizing: border-box;
}
textarea {
	resize: none;
}
button {
	border:none;
	background:none;
}
select:disabled,button:disabled,input[type=radio],input[type=checkbox] {
	cursor: auto;
}
button:disabled i {
	opacity: .3;
}
/**************l-header**************/
/***** headeer *****/
.l-header {
    min-width: 1280px;
    height: 65px;
    padding: 7px 0;
    border-bottom: 1px solid var(--border-orange);
}
.l-header.nb {
    border-bottom: 0;
}

.l-header .p-logo {
    display:flex;
    color:var(--color-orange);
    gap:8px;
}
.l-header .p-logo span {
    font-size:2.4rem;
    font-weight:bold;
}
.l-header .p-logo img {
    width: 150px;
}
.l-header .p-header-txt {
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: 16px;
}
.l-header-inner, .l-Footer-inner {
    margin: 0 auto;
}
.l-header-inner {
	padding: 0 20px;
}

.l-header-inner .c-header-item .c-item-list {
	display:flex;
	font-size:var(--font-sml);
	align-items: center;
	margin-top: -10px;
}
.l-header-inner .c-header-item .c-item-list > dt {
	font-size: 1.1rem;
	display:flex;
	flex: 0 0 75px;
	background: #F6F6F4;
	justify-content: center;
	text-align: center;
	line-height:1;
	align-items: center;
}
.l-header-inner .c-header-item .c-item-list > dt {
	border: 1px solid var(--border-carlist);
}
.l-header-inner .c-header-item .c-item-list > dd {
	border-top: 1px solid var(--border-carlist);
	border-right: 1px solid var(--border-carlist);
	border-bottom: 1px solid var(--border-carlist);
	font-size: 1.2rem;
	width: 200px;
}
.l-header-inner .c-header-item .c-item-list > dt ,
.l-header-inner .c-header-item .c-item-list > dd {
	height:24px;
}
.l-header-inner .c-header-item .c-item-list > dd select {
	width:100%;
    height: 100%;
	border:none;
	outline:none;
	padding: 0 20px 0 4px;
	vertical-align: baseline;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.l-header-inner .c-header-item .c-item-list dd .readonly {
	pointer-events: none;
}

.l-header-inner .c-btn-link img {
    height: 20px;
}
.l-header-inner .c-btn-link span {
    font-size: 1rem;
}

.l-header-under{
    background:var(--color-orange);
}   
.l-header-under2{
    background:var(--color-orange);
    padding-top: 2px;
}   

.l-header-under .l-header-underNavListItem {
    position: relative;
}
.l-header-under .l-header-underNavListItem a{
    text-decoration:none;
    font-weight:normal;
    color:#fff;
    padding: 4px 18px;
    font-size: 1.4rem;
    line-height: 1.2;
    transition: var(--duration);
    display: flex;
    height: 41px;
    vertical-align: middle;
    align-items: center;
    text-align: center;
}
.l-header-under .l-header-underNav a.l-header-underNav__active {
    color:#ED6B00;
    background:#FBE1CB;
}
.l-header-under .l-header-underNav a:hover{
    color:#ED6B00;
    background:#FBE1CB;
}
.l-header-under .l-header-underNav .not-compatible {
	pointer-events: none;
	opacity: 0.3;
    background:var(--color-orange);
}
.l-header-under .c-headerIcon_trial {
    position: absolute;
    left: 2px;
    top: 1px;
    text-align: center;
    font-size:  0.8rem;
    color: #ffffff;
    font-weight: bold;
    padding: 1px 2px;
    background-color: #dc030f;
    z-index: 1;
}



.l-Footer-inner {
    width: 75%;
}
/***** main *****/
.l-main {
	/*padding: 100px 0 0;*/
	display: block;
	flex: 1 0 auto;
	min-width: 1280px;
}
.l-mainWrap {
	padding: 20px 20px 0;
}
/***** footer *****/
.l-footer {
    min-width: 1280px;
    padding: 42px 0;
}
.l-footer a {
    color: var(--color-white);
    text-decoration: none;
    font-weight:bold;
}
.l-Footer-inner .c-leftCominfo img {
    width: 184px;
    margin-bottom: 32px;
}
.l-Footer-inner .c-leftCominfo .c-link {
    display: flex;
    gap:32px;
}
.l-Footer-inner .c-rightBnr img {
    width: 290px;
}
.l-Footer-inner .l-copy {
    color: #949494;
}
.l-Footer-inner .p-Footer-inner-top {
    margin-bottom: 32px;
}
/**************utility**************/
.u-red {
	color: #E61211;
}
.u-red2 {
	color: var(--color-red2);
}
.u-gray {
	color: #a9a9a9;
}
.u-lh12 {
	line-height: 1.2;
}
.u-textCenter {
	text-align: center;
}
.u-textLeft {
	text-align: left;
}
.u-textRight {
	text-align: right;
}
.u-size100 {
    width:100%;
}
.u-margin--btm8 {
    margin-bottom:8px;
}
.u-margin--btm16 {
    margin-bottom:16px;
}
.u-margin--btm24 {
    margin-bottom:24px;
}
.u-margin--btm32 {
    margin-bottom:32px;
}
.u-margin--btm40 {
    margin-bottom:40px;
}
.u-margin--btm48 {
    margin-bottom:48px;
}
.u-padding--32 {
    padding: 32px;
}
.u-padding--top24btm60 {
    padding:24px 60px;
}
.u-padding--topbtm56 {
    padding:56px 0;
}
.u-padding--topbtm60 {
    padding:60px 0;
}
.u-text-right {
    text-align: right;
}
.u-text-left {
    text-align: left;
}
.u-text-center {
    text-align: center;
}
.u-align-items-center {
	align-items: center;
}
.u-fs10{
	font-size: 1.0rem;
}
.u-fs11{
	font-size: 1.1rem;
}
.u-fs12{
	font-size: 1.2rem;
}
.u-width55px {
	width: 55px;
}
.u-width75px {
	width: 75px;
}
.u-width100px {
	width: 100px;
}
.u-width110px {
	width: 110px;
}
.u-width120px {
	width: 120px;
}
.u-width130px {
	width: 130px;
}
.u-width140px {
	width: 140px;
}
.u-width150px {
	width: 150px;
}
.u-width180px {
	width: 180px;
}
.u-width200px {
	width: 200px;
}
.u-width250px {
	width: 250px;
}
.u-width300px {
	width: 3000px;
}
.u-text__strikethrough {
	text-decoration: line-through;
}
/**************component**************/
.c-hello {
	font-size: 1.4rem;
}
.c-textarea {
	height: 100px;
}
.c-textOmission {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.c-textOmission__line1 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	white-space: normal;
    word-break: break-word;
}
.c-textOmission__line2 {
    -webkit-line-clamp: 2;
}
/***** 	アイコン *****/
.c-icon_complete {
	position: relative;
	margin: auto;
	width: 66px;
	height: 66px;
	background-color: var(--color-orange);
	border-radius: 50%;
	margin-bottom: 30px;
}
.c-icon_complete::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 5px;
	width: 30px;
	height: 15px;
	margin: auto;
	border-left: 6px solid #fff;
	border-bottom: 6px solid #fff;
	transform: rotate(-45deg);
}
.c-icon_error {
	position: relative;
	margin: auto;
	width: 66px;
	height: 66px;
	background-color: #777;
	border-radius: 50%;
	margin-bottom: 30px;
}
.c-icon_error::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -30px;
	width: 0px;
	height: 6px;
	margin: auto;
	border-left: 6px solid #fff;
}
.c-icon_error::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 12px;
	width: 0px;
	height: 25px;
	margin: auto;
	border-left: 6px solid #fff;
}
.c-icon-search {
	display: inline-block;
	background: url(/img/common/icon_search.png) center center/100% 100% no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 30px;
}
.c-icon-download {
    display: inline-block;
    background: url(/img/common/icon_download.svg) center center / 100% 100% no-repeat;
    width: 20px;
    height: 15px;
}
.c-icon-print {
	display: inline-block;
	background: url(/img/common/icon_print.svg) center center/100% 100% no-repeat;
	width: 23px;
	height: 18px;
}

.c-icon-new {
	display: inline-block;
	background: url(/img/common/icon_new.svg) center center/100% 100% no-repeat;
	width: 18px;
	height: 18px;
}
.c-icon-edit {
	display: inline-block;
	background: url(/img/common/icon_edit.svg) center center/100% 100% no-repeat;
	width: 18px;
	height: 18px;
}

.c-icon-copy {
	display: inline-block;
	background: url(/img/common/icon_copy.svg) center center/100% 100% no-repeat;
	width: 23px;
	height: 18px;
}

.c-icon-download {
	display: inline-block;
	background: url(/img/common/icon_download.svg) center center/100% 100% no-repeat;
	width: 20px;
	height: 15px;
}
.c-icon-delete {
	display: inline-block;
	background: url(/img/common/icon_delete.svg) center center/100% 100% no-repeat;
	width: 18px;
	height: 18px;
}

/***** ボタン *****/
.c-btn {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	margin: 2px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.c-btn-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1;
	background: #F6F6F4;
	padding: 4px 15px;
	border: 1px solid #949494;
	border-radius: 5px;
	min-height: 34px;
}
.c-btn-control i {
	margin-right: 3px;
}
.c-btn-number {
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	border: none;
	border-radius: 2px;
	color: #2284B6;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3D3D3));
	background: linear-gradient(to bottom, #FFFFFF 0%, #D3D3D3 100%);
	-webkit-box-shadow: 0 0 2px rgba(94, 94, 94, 0.6);
			box-shadow: 0 0 2px rgba(94, 94, 94, 0.6);
	padding: 7px;
	min-width: 50px;
}
.c-btn-number:hover {
	color: #fff;
	background: #2284B6;
}
.c-btn-number:disabled {
	background: linear-gradient(to bottom, #cdcdcd 0%, #c9c9c9 100%);
	color: #9d9d9d;
	cursor: unset;
}
.c-btn__back button ,.c-btn__back a {
	width: 196px;
	color: #778597;
	border-radius: 10px;
	padding: 13px 12px;
	border: 2px solid #778597;
	background: linear-gradient(#f8f8f8 0%, #fff 21.18%, #fff 34.48%, #e3e3e3 80.3%, #ebebeb 100%);
	transition: var(--duration);
	font-weight: bold;
	text-decoration: none;
}
.c-btn__passEye {
    background: url(../img/common/icon_eye.png) center center no-repeat;
    background-size: 100%;
}
.c-btn__pass {
    position: absolute;
    width: 25px;
    height: 13px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}
.c-btn__passEye-slash {
    background: url(../img/common/icon_eye_slash.png) center center no-repeat;
    background-size: 100%;
}
/***** モーダル *****/
.c-bgModal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}
/***** デフォルトエリアのモーダル *****/
.c-bgDefaultModal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}
.c-modal {
	background-color: #fff;
	margin: 10% auto;
	width: 728px;
	animation-name: modalopen;
	animation-duration: 1s;
	position: relative;
	padding: 40px;
}
.c-modal__btnClose {
	border:none;
	background:none;
	position:absolute;
	top: 10px;
	right: 10px;
}
.c-modalTtl {
	font-weight:bold;
	font-size:1.8rem;
	margin-bottom:20px;
	text-align: center;
}
.c-modalDl {
	display: flex;
	align-items: baseline;
	margin-bottom: 20px;
	justify-content: left;
}
.c-modalDl dt {
	margin-right: 20px;
}
.c-modalDl dd {
	font-size: 1.8rem;
	font-weight: bold;
}
/***** 共通画面（フォーム等） *****/
.c-formWrap {
    width:850px;
    margin:0 auto;
	padding: 60px 20px 80px; 
}
.c-formWrap__hedding {
	font-size: 3rem;
    margin-bottom: 5px;
    text-align: center;
}
.c-formWrap__txt {
    text-align: center;
    margin-top: 20px;
}
.c-form__heading {
	font-size: 2.8rem;
	margin-bottom: 20px;
}
.c-form__linkArea {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    margin-top: 10px;
}

.c-form__linkArea a {
    display: inline;
    margin: 0 3px;
}
.c-passWrap {
    position: relative;
    /*margin-bottom: 24px;*/
}
.c-form__inner {
    max-width: 820px;
    margin: 0 auto;
}
.c-form__row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
}
.c-form__row .row-hedding {
    width: 345px;
    margin-right: 10px;
    padding: 5px 10px 0;
    display: inline-block;
    font-weight: bold;
    cursor: text;
}
@media screen and (max-width:520px) {
    .c-form__row .row-hedding br {
        display: none;
    }
}
.c-form__confirm .c-form__row .row-hedding {
    padding: 0 10px 0;
}
.c-form__required {
    display: inline-block;
    color: #E92F2E;
    margin-left: 5px;
    padding: 1px 0 0;
    font-size: 1.4rem;
}
.c-form__row .row-val {
    max-width: 590px;
    width: 100%;
    padding: 0 10px 0 0;
}
.c-form__row .row-valCol2 {
    display: flex;
    justify-content: space-between;
}
.c-form__row .row-valCol2 .row-valCol2__item {
    width: 48%;
}
textarea#Inquiry {
    height: calc(1.4rem * 15);
    resize: none;
}
.c-form__btnArea {
    max-width: 550px;
    margin: 40px auto;
}

/*****モダール内のフォームcss******/
.p-inputForm__formArea {
	width: 100%;
	margin-top: 10px;
}
.p-inputForm-wrapper {
	display: flex;
	margin-top: 20px;
}
.p-inputForm-wrapper:first-child {
	margin-top: 0;
}
.p-inputForm-wrapper .p-inputForm__formArea {
	margin-top: 0;
	margin-left: 20px;
}
.p-inputForm-wrapper .p-inputForm__formArea:first-child {
	margin-left: 0;
}
.p-inputForm__formArea__label {
	white-space: nowrap;
}
.p-inputForm__formArea__form {
	margin-left: 10px;
	width: 100%;
}

/*****共通テーブルcss******/
.c-baseTable {
	width: 100%;
	margin-bottom: 5px;
	text-align: left; 
}
.c-baseTable thead th {
	background: var(--table-Basic);
	color: #fff;
	border: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
	line-height: 1;
}
.c-baseTable th, .c-baseTable td {
	font-size: var(--font-sml);
	font-weight: normal;
	padding: 2px 5px;
	border: 1px solid var(--table-modal-border);
	position: relative;
	vertical-align: middle;
}
.c-baseTableNote {
	font-size: 1.1rem;
	position: relative;
	padding-left: 1.1rem;
	margin-bottom: 5px;
}
.c-baseTableNote::before {
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}
.c-baseTable__btnIcon{
	height: 15px;
	display: inline-block;
	vertical-align: text-top;
}
.c-tableCell__inIcon {
	position: relative;
	padding-bottom: 24px!important;
}
.c-tableCell__inIcon .c-popIcon {
	position: absolute;
	max-width: 20px;
	right: 4px;
	bottom: 2px;
	padding: 0;
}
/***** 検索エリア *****/
.c-SearchWrap {
	display: grid;
	grid-template-columns: 240px 240px 522px ;
	gap: 0px 4px;
	align-items: start;
}
.c-SearchWrap .c-searchitemList {
	display:flex;
	font-size:var(--font-sml);
	align-items: center;
}
.c-SearchWrap .c-searchitemList > dt {
	font-size: 1.1rem;
	display:flex;
	flex: 0 0 74px;
	background: #F6F6F4;
	justify-content: center;
	text-align: center;
	height: 20px;
	line-height:1;
	align-items: center;
}
.c-SearchWrap .c-searchitemList > dd {
	font-size: 1.1rem;
	width:100%;
	height:20px;
}
.c-SearchWrap .c-searchitemList > dd input[type="text"] {
	border:none;
	border-radius:0;
	height:16px;
	padding:2px 4px;
}
.c-SearchWrap .c-searchitemList > dd input[type="text"]:focus {
	outline:none;
	border:none;
}
.c-SearchWrap .c-searchitemList > dd select {
	width:100%;
	height:16px;
	border:none;
	outline:none;
	font-size: 1.1rem;
    padding: 0 20px 0 4px;
}
.c-SearchWrap .c-searchitemList > dt.p-lineheightFix {
	line-height:1.2;
}
.c-TableBorder01 {
	border-bottom: 1px solid var(--border-carlist);
	border-right: 1px solid var(--border-carlist);
	border-left: 1px solid var(--border-carlist);
}
.c-TableBorder02 {
	border-bottom: 1px solid var(--border-carlist);
	border-right: 1px solid var(--border-carlist);
}
.c-SearchWrap:first-child .c-TableBorder01,
.c-SearchWrap:first-child .c-TableBorder02  {
	border-top: 1px solid var(--border-carlist);
}
.c-searchitemList__col3 > dd.p-marginFrom {
    width: auto;
    margin: 0 2px;
    line-height: 21px;
}
.c-searchitemList__col3 dd:nth-child(4) {
    border-left: 1px solid var(--border-carlist);
}
.p-searchItemBtnWrap {
	max-width: 1000px;
}
.c-SearchItembtn{
	margin-left: auto;
	display: flex;
    align-items: center;
}
.c-btnClear{
	text-align: right;
	display: block;
	margin-right:16px;
}
.c-btnClear a{
	font-size:1.2rem;
}
.c-searchitemList .c-btn-search2{
	position: relative;
	font-weight: bold;
	text-align: center;
	border: none;
	border-radius: 20px;
	color: #fff;
	padding: 2px 0px;
	min-width: 136px;
	background: linear-gradient(#f59f98 0%, #ff6965 32.51%, #e20606 100%);
	transition:var(--duration);
}

.c-searchitemList .c-btn-search2:hover{
	opacity:var(--opacity);
}
.c-btn-search2::after {
	content: "▲";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	font-size: 1rem;
	color: #fff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
/****** 表示件数 ******/

.c-rightdisplay {
	display:flex;
	align-items:flex-end;
	justify-content: flex-end;
	font-size: 1.2rem;
}
.c-rightdisplay select {
	width:60px;
	height: 25px;
	font-size: 1.2rem;
}
.c-left-display {
	display:flex;
	gap:18px;
	align-items: center;
	margin-right:8px;
}
.c-right-display {
	display:flex;
	gap:3px;
	align-items: flex-end;
}
/************** input **************/
.c-selectboxArrowLabel {
	margin-right: 8px;
}
.c-selectboxArrow::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: var(--font-color) transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	pointer-events: none;
}
.c-selectWrap {
	position: relative;
}
.c-selectWrap::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: var(--font-color) transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    pointer-events: none;
}

.c-error input.input-error, .c-error select.input-error, .c-error textarea.input-error {
    border: solid 1px #E92F2E;
    background-color: #ffebef;
}

.c-error .c-errorMessage.on {
    display: block;
}
.c-errorMessage {
    display: none;
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    color: #E92F2E;
    padding: 5px 5px 0px 5px;
    margin-top: 0px;
    line-height: 1.5;
}

/***** サブナビメニュー *****/
.c-subNav a{
    color:var(--font-color);
    font-weight:bold;
    text-decoration:none;
}
.c-subNav a.c-active{
    border-bottom:1px solid var(--color-orange);
    padding-bottom:4px;
}
ul.c-subNav{
    display:flex;
    justify-content:center;
    gap:30px;
    margin-bottom:32px;
}

/***** 設定メニュー共通 *****/
.c-Settingswrap{
    width: 75%;
    margin: 0 auto;
}

/**************other**************/
.ui-datepicker-trigger {
	cursor: pointer;
}
.hasDatepicker:read-only {
	color: inherit !important;
}

/***** ドラッグ＆ドロップTABLE *****/
.c-icon__ddsort {
    cursor: move; /* ドラッグハンドル用 */
} 
.c-ddSortable {
    table-layout: fixed;
    width: 100%;
}
.c-ddSortable__selected {
    background-color: #fffbf8;
}
.c-ddSortable .ui-sortable-helper {
    display: table;
    width: 100%;
}

.c-ddSortable  .ui-sortable-helper td {
    display: table-cell;
    box-sizing: border-box;
    background-color: #fffbf8;
}

/* 2025.04.16 Miwa */
.plan-info-header .c-plan {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px 10px;
	margin-right: 18px;
	gap: 20px;
	background: #F6F6F4;
	min-width: 159px;
}
.plan-info-header .c-plan span {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	white-space: nowrap;
}
.p-btn__planUpgrade{
    width: 154px;
}
.p-btn__planUpgrade .c-btn__solid{
    position: relative;
}
.plan-info-header .p-btn__planUpgrade.c-btn__solid.color-master button{
	width: 100%;
	height: 32px;
	background: linear-gradient(0deg, #FF000A 83.65%, #F59F98 92.79%, #FF000A 100%);
	border: 1px solid #FF000A;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	padding: 0;
}
.plan-info-header .p-btn__planUpgrade.c-btn__solid.color-master button span{
	font-size: inherit;
}
.p-btn__planUpgrade.c-btn__solid.color-master.next::before {
	border: 2px solid #fff;
	filter: drop-shadow(0px 0px 2.3px #ff6c00);
	pointer-events: none;
}
.p-btn__planUpgrade.c-btn__solid.color-master.next::after {
	border-left: 9px solid #ED6B00;
	right: 18px;
	pointer-events: none;
}
.c-confirm-bgModal,
.c-upgrade-bgModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.c-upgrade-bgModal .c-upgradeModal{
	width: 540px;
	background-color: #fff;
	margin: 10% auto;
	animation-name: modalopen;
	animation-duration: 1s;
	position: relative;
	padding: 40px;
}
.c-confirm-bgModal .confirm-text,
.c-upgrade-bgModal .upgrade-text{
	margin-bottom: 20px;
}
.c-upgrade-bgModal .button-next-upgrade{
	min-width: 260px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.c-confirm-bgModal .c-confirm-modal__btnClose,
.c-upgrade-bgModal .c-upgrade-modal__btnClose {
	border: none;
	background: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
.c-plan .text-red{
	color: #FF000A;
}
.c-plan .text-red .text-limit{
	padding-left: 15px;
	display: inline-block;
}
.c-confirm-bgModal .c-confirmModal{
	width: 400px;
	background-color: #fff;
	margin: 10% auto;
	animation-name: modalopen;
	animation-duration: 1s;
	position: relative;
	padding: 20px;
}
.c-confirm-bgModal .button-confirm-ok {
	background: #0068C9;
	border-color: #0068C9;
	color: #FFFFFF;
	padding: 4px 16px;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	margin-right: 20px;
	text-decoration: none;
}
.c-confirm-bgModal .button-confirm-cancel {
	background: #DFEFFF;
	color: #0068C9;
	padding: 4px 16px;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	text-decoration: none;
}