@charset "UTF-8";
/*--------------------------------------------------------*/
/*　基本型　*/
/*--------------------------------------------------------*/
article {
  padding: 0 1em 3em;
}

article > h1 {
  padding: 1em 0 .4em;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.6;
  font-weight: normal;
  text-shadow: 1px 1px 1px #ddd;
}

article .ttl-category {
  margin-bottom: 1.5em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #2066AE;
}

article .ttl-info {
  position: relative;
  padding-bottom: 4.5em;
  margin-bottom: 1em;
}

article .ttl-noinfo {
  border-bottom: 1px solid #BCD1E7;
}

article .ttl-time {
  position: absolute;
  right: 0;
  bottom: 1em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #777;
}

article .ttl-catch {
  margin: 0 -.6em;
}

article .ttl-catch img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  article {
    padding: 0 0 5em;
    border-top: 3px solid #DDE8F3;
  }
  article > h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  article .ttl-catch {
    margin: 0;
  }
}

/*--------------------------------------------------------*/
/*　特集型　*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*　フッター型　*/
/*--------------------------------------------------------*/
.box-map iframe {
  width: 100%;
  height: 300px;
}

@media only screen and (min-width: 768px) {
  .box-map iframe {
    height: 500px;
  }
}

.list-disc-footer li {
  padding-left: 1em;
  margin-bottom: .6em;
  position: relative;
  line-height: 1.7;
  font-size: 15px;
  font-size: 1.5rem;
}

.list-disc-footer li:before {
  display: inline-block;
  width: .5em;
  height: .5em;
  position: absolute;
  top: .5em;
  left: 0;
  content: '';
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #BCD1E7;
  border-radius: 50%;
}

.ct-footer {
  padding: 1em 1em;
  background-color: #F2F6FA;
}

.ct-footer .author {
  overflow: hidden;
}

.ct-footer .author .img {
  width: 100px;
  height: auto;
  margin: 1em auto 1em auto;
}

@media only screen and (min-width: 1024px) {
  .ct-footer .author .img {
    float: left;
    margin: 0 1em 0 0;
  }
}

.ct-footer .author .img img {
  width: 100px;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  .ct-footer .author .profile {
    float: left;
    width: calc(100% - (100px + 3em));
    margin-left: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .ct-footer {
    padding: 0 2em;
    text-align: left;
  }
  .ct-footer .ttl {
    display: block;
  }
  .ct-footer .home-footer-inner {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    -o-column-gap: 3em;
    -ms-column-gap: 3em;
    column-gap: 3em;
  }
}

@media only screen and (min-width: 1024px) {
  .ct-footer {
    padding: 1em 0 1em;
  }
  .ct-footer .ttl {
    margin-bottom: .8em;
  }
}

/*--------------------------------------------------------*/
/*　ニュース型　*/
/*--------------------------------------------------------*/
article .ttl-catch-cut {
  margin: 0 -.6em;
}

article .ttl-catch-cut img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  article .ttl-catch-cut {
    margin: 0;
    position: relative;
    height: 286px;
    overflow: hidden;
  }
  article .ttl-catch-cut img {
    position: absolute;
    top: -19%;
  }
}

