@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap);
@charset "UTF-8";
/*
 * 幅定義
 *
 */
/*
 * 色定義
 *
 */
/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/
html {
  height: 100%;
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
  margin: 0;
  padding: 0;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

ul li {
  list-style-type: none;
}

/*---------------------------------------------
	body
  ---------------------------------------------*/
body {
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  -webkit-text-size-adjust: none;
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/
a {
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

/*---------------------------------------------
	list
  ---------------------------------------------*/
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*---------------------------------------------
	clearfix
  ---------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height:auto;
overflow:hidden;
/**/
}

/*---------------------------------------------
	input
  ---------------------------------------------*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  text-indent: 0.01px;
  text-overflow: "";
}
select::-ms-expand {
  display: none;
}

/**
 * TOP他 物件名検索 Iframe用
 */
.free-words {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 30px 60px;
  background-color: #fff;
  text-align: center;
}
.free-words__title {
  margin-bottom: 60px;
}
.free-words__title-icon {
  display: block;
  margin: 0 auto 10px;
  width: 8rem;
}
.free-words__title-icon img {
  width: 100%;
}
.free-words__title-text {
  display: block;
  color: #194593;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: bold;
}
.free-words__input-text {
  width: 40rem;
  border-radius: 22px;
  border: 1px solid #194593;
  padding: 10px 15px;
  margin-bottom: 40px;
}
.free-words__input-text::-moz-placeholder {
  text-align: center;
}
.free-words__input-text::placeholder {
  text-align: center;
}
.free-words__input-button {
  display: block;
  width: 200px;
  margin: 0 auto 10px;
  font-size: 15px;
  padding: 8px 8px 8px 27px;
  box-sizing: border-box;
  background-color: #FF9D00;
  border-radius: 30px;
  border: 1px solid #FF9D00;
  box-shadow: 0 3px 0 #de8900;
  color: #FFF;
  background-image: url(/assets/front/common/img/icon_search_w.svg);
  background-repeat: no-repeat;
  background-position: 9%;
  background-size: 9%;
}
.free-words__input-button:hover {
  cursor: pointer;
  background-color: #fff;
  color: #FF9D00;
  background-image: none;
}

@media screen and (max-width: 750px) {
  .free-words {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .free-words__title {
    margin-bottom: 30px;
  }
  .free-words__title-icon {
    width: 4rem;
  }
  .free-words__title-text {
    font-size: 1.3rem;
  }
  .free-words__input-text {
    width: 85%;
    margin-bottom: 30px;
  }
  .free-words__input-text::-moz-placeholder {
    font-size: 0.7rem;
  }
  .free-words__input-text::placeholder {
    font-size: 0.7rem;
  }
}
