@charset "UTF-8";
/* CSS Document */


/*==================================================================== reset
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, address,
abbr, code, pre, samp, blockquote, q, cite,
img, del, ins, dfn, var, strong, em, small, b, i, sub, sup,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, dialog, figcaption, figure, footer, header,
hgroup, menu, nav, section, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-style: normal; vertical-align: baseline; background: transparent;}

article, aside, details, dialog,
figcaption, figure, footer, header, hgroup, nav, section { display: block;}

blockquote, q { quotes: none;}

/*==================================================================== common
*/

html {
    font-size: 62.5%; /*フォントの基準サイズを10pxにする*/
}

body {
	cursor: auto;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.5;
	font-family:  "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Arial, Helvetica, "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	letter-spacing: 0;
	word-spacing: 0.1em;
	text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
    min-width: 768px;
}
@media screen and ( max-width: 768px ) {
    body {
        min-width: auto;
    }
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; padding: 0;}

hr { display: none;}

a img { border: none;}

a			{ color: #1378dc; text-decoration: none; vertical-align: baseline; cursor: pointer;}
/*a:visited	{ color: #338ae0;}
a:hover		{ color: #f7931e; text-decoration: none;}
a:active	{ color: #f7931e;}
a:focus		{ color: #f7931e;}*/

p { /*padding: 5px 0;*/}

dl,ul,ol { padding: 0; margin: 0;}
ul { list-style: none;}
ol { list-style: decimal; padding-left: 2em;}
dt { font-weight: bold;}

ins { text-decoration: none;}
mark { background-color: #ff9; color: #000; font-style:italic; font-weight: bold;}
del { text-decoration: line-through;}
abbr[title], dfn[title] { border-bottom: 1px dotted #333; cursor:help;}

embed, object, img { vertical-align: bottom;}
embed, object { outline: none;}
img { border: none; color: #333; background: transparent;}

table { border-collapse: collapse; border-spacing: 0; /*margin: 10px auto;*/}
th, td { vertical-align: middle; text-align: left; border: 1px solid #ddd; padding: 0;}
thead th,
thead td { text-align: center;}
th { /*vertical-align: top;*/ font-weight: bold;}
td { /*vertical-align: top;*/ padding: 2px 10px;}
td ul, td dl { height: auto;}

form { padding: 10px 0; margin: 0;}
fieldset { border: none; padding: 0; margin: 0;}
legend { padding: 0 0 10px; margin: 0;}
label { cursor: pointer;}
input, textarea, button, select { box-sizing: border-box; color: inherit; font-family: inherit; font-size: inherit; vertical-align: middle;}
input, select {
    height: 35px; font-size: 16px;
}
select {
    box-sizing: border-box;
    padding: 0 10px 0 6px;
    -moz-appearance: none; -webkit-appearance: none; appearance: none;
    background: #FFF url("/img/arrow_select.svg") no-repeat center right;
    padding-right: 26px !important; border: solid 1px #767676; border-radius: 3px;
}
input { padding: 0 5px; margin: 0;}
input[type="text"],input[type="password"],input[type="number"],input[type="tel"],textarea { border: 1px solid #999;}
input[type="radio"], input[type="checkbox"] { margin-right: 5px;}
input[type="button"] { padding: 0 2px;}
select option { padding: 0 5px;}
button, input[type="submit"], input[type="button"], input[type="reset"] {
	appearance: button; -webkit-appearance: button;
	box-sizing: border-box; -webkit-box-sizing: border-box;
	border: none;
	border-radius: 0; -webkit-border-radius: 0;
	cursor: pointer;
	padding: 0 5px;
	*overflow: visible;
}

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }


/*==================================================================== utility
*/

.clear { clear: both;}

.aC, .ac { text-align: center !important;}
.aL, .al { text-align: left !important;}
.aR, .ar { text-align: right !important;}

.fL, .fl { float: left;}
.fR, .fr { float: right;}
.imgL, .img_l { float: left; padding-right: 10px;}
.imgR, .img_r { float: right; padding-left: 10px;}
.imgL img, .img_1 img,
.imgR img, .img_r img { margin-bottom: 5px;}

.d-flex { display: flex;}
.justify-content-center { justify-content: center;}
.align-items-center { align-items: center;}

.fwB { font-weight: bold; font-family: auto, sans-serif; }

.link_hover:hover { opacity: .7;}

/*---------------------------------- cleaarfix
*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix { display: inline-block;}
/* for IE7 */

/* Holly Hack Targets IE Win only \*/
.clearfix { height: 1%;}
.clearfix { display: block;}
/* End Holly Hack */

.error_area > li {
    display: list-item;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

.error {
    font-size: 12px;
    font-weight: bold;
    color: red;
    text-align: left;
}

.carsensor_input {
    display: none;
}

.account_input {
    display: none;
}

#add_row {
    display: none;
}

#message, #staff_message {
    margin-bottom: 10px;
}

.baloon_text {
    word-wrap: break-word;
}

.news_title {
    cursor: pointer;
}

.news_desc {
    margin-top: 5px;
}

.page-circle {
    font-weight: bold;
    font-size: 24px;
}

.page-circle-black {
    color: black;
}

.page-circle-white {
    color: white;
}

.hidden { display: none !important;}

.marker
{
    background-color: Yellow;
}

.required {
    background-color: #FFEEFF !important;
}

.c-red {
    color: red;
}

.text-underline {
    text-decoration: underline;;
}

.input_success {
    border-color: #046DE3 !important;
}

.input_failure {
    border-color: #D70000 !important;
}

#loading_background {
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, 0.1);
    z-index: 99999;
}

#anim_loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 200px;
    height: 200px;
    background: white;
    padding: 40px;
    border-radius: 200px 200px 200px 200px;
    box-sizing: border-box;
}

.no_contract {
    opacity: 0.4;
}

.bg-primary {
    background-color: #0068b7 !important;
    white-space: nowrap;
}
.bg-secondary {
    background-color: #F7931E !important;
    white-space: nowrap;
}
.bg-success {
    background-color: #D03C3C !important;
    white-space: nowrap;
}
.bg-other {
    background-color: #0071BC !important;
    white-space: nowrap;
}
.bg-delete {
    background-color: #6B6D6E !important;
    white-space: nowrap;
}
.bg-disabled {
    background-color: #CCCCCC !important;
    white-space: nowrap;
}

a.close_text {
    position: absolute;
    top: 8px;
    right: 8px;
    color: inherit;
}
a.close_text_color {
    color: #333 !important;
    font-size: 14px;
}
a.close_text:hover,
a.close_text_color:hover {
    color: #333 !important;
    opacity: .7;
}
.btn-s{
	box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 2px 10px;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px; -webkit-border-radius: 4px;
	color:#fff !important;
	position: relative;
	text-align: center;
}