/*---------------
共通CSS
-------------------*/
*{
	padding: 0;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}
img {
	height: auto;
	max-width:100%;
}
p{
	color:#333;
}
a:link {
	text-decoration:none;
	color: #333;
}
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
/*footer{
	margin:10% auto 5%;
}*/
#pagetop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  bottom: 150px;
  background: #999;
  opacity: 0.6;
  border-radius: 50%;
}
#pagetop a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#pagetop a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f106';
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 8px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}


/*---------------------------
共通
----------------------------*/
.title {
	margin:5% auto;
	margin:0 auto;
}
section{
	margin:8% auto 15%;
}
#switch05{
	padding-top:5%;
}
.item ul {
	width:100%;
	margin: 30px auto 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display:flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.item ul li:nth-child(1) {
	width:60%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
	line-height:1.8;
	margin:auto 0;
}
.item ul li:nth-child(2){
	width:40%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
	line-height:1.8;
	display:inline-block;
	vertical-align:middle;
}
.tem_txt {
	text-align:left;
}
.tem_txt h2{
	font-size:1.3em;
}
.price {
	font-weight:bold;
	font-size:1.0em;
	padding-bottom:3%;
	border-bottom:0.3px solid #333;
	width:80%;
}
.item_d {
	font-size:1.0em !important;
	width:70%;
	padding-top:3%;
}
.code01,
.code02,
.code03,
.code04,
.code05,
.code06,
.code07,
.code08,
.code09,
.code10{
	position:relative;
	margin-top:3%;
}
.code02,
.code04,
.code06,
.code08,
.code10{
	margin-top:17%;
}
.code_back {
	position:absolute;
	background-color:rgba(236,236,236,0.8);
	text-align:left;
	color:#222222;
	padding:5%;
	width:100%;
	z-index:2;
}
.code_back02{
	position:absolute;
	background-color:rgba(236,236,236,0.8);
	text-align:left;
	color:#222222;
	padding:3% 5%;
	width:100%;
	z-index:2;
}
h3 {
	font-size:1.3em;
}
.code_txt p,
.code_txt02 p,
.code_txt03 p,
.code_txt06 p,
.code_txt07 p,
.code_txt08 p,
.code_txt09 p,
.code_txt10 p{
	margin:5% 0;
	z-index:5;
}
.code_txt04 p{
	margin:3% 0;
}
.code_txt05 p{
	margin:26% 0;
}
.code_price {
	font-size:0.9em;
	line-height:2.0;
}
.code_price a{
	text-decoration:underline;
}
.code_txt{
	top:540px;
	right:0;
	width:45%;
}
.code_txt02{
	top:150px;
	left:0;
	width:40%;
}
.code_txt03{
	top:250px;
	right:0;
	width:45%;
}
.code_txt04{
	top:30px;
	width:90%;
}
.code_txt05{
	bottom:0;
	width:25%;
	right:3%;
}
.code_txt06{
	bottom:100px;
	width:52%;
	left:0;
}
.code_txt07{
	bottom:270px;
	width:52%;
	left:0;
}
.code_txt08{
	bottom:-60px;
	width:52%;
	right:5%;
}
.code_txt09{
	top:150px;
	width:30%;
	right:5%;
}
.code_txt10{
	top:0;
	width:35%;
	left:0;
}
.profile{
	border-top:0.3px solid #333;
	width:100%;
	margin:5% auto;
}
.profile ul{
	width:100%;
	margin: 30px auto 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display:flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.profile ul li:nth-child(1){
	width:36%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
	line-height:1.8;
	margin:auto 0;
}
.profile ul li:nth-child(2) {
	width:64%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
	line-height:1.8;
	margin:auto 0;
	text-align:left;
}
.round{
	border-radius:50%;
}
.name{
	font-size:1.2em;
	font-weight:bold;
	white-space: nowrap;
}
.name_big{
	border-right:0.3px solid #333;
	font-size:1.6em;
	padding-right:20px;
}
img.inst{
	padding:0px 10px 0px 20px;
	vertical-align:-5px;
}
/*---------------
PC
-------------------*/
@media screen and (min-width: 790px) {
#warrper{
	width:800px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.pc {
	display:block;
}
.sp {
	display:none;
}
}
/*---------------
タブレット
-------------------*/
@media screen and (max-width: 790px) {
#warrper{
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.item ul li:nth-child(1) {
	width:60%;
	padding-left:5%;
}
.item ul li:nth-child(2){
	width:35%;
}
.code_txt p,
.code_txt02 p,
.code_txt03 p,
.code_txt06 p,
.code_txt07 p,
.code_txt08 p,
.code_txt09 p,
.code_txt10 p{
	margin:3% 0;
	z-index:5;
	font-size:0.9em;
}
.code_txt04 p{
	margin:3% 0;
	font-size:0.9em;
}
.code_txt05 p{
	margin:17% 0;
	font-size:0.9em;
}
.code_price a{
	text-decoration:underline;
	font-size:0.9em;
}
.code_txt{
	top:62%;
	right:0;
	width:50%;
}
.code_txt02{
	top:10%;
	left:0;
	width:45%;
}
.code_txt03{
	top:30%;
	right:0;
	width:50%;
}
.code_txt04{
	top:3%;
	width:95%;
}
.code_txt05{
	bottom:0;
	width:30%;
	right:3%;
}
.code_txt06{
	bottom:10%;
	width:55%;
	left:0;
}
.code_txt07{
	bottom:35%;
	width:55%;
	left:0;
}
.code_txt08{
	bottom:-5%;
	width:55%;
	right:3%;
}
.code_txt09{
	top:40%;
	width:40%;
	right:3%;
}
.code_txt10{
	top:-10%;
	width:45%;
	left:0;
}
.profile{
	margin:5% auto;
	width:95%;
	margin:0 auto;
}
.profile ul{
	width:95%;
	margin: 30px auto 0;
}
.profile ul li:nth-child(1){
	width:30%;
	padding-left:3%;
	padding-right:3%;
}
.profile ul li:nth-child(2) {
	width:61%;
	line-height:1.8;
	padding-right:3%;
}
.name{
	font-size:1.0em;
	white-space: nowrap;
}
.name_big{
	border-right:0.3px solid #333;
	font-size:1.5em;
	padding-right:20px;
}
img.inst{
	padding:0px 10px 0px 20px;
	vertical-align:-5px;
}
.pr_txt {
	font-size:0.9em;
}
small {
	font-size:0.7em;
}
}
/*---------------
スマホ
-------------------*/
@media screen and (max-width: 500px) {
#warrper{
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.pc {
	display:none;
}
.sp {
	display:block;
}
.item ul {
	margin: 20px auto 0;
}
.item ul li:nth-child(1) {
	width:60%;
	padding-left:4%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
	line-height:1.8;
	margin:auto 0;
}
.item ul li:nth-child(2){
	width:36%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
	line-height:1.8;
	display:inline-block;
	vertical-align:middle;
}
.tem_txt h2{
	font-size:0.9em;
}
.price {
	font-size:0.7em;
	padding-bottom:3%;
	width:100%;
}
.item_d {
	font-size:0.7em !important;
	width:100%;
}
.code01,
.code02,
.code03,
.code04,
.code05,
.code06,
.code07,
.code08,
.code09,
.code10{
	position:relative;
	margin-top:3%;
}
.code02,
.code04,
.code06,
.code08,
.code10{
	margin-top:17%;
}
.code_back {
	position:absolute;
	background-color:rgba(236,236,236,0.8);
	text-align:left;
	color:#222222;
	padding:4%;
	width:100%;
	z-index:2;
}
.code_back02{
	position:absolute;
	background-color:rgba(236,236,236,0.8);
	text-align:left;
	color:#222222;
	padding:3%;
	width:100%;
	z-index:2;
}
h3 {
	font-size:1.0em;
}
.code_txt p,
.code_txt02 p,
.code_txt03 p,
.code_txt06 p,
.code_txt07 p,
.code_txt08 p,
.code_txt09 p,
.code_txt10 p{
	margin:3% 0;
	z-index:5;
	font-size:0.7em;
}
.code_txt04 p{
	margin:2% 0;
	font-size:0.7em;
}
.code_txt05 p{
	margin:17% 0;
	font-size:0.7em;
}
.code_price {
	font-size:0.7em;
}
.code_price a{
	text-decoration:underline;
	font-size:0.7em;
}
.code_txt{
	top:62%;
	right:0;
	width:50%;
}
.code_txt02{
	top:10%;
	left:0;
	width:45%;
}
.code_txt03{
	top:30%;
	right:0;
	width:50%;
}
.code_txt04{
	top:1%;
	width:95%;
}
.code_txt05{
	bottom:0;
	width:30%;
	right:3%;
}
.code_txt06{
	bottom:10%;
	width:55%;
	left:0;
}
.code_txt07{
	bottom:35%;
	width:55%;
	left:0;
}
.code_txt08{
	bottom:-10%;
	width:55%;
	right:3%;
}
.code_txt09{
	top:40%;
	width:40%;
	right:3%;
}
.code_txt10{
	top:-10%;
	width:45%;
	left:0;
}
.profile{
	margin:5% auto;
}
.profile ul{
	width:100%;
	margin: 30px auto;
}
.profile ul li:nth-child(1){
	width:20%;
	padding-left:3%;
	padding-right:3%;
}
.profile ul li:nth-child(2) {
	width:71%;
	line-height:1.8;
	padding-right:3%;
}
.name{
	font-size:0.9em;
	white-space: nowrap;
}
.name_big{
	border-right:0.3px solid #333;
	font-size:1.2em;
	padding-right:10px;
}
img.inst{
	padding:0px 5px 0px 10px;
	vertical-align:-3px;
}
.pr_txt {
	font-size:0.7em;
}
small {
	font-size:0.7em;
}
}
