@charset "UTF-8";
/* base setting */
input, button, select, textarea, label.label_input-file {
 border: 1px solid #aaa !important;
 padding: .2em .5em;
 font-size: 1em;
 line-height: 1.5;
 border-radius: 5px;
 background-color: #fff;
}
label.label_input-file {
 display: inline-block;
}
label.label_input-file:hover {
 opacity: 0.75;
}
input[type=text].name_input-file {
 font-size: 1em;
}
:disabled, :disabled label {
 background-color: #f4f4f4 !important;
/* cursor: not-allowed !important;*/
}
.none-edit :disabled,
.none-edit :disabled label {
	border-color: rgba(0,0,0,0) !important;
    background-color: rgba(0,0,0,0) !important;
}

/* CSS Document */
button:hover {
 opacity: 0.75;
}
/*button.disabled:hover {	
	opacity: inherit !important;
}*/
.btn {
 display: inline-block;
 font-weight: 400;
 color: #212529;
 text-align: center;
 vertical-align: middle;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 background-color: transparent;
 border: 1px solid transparent;
 padding: .2em .5em;
 font-size: 1em;
 line-height: 1.5;
 border-radius: 5px;
 transition: all .25s ease-in-out;
}
.btn:hover {
 opacity: 0.75;
}


.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-equip {
 color: #333;
 background-color: rgba(255, 255, 255, 1.00) ;
 border-color: #4d4d4d ;
}
.btn-equip:hover {
 background-color: rgba(255, 255, 255, 0.7) ;
}
.btn-equip.disabled,
.btn-equip.disabled:hover {
 opacity: 0.5;
 color: inherit ;
 background-color: inherit;
}

.btnHeat {
 color: #333;
 background-color: rgba(255, 255, 255, 1.00) ;
 border-color: #4d4d4d ;
}
.btnHeat:hover {
 background-color: rgba(255, 255, 255, 0.7) ;
}
.btnHeat.disabled,
.btnHeat.disabled:hover {
 opacity: 0.5;
 color: inherit ;
 background-color: inherit;
}

.btn-primary {
 background-color: rgba(231, 84, 0, 1.00);
 border-color: #4d4d4d !important;
 color: #fff;
}
.btn-primary:hover {
 /*background-color:rgba(231,84,0,0.7);*/
}
.btn-primary.disabled {
 opacity: 0.5;
 /*color: inherit !important;
	background-color:inherit;*/
}
.btn-secondary {
 color: #333;
 background-color: rgba(255, 255, 255, 1.00) !important;
 border-color: #4d4d4d !important;
}
.btn-secondary:hover {
 background-color: rgba(255, 255, 255, 0.7) !important;
}
.btn-secondary.disabled,
.btn-secondary.disabled:hover {
 opacity: 0.5;
 color: inherit !important;
 background-color: inherit;
}

.btn-pink {
 color: #fff;
 background-color: rgba(255,123,172,1.00) !important;
 border-color: #FF478B !important;
}
.btn-pink:hover {
 background-color: rgba(255,123,172,0.7) !important;
}
.btn-pink.disabled,
.btn-pink.disabled:hover {
 opacity: 0.5;
 color: inherit !important;
 background-color: inherit;
}
.btn-blue {
 color: #fff;
 background-color: rgba(0,113,188,1.00) !important;
 border-color: rgba(0,78,131,1.00) !important;
}
.btn-blue:hover {
 background-color: rgba(0,113,188,0.7) !important;
}
.btn-blue.disabled,
.btn-blue.disabled:hover {
 opacity: 0.5;
 color: inherit !important;
 background-color: inherit;
}
.btn-3rd {
 color: #333;
 background-color: rgba(255, 255, 255, 1.00) !important;
 border-color: #cccccc !important;
}
.btn-setteikakunin {
	margin-bottom: -5px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.8) !important;
        border: 3px solid rgba(0,113,188,1.00);
	border-bottom: none;
	border-radius: 10px 10px 0 0 ;
}
.btn-group-lg > .btn, .btn-lg {
 padding: .25em 1em;
 font-size: 1.25rem;
 line-height: 1.5;
 border-radius: 5px;
}
a.btn:hover {
 text-decoration: none;
}
a.btn:focus {}
.btn-large {
 font-size: 1.25em; /* 20px */
 padding: .5em 1em;
}
.btn-small {
 font-size: 0.875em; /* 14px */
}
.btn-ssmall {
 font-size: 0.8125em; /* 13px */
}
.btn-xsmall {
 font-size: 0.75em; /* 12px */
}
.float_right {
 float: right;
}
/* btn.css　に記述する */
#main-save {
 position: absolute;
 right: 10px;
 top: 3px;
 height: 40px;
 border: 0 !important;
 background-size: 40px 40px;
 background-position: 0 center !important;
 width: 40px;
}
.btn2 {
 display: inline-block;
 font-weight: 400;
 color: #212529;
 text-align: center;
 vertical-align: middle;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 background-color: transparent;
 border: 4px solid transparent;
 border-top: none;
 padding: .2em .5em;
 line-height: 1.5;
 border-radius: 0 0 0 0; /* 5px 5px;*/
 transition: all .25s ease-in-out;
}
.btn_icon {
 padding: 2px 0.5em 1px 2em !important;
 font-size: 0.8125rem;
 line-height: 1.5;
 border-radius: 5px;
 border-color: #4d4d4d;
 transition: all .25s ease-in-out;
 background-size: auto 75%;
 background-repeat: no-repeat;
 background-position: 0.25em center;
 height: 100%;
}
.btn_icon.disabled {
/* opacity: 0.5;
 color: inherit !important;*/
}
	.i-icon {
	 display: inline-block;
	 width: 1em;
	 height: 1em;
	}
