@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.text-error {
  /* font-size: 14px; */
  /* padding-top: 10px; */
  font-weight: 700;
  display: block;
  color: #ff0000;
}

.col-sm-13 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

select {
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  color: #231815;
  border: 1px solid #b5adab;
  border-radius: 5px;
  background: #fbfaf9;
}

.responsive-search .responsive-search-tr p {
  line-height: 1.5;
  margin-top: 10px;
}

span.page-name {
  font-family: 'HG丸ｺﾞｼｯｸM-PRO', 'ヒラギノ丸ゴ', 'メイリオ', 'ゴシック体', '丸ゴシック体', sans-serif;
  background: linear-gradient(transparent 40%, yellow 80%);
}

@media screen and (max-width: 768px) {
  .responsive-search .responsive-search-tr p {
    margin-top: 5px;
  }
}

.responsive-search .responsive-search-tr p.note {
  font-size: 14px;
  line-height: 1;
}

.responsive-search .responsive-search-tr span.note {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .responsive-search .responsive-search-tr p.note {
    font-size: 12px;
    line-height: 1.5;
  }
  .responsive-search .responsive-search-tr span.note {
    font-size: 12px;
  }
}

.responsive-search .responsive-search-tr span.required,
.responsive-search .responsive-search-tr span.any {
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 10px;
  letter-spacing: .15em;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .responsive-search .responsive-search-tr span.required,
  .responsive-search .responsive-search-tr span.any {
    line-height: 20px;
    padding: 0 7px;
  }
}

.responsive-search .responsive-search-tr span.required {
  color: #ef4111;
  border: 1px solid #ef4111;
}

.responsive-search .responsive-search-tr span.any {
  color: #b5adab;
  border: 1px solid #b5adab;
}

.select_box {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .select_box {
    flex-wrap: wrap;
  }
}

.select_box .select {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .select_box .select:first-child {
    margin-bottom: 16px;
  }
}

.select_box .select::after {
  position: absolute;
  top: 45%;
  right: 20px;
  width: 18px;
  height: 10px;
  content: '';
  transform: scale(1, -1);
  pointer-events: none;
  /* background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 10\'%3E%3Cpath fill=\'%23b5adab\' d=\'M9.293.707a1,1,0,0,1,1.414,0l7.586,7.586A1,1,0,0,1,17.586,10H2.414a1,1,0,0,1-.707-1.707Z\' /%3E%3C/svg%3E'); */
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .select_box .select::after {
    top: 43%;
    right: 14px;
    width: 16px;
    height: 8px;
  }
}

.select_box .select select {
  width: 150px;
  padding-right: 45px;
}

@media screen and (max-width: 768px) {
  .select_box .select select {
    width: 36vw;
    padding-right: 35px;
  }
}

.select_box .select.w180 select {
  width: 180px;
}

@media screen and (max-width: 768px) {
  .select_box .select.w180 select {
    width: 60vw;
  }
}

.select_box .select.w240 select {
  width: 240px;
}

@media screen and (max-width: 768px) {
  .select_box .select.w240 select {
    width: 50vw;
  }
}

.select_box span {
  display: inline-block;
  padding: 0 25px 0 10px;
}

@media screen and (max-width: 768px) {
  .select_box span {
    padding: 0 15px 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .select_box span:last-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
    .cont .contlead br {
      display: initial;
    }
}
@media screen and (max-width: 768px) {
  .text-error {
    /* font-size: 13px; */
    padding-top: 5px;
  }
}
@media (min-width: 768px) {
  .col-sm-13 {
    float: left;
    width: 97.3333333333%;
  }
  .guidance {
    margin-left: 2.3333333333%;
  }
}