/*--------------------------------------------------------*/
/*　お問い合わせ・口コミ投稿型　*/
/*--------------------------------------------------------*/
input,
select,
textarea {
  padding: .3em;
  font-size: 16px;
  font-size: 1.6rem;
  outline: none;
  border: 1px solid #BCD1E7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

@media only screen and (min-width: 1024px) {
  input,
  select,
  textarea {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* 口コミ対象の選択 */
.vote-select {
  margin-bottom: 2em;
  zoom: 1;
}

.vote-select:before, .vote-select:after {
  content: "";
  display: table;
}

.vote-select:after {
  clear: both;
}

.vote-select .img {
  float: left;
}

.vote-select img {
  width: 140px;
}

.vote-select .ttl {
  margin-left: 11.5em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #777;
}

.vote-oth .ttl {
  position: relative;
  margin-bottom: .5em;
  padding-left: 1.5em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #00f;
  text-decoration: underline;
  cursor: pointer;
}

.vote-oth .ttl:hover {
  color: #111;
  text-decoration: none;
}

.vote-oth .ttl:before {
  position: absolute;
  top: -.2em;
  left: -.05em;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}

.vote-oth .ttl:after {
  position: absolute;
  top: .3em;
  left: 0;
  z-index: -1;
  width: 1.1em;
  height: 1.1em;
  content: '';
  background-color: #3574B5;
}

.vote-oth .ttl.is-link-review-oth:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}

.vote-oth .list-review-oth {
  padding: 1.4em 1em 1em;
  background-color: #F2F6FA;
}

.vote-oth .list-review-oth li {
  position: relative;
  padding-left: 2em;
  margin-bottom: .4em;
}

.vote-oth .list-review-oth li input[type="radio"] {
  position: absolute;
  left: 0;
  top: .15em;
  display: block;
  content: '';
  width: 1.3em;
  height: 1.3em;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #BCD1E7;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

.vote-oth .list-review-oth li input[type="radio"]:checked:before {
  position: absolute;
  left: .2em;
  top: .1em;
  content: "";
  display: block;
  width: 0.9em;
  height: 0.4em;
  -moz-transForm: rotate(-45deg);
  -webkit-transForm: rotate(-45deg);
  transForm: rotate(-45deg);
  border-left: solid 3px #3574B5;
  border-bottom: solid 3px #3574B5;
}

.vote-oth .list-review-oth li:last-child {
  margin-top: .7em;
  padding-top: .7em;
  border-top: 1px solid #BCD1E7;
}

.vote-oth .list-review-oth li:last-child input[type="radio"] {
  top: 1.2em;
}

/* .list-radio-sex */
.list-radio-sex {
  border: solid 1px #BCD1E7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.list-radio-sex input {
  display: none;
}

.list-radio-sex label {
  display: block;
  float: left;
  cursor: pointer;
  width: 50%;
  padding: .6em .5em;
  text-align: center;
  background-color: #F2F6FA;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.list-radio-sex li:first-child label {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.list-radio-sex li:last-child label {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.list-radio-sex input[type="radio"]:checked + .switch-man {
  color: #fff;
  background-color: #3574B5;
}

.list-radio-sex input[type="radio"]:checked + .switch-woman {
  color: #fff;
  background-color: #ff5252;
}

/* .list-review-range */
.list-review-range {
  margin: .2em;
}

.list-review-range li {
  position: relative;
  margin-top: .8em;
}

.list-review-range li:first-child {
  margin-top: 0;
}

.list-review-range li > span:first-child {
  position: absolute;
  top: .7em;
  top: 0;
  left: 0;
  display: block;
  width: 8em;
  font-size: 13px;
  font-size: 1.3rem;
}

.list-review-range li p {
  position: relative;
  width: 16em;
  padding-left: 7.5em;
  line-height: 1;
}

.list-review-range li p > span:nth-child(2) {
  position: absolute;
  top: .2em;
  right: 0;
  display: inline-block;
  font-weight: bold;
  color: #f60;
}

@media only screen and (min-width: 768px) {
  .list-review-range li:first-child {
    margin-top: .2em;
  }
  .list-review-range li > span:first-child {
    top: -.2em;
    font-size: 14px;
    font-size: 1.4rem;
    width: 10em;
  }
  .list-review-range li p {
    width: 18em;
    padding-left: 9.5em;
  }
}

.range-group input {
  display: none;
}

.range-group > a {
  display: inline-block;
  margin-right: .2em;
  width: 1.3em;
  height: 1.3em;
  text-decoration: none;
  cursor: pointer;
}

.range-group > a:before {
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  color: #aaa;
}

.range-group > a.on:before {
  color: #f60;
}

.range-group > a:hover:before {
  color: #f60;
}

.list-review-range-confirm .range-group > a {
  cursor: default;
}

.list-review-range-confirm .range-group > a.on:hover:before {
  color: #f60;
}

.list-review-range-confirm .range-group > a:hover:before {
  color: #aaa;
}

.tb-review tbody td {
  padding: .7em .5em;
}

@media only screen and (min-width: 768px) {
  .tb-review tbody td {
    padding: 1em .9em;
  }
}

.reivew-maxlength {
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .review-btn01 input {
    padding: 1em;
    width: 20em;
  }
}

@media only screen and (min-width: 768px) {
  .review-btn02 {
    zoom: 1;
  }
  .review-btn02:before, .review-btn02:after {
    content: "";
    display: table;
  }
  .review-btn02:after {
    clear: both;
  }
  .review-btn02 p {
    width: 50%;
    float: left;
  }
  .review-btn02 input {
    padding: 1em;
    width: 20em;
  }
}

/*--------------------------------------------------------*/
/*　質問箱型　*/
/*--------------------------------------------------------*/
article .ttl-catch-cut {
  margin: 0 -.6em;
}

article .ttl-catch-cut img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  article .ttl-catch-cut {
    margin: 0;
    position: relative;
    height: 286px;
    overflow: hidden;
  }
  article .ttl-catch-cut img {
    position: absolute;
    top: -19%;
  }
}

.item-question, .item-answer {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #BCD1E7;
}

.item-question .ttl, .item-answer .ttl {
  margin: 0 0 .7em;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3574B5;
  line-height: 1.7;
}

.item-question > .img, .item-answer > .img {
  float: left;
  margin-top: .3em;
}

.item-question > .img img, .item-answer > .img img {
  width: 60px;
}

.item-question .wrap-right, .item-answer .wrap-right {
  margin: 0 0 0 7em;
}

.item-question .inner-right, .item-answer .inner-right {
  margin-left: -7em;
}

.item-question .prof, .item-answer .prof {
  font-size: 12px;
  font-size: 1.2rem;
  color: #777;
}

@media only screen and (min-width: 768px) {
  .item-question .inner-right, .item-answer .inner-right {
    margin-left: 0;
  }
}

.item-answer .ttl {
  margin: 0 0 .5em;
}

.item-answer .prof {
  margin: 0 0 .5em;
  color: #999;
}

.item-pr {
  margin: 2em 0;
  padding: 1em;
  position: relative;
  border: 1px solid #DDE8F3;
}

.item-pr:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 10px solid transparent;
  border-right-color: #DDE8F3;
  border-bottom-color: #DDE8F3;
}

.item-pr .txt {
  font-size: 13px;
  font-size: 1.3rem;
}
