﻿@charset "utf-8";

_:-ms-fullscreen, :root .selector {
  property: value;
}

/* 変数 */
:root {

  --c_blue: rgb(85, 120, 220);
  --c_light-blue: rgb(20, 200, 240);
  --c_light-blue2: rgb(214, 242, 255);
  --c_orange: rgb(255, 160, 45);
  --c_orange2: rgb(255, 240, 200);
  --c_yellow: rgb(255, 240, 100);
  --c_gray: rgb(190, 190, 190);
  --c_magenta: rgb(255, 50, 120);
  --c_green: rgb(175, 210, 25);

  --c_black: rgb(0, 0, 0);
  --c_white: rgb(255, 255, 255);
  --c_red: rgb(255, 0, 0);

}

/* 2023/04/13 OKAMOTO UPD BEGIN */
/*html,input,select {
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}*/

html, input, select, textarea {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/* 2023/04/13 OKAMOTO UPD END */

/* Chrome, Safari, Edge spinボタン非表示*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
/* Firefox spinボタン非表示 */
input[type=number] {
  -moz-appearance: textfield;
}

body{
	line-height:1.6;
}

.topbar {
    background-color: var(--c_blue);
    color: rgb(255, 255, 255);
    padding: 2px;
    display: flex;
    height: 50px;
}

.bodymain {
    padding:5px;
    display: flex;
    flex-direction: column;
}

.logo {
    height: 30px;
    align-self:center;
    margin-left:5px;
}

.body-center {
    display: flex;
    flex-direction: column;
    margin:auto;
}

.body-error {
    margin:30px auto 10px;
    width: 280px;
    text-align: center;
}

.btn {
    font-size: 15px;
	display: inline-block;
	margin-left:auto;
	margin-right:auto;
    margin-bottom: 10px;
    width: 210px;
    text-align: center;
	border-radius: 4px;
    color: var(--c_white);
	text-decoration: none;
    -webkit-appearance: none;
}

.btn-blue {
    padding: 8px 0px;
    background-color: var(--c_blue);
    border: 1px solid var(--c_blue);
}

.btn-orange {
    padding: 8px 0px;
    background-color: var(--c_orange);
    border: 1px solid var(--c_orange);
}

.btn-gray {
    padding: 4px 0px;
    background-color: var(--c_gray);
    border: 1px solid var(--c_gray);
	margin-right:5px;
	margin-top:15px;
    width: 130px;
	float: right;
	font-weight: bold;
}

.btn:hover {
    opacity: .7;
}

.btn-search {
    font-size: 16px;
	display: inline-block;
    padding: 4px 0px;
	margin-left:auto;
	margin-right:auto;
    margin-bottom: 10px;
    width: 120px;
    text-align: center;
	border-radius: 7px;
    border-style: solid;
    border-width: 2px;
    background-color: var(--c_white);
    -webkit-appearance: none;
	font-weight: bold;
}

.btn-search-blue {
    color: var(--c_blue);
	border-color: var(--c_blue);
}

.btn-search-orange {
    color: var(--c_orange);
	border-color: var(--c_orange);
}

.btn-search-blue:hover {
    color: white;
    background-color: var(--c_blue);
}

.btn-search-orange:hover {
    color: white;
    background-color: var(--c_orange);
}

.input-text {
    margin: 0px 0px 10px;
    font-size: 18px;
    border-radius: 5px;
    height: 30px;
    Width : 197px;
    padding-left: 5px;
    border-color: var(--c_blue);
    color: #606060;
    border-style: solid;
    border-width: 3px;
}

.err-msg {
    font-size: 14px;
    color: var(--c_red);
    margin: 0px 0px 0px 30px;
    word-break: break-word;
}

.txt-center {
    text-align: center;
}

.arrow {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif
}

/*********  ログイン  *********/
.login-logo {
    height: 25px;
    align-self:center;
    margin-top:45px;
}

.login-inputform {
    width: 280px;
}

.login-input {
    margin-left:36px;
}

.login-p1 {
    margin:30px 0px 25px;
    font-size: 26px;
    text-align: center;
    color: var(--c_blue);
}

.login-p2 {
    margin:25px 0px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: var(--c_red);
}

.login-p3 {
    margin:10px 0px 20px;
    text-align: center;
    font-size: 14px;
    color: var(--c_black);
}

.login-p4 {
	display: inline;
    font-size: 12px;
	margin-left:3px;
}

/*********  暗証番号入力  *********/

.pin-inputform {
    width: 210px;
    margin-top: 40px;
    margin-bottom: 30px;
}


.btn-pin-input{
	margin: 30px 0px 10px;
}

.err-pin-input {
    margin-left: 0px;
    margin-bottom: 10px;
}

#pin {
	margin: 5px 0px 0px;
/*
    width: 170px;
*/
} 

