
/* ##### フォーム関係（後で全体にコピー） ##### */
/* ## reset ## */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 0.3em 1em;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {

}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]::ocus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}
select::-ms-expand {
  display: none;
}

/* ## checkbox ## */
.com_checkWrapper {
  display: inline-block;
}
.com_checkWrapper input[type="checkbox"] { display: none; }
.com_checkWrapper span {
  display: block;
  text-align: left;
  position: relative;
  padding-left: 1.3em;
}
.com_checkWrapper span:before {
	content: "";
	width: 1em;
	height: 1em;
	border: 1px solid #000000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	background-color: #FFFFFF;
}
.com_checkWrapper input[type="checkbox"]:disabled + span:before{
	background-color: #e2e2e2;
	border-color: #737373;
}

.com_checkWrapper input[type="checkbox"]:checked + span:after {
  content: "";
  width: 0.3em;
  height: 0.6em;
  border-right: 2px solid #E60012;
  border-bottom: 2px solid #E60012;
  position: absolute;
  left: 0.3em;
  top: 20%;
  display: block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ## select ## */
.com_selectWrapper {
  display: inline-block;
  position: relative;
}
.com_selectWrapper select {
  width: 100%;
  padding: 0.25em 2em 0.25em 0.5em;
  border-radius: 4px;
  background: #ffffff;
}
.com_selectWrapper:after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-right: 2px solid #00B7B9;
  border-bottom: 2px solid #00B7B9;
  position: absolute;
  right: 0.6em;
  top: 25%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}



/* ##### myreno_com ##### */
.myreno_com_btn {
  border: 1px solid #000000;
  border-radius: 4px;
  background: #ffffff;
  font-size: 1.8rem;
  line-height: 1.2;
  display: inline-block;
  padding: 0.5em 0.8em;
  vertical-align: middle;
  margin: 0 0.5em;
}
.myreno_com_btn:hover {
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #000000;
  color: #ffffff;
}

/* ## myreno_com_myrenoBox ## */
.myreno_com_myrenoBox {
	margin: 30px 0 0 0;
	background: #e0e3e5;
	text-align: center;
	padding: 1rem;
	font-size: 0;
	clear: both;
}
.myreno_com_myrenoTtl {
  font-size: 1.7rem;
  margin-bottom: 5px;
}
.myreno_com_myrenoLogo {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}


/* ## myreno_search_hotwords ## */
.myreno_search .w1100{

}
.myreno_search_hotwords {
  text-align: center;
  border: 1px solid #231815;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.myreno_search_hotwords dt {
  padding: 1em 1em 0 1em;
}
.myreno_search_hotwords dd {
  padding: 0 1em 1em 1em;
}
.myreno_search_hotword {
  display: inline-block;
  margin: 0.5em 1em 0 1em;
}

/* ## myreno_search_shortcuts ## */
.myreno_search_shortcuts {
  text-align: center;
  font-size: 0;
  margin-bottom: 20px;
}
.myreno_search_shortcut {
  display: inline-block;
  font-size: 2rem;
  width: 32%;
  margin-right: 2%;
  background: #e0e3e5;
}
.myreno_search_shortcut-selected {
  background: #99e2e3;
}
.myreno_search_shortcut span {
  display: inline-block;
  background: right center no-repeat;
  background-size: 3em;
  padding: 1em 3em 1em 0.5em;
}
.myreno_search_shortcut-map span { background-image: url("../images/myreno_search_icon-map.svg"); }
.myreno_search_shortcut-condition span { background-image: url("../images/myreno_search_icon-condition.svg"); }
.myreno_search_shortcut-line span { background-image: url("../images/myreno_search_icon-line.svg"); }
.myreno_search_shortcut:last-child { margin-right: 0; }

#myreno_search_floatWrap { display: none; z-index: 9998; position: fixed; width: 100%; left: 0; background: #ffffff; }
#myreno_search_floatWrap .myreno_search_shortcuts {
  margin: 0;
}

/* ## myreno_search_pulldowns ## */
.myreno_search_pulldowns {
  font-size: 0;
  margin-bottom: 40px;
  text-align: center;
}
.myreno_search_pulldown {
  display: inline-block;
  text-align: center;
  margin-right: 22px;
  vertical-align: top;
}
.myreno_search_pulldown:last-child { margin-right: 0; }
.myreno_search_pulldown1 { width: 165px; }
.myreno_search_pulldown2 { width: 352px; }
.myreno_search_pulldown_ttl {
  display: block;
  font-size: 1.9rem;
  margin-bottom: 0.35em;
}
.myreno_search_pulldown .com_selectWrapper {
  font-size: 1.5rem;
}
.myreno_search_pulldown1 .com_selectWrapper {
  width: 100%;
}
.myreno_search_pulldown2 .myreno_search_pulldown_separator {
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: middle;
  width: 22px;
}
.myreno_search_pulldown2 .com_selectWrapper {
  width: 165px;
}

