@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
em {
  font-style: normal;
}

strong,
th {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

li {
  list-style-type: none;
}

input[type="submit"], button, label, select {
  cursor: pointer;
}

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

/* link
------------------------------------------------------------*/
a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.container-20190307 a:hover, button:hover {
  opacity: 0.8;
}

/* Fonts
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* 10px base */
body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}

input, button, textarea, select {
  line-height: 1.8;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

/*
#overview
base
*/
/*
#styleguide
container

```
<div class="container">
左右にpadding15pxつきます
</div>
```
*/
.container-20190307 {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 600px) {
  .container-20190307 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* CSS Document */
.container-20190307 {
  max-width: 1200px;
}

@media only screen and (max-width: 600px) {
  .container-20190307 {
    max-width: 100%;
  }
}

#contents-20190307 {
  padding-bottom: 60px;
}

@media only screen and (max-width: 600px) {
  #contents-20190307 {
    padding-bottom: 50px;
  }
}

#contents-20190307 > p {
  padding: 10px 0;
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
  #contents-20190307 > p {
    font-size: 13px;
  }
}

.title-01-20190307 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
}

@media only screen and (max-width: 600px) {
  .title-01-20190307 {
    background: #0377dd;
    color: #FFF;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
    padding: 15px 30px 5px 10px;
    line-height: 1.4;
    font-size: 19px;
  }
}

.title-01-20190307::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #e0e0e0;
}

@media only screen and (max-width: 600px) {
  .title-01-20190307::before {
    display: none;
  }
}

.title-01-20190307::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 380px;
  height: 4px;
  background: #0377dd;
}

@media only screen and (max-width: 600px) {
  .title-01-20190307::after {
    display: none;
  }
}

.title-02-20190307 {
  background-color: #e4eff9;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  margin: 20px 0 20px 0;
}

@media only screen and (max-width: 600px) {
  .title-02-20190307 {
    margin: 20px -10px;
  }
}

.title-02-20190307 span {
  border-left: solid 5px #0377dd;
  padding-left: 10px;
}

ul.btnlist-01-20190307 {
  margin: 15px -15px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  ul.btnlist-01-20190307 {
    margin: 15px -10px;
    border-top: solid 1px #e0e0e0;
  }
}

ul.btnlist-01-20190307 li {
  width: calc( 33% - 30px);
  margin: 15px;
}

@media only screen and (max-width: 600px) {
  ul.btnlist-01-20190307 li {
    float: none;
    margin: 0;
    width: 100%;
  }
}

ul.btnlist-01-20190307 i {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 20px;
}

ul.btnlist-01-20190307 a {
  display: block;
  border: solid 1px #e0e0e0;
  position: relative;
  padding: 20px 30px;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.4;
  border-radius: 2px;
  color: #0377dd;
}

@media only screen and (max-width: 600px) {
  ul.btnlist-01-20190307 a {
    border: none;
    border-bottom: solid 1px #e0e0e0;
    padding: 15px 35px 15px 15px;
    font-size: 1.6rem;
  }
}

ul.btnlist-01-20190307 a:hover {
  border: solid 1px #0377dd;
  background: #0377dd;
  color: #FFF;
}

@media only screen and (max-width: 600px) {
  ul.btnlist-01-20190307 a:hover {
    border: none;
    border-bottom: solid 1px #e0e0e0;
  }
}

ul.btnlist-01-20190307 span {
  color: #333;
}

ul.btnlist-01-20190307__column1 {
  margin: 15px 0;
}

@media only screen and (max-width: 600px) {
  ul.btnlist-01-20190307__column1 {
    margin: 10px -10px;
  }
}

ul.btnlist-01-20190307__column1 li {
  margin: 15px 0;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  ul.btnlist-01-20190307__column1 li {
    margin: 0;
  }
}

@media only screen and (min-width: 600px) {
  ul.btnlist-01-20190307__pattern2 {
    margin: 15px 0;
  }
  ul.btnlist-01-20190307__pattern2 li {
    width: 33%;
    margin: 5px 0;
  }
  ul.btnlist-01-20190307__pattern2 a {
    border: none;
    padding: 15px;
    color: #333;
  }
  ul.btnlist-01-20190307__pattern2 a:hover {
    border: none;
    background: transparent;
    color: #333;
    text-decoration: underline;
  }
  ul.btnlist-01-20190307__pattern2 i {
    right: auto;
    left: 30px;
    display: none;
  }
  ul.btnlist-01-20190307__pattern2 span {
    color: #333;
  }
}

.bnr-block-01-20190307 {
  text-align: center;
  padding: 10px 20px;
}

.box-wrap-20190307 {
  position: relative;
}

.box-20190307 {
  padding: 20px;
  margin: 20px 0;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .box-20190307 {
    padding: 10px 20px;
    margin: 10px 0;
  }
}

.box-20190307__color-grey {
  background-color: #f5f5f5;
}

.box-20190307__skeleton {
  background-image: url(/contents/nikki/event/20190307/images/bg_login_2019030702.png);
  padding: 45px 0;
  background-size: 100%;
}

@media only screen and (max-width: 600px) {
  .box-20190307__skeleton {
    background-image: url(/contents/nikki/event/20190307/images/sp_bg_login_2019030702.png);
    background-size: 100%;
    padding: 10vh 34px;
  }
}

.box-20190307__text {
  font-size: 16px;
  margin: 20px 0;
}

@media only screen and (max-width: 600px) {
  .box-20190307__text {
    font-size: 13px;
    margin: 5px 0;
  }
  .box-20190307__text span {
    display: block;
  }
}

