/* Your custom styles */

/* Background color */
.body-color {
    background-color: #FFF;
}

/* Text color */
/* .body-color,
.table td,
#mailbox .list-group-item a {
    color: #FFF;
} */

.m-color {
    background-color: #cb0002 !important;
    color: #FFF !important;
}

/* Accent color */
.a-color {
    background-color: #D02B2C !important;
    color: #FFF !important;
}

.nav-color {
    background-color: #000;
    color: #FFF;
}

.card-color {
    background-color: #f8fffa;
    border: solid 3px #67be8d;
    outline: solid 2px #282828;
    /* border: solid 3px #282828; */
    /* outline: solid 3px #67be8d; */
}

.panel-color .card-header {
    background-color: #000;
    color: #FFF;
}

table.table-color th {
    background-color :#E0E7EF;
}

table.table-color td {
    background-color :#fff;
}

h1.h-color {
    color: #333;
    font-weight: bold;
    border-bottom: 5px solid #333;
    padding: .5rem 0;
    margin-bottom: 1.5rem;
}

h2.h-color {
    color: #3e3e3e;
    /* background: #BB261B; */
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem .5rem;
    margin-bottom : 1rem;
    border-left: 5px solid #cc0000;
    border-bottom: 2px solid #dcdcdc;
}

h2.h-color span.shine {
    background-image: linear-gradient(
        70deg,
        #FDEF75 45%, /* font color */
        #E56924 50%,
        #FDEF75 55% /* font color */
    );
    background-size: 500% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 2.5s infinite;
}

@keyframes shine {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

h2.h-image {
    text-align: center;
    margin-bottom : 1.5rem;
}

h3.h-color {
    /* color: #fff; */
    /* background: #EA5157; */
    /* font-weight: bold; */
    padding: .5rem 1rem;
    margin-bottom : 1rem;
    text-align: left;
    border-bottom: 4px solid #cc0000;
}

@media (min-width: 768px) {
    h3.h-color {
        text-align: center;
    }
}

h4.h-color {
    color: #FFF;
    background: #333;
    /* border-top: double 2px #67be8d; */
    /* border-bottom: double 2px #67be8d; */
    padding: 0.75rem;
    margin-bottom : 1rem;
    text-align: center;
}

h5.h-color {

}

.h1, h1 { font-size: 1.75rem; }
.h2, h2 { font-size: 1.5rem; }
.h3, h3 { font-size: 1.3rem; }
.h4, h4 { font-size: 1.2rem; }
.h5, h5 { font-size: 1.15rem; }

th {
    /* width: 35%; */
    vertical-align: middle !important;
}

td {
    vertical-align: middle !important;
}

table.table-res th,
table.table-res td {
    width: 50%;
}

/* 画面サイズが767px以下の場合読み込む */
@media screen and (max-width:767px) {
table.table-res {
    width: 100%;
}

table.table-res th,
table.table-res td {
    display: block;
    width: 100%;
}

table.table-res {
    border: none;
}

table.table-res td,
table.table-res th {
    margin-top: -1px;
}

/* table.tc th,
table.tc td {
    display: table-cell;
} */
}

/* 初期化 */
/* .card .card-body .card-text {
    color: unset;
} */

/* .btn {
    text-align: unset;
} */
/* 初期化 */

#wrap {
    overflow: hidden;
}

#mailbox .list-group-item {
    padding: 0;
}

#mailbox .list-group-item a {
    padding: .75rem 1.25rem;
}

#mailbox .list-group-item a.active{
    border-left: #BB261B 5px solid;
}

#mailbox .list-group-item a.read {
    color: #d1d1d1;
}

#mailbox .list-group-item a.unread:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0e0';
    padding-right: .4rem;
    color: #BB261B;
}

#mailbox .list-group-item a.read:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f2b6';
    padding-right: .4rem;
    color: #d1d1d1;
}

#mailbox .list-group-item a.send:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f1d8';
    padding-right: .4rem;
    color: #BB261B;
}

#mailbox .list-group-item-action:focus,
#mailbox .list-group-item-action:hover {
    background-color: transparent;
}

button.navbar-toggler span {
    font-size: 1.1rem;
    margin-left: .5rem;
}

.navbar-nav .counter {
    position: static;
    top:0px;
    left: 0px;
    margin-left: 3px;
}

@media screen and (max-width:767px) {
#terms br {
    display: none;
}}

b, strong {
    font-weight: bold;
}

#mailshow .break {
    overflow-wrap: break-word;
}

.btn {
    text-transform: unset !important;
}

/* PCサイドメニュー */
#sidebar ul {
    padding: 0;
}

#sidebar li {
    list-style: none;
    text-align: left;
    font-weight: bold;
}

#sidebar li a{
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 1rem;
	position: relative;
}

/* #sidebar li a .unread{
	position: absolute;
	background: red;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	width: 30px;
	line-height: 30px;
	right: 10px;
	top: 50%;
	margin-top: -15px;
} */

#sidebar li:not(:last-child){
	border-bottom: 1px solid #fff;
}

#column img {
    max-width: 100%;
    height: auto !important;
}

section#result img {
    max-width: 100%;
    height: auto !important;
}

/* フォントサイズ */
.fs05 {font-size: 0.5rem;}
.fs06 {font-size: 0.6rem;}
.fs07 {font-size: 0.7rem;}
.fs08 {font-size: 0.8rem;}
.fs09 {font-size: 0.9rem;}
.fs10 {font-size: 1.0rem;}
.fs11 {font-size: 1.1rem;}
.fs12 {font-size: 1.2rem;}
.fs13 {font-size: 1.3rem;}
.fs14 {font-size: 1.4rem;}
.fs15 {font-size: 1.5rem;}
/* フォントサイズ */

.custom-nav{
    overflow-x:scroll;
    overflow-y:hidden;
    flex-wrap: nowrap;
}

#site table {
    width: 100% !important;
}


/* エアライン */
.bg-cloud {
    background-color: #E2E7ED;
}

.bg-air {
    background-image: url(../images/bg_air.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color:rgba(255,255,255,0.6);
    background-blend-mode:lighten;
}

#site_profile img {
    max-width: 100%;
}
