@charset "UTF-8";

/* jquery用 */
.modal-content {
  position:fixed;
  display:none;
  z-index:2;
  margin:40px 0px 0px 0px;
  background:#fff;
}

.modal-overlay {
  z-index:1;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.75);
}

/* 表示 共通*/
#nologin .modal-box {
  display: block;
  width: 635px;
  height: auto;
  background-color: #ffffff;
}

#nologin .modal-intro {
  padding: 20px 5px 5px 5px;
}

#nologin .modal-intro .intro-comple {
  display: inline-block;
  width: 87%;
  color: #FF2F14;
  font-size: 18px;
  text-align: center;
}

#nologin .modal-intro a {
  display: inline-block;
  width: 10%;
  text-align: right;
}

#nologin .modal-summary {
  padding: 15px 30px;
  background-color: #4CC0BF;
}

#nologin .modal-regist {
  padding: 20px;
}

/* 表示 nologin */
#nologin .summary-box {
  display: block;
}

#nologin .summary-box .summary-img img{
  width: 35px;
  height: 35px;
}

#nologin .summary-box .summary-img {
  display: inline-block;
  vertical-align: -12px;
}

#nologin .summary-box .summary-index {
  display: inline-block;
  width: 80%;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  padding-left: 5px;
}

#nologin .modal-summary .summary-comple {
  text-align: center;
}

#nologin .modal-member,
#nologin .modal-nomember {
  display: inline-block;
  width: 40%;
  margin: 5px 0px 0px 15px;
  padding: 5px;
  vertical-align: top;
}

#nologin .modal-regist .button a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  border-style: none;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#nologin .modal-member .button a {
  background-color:  #ffa71e;
  border-bottom: solid 3px #cc6600;
}

#nologin .modal-nomember .button a {
  background-color: #E7311E;
  border-bottom: solid 3px #A00B00;
}

#nologin .modal-member .button a:hover {
  background-color: #ffbe59;
  cursor: pointer;
}

#nologin .modal-nomember .button a:hover {
  background-color: #f96b5c;
  cursor: pointer;
}

#nologin .modal-regist .arrow {
  position: relative;
  text-align : center ;
}

#nologin .modal-regist .arrow::after {
  content: url(/image/official/template/button_link.png);
  position: absolute;
  top: 14px;
  right: 10px;
}

@media screen and (max-width:750px) {
 /* jquery用 */
 .modal-content {
   width: 85%;
 }

 /* 表示 共通*/
 #nologin .modal-box {
   width: 100%;
 }

 #nologin .modal-intro {
   padding: 8px 5px 5px 5px;
 }

 #nologin .modal-intro .intro-comple {
   font-size: 14px;
 }

 #nologin .modal-summary {
   padding: 10px;
   background-color: #4CC0BF;
 }

  /* 表示 nologin*/
 #nologin .summary-box {
   display: block;
 }

 #nologin .summary-box .summary-img img{
   width: 100%;
   height: 100%;
   margin-top: 5px;
 }

 #nologin .summary-box .summary-img {
   display: inline-block;
   width: 10%;
   vertical-align: top;
 }

 #nologin .summary-box .summary-index {
   font-size: 14px;
   padding-left: 5px;
 }

 #nologin .modal-summary .summary-comple {
   font-size: 14px;
 }

 #nologin .modal-regist {
   padding: 10px 5px;
   font-size: 14px;
 }

 #nologin .modal-member,
 #nologin .modal-nomember {
   display: block;
   width: 80%;
 }
}