/*********  暗証番号登録  *********/

.pinreg-p1 {
    margin-top: 40px;
    text-align: center;
}

/* 2023/04/13 OKAMOTO ADD BEGIN */
/*********  お問い合わせ  *********/
.contact-input {
    width: 350px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.btn-contact-input {
    margin: 30px 70px 10px;
}

.contact-input-text {
    font-size: 18px;
    border-radius: 5px;
    height: 30px;
    Width: 197px;
    padding-left: 5px;
    border-color: var(--c_blue);
    color: #606060;
    border-style: solid;
    border-width: 3px;
    background-color: lightgray;
}

.contact-input-text2 {
    font-size: 18px;
    border-radius: 5px;
    height: 30px;
    Width: 340px;
    padding-left: 5px;
    border-color: var(--c_blue);
    color: #606060;
    border-style: solid;
    border-width: 3px;
}

.contact-input-textarea {
    margin: 10px 0px 10px;
    font-size: 18px;
    border-radius: 5px;
    height: 200px;
    Width: 340px;
    padding-left: 5px;
    border-color: var(--c_blue);
    color: #606060;
    border-style: solid;
    border-width: 3px;
    resize: none;
}

.contact-label {
    margin: 16px 0px 1px;
    display: inline-block;
}

.contact-checkbox {
    margin: 12px 29px 1px;
}

.contact-line {
    border-bottom: double 2px #5578dc;
}

.accent-color {
    color: red;
}

.err-contact-input {
    margin: 10px 0px 10px;
}

.err-msg-contact {
    font-size: 14px;
    color: var(--c_red);
    margin: 10px 0px 10px;
    word-break: break-word;
}
/* 2023/04/13 OKAMOTO ADD END */

.contact-send-comp {
    margin: 30px 10px 30px;
}

/*********  検索  *********/

.body-search {
    margin:20px auto 0px;
    width: 100%;
    text-align: center;
}

.search-msg {
    font-size: 18px;
    color: white;
    background-color: var(--c_gray);
    text-align: center;
    margin: 10px 0px 15px 0px; 
    line-height: 36px;
}

.search-p1 {
    font-size: 18px;
    color: var(--c_light-blue);
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: bold;
}

.search-p2 {
    margin-bottom: 5px;
    font-size: 18px;
}

.search-p3 {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-p4 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.search-text {
	height: 24px;
    border-radius: 7px;
    border-style: solid;
    border-color: var(--c_gray);
    border-width: 3px;
    margin-right: 3px;
    margin-left: 6px;
    padding-right: 3px;
    font-size: 16px;
}

.search-text-left {
    margin-left: 0px;
}

.search-text-L4 {
    width: 50px;
	border-width: 2px;
}

.search-text-L2 {
    width: 25px;
	border-width: 2px;
}


/*********  運行一覧 *********/
.sts-list1{
    background-color: var(--c_gray);
    color: var(--c_white);
    padding: 2px;
    margin-bottom: 3px;
}

.sts-list2{
    background-color: var(--c_light-blue);
    color: var(--c_white);
    padding: 2px;
    margin-bottom: 3px;
}

.sts-list1:hover, .sts-list2:hover {
    opacity: .7;
	cursor: pointer;
}

.sts-link {
	text-decoration: none;

}

.icon-sts {
    font-size: 15px;
	display: inline-block;
    text-align: center;
	border-radius: 4px;
    color: rgb(255, 255, 255);
    padding: 2px 2px;
    width: 21px;
	text-decoration: none;
	margin-right:5px;
}

.hr {
	display: block;
	with :100%;
	height:1px;
	background-color: #999999;
	margin: 15px 0px;
}


/*********  ステータス登録・削除画面 *********/

.dsts-distance {
	background-color: var(--c_light-blue);
    color: var(--c_white);
    padding: 2px 4px;
}

.dsts-detail {
    margin: 20px 0px 11px;
}

.dsts-detail-link {
	display: block;
    color: white;
    border: 1px solid var(--c_orange);
    background-color: var(--c_orange);
    border-radius: 17px;
    font-size: 18px;
	line-height: 33px;
	text-align: left;
    padding-left: 15px;
    width: 192px;
    letter-spacing: 2px;
	font-weight: bold;

}

.dsts-sts-link {
	display: block;
    border-radius: 17px;
    font-size: 18px;
	line-height: 35px;
	width: 118px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-decoration: none;

	font-weight: bold;
}

.link-yet {
    color: var(--c_light-blue);
    border: 2px solid var(--c_light-blue);
    background-color: white;
}

.link-comp {
    color: white;
    border: 2px solid var(--c_light-blue);
    background-color: var(--c_light-blue);
}

.no-border {
    color: var(--c_light-blue);
    border: 2px solid white;
    background-color: white;
}

.link-yet:hover {
    color: white;
    border: 2px solid var(--c_light-blue);
    background-color: var(--c_light-blue);
    opacity: .7;
}

.link-comp:hover {
    opacity: .7;
}

.no-border:hover {
    color: white;
    border: 2px solid var(--c_light-blue);
    background-color: var(--c_light-blue);
    opacity: .7;
}


.dsts-wrap-center {
	margin: 0px auto;
}

.dsts-wrap {
	display: flex;
	flex-wrap:wrap;
	color: black;
}

svg{ 
	width:336px;
	height:20px; 
    padding-bottom: 13px;
}

.svg-top{ 
    padding-top: 16px;
    padding-bottom: 0px;
}
 
svg line{ 
	fill: none; 
	stroke: var(--c_light-blue);
	stroke-width: 5px;
	stroke-linecap: round;
	stroke-dasharray: 1, 10;
}

.dsts-col1 {
    height: 25px;
    width: 54px;
    color: white;
    margin-top: 6px;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    padding-top: 2px;
}

.col1-comp {
    background-color: var(--c_gray);
}

.col1-yet {
    background-color: var(--c_magenta);
}

.col1-yet2 {
    background-color: var(--c_green);
}

.dsts-col2 {
	margin-left: 8px;
}

.dsts-col3 {
	margin: 6px 0px 10px 10px;
	width: 145px;
    text-align: left;
    font-size: 15px;
}

.dsts-wrap-s {
	display: flex;
	flex-wrap:wrap;
	color: black;
	margin-left: 44px;
}

.dsts-col3-s {
	margin: 6px 0px 10px 10px;
	width: 95px;
    text-align: left;
    font-size: 15px;
}

.dsts-dotline {
    border-bottom: #00dcff dotted 7px;
	margin:20px 0px;
}


/*********  ステータス登録・削除 確認画面 *********/

.btn-hide {
	display: none;
}

.status-container {
  margin: 0;
}

.status-container .status {
	margin: 0;
	padding: 20px 5px 30px;
	text-align: center;
	background: #fff;
	height: auto;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	z-index: 100;
    border-radius: 10px;
	display: none;
}

.status-container .status .status-item {
    flex: 1;
    font-size: 15px;
	margin-top: 10px;
}

.status-container .status .status-item:first-child  {
	font-size: 30px;
	color: var(--c_blue);
}

.status-underbar {
    height: 5px;
    width: 190px;
    background-color: var(--c_orange);
	margin-left:auto;
	margin-right:auto;
    margin-bottom: 40px;
    margin-top: 0px!important;
}

.btn-status{
    Width : 130px;
    line-height: 38px;
    margin-top: 25px;
	padding: 4px 0px;
}

.btn-status-grp{
    Width : 130px;
    line-height: 38px;
    margin: 5px 5px 5px 0px;
	padding: 4px 0px;
}

.status-tbl{
	margin: 30px auto 0px;
}

.btn-cancel {
    background-color: var(--c_gray);
    border: 1px solid var(--c_gray);
}

#status-msg-car {
	width: 160px;
	height: 120px;
    background-image: url("../assets/images/weborder_car.png");
    background-repeat: no-repeat;  
    background-size: contain;
	margin: 0 auto;
}

#status-msg {
    font-size: 26px;
    margin-bottom: 30px;
}


