@charset "UTF-8";
/*--------------------------------------------------------*/
/*　フッター　*/
/*--------------------------------------------------------*/
.home-footer {
  padding: 3em 1em;
  background-color: #F2F6FA;
}
.home-footer .ttl {
  margin-bottom: .5em;
  color: #3574B5;
}
.home-footer .home-footer-inner p {
  font-size: 14px;
  font-size: 1.4rem;
}
.home-footer .list-note li {
  color: #888;
  line-height: 1.9;
}
.home-footer .author {
  overflow: hidden;
}
.home-footer .author .img {
  width: 100px;
  height: auto;
  margin: 0 auto 1em auto;
}
@media only screen and (min-width: 1024px) {
  .home-footer .author .img {
    float: left;
    margin: 0 1em 0 0;
  }
}
.home-footer .author .img img {
  width: 100px;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .home-footer .author .profile {
    float: left;
    width: calc(100% - (100px + 3em));
    margin-left: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .home-footer {
    padding: 5em 2em;
    text-align: left;
  }
  .home-footer .ttl {
    display: block;
  }
  .home-footer .home-footer-inner {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    -o-column-gap: 3em;
    -ms-column-gap: 3em;
    column-gap: 3em;
  }
}
@media only screen and (min-width: 1024px) {
  .home-footer {
    padding: 5em 0 8em;
  }
  .home-footer .ttl {
    margin-bottom: .8em;
  }
}

/*--------------------------------------------------------*/
/*　タイトル　*/
/*--------------------------------------------------------*/
.home-ttl {
  padding: 1.3em 1em 1.5em;
  text-align: center;
  background-color: #F2F6FA;
  border-bottom: 1px solid #BCD1E7;
}
.home-ttl .en {
  font-size: 20px;
  font-size: 2rem;
  color: #3574B5;
}
.home-ttl .ja {
  margin-top: -.5em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #777;
}
@media only screen and (min-width: 768px) {
  .home-ttl {
    padding: 2em 0 1.5em;
    text-align: left;
    background-color: transparent;
    border-bottom: none;
  }
  .home-ttl p {
    display: inline-block;
  }
  .home-ttl .en {
    margin-right: .5em;
  }
  .home-ttl .ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .home-ttl.ttl-wh .en,
  .home-ttl.ttl-wh .ja {
    color: #fff;
    text-shadow: 0 0 5px #3574B5;
  }
}

/*--------------------------------------------------------*/
/*　メインコンテンツ　*/
/*--------------------------------------------------------*/
/* カード */
.home-card-wrap .card {
  min-height: 8.2em;
  border-bottom: 1px solid #BCD1E7;
}
.home-card-wrap a {
  display: block;
  padding: 1em;
  position: relative;
  text-decoration: none;
}
.home-card-wrap .img {
  position: absolute;
  top: .7em;
  left: .7em;
}
.home-card-wrap img {
  width: 60px;
}
.home-card-wrap .cate {
  margin-left: 6em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3574B5;
}
.home-card-wrap .ttl {
  margin-left: 5em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .home-card-wrap .card {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 5em;
    background-color: #fff;
    border: none;
    -moz-box-shadow: 0 2px 12px rgba(53, 116, 181, 0.3);
    -webkit-box-shadow: 0 2px 12px rgba(53, 116, 181, 0.3);
    box-shadow: 0 2px 12px rgba(53, 116, 181, 0.3);
  }
  .home-card-wrap .card:nth-child(3n) {
    margin-right: 0;
  }
  .home-card-wrap .card:last-child, .home-card-wrap .card:nth-last-child(2), .home-card-wrap .card:nth-last-child(3) {
    margin-bottom: 0;
  }
  .home-card-wrap .card:hover .img:after {
    opacity: 0.2;
    left: -38.5%;
  }
  .home-card-wrap a {
    padding: 0 0 1.3em;
    overflow: hidden;
  }
  .home-card-wrap .img {
    position: static;
  }
  .home-card-wrap .img:after {
    transition: 0.8s;
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: -160%;
    top: 50%;
    background: #fff;
    opacity: 0;
  }
  .home-card-wrap img {
    width: 100%;
    vertical-align: top;
  }
  .home-card-wrap .cate {
    margin: 0;
    padding: 0 1em;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    background-color: #3574B5;
  }
  .home-card-wrap .ttl {
    margin: 0;
    padding: 1em;
    height: 5em;
    overflow: hidden;
  }
}

/* サムネイル入り（タブレットで二列） */
.list-thumb01 .box {
  position: relative;
  border-bottom: 1px solid #BCD1E7;
}
.list-thumb01 a {
  display: block;
  padding: 1em;
  text-decoration: none;
}
.list-thumb01 .wrap {
  display: table-row;
}
.list-thumb01 .img {
  display: table-cell;
  vertical-align: top;
}
.list-thumb01 .img img {
  max-width: 60px;
}
.list-thumb01 .ttl {
  padding-left: 1em;
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .list-thumb01 {
    border: 1px solid #BCD1E7;
  }
  .list-thumb01 .line {
    display: flex;
    border-bottom: 1px solid #BCD1E7;
    background-color: #DDE8F3;
  }
  .list-thumb01 .line:last-child {
    border-bottom: none;
  }
  .list-thumb01 .box {
    width: 50%;
    overflow: hidden;
    border: none;
    border-right: 1px solid #BCD1E7;
    background-color: #fff;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .list-thumb01 .box:nth-child(2n) {
    border-right: none;
  }
  .list-thumb01 .box:hover {
    background-color: #F2F6FA;
  }
}

/* サムネイル入り（タブレット一列） */
.list-thumb02 .box {
  position: relative;
  min-height: 8em;
  border-bottom: 1px solid #BCD1E7;
}
.list-thumb02 a {
  display: block;
  padding: 1em;
  text-decoration: none;
}
.list-thumb02 .img {
  float: left;
}
.list-thumb02 img {
  width: 60px;
}
.list-thumb02 .cate {
  margin-left: 6em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3574B5;
}
.list-thumb02 .num {
  display: inline-block;
  margin-right: .4em;
  padding-top: .07em;
  width: 1.2em;
  height: 1.2em;
  color: #fff;
  text-align: center;
  vertical-align: text-top;
  line-height: 1;
  background-color: #89023E;
}
.list-thumb02 .ttl {
  margin-left: 5em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .list-thumb02 {
    border: 1px solid #BCD1E7;
  }
  .list-thumb02 .box {
    background-color: #fff;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .list-thumb02 .box:last-child {
    border-bottom: none;
  }
  .list-thumb02 .box:hover {
    background-color: #F2F6FA;
  }
}

/* 集計期間 */
.home-period {
  padding: .5em .7em 1.5em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3574B5;
  text-align: right;
  border-bottom: 1px solid #BCD1E7;
}
@media only screen and (min-width: 768px) {
  .home-period {
    padding: .5em 0;
    font-size: 13px;
    font-size: 1.3rem;
    border-bottom: none;
  }
}

/* 枠 */
@media only screen and (min-width: 768px) {
  .list-wrap01 {
    border: 1px solid #BCD1E7;
  }
}

/* サムネイル入り */
.list-first-thumb {
  padding: .7em;
  border-bottom: 1px solid #BCD1E7;
  background-color: #fff;
}
.list-first-thumb a {
  display: table-row;
  text-decoration: none;
}
.list-first-thumb .img {
  padding: .3em 0 .3em .2em;
  display: table-cell;
  vertical-align: top;
}
.list-first-thumb img {
  width: 100px;
}
.list-first-thumb .ttl {
  padding-left: .8em;
  display: table-cell;
  vertical-align: top;
}
.list-first-thumb .question {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.list-first-thumb .time {
  color: #888;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .list-first-thumb {
    padding: .7em 1em .7em .7em;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .list-first-thumb:hover {
    background-color: #F2F6FA;
  }
  .list-first-thumb img {
    width: 150px;
  }
}

/* テキストのみ */
.list-txt-link li {
  border-bottom: 1px solid #BCD1E7;
}
.list-txt-link a {
  display: block;
  padding: .7em;
  text-decoration: none;
}
.list-txt-link .time {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #888;
}
.list-txt-link .tag01-red2,
.list-txt-link .tag01-green2 {
  float: left;
  margin-top: .3em;
}
.list-txt-link .ttl {
  display: block;
  margin-left: 4em;
}
@media only screen and (min-width: 768px) {
  .list-txt-link li {
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
  }
  .list-txt-link li:hover {
    background-color: #F2F6FA;
  }
  .list-txt-link li:last-child {
    border-bottom: none;
  }
  .list-txt-link a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .list-txt-link .ttl {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

/* バナー広告 */
.pr {
  text-align: center;
  border-bottom: 1px solid #BCD1E7;
}
.pr a {
  display: block;
  padding: 2em .7em;
  position: relative;
}
.pr a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 116, 181, 0.2);
}
.pr img {
  width: 100%;
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .pr {
    margin-top: 4.8em;
    border: none;
  }
  .pr a {
    padding: 0;
  }
  .pr a:before {
    content: none;
  }
}

/*--------------------------------------------------------*/
/*　メインイメージ　*/
/*--------------------------------------------------------*/
.mainimg-wrap {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #BCD1E7;
}
.mainimg-wrap .mainimg-inner {
  width: 100%;
  float: left;
}
.mainimg-wrap a {
  text-decoration: none;
}
.mainimg-wrap .txt-box {
  position: relative;
}
.mainimg-wrap img {
  width: 100%;
  vertical-align: top;
}
.mainimg-wrap .ttl {
  margin: 1.5em .8em .8em;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}
.mainimg-wrap .txt {
  margin: 1em;
  font-size: 13px;
  font-size: 1.3rem;
}
.mainimg-wrap .pager {
  padding: 1em 0;
  text-align: right;
}
.mainimg-wrap .pager li {
  display: inline-block;
  margin-right: .7em;
}
.mainimg-wrap .pager a {
  display: block;
  width: 2.5em;
  height: .5em;
  text-decoration: none;
  background-color: #BCD1E7;
}
.mainimg-wrap .pager .current a {
  background-color: #3574B5;
}
@media only screen and (min-width: 768px) {
  .mainimg-wrap .img {
    position: relative;
    height: 320px;
    overflow: hidden;
  }
  .mainimg-wrap img {
    position: absolute;
    top: -19%;
  }
}
@media only screen and (min-width: 1024px) {
  .mainimg-wrap {
    padding: 2em 0 4em;
    border-bottom: none;
  }
  .mainimg-wrap .item {
    position: relative;
  }
  .mainimg-wrap .img {
    float: left;
    position: static;
    overflow: visible;
    height: auto;
    box-shadow: 12em 3em 0 #F2F6FA;
  }
  .mainimg-wrap img {
    max-width: 750px;
    margin-left: 1px;
    position: static;
    box-shadow: 12em 3em 0 #F2F6FA;
  }
  .mainimg-wrap .txt-box {
    width: 34em;
    height: 32em;
    padding: 2em;
    position: static;
    position: absolute;
    top: -1em;
    right: 1.5%;
    margin-right: -1em;
    background-color: #fff;
    -moz-box-shadow: 0 2px 12px rgba(53, 116, 181, 0.3);
    -webkit-box-shadow: 0 2px 12px rgba(53, 116, 181, 0.3);
    box-shadow: 0 2px 12px rgba(53, 116, 181, 0.3);
  }
  .mainimg-wrap .pager {
    position: absolute;
    bottom: 4em;
    right: 0;
  }
  .mainimg-wrap .pager li {
    margin-right: .9em;
  }
  .mainimg-wrap .pager li:last-child {
    margin-right: .6em;
  }
  .mainimg-wrap .pager a {
    width: 3.5em;
    height: .8em;
  }
}

.label-pickup, .label-new {
  display: inline-block;
  padding: .6em 1em;
  position: absolute;
  top: -2.9em;
  left: 0;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: text-top;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .label-pickup, .label-new {
    top: 0;
  }
}

.label-pickup {
  background-color: #d1a821;
}

.label-new {
  background-color: #89023E;
}

/*--------------------------------------------------------*/
/*　下層ページcss打消し　*/
/*--------------------------------------------------------*/
body > .wrap {
  max-width: none;
  padding: 0;
}

/* 横幅指定 */
@media only screen and (min-width: 768px) {
  .gutters .orig_col {
    display: block;
    float: left;
    margin-left: 3%;
  }
  .gutters .orig_col:first-child {
    margin-left: 0;
  }

  .orig_col.span_50 {
    float: left;
    width: 48.5%;
    padding: 1em;
  }
  .orig_col.span_50:first-child {
    padding-right: 0;
  }
  .orig_col.span_50:nth-child(2) {
    padding-left: 0;
  }

  .gutters .span_32 {
    float: right;
    width: 28%;
  }

  .gutters .span_64 {
    width: 69%;
  }

  .home-pr-wrap {
    padding: 2em 0.995% 5em;
  }

  .home-main-wrap {
    padding: 3em 0.995% 8em;
  }

  .home-bgsky {
    position: static;
    z-index: -10;
    background-image: url(../img_2017/share/top_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home-bgwh {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 1024px) {
  .orig_col.span_50 {
    padding: 0;
  }

  .gutters .span_32,
  .gutters .span_64 {
    margin-bottom: 0;
  }

  .home-img-wrap {
    padding: 3em 0.995% 0;
  }
}
/* リンクの文字色指定 */
a {
  color: #111;
}
a:visited {
  color: #111;
}