button:disabled {
 opacity: 0.5;
 color: inherit !important;	
}

.btn_icon:before {
 content: '';
 border-left: solid 2px rgba(77, 77, 77, 1.00);
 padding-right: 4px;
}
.btn-save {
 background-image: url("../image/icon_save.svg");
}
.btn-garbage {
 background-image: url("../image/icon_garbage.svg");
}
.btn-download {
 background-image: url("../image/icon_download.svg");
}
.btn-copy {
 background-image: url("../image/icon_copy.svg");
}
.btn-plan-add {
 background-image: url("../image/icon_plan-add.svg");
}
.btn-compare {
 background-image: url("../image/icon_compare.svg");
}
.btn-house-edit {
 background-image: url("../image/icon_house-edit.svg");
}
.btn-edit {
 background-image: url("../image/icon_edit.svg");
}
.btn-house-add {
 background-image: url("../image/icon_house-add.svg");
}
.btn-house {
 background-image: url("../image/icon_house.svg");
}
.btn-plan {
 background-image: url("../image/icon_plan.svg");
}
.btn-search {
 background-image: url("../image/icon_search.svg");
}
.btn-question {
 background-image: url("../image/icon_question.svg");
}
.btn-file {
 background-image: url("../image/icon_file.svg");
}
/*　forme */
/* Radio button
 ------------------------------------------------------------- */

input[type="text,password"] {
  height: 28px;
}
input[type="text"], textarea {
 outline: none;
 border: 1px solid #aaa;
 -webkit-transition: all .25s;
 transition: all .25s;
 border-radius: 6px;
 padding: 2px 0.5em 1px 0.5em;
 line-height: 1.5;
    box-sizing: border-box;
}
input[type="text"]:focus, textarea:focus {
 box-shadow: 0 0 7px rgba(231, 84, 0, 0.8);
 border: 1px solid rgba(231, 84, 0, 0.8); /* #E75400 */
}
/* プラン作成モード */
ul.ul_mode, ul.ul_choice {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 0;
 display: inline;
 margin-left: 2px;
}
ul.ul_mode li, ul.ul_choice li {
 display: inline;
 padding-left: 3px;
}
ul.ul_mode input[type=radio], ul.ul_choice input[type=radio] {
 display: none;
}
ul.ul_mode li label {
/* padding: 3px 4px;*/
  padding: 0px 4px;
  display: inline-block;
 color: rgba(255, 255, 255, 1.00);
 border-radius: 5px;
/* font-size: 0.75rem;*/
font-size: 12px;
 transition: all 1s ease-in-out;
}
ul.ul_mode input[type=radio]:disabled + label, ul.ul_choice input[type=radio]:disabled + label {
 background-color: #CCC;
}
ul.ul_mode input[type=radio] {
  cursor: default;
}
/* ラジオボタンdecoration */
ul.ul_choice {
 margin-left: 0;
}
ul.ul_choice li {}
ul.ul_choice li label {
 width: 6em;
 padding: 0.5em;
 display: inline-block;
 text-align: center;
 color: rgba(255, 255, 255, 1.00);
 font-size: 0.8125rem;
 transition: all 0.25s ease-in-out;
 border: rgba(255, 255, 255, 1.00) 2px solid;
 border-right: none;
 border-left: none;
}
/* 選択する or しない ラジオボタン （青・赤）*/
ul.ul_choice li:first-child label {
 border-left: rgba(255, 255, 255, 1.00) 2px solid;
	background-color: rgba(255,255,255,0.75);
}
ul.ul_choice li:last-child label {
 border-right: rgba(255, 255, 255, 1.00) 2px solid;
	background-color: rgba(255,255,255,0.75);
}
ul.ul_choice input[type=radio]:checked + label.choiceL1 {
 background-color: rgba(0,113,188,1.00);
}
ul.ul_choice input[type=radio]:checked + label.choiceR1 {
 background-color: rgba(230, 2, 18, 1.00);
}
/* 選択する or しない ラジオボタン （赤・青）*/
ul.ul_choice input[type=radio]:checked + label.choiceL2 {
 background-color: rgba(230, 2, 18, 1.00);
}
ul.ul_choice input[type=radio]:checked + label.choiceR2 {
 background-color: rgba(0,113,188,1.00);
}