/*********  指示詳細  *********/

.detail-attachfile {
	background-color: var(--c_blue);
	color: var(--c_white);
	padding:0px 0px;
	margin: 15px 0px 0px 6px;
	text-align: center;
	width: 100px;
	border-radius: 3px;
}

.btn-attachfile {
	margin: 3px 0px;
    padding: 3px 7px 3px 3px;
	text-decoration: none;
    font-size: 15px;
	display: inline-block;
	border-radius: 4px;
    color: var(--c_blue);
    background-color: var(--c_white);
}

.btn-attachfile:hover {
    color: var(--c_white);
    background-color: var(--c_blue);
}

.file-icon {
	margin-right: 5px;
}

.btn-start {
	display: block;
    border-radius: 17px;
    font-size: 18px;
	line-height: 34px;
	width: 230px;
    text-align: center;
	padding-left: 15px;
	margin : 5px auto 25px;
    text-decoration: none;
    color: white;
    border: 2px solid var(--c_light-blue);
    background-color: var(--c_light-blue);
    -webkit-appearance: none;
}

.btn-start:hover {
    opacity: .7;
}

.detail-depar-label {
	background-color: var(--c_light-blue);
    color: var(--c_white);
	padding:2px 0px 2px 5px;
	margin: 10px 0px 0px;
}