/* ## myreno_search_tabs ## */
.myreno_search_tabs {
  text-align: center;
  margin-bottom: 20px;
}
.myreno_search_tab {
  width: 8em;
}
.myreno_search_tab-active {
  background: #000000;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}

/* ## myreno_search_areas ## */
.myreno_search_areas {
  padding-bottom: 30px;
}
.myreno_search_areas_ttl {
  display: block;
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 10px;
}
.myreno_search_areasbox {
  font-size: 0;
  border: 3px solid #e0e3e5;
  padding: 8px 22px;
  text-align: center;
}
.myreno_search_areasOpener {
  font-size: 2rem;
  display: inline-block;
  position: relative;
  padding-right: 2em;
}
.myreno_search_areasOpener:after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-right: 2px solid #00B7B9;
  border-bottom: 2px solid #00B7B9;
  position: absolute;
  right: 0.6em;
  top: -0.1em;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.myreno_search_areasOpener-active:after {
  top: 0.3em;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.myreno_search_areaslist {
  display: none;
}
.myreno_search_areas-open .myreno_search_areasOpener { display: none; }
.myreno_search_areas-open .myreno_search_areaslist { display: block; }
.myreno_search_areaslist.myreno_search_areaslist-lines { display: inline-block; }
.myreno_search_areaslist-lines-full { width: 100%; }
.myreno_search_areaslist-lines-1 { width: 350px; }
.myreno_search_areaslist-lines-2 { width: 700px; }
.myreno_search_areaslist-lines dt { text-align: left; }
.myreno_search_areattl_main {
  font-size: 2.2rem;
  margin-top: 30px;
}
.myreno_search_areattl_sub {
  font-size: 1.9rem;
  margin-top: 20px;
}
.myreno_search_areas_options {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 0;
  text-align: left;
}
.myreno_search_areaslist-lines .myreno_search_areas_options {
  display: block;
}
.myreno_search_areas_options .com_checkWrapper {
  font-size: 1.6rem;
  width: 210px;
  padding-right: 1em;
  margin-top: 10px;
}
.myreno_search_areas_options .com_checkWrapper:only-child {
  width: auto!important;
  padding-right: 0!important;
}
.myreno_search_areaslist-lines .myreno_search_areas_options .com_checkWrapper {
  width: 350px;
}

/* ## myreno_search_btns ## */
.myreno_search_btns {
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid #000000;
	padding-bottom: 30px;
}
.myreno_search_btns input[type="submit"],
.myreno_search_btns input[type="reset"] {
  font-size: 2.6rem;
}
.myreno_search_btns input + input { margin-left: 1em; }


/* ## responsive ## */
.myreno_com_br-sp { display: none; }

@media only screen and (max-width: 760px) {

  /* ## responsive ## */
  .myreno_com_br-sp { display: inline; }

  /* ##### myreno_com ##### */
  .myreno_com_btn { font-size: 1.3rem; }

  /* ## myreno_com_myrenoBox ## */
  .myreno_com_myrenoTtl { font-size: 1.3rem; }
  .myreno_com_myrenoLogo {
    display: block;
    widows: 140px;
    margin: 0 auto 10px auto;
  }

  /* ## myreno_search_hotwords ## */
  .myreno_search_hotwords dt {
    border-bottom: #231815 1px solid;
    padding: 0.5em;
  }
  .myreno_search_hotwords dd { padding: 0 0 0.5em 0; }
  .myreno_search_hotword {
    margin: 0.5em 0.5em 0 0.5em;
    font-size: 1.4rem;
  }

  /* ## myreno_search_shortcuts ## */
  .myreno_search_shortcuts {
    margin-left: -15px;
    margin-right: -15px;
  }
  .myreno_search_shortcut {
    font-size: 1.1rem;
    vertical-align: top;
    width: 33%;
    margin-right: 0.5%;
  }
  .myreno_search_shortcut span {
    padding: 0.5em 0.25em 2.5em 0.25em;
    margin-bottom: 0.5em;
    background-position: bottom center;
    background-size: 3.2em;
  }

  /* ## myreno_search_pulldowns ## */
  .myreno_search_pulldowns { margin-bottom: 10px; }
  .myreno_search_pulldown { margin-right: 0; margin-bottom: 15px; }
  .myreno_search_pulldown:first-child { margin-right: 16px; }
  .myreno_search_pulldown1 { width: 137px; }
  .myreno_search_pulldown2 { width: 290px; }
  .myreno_search_pulldown2 .myreno_search_pulldown_separator { 
    width: 16px;
    font-size: 1.2rem;
  }
  .myreno_search_pulldown2 .com_selectWrapper { width: 137px; }

  /* ## myreno_search_areas ## */
  .myreno_search_areasbox { padding: 15px 0px 15px 10px; }
  .myreno_search_areas_ttl { font-size: 1.7rem; }
  .myreno_search_areasOpener { font-size: 1.7rem; }
  .myreno_search_areattl_main { font-size: 1.7rem; }
  .myreno_search_areattl_sub { font-size: 1.5rem; }
  .myreno_search_areaslist dt { padding-right: 10px; }
  .myreno_search_areas_options .com_checkWrapper {
    font-size: 1.3rem;
    width: 50%;
    padding-right: 10px;
    vertical-align: top;
  }
  .myreno_search_areaslist-lines-full,
  .myreno_search_areaslist-lines-1,
  .myreno_search_areaslist-lines-2,
  .myreno_search_areaslist-lines .myreno_search_areas_options .com_checkWrapper{ width: 100%; }

  /* ## myreno_search_btns ## */
  .myreno_search_btns input[type="submit"],
  .myreno_search_btns input[type="reset"] {
    font-size: 1.2rem;
  }
  

}
