#tool　input{
text-align: end;
}
#tool input:invalid
{
text-align: end;
background-color: #F0D0D0;
}
#tool input:disabled {
text-align: end;
}
#tool input:valid{
text-align: end;
background-color: #E8F0FE;
}
.pure-table td {
text-align: center;
}
.pure-table td, .pure-table th {
text-align: center;
}
#tool hr {
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
background-color: #f9f9f9;
}
.pure-form-aligned .pure-control-group label {
text-align: left;
}
.number{
text-align: right !important;
}
.pure-table td{
font-weight: bold;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"] {
font-size: 16px;
}
legend {
font-weight: bold;
color: #888;
font-size: 1.2em;
}
.select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
select.pure-input {
height: 2.4em;
}
select.pure-input {
height: 2.4em;
}
select::-ms-expand {
display: none;
}
select.pure-input {
height: 2.8em !important;
font-weight: bold;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar:before,
.flatpickr-calendar:after{
display: none !important;
}
.tool-selects {
display: flex;
width: 100%;
}
.pure-form input[readonly], .pure-form select[readonly], .pure-form textarea[readonly] {
background-color: #E8F0FE !important;
color: #333;
}
#tool {
border: solid 1px #dfdfdf;
background: #fff;
border-radius: 3px;
padding: 30px;
box-sizing: border-box;
}
#tool-result table {
background: #fff;
}
#tool-prefectures {
font-size: 16px;
}
#tool-cities {
font-size: 16px;
}
#tool-result th {
background-color: #fdfaf8;
font-weight: bold;
border-bottom: 1px solid #cbcbcb;
width: 50%;
}
#tool-result-header h4 {
width: auto;
text-align: left;
vertical-align: middle;
font-weight: bold;
color: #333333;
border-left-style: solid;
border-left-width: 6px;
padding: 0 9px 0 17px;
box-sizing: border-box;
margin: 0 0 13px 0;
font-size: 20px;
line-height: 1.4;
border-color: #0fafe6;
}
.special-benefit-error {
box-sizing: border-box;
width: 100%;
margin-top: 24px;
padding: 8px 16px;
border: 1px solid #eee;
background-color: #ffeeee;
color: red;
}
#tool-results {
margin: 32px 0;
}
#tool-result-text {
font-size: 24px;
}
#tool-result-number {
font-weight: bold;
font-size: 32px;
color: #ef4056;
margin: 0 2px;
}
.tool-title {
font-weight: bold;
font-size: 24px;
margin: 0 2px;
}
#costs-submit { }
.tool-agree {
margin-top: 8px;
}
#tool-start {
margin-top: 16px;
background-color: #ef4056 !important;
}
.income__message {
font-size: 16px;
font-weight: 600;
}
.income__message {
font-size: 16px;
font-weight: 600;
}
.income__label {
font-size: 16px;
font-weight: 600;
color: #333;
}
#form2 {
display: none;
}
.option1{
display: none;
}
.open,.close {
margin-bottom: 16px;
padding-right: 32px;
}
.open:after {
font-family: "icomoon" !important;
content: "\e904" !important;
padding: 0 10px;
font-size: 16px;
color: #666;
position: absolute;
margin-top: 4px;
transform: rotate(90deg);
-ms-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
.close:after {
font-family: "icomoon" !important;
content: "\e904" !important;
padding: 0 10px;
font-size: 16px;
color: #666;
position: absolute;
margin-top: 4px;
transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
}
.tips {
font-size: 16px;
font-weight: 600;
}
.tips__popup {
z-index: 99999;
font-size: 16px;
font-weight: 600;
border: none;
width: 300px;
color: #666;
left: 16px;
position: absolute;
display: inline-block;
padding: 8px;
border-radius: 6px;
font-family: sans-serif;
background-color: #dcf0dd;
box-shadow: 3px 3px 3px #aaaaaa;
}
.payment_number {
width: 20%;
}
body a.tips:hover {
opacity: 1.0;
}
#submit {
font-family: sans-serif;
}
.required, .optional {
margin-bottom: 16px;
}
.required:before {
content: "\5FC5\9808";
border-radius: 2px;
color: #fff;
padding: 1px 8px;
margin-right: 8px;
margin-bottom: 4px;
font-size: 14px;
display: inline-block;
font-weight: normal;
background-color: #ef4056;
height: 22px;
width: 30px;
letter-spacing: normal;
}
.optional:before {
content: "\4EFB\610F";
border-radius: 2px;
color: #fff;
padding: 1px 8px;
margin-right: 8px;
margin-bottom: 4px;
font-size: 14px;
display: inline-block;
font-weight: normal;
background-color: #aaaaaa;
height: 22px;
width: 30px;
letter-spacing: normal;
}
.crown {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 19px;
height: 12px;
border: 2px solid;
border-top-color: transparent;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
padding-top: 4px;
top: -5px;
right: 14px;
}
.crown::after,
.crown::before {
content: "";
display: block;
position: absolute;
box-sizing: border-box;
width: 8px;
height: 8px;
border-bottom: 2px solid;
border-left: 2px solid;
transform: rotate(-45deg);
top: -4px
}
.crown::before {
border-top-left-radius: 2px;
left: -1px
}
.crown::after {
border-bottom-right-radius: 2px;
right: -1px
}
.crown-two.crown {
color: #d8a500 !important;
}
.crown-two.crown {
color: #ccc !important;
}
.crown-one.crown {
color: #d8a500 !important;
}
.crown-two::before,
.crown-two::after {
color: #d8a500 !important;
}
.crown-two::before,
.crown-two::after
{
color: #ccc !important;
}
.crown-three.crown {
color: #b0642c !important;
}
.crown-three::before,
.crown-three::after
{
color: #b0642c !important;
}
#select_term {
width: 240px;
}
[contenteditable=true] {
padding: 0.5em 0.6em;
}
[contenteditable=true]:focus {
outline: none;
border-bottom-color: black;
}
[contenteditable=true]:empty::after{
opacity: 0.5;
}
[contenteditable=true]:empty::after{
transition: all 0.2s;
content: attr(placeholder);
}
#tool .dateForm-wrap {
display: flex;
width: 72%;
}
#tool .dateForm {
width: 36%;
}
#tool .pure-input-1 {
width: 45% !important;
}
#input_buy_date,
#input_sale_date{
position: relative;
}
.flatpickr-innerContainer {
min-width: 300px;
}
.formula {
font-size: 18px;
font-weight: bold;
}
@media screen and (max-width:400px) {
.payment_number {
width: 25%;
}
#tool .pure-table {
font-size: 12px !important;
}
#tool .dateForm-wrap {
width: 100%;
}
#tool .pure-input-1 {
width: 55% !important;
}
#tool .pure-input-1#select-sale-year,
#tool .pure-input-1#select-payment-year
{
width: 74% !important;
}
}