.detail-arriv-label {
	background-color: var(--c_orange);
    color: var(--c_white);
	padding:2px 0px 2px 5px;
	margin-top: 10px;
}

.depar-label {
	background-color: var(--c_light-blue2);
	color: var(--c_black);
	padding: 2px 0px 2px 5px;
	margin-top: 5px;
    border-radius: 3px;
}

.arriv-label {
	background-color: var(--c_orange2);
	color: var(--c_black);
	padding: 2px 0px 2px 5px;
	margin-top: 5px;
    border-radius: 3px;
}

.detail-part {
	padding: 2px 0px 2px 2px;
	margin-left: 6px;
}

.detail-note {
	background-color: var(--c_white);
	color: var(--c_red);
    font-weight: bold;
	padding: 2px 0px 2px 2px;
	margin-left: 6px;
}

.detail-comment {
	background-color: var(--c_yellow);
	color: var(--c_black);
	padding: 2px 0px 2px 5px;
	margin: 10px 0px 0px;
}

.detail-Journey-label {
	background-color: var(--c_yellow);
	color: var(--c_black);
	padding: 2px 4px;
}

.detail-startbtn {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
	background-color: var(--c_white);
	color: var(--c_red);
	padding: 2px 0px 2px 5px;
	margin: 20px 0px 0px;
}

.detail-box {

}

.root-name {
	margin-left: 125px;
}

.arriv-cep {
	text-align: center;
	margin-top: -12px;
	margin-bottom: 10px;
}

.arriv-cep-admin {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*********  添付ファイル イメージ画面  *********/
.image_box {
    width: auto;
    overflow: auto;
}

#image_0 {
	width:100%;
}

.btn-img {
    font-size: 15px;
    display: inline-block;
    /* margin-left: auto; */
    margin-right: 10px;
    margin-bottom: 10px;
    width: 140px;
    text-align: center;
    border-radius: 4px;
    color: var(--c_white);
    text-decoration: none;
    padding: 8px 0px;
    background-color: var(--c_blue);
    border: 1px solid var(--c_blue);
    border-radius:5px;
}

.btn-img:hover {
    opacity: .7;
}

.btn-img-wrap {
    display: flex;
    flex-wrap: wrap;
}

/*********  ■管理者■  ログイン  *********/

.btn-admin-login{
	margin-top: 30px;
}

.err-admin-login {
    margin-left: 35px;
}

/*********  ■管理者■  検索  *********/

.admin-search-t {
    margin:20px 0px 20px;
    font-size: 20px;
    text-align: center;
    color: var(--c_orange);
}

