@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.overlayMenu > .outer li:nth-of-type(11) a{
  color: #eed757;
}
.overlayMenu > .outer li:nth-of-type(11) a:before {
    content: "\f02d";
    color: #eed757;
}
.overlayMenu > .outer li:nth-of-type(11) a:hover {
    background: #eed757;
    color: #eed757;
}
.overlayMenu > .outer li:nth-of-type(12) a{
  color: #0068B7;
}
.overlayMenu > .outer li:nth-of-type(12) a:before {
    content: "\f030";
    color: #0068B7;
}
.overlayMenu > .outer li:nth-of-type(12) a:hover {
    background: #0068B7;
    color: #0068B7;
}
.kiji-list{
  max-height: 600px;
  overflow-y: auto;
}
.kiji-list .box{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px dotted #999;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.kiji-list .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kiji-list .box img {
  width: 30% !important;
}
.kiji-list .box > div {
  width: 67% !important;
}
.column-text._left{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.column-text._right{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.column-text img{
  width: 30% !important;
}
.column-text > div{
  width: 67% !important;
}
/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
}