@charset "UTF-8";
@import url(icomoon.css);
@import url(trend.css);
@import url("https://koimaiko.com/common/css/rellink.css");
/* responsive
========================================================================== */
.responsive img {
  max-width: 100%;
}

/* layout
========================================================================== */
body {
  background: #fff;
}

.base_inner {
  position: relative;
  width: 900px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 919px) {
  .responsive .base_inner {
    width: 100%;
    padding: 0 3.5%;
  }
}

.header {
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-color: #425aa3;
}
@media screen and (mix-width: 768px) {
  .responsive .header .base_inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .responsive .header {
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.header .sitelogo {
  float: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .responsive .header .sitelogo {
    float: none;
    margin-bottom: 15px;
  }
}
.header .sitelogo img {
  width: 100%;
}
.header .sitelogo a {
  text-indent: -999px;
  display: block;
  margin: 0;
  width: 163px;
  height: 40px;
  background: url(../img/img_logo.png) no-repeat;
  background-size: 100% auto;
}
.header #gnavi {
  float: right;
  width: 76%;
}
@media screen and (max-width: 767px) {
  .responsive .header #gnavi {
    float: none;
    width: 100%;
    border-left: solid rgba(255, 255, 255, 0.5) 1px;
    border-bottom: solid rgba(255, 255, 255, 0.5) 1px;
  }
}
.header #gnavi #gnavi-inner {
  position: relative;
}
.header #gnavi ul li {
  position: relative;
  float: left;
  width: 25%;
  border-right: solid #2e3f72 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header #gnavi ul li:last-of-type {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .responsive .header #gnavi ul li {
    width: 50%;
    border-right: solid rgba(255, 255, 255, 0.5) 1px;
    border-top: solid rgba(255, 255, 255, 0.5) 1px;
  }
  .responsive .header #gnavi ul li.gnav_present {
    display: none;
  }
}
.header #gnavi ul li:hover {
  background: #395096;
}
.header #gnavi ul li a {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .responsive .header #gnavi ul li a {
    text-align: left;
    padding-left: 10px;
  }
  .responsive .header #gnavi ul li a:before {
    font-family: 'icomoon';
    content: "\e929";
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
  }
}

#news-ticker {
  position: relative;
  clear: both;
  width: 100%;
  background: -moz-linear-gradient(top, #f0e9d3 0%, #f5f1e2 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f0e9d3 0%, #f5f1e2 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0e9d3 0%, #f5f1e2 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e9d3', endColorstr='#f5f1e2',GradientType=0 );
  /* IE6-9 */
  border-bottom: solid #d5d4c3 1px;
}
#news-ticker .base_inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
#news-ticker dl {
  display: table;
  width: inherit;
}
#news-ticker dl dt, #news-ticker dl dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .responsive #news-ticker dl dt, .responsive #news-ticker dl dd {
    width: 100%;
    display: block;
  }
}
#news-ticker dl dt {
  padding-right: 15px;
}
#news-ticker dl dt:before {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'icomoon';
  content: "\e92b";
  color: #4158a5;
  padding-right: 3px;
}

#social {
  /*
  position: absolute;
  top: 17px;
  right: 0;
  */
  position: absolute;
  z-index: 5;
  top: 79px;
  right: 0;
}
@media screen and (max-width: 919px) {
  .responsive #social {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .responsive #social {
    top: 0;
  }
}
#social #facebook,
#social #twitter {
  float: left;
  margin-left: 8px;
}
#social #facebook img,
#social #twitter img {
  width: 38px;
  height: auto;
}

#pankuzu {
  clear: both;
  height: 16px;
  margin-bottom: 5px;
  padding-top: 13px;
}
#pankuzu ul li {
  font-size: 10px;
  line-height: 1.5;
  float: left;
  margin-right: 10px;
  padding-right: 12px;
  background: url(../img/ico_arrow01.gif) no-repeat center right;
}

#pagetitle {
  clear: both;
  height: 150px;
  margin-bottom: 20px;
}

.page_tit {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .responsive .page_tit {
    margin-bottom: 0;
  }
}

#content {
  width: 100%;
  padding-top: 20px;
  background: -moz-linear-gradient(top, #e9eee6 0%, white 50%, white 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e9eee6 0%, white 50%, white 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e9eee6 0%, white 50%, white 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eee6', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  border-top: solid #fff 1px;
}
#content #content-inner {
  width: 900px;
  margin: auto;
  padding-bottom: 50px;
}
.responsive #content #content-inner {
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .responsive #content #content-inner {
    width: 100%;
  }
}