.admin-body-search {
    margin: 5px auto 0px;
    width: 289px;
    text-align: left;
}

.admin-search-row {
    margin-bottom: 10px;
}

.admin-search-left {
    margin-left: 7px;
}

.search-50p {
    width: 140px;
}

.search-sort {
    width: 180px;
}

.search-sort-wrap {
	margin-bottom: 5px;
	text-align: right;
}

.search-t1 {
    width: 140px;
	text-align: center;
	display: inline-block;
}

.search-t2 {
    width: 135px;
	text-align: center;
	display: inline-block;
}

.btn-center {
    width: 60px;
    padding: 2px 0px;
    background-color: var(--c_blue);
    border: 1px solid var(--c_blue);
    margin: 0px;
}

.btn-admin-search {
    width: 100%;
    padding: 8px 0px;
    background-color: var(--c_blue);
    border: 1px solid var(--c_blue);
    margin: 0px 0px 20px 0px;
}

.admin-search-text {
    height: 24px;
    border-radius: 7px;
    border-style: solid;
    border-color: var(--c_gray);
    border-width: 2px;
    font-size: 16px;
    width: 136px;
    padding: 0;
}

/*---------- ■管理者■ 検索結果一覧  ----------*/
.search-list{
	width: auto;
    overflow: auto;
}

.row-head{
	display: flex;
	text-align: center;
	border: solid 2px var(--c_blue);;
    color: var(--c_white);
    background-color: var(--c_blue);
}

.row1{
	margin-top: 2px;
	display: flex;
	text-align: left;
	border: solid 2px var(--c_blue);
}

.row1-gray {
    background-color: var(--c_gray);
}

.row1:hover {
	cursor: pointer;
    background-color: rgb(220, 229, 255);
}

.col-h{
	border-right: solid 2px var(--c_white);
	padding: 0px 1px;
}

.col{
	border-right: solid 2px var(--c_blue);
	padding: 0px 1px;
}

.col1{
	width: 22%;
}
.col2{
	width: 22%;
}
.col3{
	width: 19%;
}
.col4{
	width: 6%;
}
.col5{
	width: 8%;
}
.col6{
	width: 3%;
}
.col7{
	width: 10%;
}
.col8{
	width: 10%;
	padding: 0px 1px;
}

@media screen and ( max-width : 685px ){
	.col1{
		width: 150px;
	}
	.col2{
		width: 150px;
	}
	.col3{
		width: 120px;
	}
	.col4{
		width: 42px;
	}
	.col5{
		width: 52px;
	}
	.col6{
		width: 34px;
	}
	.col7{
		width: 100px;
	}
	.col8{
		width: 100px;
		padding: 0px 1px;
	}

	.search-list{
		width: auto;
	    overflow: auto;
	}

	.row-head{
		width: max-content;
	}

	.row1{
		width: max-content;
	}
}

.row-link {
	text-decoration: none;
    color: black;
}


/*********  ■管理者■  ステータス画面  *********/
.admin-sts-t1 {
    align-self: center;
    width: 310px;
	line-height: 26px;
    margin:20px 0px 20px 0px;
    font-size: 20px;
    text-align: left;
    color: var(--c_orange);
}

.admin-sts-t2 {
    font-size: 17px;
    margin:0px 0px 25px 0px;
    color: var(--c_black);
}

.admin-sts-distance {
	background-color: var(--c_light-blue);
    color: var(--c_white);
    padding: 6px 4px;
    margin:0px 0px 30px 0px;
}

.admin-sts-wrap-center {
	margin: 20px auto 10px;
    width: 310px;
    font-size: 17px;
}

.admin-sts-wrap {
    display: flex;
    flex-wrap: wrap;
}

.admin-sts-col1 {
    height: 30px;
    width: 100px;
    margin-top: 6px;
    text-align: left;
}

.admin-sts-col2 {
    height: 30px;
    text-align: left;
    margin-top: 6px;
}


/*********  メニュー  *********/

.menu-container {
  margin: 0;
}

.menu-container .menu {
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 10px 5px 20px;
	color: var(--c_blue);
	text-align: center;

	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	display: none;
	height: auto;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	z-index: 100;
    border-radius: 10px;
	max-width: 350px;
}