.box-20190307__blur {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.btn-20190307 {
  display: inline-block;
  width: 420px;
  padding: 15px;
  background-color: #0377dd;
  line-height: 1;
  text-decoration: none;
  color: #FFF !important;
  font-weight: bold;
  border-radius: 2px;
  margin: 10px 0;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .btn-20190307 {
    border-radius: 3px;
    width: 100%;
    font-size: 13px;
    padding: 10px;
    line-height: 4;
    padding: 0;
  }
}

.btn-20190307 > i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.5em;
}

@media only screen and (max-width: 600px) {
  .btn-20190307 > i {
    right: 10px;
  }
}

.btn-20190307__outline {
  background-color: #FFF;
  border: solid 1px #0377dd;
  color: #0377dd !important;
}

.btn-20190307__outline:visited {
  color: #0377dd !important;
}

.btn-20190307__outline:hover {
  background-color: #0377dd;
  color: #FFF !important;
}

.btn-20190307__color-red {
  background-color: #cc3333;
  color: #FFF !important;
}

@media only screen and (max-width: 600px) {
  .btn-20190307__color-red {
    border-bottom: solid 2px #802020;
  }
}

.btn-20190307__color-red:visited {
  color: #FFF !important;
}

.box-ankerbox-20190307 {
  background: #f8f8f8;
  padding: 30px 20px;
  margin: 30px 0;
}

@media only screen and (max-width: 600px) {
  .box-ankerbox-20190307 {
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

a.anker-block-btn-20190307 {
  position: relative;
  margin: 0 16px 0 0;
  display: inline-block;
  border: solid 1px #e1e1e1;
  background: #FFF;
  padding: 8px 15px 8px 40px;
  font-size: 16px;
  text-decoration: none;
  color: #333;
}

@media only screen and (max-width: 600px) {
  a.anker-block-btn-20190307 {
    margin: 0 5px 0 0;
    padding: 5px 10px 5px 30px;
    font-size: 13px;
  }
}

a.anker-block-btn-20190307:before {
  display: block;
  content: "▼";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -0.9em;
  /*z-index: 999;*/
  color: #0377dd;
}

@media only screen and (max-width: 600px) {
  a.anker-block-btn-20190307:before {
    left: 10px;
    font-size: 13px;
  }
}

a.anker-block-btn-20190307:hover {
  background-color: #0377dd;
  color: #FFF;
}

a.anker-block-btn-20190307:hover::before {
  color: #FFF;
}

/* 20191011追記　グロナビ修正
------------------------------------------------------------*/
.rc-h-standard .rc-h-section-bar .rc-h-section-nav > li > a > div{
  box-sizing: content-box;
}

.rc-h-standard .rc-h-section-bar .rc-h-section-nav > li > a:hover{
  opacity: 1.0;
}

.locationArea a {
  color: #0077dd;
}

@media only screen and (max-width: 600px) {
  #contents {
    width: 100%;
    margin-top: 0;
    background-color: #e9e9ea;
  }
  .card-wrap {
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 10px 10px;
    border-radius: 4px;
  }
  .locationArea {
    padding: 12px 10px 12px;
  }
}

.topcontents {
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .topcontents {
    margin-bottom: 10px;
  }

  .topcontents p {
    background: #0377dd;
    color: #FFF;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 11px;
  }
}

#contents .okini-section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;}

#contents .okini-section .content .item {
  position: relative;
  border-radius: 2px;
  width: calc(33% - 10px);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #contents .okini-section .content .item {
    width: 100%;
  }
}

#contents .okini-section .content .item:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #f0f0f0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 0;
}
#contents .okini-section .content .item:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #1379da;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
}

#contents .okini-section .content .item .item-inner {
  position: relative;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-radius: 2px;
  padding: 0 14px 26px 16px;
  height: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

#contents .okini-section .content .item:hover:before {
  opacity: 1;
}


#contents .okini-section .content .item a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#contents .okini-section .content .item a:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/icon-arrow-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 11px;
}


@media only screen and (min-width: 601px) {
  #contents .okini-section .content .item {
    margin-right: 20px;
  }
  
  #contents .okini-section .content .item:nth-of-type(3n) {
    margin-right: 0;
  }
  
  #contents .okini-section .content .item:nth-of-type(n+4) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 600px) {
  #contents .okini-section .content .item:nth-of-type(n+2) {
    margin-top: 8px;
  }
}

#contents .okini-section .content .item .header-centering {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#contents .okini-section .content .item .header {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 20px 20px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

#contents .okini-section .content .item .header .title {
  position: relative;
  margin-top: -2.5px;
  margin-bottom: -2.5px;
  line-height: 1.31;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  color: #1379da;
  pointer-events: none;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  #contents .okini-section .content .item .header {
    padding: 15px 20px 12px 0;
  }

  #contents .okini-section .content .item .header .title {
    font-size: 14px;
  }
}

#contents .okini-section .content .item .main {
  position: absolute;
  padding: 15px 4px 20px;
  height: auto;
  left: 16px;
  right: 14px;
  bottom: 0;
}

@media only screen and (max-width: 600px) {
  #contents .okini-section .content .item .main {
    padding: 0 0 12px;
  }
}

#contents .okini-section .content .item .main .type {
  position: relative;
  font-size: 13px;
  color: #b2b2b2;
  letter-spacing: .03em;
  line-height: 1;
}

.content + .title-box {
  margin-top: 40px;
}

@media only screen and (max-width: 600px) {
  #contents .title-box.title-style1 {
    border-bottom: none;
    padding-bottom: 0;
  }

  #contents .title-box.title-style1 .title {
    font-weight: 700;
    font-size: 14px;
  }
}