@charset "utf-8";
@media screen and (max-width: 750px){


/*-----------------------
oshi
-----------------------*/
.oshi{
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 30px 0;
  background: #f7f8f9;
}
.oshi dl{
  display: block;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
}
.oshi dl dt{
  font-size: 1.3rem;
  padding-bottom: 40px;
  letter-spacing: 3;
  color: #ff6666;
}
.oshi dl dd br{
  display: none;
  font-size: 15px;
  line-height: 1.8;
}
.oshi dl dd{
  text-align: left;
  padding-bottom: 25px;
  line-height: 1.9em;
  font-size: 0.9rem;
}
.oshi dl dd span{
  display: inline-block;
  padding-right: 20px;
  font-size: 0.8rem;
  color: #f99;
}


/*-----------------------
clearfix
-----------------------*/
#head .inner:after,
#head ul:after,
.step ul:after,
#buyarea label:after{
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
	zoom:1;
	}
#head .inner,
#head ul,
.step ul,
#buyarea label{
	zoom:1;
	}

/*-----------------------
common
-----------------------*/
img {
	width: 100%;
	}
html {
	line-height: 1.3em;
	}
/*sp_display_none*/
.pc {
	display: none;
	}
.sp {
	display: block;
	}

/*btn*/
.btn {
	display: block;
	}

/*-----------------------
header
-----------------------*/
#head {
	width: 100%;
  height: 110px;
	position: fixed;
	z-index: 10000;
	background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
	}
#head h1 {
  margin: 0 auto;
  padding: 15px 0;
	width: 120;
  height: 35px;
	}
#head h1 span {
	font-size: 11px;
	margin-right: 10px;
	font-weight: normal;
	}
#head ul {
	float: left;
	width: 66.66666%;
	}
#head ul li {
	float: left;
	width: 50%;
	}
#head ul li a {
  display: block;
	background-color: #fff;
	display: block;
  padding-top: 11px;
  height: 28px;
	}
#head ul li:nth-of-type(1) a {
	border-top: 1px solid #f1f2f3;
	border-right: 1px solid #f1f2f3;
	}
#head ul li:nth-of-type(2) a {
	border-top: 1px solid #f1f2f3;
	}
#head ul li span {
	background-color: #036;
	color: #fff;
	display: block;
	padding: 10px 0;
	}
#head ul li:nth-of-type(1) span {
	border-right: 1px solid #fff;
	}
#head p {
	float: right;
	width: 33.33333%;
	}
#head p a {
  display: block;
	background-color: #ffa724;
	color: #151515;
  padding-top: 12px;
  height: 33px;
	}
#head ul li .ico,
#head p a .ico {
  vertical-align: bottom;
  margin-bottom: 0;
  padding-right: 5px;
  font-size: 20px;
	}

/*-----------------------
container
-----------------------*/
#container {
	padding-top: 110px;
	}
.wrap {
  width: 100%;
  margin: 0 auto;
  }
.ct {
  padding-top:20px;
  }
.title {
  padding-top: 30px;
  font-size: 18px;
  line-height: 1.4;
  }
.title dt {
  font-size: 28px;
  padding-bottom: 20px;
  background: url("../img/title_ico.png") top no-repeat;
  background-size: 35px 35px;
  padding-top: 55px;
  }
.title dt span{
  display: block;
  }
.title dd {
  text-align: center;
  padding: 0 20px 20px;
  font-size: 15px;
  line-height: 1.8;
  }
.title dd br {
  display: none;
  }
.title2 {
	border-bottom: 1px solid #e7e8e9;
  }
.title2 dd {
  text-align: left;
  padding: 20px;
  font-size: 15px;
  line-height: 1.8;
  }
.step {
  margin: 0 auto;
  width: 100%;
  }
.step ul {
  padding-top: 20px;
  width: 100%;
  }
.step ul li {
  display: block;
  float: left;
  width:44%;
  height: auto;
  }
.step ul li:nth-child(even) {
  padding: 0 4% 0 2%
  }
.step ul li:nth-child(odd) {
  padding: 0 2% 0 4%
  }
.step ul li img {
  width:100%;
  }
.step ul li dl dd {
  text-align: left;
  line-height: 1.6;
  margin-left: 20px;
  padding: 10px 0 15px;
  display: list-item;
  list-style-type: decimal;
  font-size: 13px;
  }