.content-box {
  padding: 25px 45px 35px 45px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .responsive .content-box {
    border: none;
  }
}
.content-box.s {
  padding: 25px 30px 35px 30px;
}
@media screen and (max-width: 767px) {
  .responsive .content-box.s {
    padding: 20px;
  }
}

.content-box2 {
  padding: 25px 25px 35px 25px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .responsive .content-box2 {
    padding: 25px 15px;
    border: none;
  }
}

.pagetop {
  position: relative;
  text-align: right;
  margin: 10px 0;
}
@media screen and (max-width: 919px) {
  .responsive .pagetop {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .responsive .pagetop {
    display: none;
  }
}
.pagetop a {
  font-size: 11px;
  line-height: 1.4;
  color: #222;
  text-decoration: none;
  padding-left: 16px;
  display: inline-block;
  background: url(../img/ico_pagetop.gif) no-repeat center left;
}

/* フッター
========================================================================== */
.footer {
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .responsive .footer {
    padding: 0 10px;
  }
}
.footer .footer_link {
  text-align: center;
  margin-bottom: 15px;
}
.footer .footer_link ul li {
  display: inline;
  /*
  float: left;
  */
  font-size: 12px;
  line-height: 1.4;
  color: #222;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .responsive .footer .footer_link ul li {
    display: block;
    float: left;
    position: relative;
    text-align: left;
    width: 50%;
    margin-top: -1px;
    padding: 0;
    border: solid #ccc 1px;
  }
  .responsive .footer .footer_link ul li:nth-of-type(1), .responsive .footer .footer_link ul li:nth-of-type(3), .responsive .footer .footer_link ul li:nth-of-type(5) {
    border-right: none;
  }
  .responsive .footer .footer_link ul li a {
    display: block;
    padding: 12px 10px;
    background-color: #fff;
  }
}
.footer .footer_inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .responsive .footer .footer_inner {
    width: 100%;
  }
}
.footer .footer_inner .copyright {
  clear: both;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 8px;
}

.recent_release {
  width: 80%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 919px) {
  .responsive .recent_release {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .responsive .recent_release {
    width: 100%;
  }
}
.recent_release .item {
  display: table;
  float: left;
  position: relative;
  width: 49%;
  padding: 10px 10px;
  border-radius: 4px;
  border: solid #ddd 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .responsive .recent_release .item {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
.recent_release .item:first-child {
  margin-right: 2%;
}
.recent_release .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 8;
}
.recent_release .item .item_th {
  display: table-cell;
  width: 24%;
}
.recent_release .item .item_th img {
  width: 100%;
  display: block;
}
.recent_release .item .item_info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

/*
 * element
 */
.ttl01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #222;
  margin-bottom: 25px;
  padding-bottom: 8px;
  background: url(../img/bg_title01.gif) no-repeat bottom left;
  background-size: 100% 3px;
}
.ttl01.trendarea-name {
  font-size: 20px;
}

.ttl02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: solid #222 1px;
}

.ttl03 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
  margin-bottom: 10px;
}
.ttl03:before {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'icomoon';
  content: "\e92b";
  color: #4158a5;
  padding-right: 3px;
}

.ttl04 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #4158a5;
}

.radius {
  border-radius: 4px;
}

.block1 {
  margin-bottom: 15px;
  padding: 15px;
  background: #f6f6f6;
}

.icon01:after, .icon01r:after {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'icomoon';
  content: "\e92a";
  color: inherit;
  padding-left: 6px;
}

.icon01:hover:after {
  color: #ff94a9;
}

.icon01r {
  text-align: right;
}

.icon03 {
  padding-right: 15px;
  background: url(/common/img/icon_blank.gif) no-repeat center right;
}

.icon_circle {
  position: relative;
  padding-left: 1.0em;
}
.icon_circle:before {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'icomoon';
  content: "\e92b";
  color: #4158a5;
  padding-right: 3px;
  position: absolute;
  left: 0;
  top: 3px;
}
.icon_circle.black {
  color: #444;
}

div.column1 {
  width: 776px;
  margin-bottom: 10px;
  padding: 12px;
  background: #f6f6f6;
}
div.column1 .l {
  float: left;
  width: 180px;
  margin-right: 20px;
  display: inline;
}
div.column1 .l img {
  width: 100%;
}
div.column1 .r {
  float: right;
  width: 576px;
  display: inline;
}
div.column1 .btn a {
  color: #222;
}
div.column2 {
  width: 800px;
  margin-bottom: 3px;
  padding: 4px;
  background: #f6f6f6;
}
div.column2 .l {
  float: left;
  width: 240px;
  margin-right: 20px;
  display: inline;
}
div.column2 .r {
  float: right;
  width: 520px;
  padding: 8px 20px 0 0;
  display: inline;
}

