@charset "utf-8";

/*------------------------------------------------------------------------------
reset
------------------------------------------------------------------------------*/

html,
input,
textarea,
select,
button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  border-radius: 0;
}

/* IE10以降 游ゴシック文字ずれ対応 */
html.ie10,
.ie10 input,
.ie10 textarea,
.ie10 select,
.ie10 button,
html.ie11,
.ie11 input,
.ie11 textarea,
.ie11 select,
.ie11 button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

html {
  color: #364657;
  background: #fff;
  font-size: 12px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
  font-size: 12px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

body * {
  outline: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #364657;
  text-decoration: none;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.outer-block {
  max-width: 400px;
  margin: 0 auto;
}

.inner-block {
  padding: 0 20px;
  min-width: 320px;
}

.after-login .inner-block {
  padding: 0 10px;
  width: 100%;
}

#wrapper {
  max-width: 400px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input,
select,
textarea {
  font-size: 16px !important;
}

.pc {
  display: none !important;
}

.pc-ib {
  display: none !important;
}

.sp {
  display: block !important;
}

.sp-ib {
  display: inline-block !important;
}

table{
  border-collapse: collapse;
}


/*------------------------------------------------------------------------------
common
------------------------------------------------------------------------------*/

.ttl{
  text-align: center;
}

h2{
  margin: 40px 0 30px 0;
  font-size: 21px;
  font-weight: bold;
  padding: 0 10px 5px 10px;
  border-bottom: 1px solid #ac6ed3;
  display: inline-block;
}

.after-login h2{
  border-bottom: none;
  padding: 0;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
}

.bg-gray{
  background-color: #ededed;
}

.txt{
  font-size: 15px;
}

.txt-purple{
  color: #b66dd5;
}

.comment{
  font-size: 10px;
}

.info-block,
.purpose-block,
.join-block,
.achieve-block,
.benefit-block,
.rule-block,
.apply-block{
  padding-bottom: 40px;
}

.c-btn01{
  background-color: #bd8bca;
  color: #fff;
  border-radius: 25px;
  text-align: center;
}
.c-btn02{
  background-color: #aaa;
  color: #fff;
  border-radius: 25px;
  text-align: center;
}

.center-div {
    text-align: center;
}

select {
  padding: 5px 40px 5px 10px;
}
.select-area {
  margin: 0 0 20px;
}
.select-area .select {
  display: inline-block;
  position: relative;
}
.select-area .select:before {
  border: 10px solid transparent;
  border-top: 15px solid #aaa;
  content: '';
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 0;
  width: 0;
}
.select-area .select-title {
  font-size: 18px;
  font-weight: bold;
}


/*------------------------------------------------------------------------------
header
------------------------------------------------------------------------------*/

.g-nav-block{
  box-shadow: 0px 2px 8px 0px rgba(131,131,131,0.3);
  position: fixed;
  background-color: #fff;
  height: 60px;
  z-index: 99999;
  top: 0;
  left: auto;
  margin: 0 auto;
  width: 100%;
}

.g-nav-block .inner-block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.g-nav-block .inner-block .logo{
  width: 26%;
}

.g-nav-block .inner-block .logo-right-btn{
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.g-nav-block .inner-block .logo-right-btn .list{
  display: flex;
  padding-top: 10px;
  justify-content: flex-end;
}

.g-nav-block .inner-block .logo-right-btn .list li{
  width: 50px;
  text-align: center;
}


.g-nav-block .inner-block .logo-right-btn .list li + li{
  margin-left: 2px;
  width: 40px;
}

.g-nav-block .inner-block .logo-right-btn .list img{
  height: 25px;
  margin: 0 auto;
  display: block;
}

.g-nav-block .inner-block .logo-right-btn .list span{
  display: inline-block;
  color: #a05db4;
  font-size: 8px;
}
.g-nav-block.after-login .logo-only {
    text-align: center;
    width: 100%;
}
.g-nav-block.after-login .logo-only .logo {
    padding: 5px 0;
    margin: auto;
    width: 180px;
}

/*after-login*/
.g-nav-block.after-login .logo-right-btn{
  justify-content: space-between;
  margin-left: 0;
  width: 100%;
}

.g-nav-block.after-login .menu-btn {
  position: relative;
  width: 34px;
  height: 20px;
  margin: 0 0 8px 0;
}

.g-nav-block.after-login .menu-btn span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #666666;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  width: 28px;
}

.after-login .menu-btn span:nth-child(1) {
  top: 0;
}

.after-login .menu-btn span:nth-child(2) {
  top: 0;
  bottom: 0;
}

.after-login .menu-btn span:nth-child(3) {
  bottom: 0;
}

.after-login.is-active .menu-btn span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.after-login.is-active .menu-btn span:nth-child(2) {
  opacity: 0;
  left: -10px;
}

.after-login.is-active .menu-btn span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.after-login .ttl-menu{
  font-size: 10px;
  padding-top: 20px;
  text-align: center;
  width: 32px;
  margin-right: 66px;
}

.g-nav-block.after-login .logo{
  width: 70%;
  padding: 5px 0 5px 50px;
}

.g-nav-block.after-login .logo a{
  width: 60%;
  display: block;
  margin: 0 auto;
}

.after-login .list-menu{
  width: 100%;
  background: rgba(0, 0,0, 0.5);
  height: 100vh;
  display: none;
}

.after-login .list-menu ul{
  background: #fff;
  width: 100%;
}

.after-login .list-menu li{
  border-top: 1px solid #e5e5e5;
  padding-left: 10px;
}

.after-login .list-menu li a{
  height: 50px;
  line-height: 50px;
  display: inline-block;
  position: relative;
}

.after-login .list-menu li a:before{
  content: "";
  background: url(../img/common/arrow_right_purple.svg) no-repeat center center;
  position: absolute;
  height: 10px;
  width: 10px;
  margin: auto;
  top: 40%;
  right: -20px;
}

/*------------------------------------------------------------------------------
contents-block
------------------------------------------------------------------------------*/
.mv-block{
  background: url(../img/top/mv.jpg) no-repeat center center;
  height: 385px;
  background-size: cover;
  margin-top: 60px;
}

/*info-block*/
.info-block{
  margin-top: 40px;
  background: url(../img/top/bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.info-block img{
  display: block;
  margin: 0 auto;
  width: 40%;
}

.info-block .info-ttl{
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 20px 0;
  text-align: center;
}

.period-area{
  border: 2px solid #c3a9e4;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  background-color: #fff;
}

.info-txt{
  font-size: 15px;
  margin-top: 30px;
  line-height: 1.8;
}


/*purpose-block*/
.purpose-block{
  text-align: center;
}

.purpose-block li{
  margin-top: 20px;
}

.purpose-block li:nth-of-type(1){
  margin-top: 0;
}

.purpose-block li img{
  width: 60%;
  border-radius: 50%;
}

.purpose-block li .txt{
  margin-top: 20px;
}

/*join-block*/
.join-block .txt-area{
  padding: 0 5px 0 40px;
  position: relative;
  height: 80px;
  margin-top: 15px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  border: 1px solid #ac6ed3;
  font-weight: bold;
}

.join-block .txt-area:before{
  content:"";
  background-color: #ac6ed3;
  width: 30px;
  height: 80px;
  position: absolute;
  left: 0;
}

.join-block .txt-area.join01:after{
  content:"1";
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 8px;
  top: 20px;
}

.join-block .txt-area.join02:after{
  content:"2";
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 8px;
  top: 20px;
}
.join-block .txt-area.join03:after{
  content:"3";
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 8px;
  top: 20px;
}

.join-block .join01{
  margin-top: 0;
}

.join-block .comment{
  margin: 5px 0 0 0;
}

.entrant-area {
  padding: 40px 15px 20px 15px;	margin: 5px 0 0 0;
  border: 1px solid #d5d5d5;
  position: relative;
  margin-top: 0px;
}
	
.entrant-area:before {
  content: "";	
  background-color: #d5d5d5;
  width: 115px;
  height: 30px;
  position: absolute;
  top: -10px;
  left: -1px;
}

.entrant-area:after {
  content: "EC参加者";
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  top: -7px;
  left: 5%;
}	

.entrant-area ul li {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.entrant-area ul li:before {
  content: "";
  background-color: #ac6ed3;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 9px;
  left: 0;
}

.entrant-area + .comment {
  margin-top: 10px;
  line-height: 1.8;
}

.mentor-area{
  padding: 40px 15px 20px 15px;
  border: 1px solid #d5d5d5;
  position: relative;
  margin-top: 40px;
}

.mentor-area:before{
  content: "";
  background-color: #d5d5d5;
  width: 115px;
  height: 30px;
  position: absolute;
  top: -10px;
  left: -1px;
}

.mentor-area:after{
  content: "ECメンター";
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  top: -7px;
  left: 5%;
}

.mentor-area ul li{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.mentor-area ul li:before{
  content: "";
  background-color: #ac6ed3;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 9px;
  left: 0;
}

.mentor-area + .comment{
  margin-top: 10px;
  line-height: 1.8;
}

/*achieve-block*/
.achieve-block ul{
  background-color: #fff;
  padding: 20px 15px 20px 15px;
}

.achieve-block ul li{
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}

.achieve-block ul li:last-of-type{
  margin-bottom: 0;
}

.achieve-block ul li:before{
  content: "";
  background-color: #ac6ed3;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 6px;
  left: 0;
}

/*benefit-block*/
.benefit-block .benefit{
  border: 2px solid #c8c8c8;
  margin-bottom: 30px;
  padding: 0 20px 25px 20px;
  position: relative;
}

.benefit-block .benefit:last-of-type{
  margin-bottom: 0;
}

.benefit-block .benefit01:before{
  content: "新規登録者";
  color: #333;
  font-size: 15px;
  position: absolute;
  top: -13px;
  left: 37%;
  font-weight: bold;
  background-color: #fff;
  padding: 0 10px;
}

.benefit-block .benefit02:before{
  content: "月々の達成条件を満たした参加者";
  color: #333;
  font-size: 15px;
  position: absolute;
  top: -13px;
  left: 15%;
  font-weight: bold;
  background-color: #fff;
  padding: 0 10px;
}

.benefit-block .benefit03:before{
  content: "EC参加者";
  color: #333;
  font-size: 15px;
  position: absolute;
  top: -13px;
  left: 37%;
  font-weight: bold;
  background-color: #fff;
  padding: 0 10px;
}

.benefit-block .benefit04:before{
  content: "ECメンター";
  color: #333;
  color: #333;
  font-size: 15px;
  position: absolute;
  top: -13px;
  left: 36%;
  font-weight: bold;
  background-color: #fff;
  padding: 0 10px;
}

.benefit-block .benefit02 .txt{
  text-align: center;
  margin: 20px 0 0 0;
}

.benefit-block .benefit img{
  margin: 30px 0
}

.benefit-block .benefit01 .txt {
  margin: 20px 0 0 0;
  font-weight: bold;
  font-size: 12px;
}

.benefit-block .benefit .txt{
  margin: 20px 0 0 0;
  font-weight: bold;
  font-size: 12px;
}

.benefit-block .benefit .comment{
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 0;
}

.benefit-block .benefit span.comment{
  font-weight: bold;
}

/*rule-block */
.rule-block table{
  width: 100%;
}

.rule-block table th{
  background-color: #ba82ca;
  color: #fff;
  padding: 10px 0;
}

.rule-block table th.rule-detail{
  width: 70%;
  border-right: 1px solid #c6c6c6;
}

.rule-block table td{
  background-color: #fff;
  padding: 15px 10px;
  border: 1px solid #c6c6c6;
}

.rule-block table td.point{
  text-align: center;
  font-weight: bold;
}

.rule-block .comment{
  margin-top: 10px;
}

/*apply-block*/
.apply-block .qr img{
  width :40%;
  display: block;
  margin: 0 auto;
}

.apply-block .apply-ttl{
  font-size: 15px;
  font-weight: bold;
  margin-top: 30px;
}

.apply-block .apply-ttl + a,
.apply-block .txt{
  font-size: 12px;
}

/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/

.footer-block{
  background-color: #f4f8fd;
  padding-top: 10px;
}

.footer-block .logo img{
  width: 30%;
  display: block;
  margin: 0 auto;
}

.footer-block .logo{
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfbfbf;
}

.footer-block .btn-box{
  display: flex;
  justify-content: center;
  padding: 25px 0 35px 0;
}

.footer-block .btn-box .c-btn01{
  width: 40%;
  font-size: 10px;
  height: 25px;
  line-height: 25px;
  position: relative;
}

.footer-block .btn-box .c-btn01.mail{
  background-image: url(../img/common/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 14px;
  padding-left: 10px;
}

.footer-block .btn-box .c-btn01.tel{
  background-image: url(../img/common/icon_tel.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 13px;
  padding-left: 10px;
}

.footer-block .btn-box .c-btn01.tel{
  margin-left: 10px;
}


.footer-block .copyright{
  background-color: #bd8bca;
  color: #fff;
  font-size: 8px;
  padding: 8px 0;
  text-align: center;
}

/*------------------------------------------------------------------------------
login
------------------------------------------------------------------------------*/

.login-block{
  padding: 100px 10px 50px 10px;
}

.login-block .comment{
  font-size: 12px;
  color: #ff0101;
  margin-bottom: 15px;
}


.login-block .input-area + .input-area{
  padding-top: 0;
}

.login-block .input-area .ttl{
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
}

.login-block .input-area:nth-of-type(2) .ttl{
  margin-top: 25px;
}

.login-block .input-area .txt{
  color: #797979;
  font-size: 11px;
  margin-top: 10px;
  display: block;
}

.login-block  .input-area input {
  border: 1px solid #d0d0d0;
  width: 100%;
  height: 43px;
  padding: 10px;
  border-radius: 0;
}

.login-block .btn-box .login-btn{
  width: 250px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
}


.login-block .btn-box{
  padding-top: 40px;
}

/*------------------------------------------------------------------------------
password
------------------------------------------------------------------------------*/

.login-block .input-area:nth-of-type(3) .ttl{
  margin-top: 25px;
}

.member-regist-ttl {
  margin: 25px 0 -25px;
  font-weight: bold;
  font-size: 16px;
}

.link-decoration {
  text-decoration: underline;
}

.send-submit-error {
  margin: 20px 0 -20px;
  color: #f00;
  text-align: center;
  display: none;
}

/*------------------------------------------------------------------------------
member
------------------------------------------------------------------------------*/

.outer-block.after-login{
  padding-bottom: 35px;
}

.summary-block{
  padding-top: 60px;
}

.after-login .inner-block h2 img{
  width: 60%;
}

.summary-block .list-summary{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.summary-block  .list-summary li{
  width: calc((100% - 6px) / 3);
  border-radius: 15px;
  border: 2px solid #cacaca;
  height: auto;
  padding: 7px;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}

.summary-block .list-summary li.purple,
.member-summary-block .summary-box .member-name.purple,
.member-summary-block .summary-box li.purple{
  border: 2px solid #d4b6dd;
  background-color: #fbedff;
}

.summary-block .list-summary li.member{
  background: url(../img/member/member.jpg) no-repeat center center;
  background-size: cover;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.summary-block .summary-list-ttl,
.member-summary-block .summary-list-ttl{
  text-align: center;
  font-size: 10px;
  margin-bottom: 0;
  height: 25px;
}

.summary-block .num{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 15px 0;
  display: flex;
  height: calc(100% - 45px);
  justify-content: center;
  align-items: center;
}

.summary-block  .list-summary li.new-member:before{
  content: "新規";
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 10px;
}

.summary-block  .list-summary li.people:after{
  content: "人";
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
}

.summary-block  .list-summary li.day:after{
  content: "日";
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
}

.summary-block  .list-summary li.rank:after{
  content: "位";
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
}

.summary-block  .list-summary li.point:after{
  content: "P";
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
}

.summary-block  .list-summary li.per:after{
  content: "%";
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
}

.summary-block  .list-summary li.pv:after{
  content: "pv";
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
}

.summary-block .list-summary li.left:before {
  content: "あと";
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 10px;
}

.summary-block .headline {
  font-family: 'Raleway', sans-serif;
  line-height: 0.75;
}

/*------------------------------------------------------------------------------
member/ranking
------------------------------------------------------------------------------*/

.summary-block.ranking .list-summary {
  height: 470px;
  overflow: auto;
}

.summary-block.ranking .list-summary li {
  padding: 17px;
}

.summary-block.ranking .num {
  font-size: 10px;
}

.summary-block .num.rank-num {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.summary-block .status-info {
 text-align: center;
}

.summary-block .status-info p {
  font-size: 10px;
  line-height: 0.8;
  display: inline-block;
}

.summary-block .list-summary li.box1 {
  width: 90px;
}

.summary-block .list-summary li.box2 {
  width: calc(100% - 210px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.summary-block .list-summary li.box3 {
  width: 115px;
}


  /*------------------------------------------------------------------------------
  member/point
  ------------------------------------------------------------------------------*/

.summary-block li.total {
  margin-left: auto;
  width: 100%;
}
/*------------------------------------------------------------------------------
member/monthly_summary
------------------------------------------------------------------------------*/
.summary-block .list-summary li.month:after {
  content: "月";
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
}

.summary-block .title-wrap {
  display: flex;
  justify-content: space-around;
  padding-bottom: 5px;
  padding-left: 115px;
}

.insta-block {
  display: none;
}

.insta-block .list-insta ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.insta-block .list-insta ul li{
  width: calc((100% - 15px) / 2);
  margin-bottom: 15px;;
}

.insta-block .list-insta ul li .img{
  background: url(../img/member/img.jpg) no-repeat center center;
  height: 100px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.insta-block .list-insta ul li .img > * {
  max-width: 100%;
}

.insta-block .list-insta ul li .txt-box{
  padding: 6px 8px 10px 8px;
}

.insta-block .list-insta ul li .date{
  color: #b1b1b1;
  font-size: 8px;
  position: relative;
  display: inline-block;
  font-style: italic;
}

.insta-block .list-insta ul li .date:before{
  content:"";
  background: url(../img/common/icon_insta.svg) no-repeat center center;
  position: absolute;
  height: 12px;
  width: 12px;
  right: -18px;
  top: 1px;
  margin: auto;
  background-size: contain;
}

.insta-block .list-insta ul li .txt{
  font-size: 10px;
  height: 14em;
  overflow: hidden;
}

.insta-block .list-insta ul li .txt-box{
  border-radius: 0 0 5px 5px;
  border: 1px solid #e5e5e5;
}

/*member-summary-block*/
.member-summary-block .member-detail{
  width: 100%;
}

.member-summary-block .member-name{
  width: 100%;
  border-radius: 15px;
  border: 2px solid #cacaca;
  margin: 0 5px 5px 0;
  text-align: left;
  padding: 10px 20px;
  font-size: 15px;
}

/*.member-summary-block .summary-box{*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*}*/

.member-summary-block .member-detail ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.member-summary-block .member-detail li{
  width: calc((100% - 5px) / 3);
  border-radius: 15px;
  border: 2px solid #cacaca;
  margin-bottom: 5px;
  padding: 8px 10px;
  text-align: center;
  position: relative;
}

.member-summary-block .member-detail .summary-list-ttl{
  margin-bottom: 3px;
}

.member-summary-block .member-detail .num span{
  font-size: 15px;
  font-weight: bold;
  padding-right: 5px;
}

.member-summary-block{
  padding-bottom: 15px;
  padding-left: 15px;
}

.mentor-summary-block .num span {
  font-size: 15px;
  font-weight: bold;
  padding-right: 7px;
  padding-left: 7px;
}

.summary-block.mentor-summary-block .num {
  font-size: 10px;
  font-weight: normal;
  padding: 0;
}

.star-img {
  width: 21px;
  height: 20px;
  float: left;
}

.member-summary-block .member-detail li.june:before {
  position: absolute;
  content: "6月";
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  left: -23px;
}

.member-summary-block .member-detail li.july:before {
  position: absolute;
  content: "7月";
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  left: -23px;
}

/*------------------------------------------------------------------------------
mentor/mentor-ranking
------------------------------------------------------------------------------*/

.summary-block.mentor-ranking .list-summary li {
  padding: 7px;
}

.summary-block.mentor-ranking .list-summary li.box3 {
  width: 140px;
}

.summary-block.mentor-ranking .list-summary li.box2{
  width: calc(100% - 234px);
}

/*------------------------------------------------------------------------------
system
------------------------------------------------------------------------------*/
.success-message {
    font-size: 18px;
    font-weight: normal;
}

.check-user-area {
  margin: 40px 0 0;
}
.check-user-area + .check-user-area {
  margin-top: 20px;
}
.check-user-area label {
  background: #fff;
  display: block;
  border: 1px solid #d0d0d0;
  padding: 10px;
  position: relative;
}
.check-user-area label input {
  opacity: 0;
}
.check-user-area label span:before {
  border: 1px solid #d0d0d0;
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
}
.check-user-area label input:checked + span:after {
  border: 2px solid transparent;
  border-right: 2px solid #bd8bca;
  border-bottom: 2px solid #bd8bca;
  content: '';
  height: 12px;
  width: 7px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 3px;
  right: 16px;
  transform: rotate(45deg);
}

#map {
  height: 400px;
  width: 100%;
}
.map-area {
  position: relative;
}
.map-area .heart-rails-geo-api {
  position: absolute;
  bottom: 14px;
  right: 6px;
  z-index: 999;
}

.sign-up-wrap {
  overflow: scroll;
}
.sign-up-table {
  border: 1px solid #ccc;
  width: 1000px;
}
.sign-up-table th {
  border: 1px solid #ccc;
  font-weight: bold;
  padding: 10px;
}
.sign-up-table td {
  border: 1px solid #ccc;
  padding: 10px;
}


/*------------------------------------------------------------------------------
admin-block
------------------------------------------------------------------------------*/
.admin-header-title {
  font-size: 16px;
  font-weight: bold;
}
.admin-block {
  padding: 80px 0;
}
.admin-block input {
  margin: 0 0 10px;
}

.admin-update-btn {
  margin: 1px 0 20px;
}

.admin-block .log {
  border: 1px solid #ccc;
  padding: 10px;
}

.admin-block a {
  text-decoration: underline;
}

.login-user-name {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 -10px;
  text-align: center;
}

.admin-block .user-name {
  font-weight: bold;
}

.insta-comment-box .head {
  background: #bd8bca;
  border-radius:  0 0 5px 5px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
.insta-comment-box .body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
}
.insta-comment-box .body .bg {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 4;
}

.insta-comment-box .inner {
  background:#fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80vh;
  width: 90vw;
  margin: auto;
  z-index: 5;
  max-width: 380px;
}
.insta-comment-box .inner-head {
  border-bottom: 4px solid #d4b6dd;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.insta-comment-box .inner-head .back-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  height: 32px;
  width: 34px;
  cursor: pointer;
}
.insta-comment-box .inner-body {
  overflow: scroll;
  height: calc(80vh - 66px);
}
.insta-block .insta-comment-box .comment-ul li {
  border-top: 1px solid #eee;
  padding: 10px;
  width: 100%;
  margin: 0;
}
.insta-comment-box .comment-ul li .image {
  float: left;
  margin-right: 20px;
  width: 80px;
}
.insta-comment-box .comment-ul li .image .image-circle {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.insta-comment-box .comment-ul li .text-area {
  float: left;
  width: calc(100% - 80px - 20px);
}
.insta-comment-box .comment-ul li .text-area .name {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
.insta-block .main-text {
  padding: 10px;
}


/*------------------------------------------------------------------------------
system
------------------------------------------------------------------------------*/
.image-upload-link {
  border: 1px solid #ccc;
  font-size: 10px;
  padding: 3px 5px;
  margin: auto;
}
.image-upload-link a {
  display: block;
}
.upload-btn {
  margin: 20px 0;
  text-align: center;
}
.upload-btn button {
  font-size: 16px;
  padding: 5px 20px;
}
#already-image-file {
  margin: 0 0 10px;
}
.block-link {
  display: block;
  height: 100%;
}
.upload-ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 0;
}

.data-updated-date {
  color: #f00;
  margin: 20px 0 -20px;
  text-align: center;
}

  /*------------------------------------------------------------------------------
  clearfix
  ------------------------------------------------------------------------------*/
.clearfix:after,
.inner-block:after,
.g-nav-block .list-and-search .list:after,
.insta-list:after,
.sns-list:after,
.company-block .access-block:after,
.insta-comment-box .comment-ul li:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}