@charset "UTF-8";
/*---------------------------------------
このサイトについて　/about/index.php
------------------------------------------*/

#about_index *{
	text-align: center;
}

#about_index .lead_title{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
	font-size: 2.5rem;
	margin-top: 50px;
	font-weight: bold;
}

#about_index h2{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
	font-size: 4rem;
	margin: 80px 0 30px;
	font-weight: bold;
}

#about_index h3{
	font-size: 2.5rem;
	margin: 0;
	font-weight: bold;
}
#about_index h3::after{ display: none; }

#about_index p.btn{
	text-align: center;
}

#about_index p.btn a{
	display: inline-block;
	margin: 0 20px;
}

/* howto-unit */

.howto-unit{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.howto-unit section{
	width: 400px;
	padding: 40px 20px;
}

.howto-unit section.buy { border: 3px solid #a71b3f; }
.howto-unit section.sell{ border: 3px solid #725028; }

.howto-unit section.buy h3 { color: #a71b3f; }
.howto-unit section.sell h3{ color: #725028; }

#about_index .howto-unit section p{
	font-size: 14px;
	line-height: 1.8em;
	margin: 30px 0 0;
	height: 120px;
}

.howto-unit section.buy p { background: url("../about/img/arrow_red.png") no-repeat 50% 100%; }
.howto-unit section.sell p{ background: url("../about/img/arrow_brown.png") no-repeat 50% 100%; }

.howto-unit section ul li{
	min-height: 60px;
	border-radius: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
	padding: 5px ;
	font-size: 1.4rem;
}

.howto-unit section.buy li { background: #a71b3f; }
.howto-unit section.sell li{ background: #725028; }

.howto-unit section ul li .small{
	font-size: 1.2rem;
}


/* within-link */

.within-link{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.within-link li a{
	border: 2px solid #000;
	border-radius: 25px ;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 40px;
}

#about_index .within-link li a{
	display: block;
	text-decoration: none;
}

#about_index .within-link li a:hover{
	background: #000;
	color: #fff;
}


/* flow-unit */

.flow-unit section{
	margin-top: -80px;
	padding-top: 130px;
	counter-reset: number;
}

.flow-unit h3{
	font-size: 3.5rem;
	text-align: center;
	padding: 15px;
	color: #fff;
}

.flow-unit .buy h3 { background: #a71b3f; }
.flow-unit .sell h3{ background: #725028; }

#about_index .flow-unit p{
	margin: 30px 0 0;
}

.flow-unit li{
	background: #fff;
	margin: 30px 0 0;
	padding: 30px 50px;
	position: relative;
}

.flow-unit li::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-right: 25px solid transparent;
}

.flow-unit .buy li::before { border-top: 25px solid #a71b3f; }
.flow-unit .sell li::before{ border-top: 25px solid #725028; }

#about_index .flow-unit dl::before{
	counter-increment: number;
	content: counter(number);
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
	font-size: 4.5rem;
	position: absolute;
	left: 50px;
	top: 50px;
}

#about_index .flow-unit .buy dl::before  { color: #a71b3f; }
#about_index .flow-unit .sell dl::before { color: #725028; }

.flow-unit dl{
	padding:20px 0 0 40px;
}

#about_index .flow-unit dt{
	font-size: 2.5rem;
	font-weight: bold;
	text-align: left;
}

#about_index .flow-unit dd{
	text-align: left;
	line-height: 2em;
	margin-top: 20px;
}



@media screen and (max-width: 768px) {

	#about_index h2{ font-size: 2.6rem; }
	#about_index h3{ font-size: 2rem; }
	#about_index p.introduction{ text-align: left; }

	.howto-unit,
	.within-link{
		display: block;
	}

	.howto-unit section{
		width: 100%;
		margin-top: 30px;
		padding: 30px 10px;
	}

	#about_index .howto-unit section p{ font-size: 12.5px; }
	.howto-unit section ul li{ font-size: 1.2rem; }

	.within-link li{ margin-top: 10px; }

	.flow-unit li{ padding: 30px;}
	#about_index .flow-unit dl::before{ top: 40px; left: 20px; }
	.flow-unit dl{ padding: 0 0 0 30px;}
	#about_index .flow-unit dt{ line-height: 1.5em; font-size: 2rem;}

	#about_index p.btn a{ margin: 10px 0;}

}

/*---------------------------------------
利用規約　/about/terms.php
------------------------------------------*/
#terms p {
  line-height: 1.8;
  margin-bottom: 10px;
}
#terms h2 {
  position: unset;
  margin: 30px 0 15px;
  font-size: 2rem;
}
/*#terms h3:after{
  content: none;
}*/
#terms ol {
  padding-left: 20px;
  list-style-position: outside;
  margin-left: 10px;
}
#terms ol li {
  line-height: 1.6;
  list-style-type: decimal;
  margin-bottom: 15px;
  color: #000;
}
#terms ol.child1 {
  margin: 10px 0 0 0;
}
#terms ol.child1 li {
  margin-bottom: 0;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  /* #terms h2{
    font-size:2.2rem!important;
  }*/
  #terms h2 {
    font-size: 1.6rem !important;
  }
  #terms ol li {
    font-size: 1.4rem;
  }
}
/*------------------------------------
    ステージとは
--------------------------------------*/
#stage .about03_col1 {
  margin-top: 0px;
  background: none;
  width: 840px;
  padding: 0 80px 70px 80px;
}
#stage .about03_col1 h2 {
  background: #666;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-weight: normal;
}
#stage .about03_col1 p {
  line-height: 2.2;
  letter-spacing: 0;
}
#stage .moon01 {
  padding: 6px 5px 6px 38px;
  background: url(../img/common/moon01.png) 5px 9px no-repeat;
}
#stage .moon02 {
  padding: 6px 5px 6px 38px;
  background: url(../img/common/moon02.png) 5px 9px no-repeat;
}
#stage .moon03 {
  padding: 6px 5px 6px 38px;
  background: url(../img/common/moon03.png) 5px 9px no-repeat;
}
#stage .moon04 {
  padding: 6px 5px 6px 38px;
  background: url(../img/common/moon04.png) 5px 9px no-repeat;
}
.type_gray ol li {
  background: #fff;
  padding: 35px 20px;
  margin: 0 0 20px;
  position: relative;
}
.type_gray ol li:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 35px;
  background-image: url(../about/img/arrow_gray.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  bottom: -30px;
  z-index: 100;
}
.type_gray ol li:last-child:after {
  content: none;
}
.type_gray ol li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 25px solid #000;
  border-right: 25px solid transparent;
}
.about03_col1 ol li dl dt {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 10px;
  color: #333;
  text-align: center;
}
.about03_col1 ol li dl dd {
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  width: 300px;
  margin: 15px auto 0;
  padding: 20px 0;
  border: 1px solid #999;
  background: #fafafa;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, 'Noto Serif JP', メイリオ, Meiryo, serif;
}
.about03_col1 ol li dl dd span {
  font-size: 2.4rem;
  position: relative;
  left: 0;
}
.present {
  position: relative;
  padding: 0.25em 1em;
  width: 680px;
  margin: 0 auto;
}
.present:before, .present:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.present:before {
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  top: 0;
  left: 0;
}
.present:after {
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  bottom: 0;
  right: 0;
}
.bg_gray .area_contents .present p {
  margin: 0;
  padding: 0;
  font-size: 3.0rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .present {
    width: 100%;
    padding: 1em 1em 0.5em;
  }
  .bg_gray .area_contents .present p {
    font-size: 1.8rem;
  }
  .present:before, .present:after {
    content: '';
    width: 15px;
    height: 23px;
    position: absolute;
    display: inline-block;
  }
  #stage .about03_col1 {
    width: 100%;
    padding: 0 0 40px;
  }
  .about03_col1 ol li dl dt {
    font-size: 1.8rem;
  }
  .about03_col1 ol li dl dd {
    font-size: 1.4rem;
    width: 80%;
  }
  .about03_col1 ol li dl dd span {
    font-size: 1.6rem;
  }
  #stage .moon01 {
    background: url(../img/common/moon01.png) 5px 2px no-repeat;
  }
  #stage .moon02 {
    background: url(../img/common/moon02.png) 5px 2px no-repeat;
  }
  #stage .moon03 {
    background: url(../img/common/moon03.png) 5px 2px no-repeat;
  }
  #stage .moon04 {
    background: url(../img/common/moon04.png) 5px 2px no-repeat;
  }
  .type_gray ol li:after {
    left: 48%;
  }
}