/*　--------------------------- */
.radio {
 display: inline-block;
 padding-right: 1em;
 font-size: 13px;
 line-height: 32px;
 /* 49px */
 cursor: pointer;
}
.radio:hover .inner {
 -webkit-transform: scale(0.5);
 -moz-transform: scale(0.5);
 -ms-transform: scale(0.5);
 -o-transform: scale(0.5);
 transform: scale(0.5);
 opacity: .5;
}
.radio input {
 height: 1px;
 width: 1px;
 opacity: 0;
}
.radio input:checked + .outer .inner {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
.radio input:checked + .outer {
 border: 2px solid #e75400;
}
/* ラジオボタンの input label spanの順番が違う方法 */
input.accordion:checked + label > .outer .inner {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
input.accordion + label + div + div.gaihi_1, input.accordion + label + div.gaihi_1 {
 /*height: 0;*/
 padding: 0;
 margin: 0;
 max-height: 0; /* JQでコントロールした方が良いかも。 */
 overflow: hidden;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: all 1s;
 -moz-transition: all 1s;
 -ms-transition: all 1s;
 -o-transition: all 1s;
 transition: all 1s;
}
input.accordion:checked + label > .outer .inner {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
input.accordion:checked + label > .outer {
 border: 3px solid #e75400;
}
input.accordion:checked + label + div + div.gaihi_1, input.accordion:checked + label + div.gaihi_1 {
 max-height: 30em;
 height: auto;
 opacity: 1;
visibility:visible;
 /*	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;*/
}
/* ガイダンスの表示 */
.guidance-box {
 z-index: 9999;
 max-height: 80vh;
 max-width: 90vw;
 min-height: 20vh;
 overflow: auto;
 width: 300px;
 background-color: #fff;
 border: solid #B3B3B3 5px;
 border-radius: 20px;
 padding: 10px;
 box-shadow: 0 5px 5px 5px #888888;
 position: absolute;
 left: 380px;
 top: 10px;
 -webkit-transition: all 1s;
 -moz-transition: all 1s;
 -ms-transition: all 1s;
 -o-transition: all 1s;
 transition: all 1s;
 opacity: 0;
visibility: hidden;
}
label.guidance-open:hover + div.guidance-box {
	visibility: visible;
 opacity: 1;
}
.guidance-open:hover + div.guidance-box {
	visibility: visible;
 opacity: 1;
}
/* ラジオボタンの label input spanの順番が違う方法 ここまで */
.radio input:focus + .outer .inner {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
 background-color: #b44100;
}
.radio .outer {
 height: 15px;
 width: 15px;
 display: block;
 float: left;
 /*margin: 10px 9px 10px 10px;*/
/* border: 3px solid #e75400;*/
 border :2px solid #ccc;
 border-radius: 50%;
 background-color: #fff;
 margin: 5px 5px 5px 0;
}
.radio .inner {
 -webkit-transition: all 0.25s ease-in-out;
 -moz-transition: all 0.25s ease-in-out;
 transition: all 0.25s ease-in-out;
 height: 11px;
 width: 11px;
 /*@include transform(scale(0));*/
 display: block;
 margin: 2px;
 border-radius: 50%;
 background-color: #e75400;
/* opacity: 0.2;*/
 opacity: 0;
}
.radio.disabled_color {
 color: #dddddd;
 cursor: not-allowed;
}
.radio.disabled_color .outer {
 border-color: #dddddd !important;
 cursor: not-allowed;
}
.radio.disabled_color .inner {
 background-color: #dddddd;
 cursor: not-allowed;
}
input:disabled + .outer .inner {
 opacity: 0;
}
input:disabled + .outer {
 border-color: #dddddd;
}
/* ------------------------------------------------------------- */
/*** custom checkboxes ***/
input[type="checkbox"] {
 display: none;
}
input[type="checkbox"] + label {
 position: relative;
 /*display: inline-block;*/
 padding: 3px 3px 3px 1.25em;
 cursor: pointer;
 -webkit-transition: all .2s;
 transition: all .2s;
}
input[type="checkbox"]:disabled + label {
 cursor: not-allowed;
}
input[type="checkbox"] + label::before, input[type="checkbox"] + label::after {
 position: absolute;
 content: '';
 -webkit-transition: all .2s;
 transition: all .2s;
}
input[type="checkbox"] + label::before {
 top: 50%;
 left: 0;
 width: 0.9em;
 height: 0.9em;
 margin-top: -0.5714em;
 background: #f4f4f4;
 border: 2px solid #ccc;
 border-radius: 3px;
}
input[type="checkbox"] + label::after {
 opacity: 0;
 top: 50%;
 left: 0.214em;
 width: 0.4714em;
 height: 0.2857em;
 margin-top: -0.2857em;
 border-left: 0.1428em solid #e75400;
 border-bottom: 0.1428em solid #e75400;
 -webkit-transform: rotate(-45deg) scale(.5);
 transform: rotate(-45deg) scale(.5);
}
input[type="checkbox"] + label:hover::before {
 background: #fff;
}
input[type="checkbox"]:checked + label::before {
 background: #fff;
 border: 2px solid #e75400;
}
input[type="checkbox"]:checked + label::after {
 opacity: 1;
 -webkit-transform: rotate(-45deg) scale(1);
 transform: rotate(-45deg) scale(1);
 padding-left: 2px;
}
input[type="checkbox"]:disabled + label::before {
 background: #F4F4F4;
 border: 2px solid #ebebeb;
}
input[type="checkbox"]:disabled + label:hover::before {
 background-color: #F4F4F4 !important; /*　#f4f4f4*/
}
.check-group-lg {
 font-size: 1.5em;
}
.check-group-lg > label span {
/* font-size: 0.875rem;*/
  font-size: 13px;
}
.check-group-lg > label {
 display: inline-flex;
 align-items: center;
}
/* input text */
input[type="text"].auto-calc {
 border: 1px solid rgba(170, 170, 170, 0.00);
}
input[type="text"]:disabled.auto-calc {
 background-color: rgba(170, 170, 170, 0.00);
}
input[type=text] {
 font-size: 1.125rem;
 color: inherit;
}
input[type=text].number {
 text-align: right;
 padding: 2px;
}
input[type=text].editable, textarea.editable {
 border: 1px solid rgba(231, 84, 0, 0); /* #E75400 */
}
input[type=text]:focus.editable, textarea:focus.editable {
 border: 1px solid rgba(231, 84, 0, 0.8); /* #E75400 */
}
/*　保存ボタンの表示と保存。研究が必要 -------------------------- */
/*input[type=text].editable + .btn-save,
textarea.editable + .btn-save {
	display: none;
}
input[type=text]:focus.editable + .btn-save,
textarea:focus.editable + .btn-save {
	display:inline;
}
*/
.number {
 font-family: Verdana, Helvetica Neue, Arial, sans-serif;
}
/* セレクトボックス -------------------------- */
.cp_ipselect {
 overflow: hidden;
 /*	width: 90%;
	margin: 2em auto;*/
 text-align: center;
}
.cp_ipselect select {
 width: 100%;
 padding-right: 1em;
 cursor: pointer;
 text-indent: 0.01px;
 text-overflow: ellipsis;
 border: none;
 outline: none;
 background: transparent;
 background-image: none;
 box-shadow: none;
 -webkit-appearance: none;
 appearance: none;
}
.cp_ipselect select::-ms-expand {
 display: none;
}
.cp_ipselect.cp_sl02 {
 position: relative;
 border: 1px solid #aaaaaa;
 border-radius: 6px;
 background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
 position: absolute;
 top: 0.6em;
 right: 0.5em;
 width: 0;
 height: 0;
 padding: 0;
 content: '';
 border-left: 0.4em solid transparent;
 border-right: 0.4em solid transparent;
 border-top: 0.6em solid #666666;
 pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
 position: absolute;
 top: 0;
 right: 1.8em;
 bottom: 0;
 width: 1px;
 content: '';
 border-left: 1px solid #aaaaaa;
}
.cp_ipselect.cp_sl02 select {
 padding: 4px 0.5em 4px 8px;
 color: inherit;
}
.dd-table .cp_ipselect.cp_sl02 {
	margin-left: -5px;
	margin-right: -5px;
}
.dd-table .cp_ipselect.cp_sl02 select {
	/*padding: 0 0.5em 0 8px;*/
	padding: 0 2em 0 8px;
}
/* セレクト編集前 */
.none-edit .cp_ipselect.cp_sl02 {
border-color: rgba(0,0,0,0) !important;
background-color: transparent;
}
.none-edit .cp_ipselect.cp_sl02::before {
 border-top: 0.6em solid rgba(0,0,0,0) !important;
}
.none-edit .cp_ipselect.cp_sl02:after {
 border-left: 1px solid rgba(0,0,0,0) !important;
}
/* セレクト編集前 */

/* -ツールチップ ------------- */
.tooltip {
 position: relative;
}
.toltip-label {
 visibility: hidden;
 opacity: 0;
 width: 10em;
 position: absolute;
 bottom: calc(100% + 10px);
 /*top: 100%;*/
 left: 0;
 -webkit-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
 font-size: 0.75em;
 padding: .4em .7em .45em;
 border-radius: .2em;
 background-color: rgba(55, 190, 33, 1.00);
 color: #fff;
 text-align: center;
 filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, .5));
	z-index: 100;
}
.toltip-label::after {
 opacity: 0;
 content: '';
 position: absolute;
 /*bottom: 100%;*/
 top: 100%;
 left: 50%;
 margin-left: -10px;
 border: 10px solid transparent;
 border-top-color: rgba(55, 190, 33, 1.00);
 -webkit-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
 /*filter: drop-shadow(0px 3px 2px rgba(0,0,0,.5)); 不要*/
}
.tooltip:hover > .toltip-label,
.tooltip:hover > .toltip-label::after,
.check-flag:hover .toltip-label,
.check-flag:hover .toltip-label::after {
 opacity: 1;
 visibility: visible;
}
.check-flag .toltip-label {
	left: -50%;
	width: 6em;
}
/* --- バルーン -----------------*/
.balloon-top {
 position: relative;
 display: inline-block;
 padding: 0.25em 0.5em;
 min-width: 120px;
 max-width: 100%;
 color: inherit;
 background: #FFF;
 border: solid 2px #4d4d4d;
 box-sizing: border-box;
}
.balloon-top:before {
 content: "";
 position: absolute;
 top: -24px;
 left: 26px; /* 矢印の左右の位置 */
 margin-left: -15px;
 border: 12px solid transparent;
 border-bottom: 12px solid #FFF;
 z-index: 2;
}
.balloon-top:after {
 content: "";
 position: absolute;
 top: -29px;
 left: 26px; /* 矢印の左右の位置 */
 margin-left: -17px;
 border: 14px solid transparent;
 border-bottom: 14px solid #4d4d4d;
 z-index: 1;
}
.balloon-top p {
 margin: 0;
 padding: 0;
}

.balloon-left {
 position: relative;
 display: inline-block;
 padding: 0.25em 0.5em;
 min-width: 120px;
 max-width: 100%;
 color: inherit;
 background: #FFF;
 border: solid 2px #4d4d4d;
 box-sizing: border-box;
}
.balloon-left::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 7px;
  border-right: 15px solid #4d4d4d;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon-left::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 7px;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon-left p {
 margin: 0;
 padding: 0;
}
/* テーブル　データ入力 -----------------*/
.table-UA, .table-UA th {
 font-weight: 400;
 color: inherit;
 border-collapse: collapse !important;
 border-spacing: 0 !important;
}
.table-UA th {
 text-align: left;
}
.table-UA input[type="text"] {
 width: 6em;
}



.label-info {
/*  padding: 7px;*/
/*height: 28px;*/
padding-top: 5px;
padding-bottom: 5px;
/*line-height: 28px;*/
position: relative;
top: -2px;
  margin-top: -10px;
  font-size: 14px;
  font-weight: normal;
}

input {
	background-color: #fff;
}
input:placeholder-shown {
/*    background-color:#ffeeed !important;*/
}
/*
input:not(:placeholder-shown) {
    background-color:#33f;
}
*/