
body {
}

header{
	padding: 20px 0;
}

.contents{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.cp_title {
	font-size: 1.2rem;
}

.cp_title img{
	width: 25px;
	margin-right: 10px;
	vertical-align: middle;
}

.sys_title {
	padding-left: 100px;
	font-size: 1.7rem;
}

.loginarea{
	width: 600px;
	text-align: center;
}

.loginarea .btn{
	color: #fff;
	background-color: #dc143c;
	font-weight: bold;
	width: 100px;
	height: 40px;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	border: none;
	border-radius: 0.5rem;
}

.loginarea .btn:hover{
	color: #f9f9f9;
	background-color: #ff1745;
}

.form-group{
	display: flex;
	margin-bottom: 10px;
}

.form-group label{
	width: 10%;
	padding: 0 10px;
	text-align: right;
	line-height: 250%;
}

.form-group input[type="text"],
.form-group input[type="password"]{
	width: 80%;
	height: 24px;
	padding: 8px;
	border-radius: 4px;
	font-size: 1.1rem;
	border: none;
	box-shadow: 0 0 0 1px #ccc inset;
}

.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus{
	outline: 0;
	box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.logout {
	position: absolute;
	top: 0;
	right: 0;
}

.naviarea{
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

.menu{
	display: flex;
}

.menu li{
	width: 25%;
	border-left: 1px solid #555;
}

.menu li:nth-last-child(1){
	border-right: 1px solid #555;
}

.menu li a, .menu_active{
	text-align: center;
	padding: 10px 0;
}

.regarea{
	margin-top: 50px;
	padding: 20px;
	border: 1px solid #778899;
	border-radius: 8px;
	position: relative;
}

.regarea > p{
	font-size: 1.1rem;
	padding: 0 10px;
	position: absolute;
	top: -15px;
	left: 20px;
	background: #fff;
}

.regarea div{
	display: flex;
	align-items:center;

}

.regarea > div > span:nth-child(1){
	width: 90%;
}

.regarea > div > span:nth-child(2){
	width: 10%;
	padding: 0 20px;
}

input[type="text"]{
	height: 40px;
	padding: 8px;
	border-radius: 4px;
	font-size: 1.1rem;
	border: none;
	box-shadow: 0 0 0 1px #ccc inset;
}

input[type="text"]:focus{
	outline: 0;
	box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

select{
	height: 40px;
	padding: 8px;
	border-radius: 4px;
	font-size: 1.1rem;
	border: none;
	box-shadow: 0 0 0 1px #ccc inset;
}

select:focus{
	outline: 0;
	box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.regarea .d-name{
	width: 100%;
}

.regarea .m-name{
	width: 50%;
}

.regarea .n-name{
	width: 39%;
}

.regarea .p-name{
	width: 92%;
}

.mailinput{
	margin-bottom: 5px;
}

.mailinput span{
	width: 8%;
	padding-right: 8px;
	font-size: 14px;
}

.mailinput p{
	text-align: center;
	width: 3%;
}


.viewarea{
	margin-top: 20px;
	padding: 10px;

}

.viewarea p{
	font-size: 1.1rem;
	padding: 12px 10px;
	border: 1px solid #555;
	background-color: #82ae46;
	font-weight: bold;
	color: #fff;
}

.viewarea ul li{
	display: flex;
	align-items:center;
    flex-wrap: wrap;
	padding: 10px 0;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
}

.domaintitle{
	padding: 10px 20px!important;
	background-color: #cee4ae!important;
	font-weight: bold;
	color: #ea5550;
}

.viewarea ul li:nth-child(2n){
	background-color: #fff;
}

.viewarea ul li:nth-child(2n + 1){
	background-color: #fbfaf5;
}


.viewarea ul li > span:nth-child(1){
	width: 80%;
	padding: 0 30px;
}

.viewarea ul li > span:nth-child(2){
	width: 20%;
	padding: 0 10px;
	text-align: right;
}

.pcarea{
	display: none;
	width: 100%;
	padding: 0 30px;
}

.pcarea .p-name{
	width: 60%;
}

.contents .btn{
	font-weight: bold;
	padding: 5px 20px;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	border: none;
	border-radius: 0.5rem;
}

.i-btn{
	color: #fff;
	background-color: #1e50a2;
}

.i-btn:hover{
	color: #f9f9f9;
	background-color: #5383c3;
}

.d-btn{
	color: #fff;
	background-color: #f0908d;
}

.d-btn:hover{
	color: #f9f9f9;
	background-color: #f2a0a1;
}

.p-btn{
	color: #fff;
	background-color: #e17b34;
}

.p-btn:hover{
	color: #f9f9f9;
	background-color: #e49e61;
}

















    .headerarea {
        width: 100%;
        background-color: #48bbaf;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header_title {
        width: 100%;
        max-width: 1200px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background-color: #48bbaf;
        padding: 20px;
        align-items: flex-start;
    }

    .header_title input {
        border-radius: 15px;
        padding: 4px 15px;
        border: none;
        color: #48bbaf;
        font-weight: bold;
        background-image: -webkit-linear-gradient(rgba(255,255,255,.3) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
        background-image:         linear-gradient(rgba(255,255,255,.3) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
        box-shadow: 0 2px 2px 0 rgba(255,255,255,.1) inset,0 2px 10px 0 rgba(255,255,255,.2) inset,0 -2px 2px 0 rgba(0,0,0,.1) inset;
        border: 1px solid rgba(0,0,0,.2);
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .header_title input:hover {
        cursor: pointer;
        color: #808080;
        box-sizing: border-box;
    }

    .tab-area,
    .navi-area {
        background-color: #48bbaf;
        width: 100%;
        max-width: 1200px;
		display: flex;
		justify-content: flex-start;
		cursor: pointer;
    }

    .navi-area {
        margin-bottom: 1px;
	}

    .tab,
    .navi-area li {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        font-weight: bold;
        background-color: #d1c08f;
        border-radius: 0 10px 0 0;
		width: 25%;
		min-width: 15%;
		line-height: 30px;
		text-align: center;
		color: white;
		user-select: none;
    }

    .tab.tab_active,
    .navi-area li {
        background-color: #fff;
        color: #48bbaf;
        border: none;
		cursor: auto;
    }

    .navi-area li a{
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        background-color: #73a9cd;
		color: white;
	}

    .content-area {
        background-color: #fff;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content {
		display: none;
        overflow: hidden;
        background-color: #fff;
    }

    .content.show {
        margin: 20px 0 0;
        width: 100%;
        max-width: 1200px;
        display: flex;
        flex-direction: column;
        align-items: center;
		margin-top: 50px;
		display: block;
    }

    .listWithHandle {
        width: 100%;
        max-width: 1200px;
    }

    .card {
        width: 19%;
        height: auto;
        margin: 0 5px 10px;
        padding: 10px 20px 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        box-shadow: 2px 2px #d9d7d7;
        text-align: center;
        border: 1px solid rgb(0 0 0 / 30% );
        box-sizing: border-box;
        float: left;
        background: #fff;
        position: relative;
        cursor: move;
    }

    .card div {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card button {
        cursor: pointer;
    }

    [class^="updateButton"] {
        border-radius: 5px;
        border: none;
        background-color: #48bbaf;
        color: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 10px 0;
    }

    [class^="updateButton"]:hover {
        cursor: pointer;
    }

    [class^="updateButton"] button {
        padding: 1px 15px;
    }

    [class^="updateButton"] img {
        width: 11px;
        padding-right: 2px;
    }

    [class^="modal_open_update"] {
        border: none;
        background-color: #48bbaf;
        color: #fff;
    }

    [class^="delete_button"] {
        margin: 10px 0;
        border-radius: 5px;
        padding: 2px 15px;
        border: none;
        background-color: #979696;
        color: #fff;
    }

    .select_shop_list {
        background: #fff;
        padding: 5px;
        border-color: #979696;
        width: 130px;
    }

    .contbutton button {
        border-radius: 5px;
        background-color: #48bbaf;
        color: #fff;
        font-size: 16px;
        padding: 2px 30px;
        margin-left: 5px;
        border: none;
        cursor: pointer;
    }

    .contbutton {
        width: 100%;
        padding: 20px 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    .Name_fc {
        color: #48bbaf;
        font-weight: bold;
        border-bottom: 1px solid #cbcfce;
        width: 100%;
    }

    /*検索条件*/
    .serchdetails summary {
        text-align: center;
        font-size: 16px;
        margin-bottom: 20px;
        width: 800px;
        background-color: #dd95aa;
        color: #fff;
        padding: 5px 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        height: 30px;
    }

    .serchdetails summary:hover {
        cursor: pointer;
        background-color: #bbb9b2;
    }

    .sah3 {
        color: #fff;
        display: inline;
    }

    .searcharea {
        width: 800px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 15px 30px;
        box-sizing: border-box;
        border: 1px solid #b5aeae;
        margin-bottom: 20px;
        align-items: center;
    }
    .searcharea input {
        box-sizing: border-box;
    }

    .seachcont1 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        box-sizing: border-box;
        justify-content: space-between;
        margin-bottom: 20px;
        align-items: flex-end;
        width: 100%;
    }

    .seachcont2 {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .sa1 {
        width: 30%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .sa1 select {
        width: 100%;
        padding: 10px;
    }

    .sa2 {
        width: 30%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .sa2 input {
        width: 100%;
        padding: 10px;
        border: 1px solid #666363;
    }

    .sa3 {
        width: 30%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .sa3 input {
        width: 100%;
        padding: 10px;
        border: 1px solid #666363;
    }

    .sa4 {
        width: 30%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .sa4 input {
        width: 100%;
        padding: 10px;
        border: 1px solid #666363;
    }

    .sa56area {
        width: 70%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: start;
    }

    .sa5 {
        width: 44%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .sa5 input {
        width: 100%;
        padding: 10px;
        border: 1px solid #666363;
    }

    .sa6 {
        width: 44%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .sa6 input {
        width: 100%;
        padding: 10px;
        border: 1px solid #666363;
    }

    /* 解析情報 */
    .search_date input {
        height: 20px;
        width: 140px;
    }

    .search_shop select, .search_month select {
        margin-left: 20px;
        height: 20px;
        width: 140px;
    }

    .search_year select {
        margin-left: 20px;
        height: 20px;
        width: 140px;
    }
    .search_date span, .sarch_shop span {
        font-size: 12px;
        font-weight: bold;
    }

    .chart_wrap {
        margin-top :40px;
    }

    .sales_amount_sarch_area {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: center;
    }

    .confirmation_rate_search_area {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 10px;
    }

    .staff_reservation_search_area {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 10px;
    }

    .reservation_info {
        text-align:center;
    }

    .confirm {
        background:#48bbaf;
        color: #fff;
        border: #d1c08f solid;
    }

    .cancel {
        background:gray;
        color: #fff;
        border: #d1c08f solid;
    }

    .analysis_button {
        margin-left: 20px;
        width: 80px;
        height: 30px;
        background-color: #48bbaf;
        border-style: none;
        border-radius: 10px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 30px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    .spacechi {
        font-size: 15px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .spacechi_sales {
        font-size: 6px;
        margin-left: 12px;
        margin-right: 12px;
    }

    /* 解析/流入経路情報 */
    .inflow table {
        width:50%;
        margin-top: 20px;
    }
    .inflow .table_wrap {
        width:100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        color: #464646;
    }
    .inflow .table_wrap th {
        text-align: center;
    }
    .inflow .table_wrap td {
        font-weight: bold;
    }
    /* 解析 ここまで */

    button#search_history_button {
        width: 20%;
        height: 30px;
        background-color: #48bbaf;
        border-style: none;
        border-radius: 10px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 30px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    button#template_list_Button {
        width: 800px;
        height: 30px;
        background-color: #48bbaf;
        border-style: none;
        border-radius: 10px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    button.quote_template_button {
        width: 30%;
        height: 30px;
        background-color: #48bbaf;
        border-style: none;
        border-radius: 10px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 30px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    button#search_history_button:hover,
    button#template_list_Button:hover,
    button.quote_template_button:hover {
        cursor: pointer;
    }

    button#search_history_clear_button {
        width: 20%;
        height: 30px;
        background-color: #979696;
        border-style: none;
        border-radius: 10px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 30px;
        margin-top: 10px;
    }

    button#search_history_clear_button:hover {
        cursor: pointer;
    }

    .searcharea div span {
        color: #48bbaf;
        font-size: 16px;
        font-weight: bold;
    }

    .searcharea div span .sicon {
        width: 18px;
        height: 18px;
        background-color: #48bbaf;
        color: #fff;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: px;
        margin-right: 3px;
    }

    /*ユーザー情報検索条件*/
    .number_registrants {
        text-align: left;
        width: 100%;
        font-size: 16px;
        color: #48bbaf;
        font-weight: bold;
    }

    .sercharea2 {
        width: 800px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 15px;
        box-sizing: border-box;
        justify-content: space-evenly;
        border: 1px solid #b5aeae;
        margin-bottom: 20px;
        align-items: flex-end;
    }

    .sercharea2 input {
        box-sizing: border-box;
    }

    .sercharea2 div span {
        color: #48bbaf;
        font-size: 16px;
        font-weight: bold;
    }

    .sercharea2 div span .sicon {
        width: 18px;
        height: 18px;
        background-color: #48bbaf;
        color: #fff;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: px;
        margin-right: 3px;
    }

    .sa7 {
        width: 23%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .sa7 select {
        width: 100%;
        padding: 10px;
    }

    .sa8 {
        width: 23%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .sa8 input {
        width: 100%;
        padding: 10px;
        border: 1px solid #666363;
    }

    .sa9 {
        width: 23%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .sa9 input {
        width: 100%;
        padding: 10px;
        border: 1px solid #666363;
    }

    .sa10 {
        width: 23%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .sa10 input {
        width: 100%;
        padding: 10px;
        border: 1px solid #666363;
    }

    button#search_user_button {
        width: 20%;
        height: 30px;
        background-color: #48bbaf;
        border-style: none;
        border-radius: 10px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 30px;
    }

    button#search_user_button:hover {
        cursor: pointer;
    }

    #search_user_clear_button {
        width: 20%;
        height: 30px;
        background-color: #979696;
        border-style: none;
        border-radius: 10px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 30px;
    }

    #search_user_clear_button:hover {
        cursor: pointer;
    }

    #sum_result, #history_sum_result {
        width: 30%;
        font-size: 20px;
        font-weight: bold;
        color: #48bbaf;
    }

    .Customerinfo {
        width: 100%;
        max-width: 1200px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        font-size: 16px;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

    .section1 {
        width: 20%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    /*ユーザー情報会員未登録*/
    .section1_user0 {
        background-color: #73a9cd;
    }
    .section1_user0+.section2 {
        border-top: 1px solid #73a9cd;
    }
    .section1_user0+.section2>div {
        border-bottom: 1px solid #73a9cd;
        border-right: 1px solid #73a9cd;
    }

    .section1_user0+.section2>div>span {
        color: #1381cb;
    }

    /* 仮予約*/
    .section1_1 {
        background-color: #73a9cd;
    }
    .section1_1+.section2 {
        border-top: 1px solid #73a9cd;
    }
    .section1_1+.section2>div {
        border-bottom: 1px solid #73a9cd;
        border-right: 1px solid #73a9cd;
    }

    .section1_1+.section2>div>span {
        color: #1381cb;
    }

    .section1_1+.section2>.itemcomment >details>summary {
        color: #1381cb;
    }

    .section1_1+.section2>.itemcomment >details>summary:hover {
        color: #b9aa9f;
    }

    /*利用可*/
    .section1_user1 {
        background-color: #48bbaf;
    }
    .section1_user1+.section2 {
        border-top: 1px solid #48bbaf;
    }
    .section1_user1+.section2>div {
        border-bottom: 1px solid #48bbaf;
        border-right: 1px solid #48bbaf;
    }

    /*確定*/
    .section1_2 {
        background-color: #48bbaf;
    }
    .section1_2+.section2 {
        border-top: 1px solid #48bbaf;
    }
    .section1_2+.section2>div {
        border-bottom: 1px solid #48bbaf;
        border-right: 1px solid #48bbaf;
    }

    /*キャンセル*/
    .section1_3 {
        background-color: gray;
    }
    .section1_3+.section2 {
        border-top: 1px solid gray;
    }
    .section1_3+.section2>div {
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
    }
    .section1_3+.section2>div>span {
        color: gray;
    }
    .section1_3+.section2>.itemcomment >details>summary {
        color: gray;
    }

    .section1_3+.section2>.itemcomment >details>summary:hover {
        color: #9f8e5c;
    }

    /*予約受入*/
    .section1_5 {
        background-color: #ad8bd7;
    }
    .section1_5+.section2 {
        border-top: 1px solid #ad8bd7;
    }
    .section1_5+.section2>div {
        border-bottom: 1px solid #ad8bd7;
        border-right: 1px solid #ad8bd7;
    }

    .section1_5+.section2>div>span {
        color: #7a58a3;
    }

    .section1_5+.section2>.itemcomment >details>summary {
        color: #7a58a3;
    }

    .section1_5+.section2>.itemcomment >details>summary:hover {
        color: #b9aa9f;
    }

    /*確認中*/
    .section1_4 {
        background-color: #ea9d65;
    }
    .section1_4+.section2 {
        border-top: 1px solid #ea9d65;
    }
    .section1_4+.section2>div {
        border-bottom: 1px solid #ea9d65;
        border-right: 1px solid #ea9d65;
    }

    .section1_4+.section2>div>span {
        color: #d16719;
    }

    .section1_4+.section2>.itemcomment >details>summary {
        color: #d16719;
    }

    .section1_4+.section2>.itemcomment >details>summary:hover {
        color: #b9aa9f;
    }


    /*ユーザー情報要注意*/
    .section1_user50 {
        background-color: #ea7474;
    }
    .section1_user50+.section2 {
        border-top: 1px solid #ea7474;
    }
    .section1_user50+.section2>div {
        border-bottom: 1px solid #ea7474;
        border-right: 1px solid #ea7474;
    }

    .section1_user50+.section2>div>span {
        color: #ea7474;
    }

    /*ブラックリスト*/
    .section1_user99 {
        background-color: #3b3c3c;
    }
    .section1_user99+.section2 {
        border-top: 1px solid #3b3c3c;
    }
    .section1_user99+.section2>div {
        border-bottom: 1px solid #3b3c3c;
        border-right: 1px solid #3b3c3c;
    }

    .section1_user99+.section2>div>span {
        color: #7f8383;
    }

    .section1 .infoitem {
        padding: 10px 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        box-sizing: border-box;
        align-items: center;
    }

    .user_update_button_area {
        padding: 10px 20px;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        margin-top: 60px;
    }

    .user_update_button_area button {
        border-radius: 5px;
        color: #726439;
        background-color: #fff;
        padding: 5px 30px;
        background-image: -webkit-linear-gradient(rgba(255,255,255,.3) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
        background-image:         linear-gradient(rgba(255,255,255,.3) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
        box-shadow: 0 2px 2px 0 rgba(255,255,255,.1) inset,0 2px 10px 0 rgba(255,255,255,.2) inset,0 -2px 2px 0 rgba(0,0,0,.1) inset;
        border: 1px solid rgba(0,0,0,.2);
    }

    .user_update_button_area button:hover {
        cursor: pointer;
        color: #a19a86;
        border-color:#a19a86;
    }

    .section1 .infoitem p {
        color: #fff;
        padding-right: 15px;
        margin: 0;
    }

    .section1 .infoitem input {
        color: #fff;
        border: none;
        font-size: 16px;
    }

    .section1_user0 .infoitem input {
        background-color: #73a9cd;
    }
    .section1_user1 .infoitem input {
        background-color: #48bbaf;
    }
    .section1_1 .infoitem input {
        background-color: #73a9cd;
    }

    .section1_2 .infoitem input {
        background-color: #48bbaf;
    }

    .section1_3 .infoitem input {
        background-color: gray;
    }

    .section1_4 .infoitem input {
        background-color: #ea9d65;
    }

    .section1_5 .infoitem input {
        background-color: #ad8bd7;
    }
    .section1_user50 .infoitem input {
        background-color: #ea7474;
    }

    .section1_user99 .infoitem input {
        background-color: #3b3c3c;
    }

    .infoitem.itemcomment input {
        background-color: #fff;
        color: #000;
        margin-bottom: 5px;
    }

    .section1 .infoitem select {
        background: #fff;
        padding: 3px 0;
        border-color: #fff;
        width: 110px;
    }

    .commentareabutton {
        padding: 10px 20px;
    }

    .commentareabutton a {
        color: #fff;
    }

    .section2 {
        width: 80%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .section2 .infoitem p {
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
    }

    .section2 .infoitem details {
        color: #000;
    }

    .wide_input {
        width: 94% !important;
    }

    .section2 .infoitem p input {
        width: 75%;
    }

    .section2 .infoitem {
        display: flex;
        flex-direction: row;
        color: #01a594;
        padding: 10px 15px;
        box-sizing: border-box;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        flex-grow: 1;
    }

    /* .infoitem.w10 {
        width: 10%;
    } */

    .infoitem.w15 {
        width: 15%;
    }

    .infoitem.w20 {
        width: 20%;
    }

    .infoitem.w25 {
        width: 25%;
    }

    .infoitem.w30 {
        width: 30%;
    }

    .infoitem.w40 {
        width: 40%;
    }

    .infoitem.w100 {
        width: 100%;
    }

    .section2 .infoitem span {
        font-size: 14px;
        white-space: nowrap;
        margin-right: 5px;
        padding-top: 10px;
    }

    .itemcomment span {
        vertical-align: top;
    }

    .itemcomment {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .itemcomment details {
        width: 100%;
    }

    .itemcomment details textarea {
        margin-top: 10px;
        width: 100%;
        box-sizing: border-box;
        padding: 6px;
    }

    .itemcomment summary {
        cursor: pointer;
        transition: 0.2s;
        width: 150px;
    }

    .itemcomment summary:hover {
        cursor: pointer;
        color: #d1c08f;
    }


    /*ユーザー情報*/
    .section2_1 {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .section2_2 {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        box-sizing: border-box;
    }

    .section2_2 .aboutucomment span {
        width: 10%;
    }
    .section2_2 .aboutucomment .commentarea {
        width: 90%;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: space-between;
    }
    .section2_2 .aboutucomment .commentarea input {
        width: 83%;
        height: 100px;
        margin: 0;
    }
    .section2_2 .aboutucomment .commentarea button {
        width: 15%;
    }

    .infoitem.aboutucomment {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }

    .commentarea {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-end;
        width: 93%;
        justify-content: space-between;
        padding-top: 10px;
    }

    .commentarea textarea {
        width: 730px;
        box-sizing: border-box;
        padding: 6px;
    }

    textarea {
        resize: none;
    }

    .commentarea button {
        width: 120px;
        border-radius: 5px;
        border: double #fff;
        background-color: #bba669;
        color: #fff;
        padding: 5px 0;
    }

    .commentarea button:hover {
        cursor: pointer;
        background-color: #b9b19d;
    }

    #overlay {
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        height:100%;
        display: none;
        background: rgba(0,0,0,0.6);
    }
    .cv-spinner {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .spinner {
        width: 40px;
        height: 40px;
        border: 4px #ddd solid;
        border-top: 4px #2e93e6 solid;
        border-radius: 50%;
        animation: sp-anime 0.8s infinite linear;
    }
    @keyframes sp-anime {
        100% {
          transform: rotate(360deg);
        }
    }

    .is-hide {
        display:none;
    }

    .clipboard {
        cursor: pointer;
    }

    /*アコーディオンメニュー*/
    summary {
        outline: 0;
        cursor: pointer;
        display: block;
        list-style: none;
    }

    /* 矢印を消す */
    summary::-webkit-details-marker {
        display: none;
    }

    details {
        display: block;
    }

    details summary::before {
        content: none !important;
    }
    details summary::after {
        content: "\02b";
        font-weight: 400;
        width: 16px;
        text-align: center;
        padding: 0 5px;
        border: 1px solid;
        margin-left: 10px;
    }
    .itemcomment details[open] summary::after {
        content: "\02212";
        margin-bottom: 10px;
        padding: 0 5.01px;
    }

    .serchdetails[open] summary::after {
        content: "\02212";

    }

    details[open] div {
        animation: accordion 0.4s linear;
        overflow: hidden;

    }

    #user_info {
        width: 100%;
        max-width: 1200px;
    }

    /* オープン時にアニメーションを設定 */
    details[open] .searcharea {
        animation: fadeIn 0.5s ease;
    }
    @keyframes fadeIn {
        0% {
            opacity: 0; /* 透明 */
            transform: translateY(-10px); /* 上から表示 */
        }
        100% {
            opacity: 1;
            transform: none;
        }
    }

    details[open] .sercharea2 {
        animation: fadeIn 0.5s ease;
    }
    @keyframes fadeIn {
        0% {
            opacity: 0; /* 透明 */
            transform: translateY(-10px); /* 上から表示 */
        }
        100% {
            opacity: 1;
            transform: none;
        }
    }

    .copy_message {
        background: #f2d58a;
        padding: 20px 40px;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        align-items: center;
        display: none;
    }

    .toggle {
        position: relative;
        width: 56px;
        height: 28px;
        margin: 3px 0 10px;
        border-radius: 50px;
        overflow: hidden;
        cursor: pointer;
    }
    .toggle input[type=checkbox] {
        display: none;
    }
    .toggle:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: #808080;
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
    }
    .toggle:after {
        content: "OFF";
        position: absolute;
        top: 3px;
        left: 3px;
        width: 22px;
        height: 22px;
        display: block;
        border-radius: 50px;
        background: #fff;
        box-shadow: 0 9px 28px -6px rgb(0 0 0 / 30%);
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
        text-align: center;
        padding: 7px 0 0;
        line-height: 1;
        font-size: 10px;
        font-weight: bold;
        color: #808080;
        letter-spacing: .5px;
        box-sizing: border-box;
    }
    .toggle.checked:before {
        background: #24e89c;
    }
    .toggle.checked:after {
        content: "ON";
        left: 33px;
        box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
        color: #16d088;
        padding: 7px 0 0 1px;
    }

    /* 通知音ボタン */
    .notification_sound {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: flex-end;
        margin-left: 5px;
    }

    .notification_sound p {
        margin: 0;
        color: #fff;
        font-size: 14px;
    }

    .headerarea_r {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .headerarea_r_2 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-end;
    }

    button[id^="submit_button"] {
        cursor:pointer;
    }

    .comment_color {
        color: #666363;
        font-size: 12px;
    }

    .warning_user {
        color: #ff0000 !important;
        font-weight: bold;
    }

    .setting_list_button {
        background: #48bbaf;
        border: none;
        width: 34px;
        margin-left: 10px;
    }
    .setting_list_button img {
        margin-top: 4px;
    }

    .glagh_element {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 99%;
        border: 5px solid #DCDCDC;
    }

    .analysis_title {
        text-align: center;
        color: #48bbaf;
    }
