@charset "UTF-8";
/*@mixin tabletL {
	//タブレット横の場合
	@media only screen and (max-width: $bpTabletL) {
		@content;
	}
}*/
#mainVisual {
  background: #CCC;
  padding: 0;
  padding-top: 30px !important;
  height: 446px;
  text-align: center;
  background: url('../img/top/mainVisualBg.png');
  background-size: cover;
}

@media only screen and (max-width: 992px) {
  #mainVisual {
    background-image: none;
    height: auto;
    text-align: left;
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 992px) {
  #mainVisual .bottom {
    background: #FAFAFA;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
  }
}

#mainVisual .catch {
    font-size: 4.0rem;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 12px;
}

@media only screen and (max-width: 992px) {
  #mainVisual .catch {
    background-image: url('../img/top/mainVisualBg_smp.png');
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 -15px;
    line-height: 1.5;
    padding: 12vw 0 12vw 20px;
  }
}

@media only screen and (max-width: 600px) {
  #mainVisual .catch span {
    display: block;
  }
}

#mainVisual .subCatch {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  margin-bottom: 41px;
  padding-bottom: 0;
}

@media only screen and (max-width: 992px) {
  #mainVisual .subCatch {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  #mainVisual .subCatch span {
    display: block;
  }
}

#mainVisual .serch {
  padding: 12px;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  border-radius: 3px;
}

@media only screen and (max-width: 992px) {
  #mainVisual .serch {
    width: 100%;
    padding: 8px;
  }
}

#mainVisual .serch .pulldown, #mainVisual .serch .keyword, #mainVisual .serch .btn {
  float: left;
}

#mainVisual .serch select, #mainVisual .serch input, #mainVisual .serch button {
  height: 46px;
}

#mainVisual .serch select, #mainVisual .serch input {
  border: none;
  border-radius: 0;
}

@media only screen and (max-width: 992px) {
  #mainVisual .serch select {
    display: none;
  }
}

#mainVisual .serch select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 9px 21px;
  min-width: 193px;
  background: url('../img/common/iconDropDown.png') no-repeat calc(100% - 10px) center;
  background-color: #FFF;
}

#mainVisual .serch .keyword {
  position: relative;
}

@media only screen and (max-width: 992px) {
  #mainVisual .serch .keyword {
    min-width: inherit;
    width: calc( 100% - 50px);
  }
}

#mainVisual .serch .keyword:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 30px;
  background: #CCC;
}

@media only screen and (max-width: 992px) {
  #mainVisual .serch .keyword:after {
    display: none;
  }
}

#mainVisual .serch input {
  min-width: 526px;
  padding: 9px 18px;
}

@media only screen and (max-width: 992px) {
  #mainVisual .serch input {
    min-width: inherit;
    width: 100%;
    padding: 9px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#mainVisual .serch button {
  min-width: 120px;
  background-color: #00A1BB;
  border: none;
  padding: 9px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  #mainVisual .serch button {
    min-width: inherit;
    width: 50px;
  }
}

#mainVisual .serch button:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url('../img/common/iconSearch.png') no-repeat;
  background-size: 16px;
}

@media only screen and (max-width: 992px) {
  #mainVisual .serch button:before {
    margin-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  #mainVisual .serch button span {
    display: none;
  }
}

.modBlock_relation {
  padding: 50px 0 0 0;
}

@media only screen and (max-width: 992px) {
  .modBlock_relation {
    padding: 15px 0 15px 0;
  }
}

.modTitleTop03 {
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 3px 0 15px;
}

@media only screen and (max-width: 992px) {
  .modTitleTop03 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 992px) {
  #news .modDl01 + .modDl02 {
    margin-top: 20px;
  }
}

#pageNF {
  background: #3B8DCD;
  padding: 0;
  padding-top: 30px !important;
  height: 580px;
  text-align: center;
  background-size: cover;
}

@media only screen and (max-width: 992px) {
  #pageNF {
    background-image: none;
    height: auto;
    padding-top: 0 !important;
  }
}