table.list01 {
  width: 100%;
  margin-bottom: 15px;
}
table.list01 th {
  font-weight: normal;
  color: #222;
  width: 25%;
  background-color: #fffbf0;
  font-size: 12px;
  line-height: 1.5;
  padding: 4px 9px 3px 9px;
  border: solid #dddddd 1px;
}
table.list01 th.cat {
  color: #fff;
  background: #4158a5;
}
table.list01 td {
  font-size: 12px;
  line-height: 1.5;
  padding: 4px 9px 3px 9px;
  border: solid #dddddd 1px;
}
table.list02 {
  width: 100%;
  margin-bottom: 15px;
}
table.list02 th {
  font-weight: normal;
  color: #222;
  width: 22%;
  background-color: #fffbf0;
  font-size: 12px;
  line-height: 1.5;
  padding: 4px 9px 3px 9px;
  border: solid #dddddd 1px;
}
table.list02 td {
  font-size: 12px;
  line-height: 1.5;
  padding: 4px 9px 3px 9px;
  border: solid #dddddd 1px;
}
table th.caption {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 6px;
  background: #425aa3;
}
table.list02 td.setai {
  text-align: right;
  width: 90px;
}
table.list03 {
  width: 100%;
  margin-bottom: 15px;
}
table.list03 th {
  font-weight: normal;
  color: #222;
  width: 25%;
  background-color: #f6f6f6;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 10px;
  border: solid #dddddd 1px;
}
table.list03 td {
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 10px;
  border: solid #dddddd 1px;
}
table.list03 th.jcom {
  font-weight: bold;
  color: #fff;
  padding: 4px 9px 3px 9px;
  background-color: #e4351a;
}
table.list03 .jcomtv {
  font-weight: bold;
  text-align: center;
  color: #f23c2e;
  padding: 7px 9px 6px 9px;
  background-color: #fde1dd;
}
table.list03 .jcomch {
  font-weight: bold;
  text-align: center;
  color: #0598cc;
  padding: 7px 9px 6px 9px;
  background-color: #daf1f7;
}
@media screen and (max-width: 767px) {
  table.responsive th,
  table.responsive td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  table.responsive th {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
  }
}

.box-hover {
  cursor: pointer;
  background: #f0f4ff !important;
}
.box-hover p.btn a, .box-hover .icon01:after {
  color: #ff94a9 !important;
}

.linkbox {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.linkbox:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

p.btn {
  margin: 0;
}

.pr1 {
  padding: 10px;
  background: #f0f4ff;
}
.pr1 .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #425aa3;
  margin-bottom: 12px;
}

.pr2 {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  box-sizing: border-box;
  background: #fff;
}
.pr2 .th {
  float: left;
  width: 240px;
  margin-bottom: 0;
  margin-right: 15px;
}
.pr2 .th img {
  width: 100%;
}
.pr2 .info {
  float: right;
  width: 570px;
}

.zei {
  font-size: 10px;
}

.summary {
  text-align: center;
  margin-bottom: 75px;
  padding: 18px 0;
  border-top: solid #bfcdf9 1px;
  border-bottom: solid #bfcdf9 1px;
  background-color: #f5f8ff;
}
.summary p {
  line-height: 1.8;
  margin-bottom: 15px;
}
.summary .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #425aa3;
  margin-bottom: 12px;
}

.bd {
  border: solid #ddd 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* rellink
========================================================================== */
#rellink {
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .responsive #rellink {
    padding: 0 10px;
  }
}
#rellink .footer-bnr {
  padding-top: 20px;
}
#rellink .footer-bnr ul {
  width: 100%;
  max-width: 780px;
}
#rellink .footer-bnr ul li {
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .responsive #rellink .footer-bnr ul li {
    width: 48%;
    margin: 0 4% 4% 0;
    padding: 0;
  }
  .responsive #rellink .footer-bnr ul li:nth-of-type(even) {
    margin-right: 0;
  }
  .responsive #rellink .footer-bnr ul li img {
    width: 100%;
  }
}

/* clear
========================================================================== */
.pr2 {
  display: inline-block;
}

#news-ticker {
  display: inline-block;
}
#news-ticker dl {
  display: inline-block;
}

.recent-inner ul, #footer-bnr {
  display: inline-block;
}

.pr2:after {
  clear: both;
  display: block;
  content: "";
}

.recent-inner ul:after {
  clear: both;
  display: block;
  content: "";
}