.riyu {
  height: auto;
  margin: 25px 0 0;
  padding-bottom: 5px;
  background: #f7f8f9;
  background-size: cover;
  }
.riyu .r_box {
  width: 92%;
  margin: 0 auto;
  padding: 0 4%;
  }
.riyu .r_box li {
  width: 100%;
  height: auto;
  background: #fff;
  margin-bottom: 30px;
  }
.riyu .r_box li:last-child {
  padding-right: 0; 
  }
.riyu .r_box li p {
  margin: 0;
  }
.riyu .r_box li img {
  width:100%;
  font-size:0;
  }
.riyu .r_box li dl {
  background: #fff;
  }
.riyu .r_box li dl dt {
  font-size: 24px;
  padding: 30px;
  }
.riyu .r_box li dl dt span {
  font-size: 16px;
  background:#be9a66;
  color: #fff;
  display: inline-block;
  padding: 3px 9px;
  margin-right: 5px;
  border-radius:50px;
  margin-top: -18px;
  vertical-align: -webkit-baseline-middle;
  }
.riyu .r_box li dl dd {
  text-align: left;
  padding:0 20px 20px;
  line-height: 1.8;
  font-size: 15px;
  }
  
.view dl {
  background: #000;
  }
.view dl dd {
  text-align: left !important;
  padding: 20px 20px 5px;
  line-height: 1.8;
  font-size: 15px;
  color: #fff;
  }

#item {
  margin-top: -105px;
  padding-top: 105px;
  }
#item .ct dd span {
  display: block;
  font-size: 12px;
  }
.item_box table {
  width: 92%;
  margin: 4%;
	border: 1px solid #e7e8e9;
  }
.item_box table th,
.item_box table td{
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  padding: 5px;
	border-right: 1px solid #e7e8e9;
	border-bottom: 1px solid #e7e8e9;
  font-size: 11px;
  color: #666;
  }
.item_box table th{
  width: 20%;
  }

#buyarea {
  padding: 0 20px;
  }
#buyarea table {
  border-top:  1px solid #e7e8e9;
  margin: 20px 0;
  }
#buyarea table tr {
  border-bottom:  1px solid #e7e8e9;
  }
#buyarea table th,
#buyarea table td{
  padding: 10px 20px;
  }
#buyarea table th{
  width: 30%;
  text-align: right;
  background: #fafafa;
  font-size: 14px;
  }
input,textarea {
  width: 80%;
	}
input#zip {
  width: 120px;
	}
#buyarea label{
  padding-top: 3px;
  font-size: 13px;
  }
#buyarea label input{
  float: left;
  margin-top: -0.5px;
  }
#buyarea label span{
  line-height: 1.6;
  }
  
/*-----------------------
form
-----------------------*/
textarea {
  width: 90%;
	height: 200px;
	}
input[type="text"] {
  width: 90%;
	}
input.min {
  width: 50px !important;
  }
select {
  display: block;
  margin: 2px 0;
  }
.caution {
  line-height: 1.4em;
  vertical-align: middle;
  display: inline-block;
	text-align: center;
	margin-left: 5px;
	padding: 0 3px;
	background-color: #f66;
	border-radius: 5px;
	font-size: 10px;
	color: #fff;
	}
input[type="submit"] ,
input[type="button"] {
	border: none;
	padding: 15px !important;
	cursor: pointer;
	background-color: #f00;
	color: #fff;
	font-size: 16px !important;
	border-radius: 5px;
	}
p.button {
  padding: 60px 0 20px;
  line-height: 2em;
}
.btn_area .button a {
	border: none;
	padding: 20px 50px;
	cursor: pointer;
	background-color: #ffa724;
	color: #fff;
	font-size: 20px;
	margin-right: 5px;
  color: #151515;
	}
.btn_area .button ahover {
	opacity: 0.7;
	}

/*-----------------------
footer
-----------------------*/
#footer {
	border-top: 1px solid #e7e8e9;
	padding: 20px 0;
	margin-top: 40px;
	}
#footer p {
	margin: 0 auto;
	font-size: 10px;
	line-height: 18px;
	}
#footer p a {
  display: block;
  text-decoration: underline;
  padding-bottom: 15px;
	}
#footer p span {
	display: block;
	}

}