#pageNF .container {
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  #pageNF .container {
    max-width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 992px) {
  #pageNF .bottom {
    background: #FAFAFA;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 20px 25px;
  }
}

#pageNF .logo {
  margin-top: 40px;
}

@media only screen and (max-width: 992px) {
  #pageNF .logo {
    margin-top: 30px;
  }
}

#pageNF .logo img {
  width: 270px;
}

@media only screen and (max-width: 992px) {
  #pageNF .logo img {
    width: 240px;
  }
}

#pageNF .catch {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 20px;
  color: #ffffff;
}

@media only screen and (max-width: 992px) {
  #pageNF .catch {
    background: #3B8DCD;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 0 -15px;
    line-height: 1.5;
    padding: 10px 0 30px 20px;
  }
}

@media only screen and (max-width: 600px) {
  #pageNF .catch span {
    display: block;
  }
}

#pageNF .subCatch {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 41px;
  padding-bottom: 0;
  color: #ffffff;
}

@media only screen and (max-width: 992px) {
  #pageNF .subCatch {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    margin: 10px 0 20px;
    color: #222222;
  }
}

@media only screen and (max-width: 992px) {
  #pageNF .subCatch span {
    display: block;
  }
}

#pageNF .serch {
  padding: 12px;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  border-radius: 3px;
}

@media only screen and (max-width: 992px) {
  #pageNF .serch {
    width: 100%;
    padding: 8px;
  }
}

#pageNF .serch .pulldown, #pageNF .serch .keyword, #pageNF .serch .btn {
  float: left;
}

#pageNF .serch select, #pageNF .serch input, #pageNF .serch button {
  height: 46px;
}

#pageNF .serch select, #pageNF .serch input {
  border: none;
  border-radius: 0;
}

@media only screen and (max-width: 992px) {
  #pageNF .serch select {
    display: none;
  }
}

#pageNF .serch select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 9px 21px;
  min-width: 193px;
  background: url('../img/common/iconDropDown.png') no-repeat calc(100% - 10px) center;
  background-color: #FFF;
}

#pageNF .serch .keyword {
  position: relative;
}

@media only screen and (max-width: 992px) {
  #pageNF .serch .keyword {
    min-width: inherit;
    width: calc( 100% - 50px);
  }
}

#pageNF .serch .keyword:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 30px;
  background: #CCC;
}

@media only screen and (max-width: 992px) {
  #pageNF .serch .keyword:after {
    display: none;
  }
}

#pageNF .serch input {
  min-width: 526px;
  padding: 9px 18px;
}

@media only screen and (max-width: 992px) {
  #pageNF .serch input {
    min-width: inherit;
    width: 100%;
    padding: 9px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#pageNF .serch button {
  min-width: 120px;
  background-color: #00A1BB;
  border: none;
  padding: 9px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  #pageNF .serch button {
    min-width: inherit;
    width: 50px;
  }
}

#pageNF .serch button:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url('../img/common/iconSearch.png') no-repeat;
  background-size: 16px;
}

@media only screen and (max-width: 992px) {
  #pageNF .serch button:before {
    margin-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  #pageNF .serch button span {
    display: none;
  }
}

#pageNF .back-btn {
  margin: 50px 0 0 0;
}

#pageNF a.back {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: 500;
  border: solid 1px #e0e0e0;
  padding: 15px 65px 15px 60px;
  background: url('../img/common/iconArrowRightBlue.png') #ffffff no-repeat calc( 100% - 15px) center;
}

@media only screen and (max-width: 992px) {
  #pageNF a.back {
    display: block;
    height: auto;
    padding: 12px 30px 12px 50px;
  }
}

#pageNF a.back:hover {
  text-decoration: none;
  background: url('../img/common/iconArrowRightGray.png') #ffffff no-repeat calc( 100% - 15px) center;
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border-color: #bdbdbd;
  opacity: 1;
  color: #bdbdbd;
}

#pageNF + #footer {
  margin-top: 0;
}
/*# sourceMappingURL=maps/top.css.map */
