@charset "utf-8";
div.basepage .contents-page .pink_box{
  background: #FDEBF3;
}
div.basepage .contents-page .pink_box h2{
  background: #E7368E;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: none;
  padding: 7px 0;
}
p a{
  text-decoration: underline;
  color: #0059AC;
}
#chart{
  margin-top: 30px;
}
#chart #first a,
#chart #second a{
  border:1px solid #009EE7;
}
#chart a img{
  width: 100%;
}

#chart a{
  display: block;
  margin-bottom: 35px;
  position: relative;
}
#chart #first a{
  width: 32%;
  float:left;
}
#chart #first a + a{
  margin-left: 2%;
}
#chart #second a{
  width: 49%;
  float:left;
}
#chart #second a + a{
  margin-left: 2%;
}
#chart > *{
  clear:both;
}
#chart #first a:after,
#chart #second a:after{
  content:"";
  display: block;
  background: none;
  width: 20px;
  height: 10px;
  background-size: 20px 10px;
  position: absolute;
  bottom:-25px;
  left: 50%;
  margin-left: -10px;

}
#chart a.active{
  background-color:#009EE7; 
}
#chart #third a{
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
}
#chart #third a:hover{
  opacity: .5;
  }
#chart #first a.active:after,
#chart #second a.active:after,
#chart #first a:hover:after,
#chart #second a:hover:after{
  background: url(../images/arrow_down.png);
  background-size: 20px 10px;
}
#chart #second,
#chart #third{
  display: none;
}

/* coming_body */
div.basepage .main_contents.contents-page .coming_body {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	min-height: 30vh;
	color: #888;
	text-align: center;
}
div.basepage .main_contents.contents-page .coming_tit {
	border-bottom: none;
	color: #888;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .05em;
	padding: 0;
	margin: 0 0 .5em;
}
div.basepage .main_contents.contents-page .coming_copy {
	font-size: 16px;
	font-weight: bold;
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
@media only screen and (max-width: 960px) {
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/* スマホ向けのスタイル：960px */
@media only screen and (max-width: 768px) {
    div.basepage .contents-page .pink_box{
    margin: 3% 17px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  div.basepage .contents-page .pink_box h2{
    padding: 7px 3%;
    margin-bottom: 15px;
  }
  div.basepage .contents-page .pink_box ul{
    margin-bottom:20px;
    padding: 5px;
  }
  div.basepage .contents-page .pink_box ul li{
    margin-bottom:3px;
  }
  div.basepage .txt_right{
    text-align: left;
    font-size: 12px;
  }
  #lifestyle {
    padding-top: 15px;
  }
	
	/* coming_body */
	div.basepage .main_contents.contents-page .coming_tit {
		font-size: 30px;
		margin-bottom: .25em;
	}
  
}

/* タブレット＆PCのスタイル：768px */
@media only screen and (min-width: 769px) {
   div.basepage .contents-page .pink_box{
    padding: 20px 17px;
  }
  div.basepage .contents-page .pink_box ul li{
    display: inline-block;
    margin:0 10px 5px 0;
  }
  div.basepage .contents-page .pink_box ul.list.small_dot > li{
    display: block;
    margin: 0;
    padding-left: 1.3em;
    position: relative;
  }
  div.basepage .contents-page .pink_box ul.list.small_dot > li::before{
    position: absolute;
    top: 0;
    left: 0;
  }
  
  div.basepage .contents-page .pink_box ul li a:hover{
    color:#E7368E;
  }
  div.basepage .contents-page .pink_box h2{
    margin-bottom: 20px;
  }
  div.basepage .contents-page .pink_box p.title{
    margin: 15px 0 10px 0;
  }
  #lifestyle {
    padding: 20px 0 150px;
  }
  
}

