/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

* {
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  color: #616161;
}

.header__link-buy {
	color: #EDB35D;
}
@media (max-width: 740px) {
	.header__link-buy {
	  color: #fff;
	}
}

.extra-header__link-line {
	color: #512f27;
}

@media (max-width: 740px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }
}

.line-wrap{
  width: 1080px;
  background:#fff;
  padding-bottom:50px;
}
@media (max-width: 740px) {
  .line-wrap {
    width: 100%;
    margin: 0 auto;
  }
}

.line-wrap h3 {
  background:#E2F1F6;
  padding:10px 0 10px 50px;
  font-weight:normal;
}
.line-wrap h3 input {
  margin-right:10px;
}


@media (max-width: 740px) {
.line-wrap h3 {
  width:100%;
  height:55px;
  line-height:55px;
  padding:0%;
  margin:0;
  background:#FCF7EA;
  border-bottom:0px solid #ccc;
  border-top:1px solid #ccc;
}
input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin:0px 0 0 17.5px;
}
}

@media (max-width: 480px){
	input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin:0px 0 0 17.5px;
}
}


.line-box {
  width:980px;
  padding:0 0 50px 0;
  margin:0 0 0 50px;
  display:flex;
}
@media (max-width: 740px) {
  .line-box {
    width:100%;
    padding:0 0 0px 0;
    margin:0;
    display:flex;
  }
}

.line-box h4 {
  width:250px;
  padding:0;
  margin:0 0 0 50px;
  display:block;
}
.line-box-name{
  width:980px;
  margin:0 0 0 0px;
  list-style:none;
  padding:0;
}
@media (max-width: 740px) {
  .line-box-name{
    width:100%;
    margin:0;
    list-style:none;
    padding:0;
  }
}
.line-box-name li {
  width:245px;
  float:left; clear:none;
  padding:10px 0;
}

.line-box-name li a{
  width:95%;
  margin:0 0 0 5%;
  font-size:14px;
}

@media (max-width: 740px) {
  .line-box-name li {
    width:100%;
    height:56px;
    float:left; clear:none;
    border-top:1px solid #ccc;
    padding:0;
    line-height:55px;
  }
  .line-box-name li span {
    width:55px;
    height:55px;
    background:#FCF7EA;
    padding:0;
    float:left; clear:none;
  }
  .line-box-name li a{
    width:95%;
    margin:0 0 0 2.5%;
  }
  .fas {
    color:#E89F32;
  }
}

.line-box-name li a:hover {
  text-decoration:underline;
}
.line-box-name li a input { margin-right:10px; }
.line-box .line {
  background:#F4F2F0;
  padding:10px 0;
}


@media (max-width: 740px) {
  .grey-back, .grey-back--bread {
    background-color: #fff;
}
  .line-box .line {
    background:#fff;
    padding:0;
  }
  .line-box .line input[type=checkbox] {
      width: 20px;
      height: 20px;
      vertical-align: middle;
      margin:0 0 0 17.5px;
  }
  .line-box .line li span {
   width:55px;
   height:55px;
   background:#FCF7EA;
   padding:0;
   float:left; clear:none;
 }
}

@media (max-width: 480px){
	.line-box .line input[type=checkbox] {
		width: 20px;
		height: 20px;
		vertical-align: middle;
	}
}

hr {
  width:980px;
  border-top: 1px dotted #999999;
     border-right: none;
     border-bottom: none;
     border-left: none;
  margin:0 50px 0 50px;
}
@media (max-width: 740px) {
  hr{
    width:100%;
    margin:0;
  }
}
#buy { padding-bottom:50px;}



.search__result {
  margin: 30px 0;
}
.search__number {
  width:330px;
  float:left; clear:none;
  margin:0 0 0 50px;
}
@media (max-width: 740px) {
  .search__number {
    width:100%;
    float:left; clear:none;
    margin:0 0 30px 0;
    text-align:center;
  }
  .search__result {
    margin:0;
  }
}

.search__number span {
  font-size: 20px;
  font-weight: bold;
  color: #E89F32;
}
.search__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 46px;
  background-color: #FF523A;
  display: block;
  color: white;
  margin: 10px 0 0 0;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}
.search__button i {
  color: white;
}
@media (max-width: 740px) {

.search__button{
  width:70%;
  margin:20px 15% 0 15%;
}
}

/*ページのタイトル*/
.page-title {
  margin: 0;
  font-size: 25px;
  padding: 50px 0 0 0;
  font-weight:normal;
}
.page-title span{
  margin: 0;
  font-size: 25px;
  padding: 50px 0 0 0;
  font-weight:normal;
}
.page-title img { width:25px;
margin:3px 10px 0 20px;}

.page-title strong {
  font-size:20px;
  line-height:27px;
}

@media (max-width: 740px) {
  .page-title {
    width:95%;
    margin: 0 0 10px 2.5%;
    font-size: 25px;
    padding: 0px 0 0 0;
    font-weight:normal;
  }
  .page-title strong {
    font-size:20px;
    line-height:27px;
    font-weight:normal;
    margin-bottom:10px;
  }
  .page-title span {
    display:none;
  }
  .page-title img {
    display:none;
  }
  p {
    width:95%;
    margin:0 0 10px 2.5%;
    font-size:13px;
    line-height:1.7em;
  }
}

.steps {
  margin: 50px 0;
}
.steps__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FCF7EA;
  padding: 30px;
  position: relative;
}
.steps__img {
  width:200px;
  position: absolute;
  left: 140px;
  top: 70px;
}
.steps__img img {
  width:100%;
}

.steps__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #EDB35D;
  color: #EDB35D;
  margin: 0 210px 0 0;
}
.steps__inner {
  text-align: center;
  color: #EDB35D;
}
.steps__inner span {
  font-size: 32px;
  font-style: italic;
  color: #EDB35D;
}
.steps__text {
  width: 620px;
}
.steps__title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.steps__title::before {
  content: "";
  width: 42px;
  height: 1px;
  background-color: #616161;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.steps__paragraph {
  font-size: 13px;
  line-height: 1.5em;
  white-space: pre-line;
}
.steps__arrow {
  text-align: center;
  font-size: 50px;
  color: #6EAACE;
  margin: 20px 0;
}
.steps__arrow:last-child {
  display: none;
}
.sp-joken{
  display:none;
}

/*スマホ用　条件を絞り込む*/
@media (max-width: 740px) {
.sp-joken{
  width:100%;
  display:block;
}
.sp-joken h2 {
width: 95%;
margin: 0 0 20px 2.5%;
font-size: 20px;
padding: 0px 0 0px 0;
font-weight: normal;
}
.sp-joken h3 {
  width:100%;
  background:#F2F2F2;
  padding:5px 0 5px 2.5%;
}
.button-radio{
  width:95%;
  margin:0 0 0 2.5%;
  justify-content:space-between;
  flex:wrap;
}
.button-radio input[type="radio"] {
  display:none;
}

.button-radio label {
  width:49%;
  display:inline-block;
  color:#E89F32;
  border:1px solid #E89F32;
  padding:5px 10px;
  border-radius:5px;
  line-height:40px;
  text-align:center;
  margin:0 0 20px 0;
}

.button-radio input[type="radio"]:checked + label {
  background-color:#E89F32;
  color:#fff;
}
.price {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.price select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.price select::-ms-expand {
    display: none;
}
.price {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.price::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.price select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
.search__result-sp {
}
}
