@charset "UTF-8";

article.exposition ul {
    margin-bottom: 3em;
}
article.exposition ul li {
    font-size: 1.6rem;
    list-style: none;
    padding-left: 1em;
    position: relative;
}
article.exposition ul li:before {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: #ed97b2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0.65em;
}
article.exposition ul li dl {
    padding-left: 0.5em;
    margin: 0.5em 0;
    border-left: solid 5px #ed97b2;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
article.exposition ul li dl dt {
    white-space: nowrap;
}

article.exposition .howto {
    padding: 15px;
    margin-top: 30px;
    text-align: center;
    border: solid 2px #dddddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
article.exposition .howto h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
}
article.exposition .howto a {
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  width: 600px;
  max-width: 100%;
  padding-left: 1em;
    margin: 5px 0;
  text-align: left;
  padding: 0.5em 1.5em;
  background: #ed97b2;
  border: solid 3px #f5b6c9;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}
article.exposition .howto a:after {
  content: '';
  display: block;
  width: 1em;
  height: 0.5em;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  bottom: 48%;
  right: 1.5em;
  transform: skew(40deg);
}
article.exposition .howto a img {
    width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

article.exposition .app {
    margin-top: 30px;
    text-align: center;
}
article.exposition .app a {
  display: inline-block;
    margin: 5px;
}

article.points ul li {
    list-style: none;
    padding-left: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: solid 1px #dddddd;
    position: relative;
}
article.points ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
article.points ul li:before {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: #ed97b2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0.65em;
}

@media (min-width: 375px) {
}

@media (min-width: 414px) {
}

@media (min-width: 540px) {
}

@media (min-width: 768px) {
article.exposition .howto {
    padding: 20px;
    margin-top: 40px;
}
article.exposition .howto h3 {
    font-size: 2.1rem;
    margin-bottom: 1em;
}
article.exposition .howto p {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
article.exposition .howto a {
  font-size: 2.2rem;
  width: 600px;
	widht: -webkit-calc(50% - 10px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 10px);/*Firefox4~15対応*/
	width: calc(50% - 10px);  
    margin: 0;
  padding: 10px 1.5em;
}
article.exposition .howto a img {
    width: 40px;
  margin-right: 15px;
}

article.exposition .app {
    margin-top: 40px;
}
article.exposition .app a {
  display: inline-block;
    margin: 5px 15px;
}
}

@media (min-width: 1200px) {
article.exposition ul li {
    font-size: 1.8rem;
}

article.exposition .howto {
    padding: 30px;
    margin-top: 50px;
}
article.exposition .howto h3 {
    font-size: 2.4rem;
}
article.exposition .howto p {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
article.exposition .howto a {
  font-size: 2.2rem;
  width: 452px;
}
article.exposition .howto a img {
    width: 46px;
}

article.exposition .app {
    margin-top: 50px;
}

article.points ul li {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}
}