.menu-container .menu .menu-item {
  flex: 1;
}

.menu-container .menu .menu-item a {
  background: #fff;
	color: var(--c_blue);
	font-size: 16px;
	display: block;
	padding: 10px 0px 10px 22%;
	text-align: left;
	text-decoration: none;
}

.menu-container .menu .menu-item a:hover {
	background: #ccc;
	color: #ffffff;
}

.menu-container .menu .menu-item:first-child  {
	margin-top: 15px;
	font-size: 24px;

}

.menu-container .menu .menu-item:last-child a {
	margin-bottom: 10px
}

#modal-overlay, #status-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	height: 120%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.menu-underbar {
    height: 5px;
    width: 150px;
    background-color: var(--c_orange);
	margin-left:auto;
	margin-right:auto;
    margin-bottom: 10px;
}

#menu-close
{
    background-color: var(--c_blue);
    color: white;
    font-size: 26px;
    font-weight: bold;
    float: right;
    width: 40px;
    height: 36px;
    margin-top: -67px;
    margin-right: -11px;
    border-radius: 5px;
    line-height: 37px;
}

#menu-close:hover {
	cursor: pointer;
    background-color: rgb(85, 125, 245);
}


/*----------  トップバー メニュー用アイコン  ----------*/
.icon-hamburger {
	background: var(--c_blue);
	cursor: pointer;
	height: 40px;
	position: relative;
	width: 40px;
	display: inline-block;
	align-self:center;

	margin-left:auto;
	margin-right:5px;
}

.icon-hamburger span {
	background: var(--c_white);
	display: block;
	height: 3px;
	left: 3px;
	position: absolute;
	top: 19px;
	width: 84%;
}

.icon-hamburger span::before,
.icon-hamburger span::after {
	background: var(--c_white);
	content: "";
	display: block;
	height: 3px;
	left: 0px;
	position: absolute;
	width: 100%;
}

.icon-hamburger span::before {
	margin-top: -11px;
}

.icon-hamburger span::after {
	margin-top: 11px;
}


/**********  ページ先頭へボタン  **********/

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
}
 
#pageTop i {
  padding-top: 6px
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 11px 10px 0px 10px;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  opacity: 0.8;
  font-size: 24px;
  line-height: 24px;
}
 
#pageTop a:hover {
  background-color: #7bd0ca;
  opacity: 1.0;

}

/*** 選択ボックス ***/

select{
  height: 35px;
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  padding:0 10px;
  box-sizing:border-box;
  font-size:1em;
  border: var(--c_gray) 2px solid;
  border-radius: 7px;
  background:#fff;
}

.selectbox {
    position:relative;
	display: inline-block;
}

.selectbox::after{

  content:"";
  display:block;
  width:10px;
  height:10px;
  position:absolute;
  right:15px;
  top:18%;
  color: var(--c_gray);
}

.color.selectbox select{
  background:blue;
  color:#fff;
  border-radius:2em;
}

.color.selectbox::after{
  border-bottom:#fff 5px solid;
  border-right:#fff 5px solid;
}

/*------------------------------------------------------*/
.char-red {
	color: var(--c_red);
}

.char-orange {
	color: var(--c_orange);
}

.border-orange {
    border-color: var(--c_orange);
}

.f-bold {
	font-weight: bold;
}

/*----------  添付ファイルアイコン  ----------*/
[class*=icono-], [class*=icono-] * {
    box-sizing: border-box;
}

[class*=icono-] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-style: normal;
    color: currentColor;
    text-align: left;
    text-indent: -9999px;
    direction: ltr;
}

[class*=icono-]:after, [class*=icono-]:before {
    content: '';
    pointer-events: none;
}

.icono-document {
  border: 2px solid;
  width: 26px;
  height: 32px;
  border-radius: 0 0 0 10px;
  margin: 1px 4px
}

.icono-document:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 13px;
  height: 2px;
  box-shadow: inset 0 0 0 32px, 0 -5px 0 0, 0 5px 0 0;
}

.icono-document:before {
  border-bottom-color: transparent;
  position: absolute;
  width: 0;
  height: 0;
  left: -3px;
  bottom: -3px;
  border-width: 5px;
  border-style: solid;
  border-left-color: transparent;
}

