@charset "UTF-8";
a:hover, a:visited, a:link, a:active {
  color: inherit;
  text-decoration: none !important;
}

.header_wrap a, .main_wrap a, .content_wrap a, .footer_wrap a {
  display: block;
  opacity: 1;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  cursor: pointer;
}

/*-- basecolor  --*/
/*-- hovercolor  --*/
/*-- bgcolor  --*/
body#pagetop {
  background-color: #fff !important;
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.header_wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: table;
}

@media (max-width: 1000px) {
  .header_wrap {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
}

@media (max-width: 670px) {
  .header_wrap {
    display: block;
  }
}

@media (max-width: 500px) {
  .header_wrap {
    padding: 0 10px;
    display: block;
  }
}

.header_wrap .header_logo {
  display: table-cell;
  width: 140px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
}

@media (max-width: 670px) {
  .header_wrap .header_logo {
    padding: 15px 0;
  }
}

@media (max-width: 500px) {
  .header_wrap .header_logo {
    padding: 10px 0;
    display: block;
    width: 100%;
    text-align: center;
  }
}

.header_wrap .header_logo img {
  display: inline-block;
  width: 140px;
}

.header_wrap h1 {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  padding-left: 50px;
}

@media (max-width: 670px) {
  .header_wrap h1 {
    display: table-cell;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
  }
}

@media (max-width: 500px) {
  .header_wrap h1 {
    display: block;
    text-align: center;
    padding-left: 0;
    padding-bottom: 10px;
  }
}

.header_wrap h1 span {
  /*      @media (max-width: $screen-sm) {
        display: block;
      }
      @media (max-width: 450px) {
        display: inline;
      }*/
  display: block;
}

.main {
  /*--  /.main_img_wrap  --*/
  /*--  /.content_lead  --*/
  /*--  /.text_wrap  --*/
}

.main .main_img_wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.main .main_img_wrap .main_img {
  width: 100%;
}

.main .main_img_wrap .prf_wrap {
  position: absolute;
  max-width: 440px;
  width: 44.89%;
  height: 278px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background-color: #cc0000;
  top: 30px;
  right: 3.06%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 83px;
  text-align: left;
}

@media (max-width: 1000px) {
  .main .main_img_wrap .prf_wrap {
    top: 0;
    right: 0;
  }
}

@media (max-width: 840px) {
  .main .main_img_wrap .prf_wrap {
    position: static;
    top: inherit;
    right: inherit;
    max-width: 100%;
    width: 90.625%;
    height: auto;
    margin: 16px auto;
    padding-bottom: 0;
  }
}

.main .main_img_wrap .prf_wrap .prf_heading {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
}

@media (max-width: 840px) {
  .main .main_img_wrap .prf_wrap .prf_heading {
    padding: 15px 15px 0 45px;
    font-size: 18px;
  }
}

@media (max-width: 670px) {
  .main .main_img_wrap .prf_wrap .prf_heading {
    font-size: 14px;
  }
}

.main .main_img_wrap .prf_wrap .prf_heading:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  background: url(../images/prf_logo.png) no-repeat;
  width: 29px;
  height: 23px;
  top: 28px;
  left: 25px;
}

@media (max-width: 840px) {
  .main .main_img_wrap .prf_wrap .prf_heading:after {
    width: 24px;
    height: 19px;
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    top: 19px;
    left: 15px;
  }
}

.main .main_img_wrap .prf_wrap .prf_text {
  padding: 5px 0 20px 25px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}

@media (max-width: 840px) {
  .main .main_img_wrap .prf_wrap .prf_text {
    padding: 5px 15px 20px 15px;
    font-size: 20px;
  }
}

@media (max-width: 670px) {
  .main .main_img_wrap .prf_wrap .prf_text {
    font-size: 16px;
  }
}

.main .main_img_wrap .prf_wrap .prf_text span {
  display: block;
}

@media (max-width: 840px) {
  .main .main_img_wrap .prf_wrap .prf_text span {
    display: inline;
  }
}

.main .main_img_wrap .prf_wrap .prf_title {
  position: absolute;
  bottom: 0;
  max-width: 440px;
  height: 83px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px 0 15px 25px;
  background-color: #f7d9d9;
  -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  color: #cc0000;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 840px) {
  .main .main_img_wrap .prf_wrap .prf_title {
    font-size: 15px;
    height: auto;
    width: 100%;
    max-width: 100%;
    position: static;
    padding: 15px;
  }
}

@media (max-width: 670px) {
  .main .main_img_wrap .prf_wrap .prf_title {
    font-size: 12px;
  }
}

.main .main_img_wrap .prf_wrap .prf_title span {
  display: block;
}

.main .main_img_wrap .prf_wrap_2 {
  left: 3.06%;
}

@media (max-width: 1000px) {
  .main .main_img_wrap .prf_wrap_2 {
    left: 0;
  }
}

.main .content_lead {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin: 45px auto 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #cc0000;
  border-bottom: 2px solid #cc0000;
  font-size: 14px;
}

@media (max-width: 800px) {
  .main .content_lead {
    margin: 25px auto 0;
    font-size: 13px;
  }
}

.main .content_lead span {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  text-align: left;
}

.main .text_wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .main .text_wrap {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
}

.main .text_wrap .text_heading {
  color: #cc0000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  padding: 25px 0 20px;
}

@media (max-width: 800px) {
  .main .text_wrap .text_heading {
    font-size: 20px;
  }
}

@media (max-width: 670px) {
  .main .text_wrap .text_heading {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .main .text_wrap .text_heading {
    font-size: 15px;
    padding: 16px 0 10px;
  }
}

.main .text_wrap .text_heading span {
  display: block;
}

@media (max-width: 450px) {
  .main .text_wrap .text_heading span {
    display: inline;
  }
}

.main .text_wrap .content_wrap {
  margin-bottom: 25px;
  zoom: 1;
}

.main .text_wrap .content_wrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.main .text_wrap .content_wrap .content_text {
  font-size: 14px;
  float: left;
  margin-right: 3.75%;
  width: 58%;
  text-align: left;
}

@media (max-width: 670px) {
  .main .text_wrap .content_wrap .content_text {
    float: none;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 450px) {
  .main .text_wrap .content_wrap .content_text {
    font-size: 12px;
  }
}

.main .text_wrap .content_wrap .content_img {
  float: left;
  width: 38.25%;
}

@media (max-width: 670px) {
  .main .text_wrap .content_wrap .content_img {
    float: none;
    width: 70.3125%;
    max-width: 450px;
    margin: 30px auto;
  }
}

@media (max-width: 450px) {
  .main .text_wrap .content_wrap .content_img {
    margin: 15px auto;
  }
}

.main .text_wrap .content_wrap_2 {
  margin-bottom: 40px;
}

@media (max-width: 670px) {
  .main .text_wrap .content_wrap_2 {
    margin-bottom: 0;
  }
}

.main .text_wrap .content_wrap_2 .content_text {
  float: right;
  margin-right: 0;
  margin-left: 3.75%;
}

@media (max-width: 670px) {
  .main .text_wrap .content_wrap_2 .content_text {
    float: none;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 670px) {
  .main .text_wrap .content_wrap_2 .content_img {
    margin-bottom: 0;
  }
}

.main .text_wrap_1 .content_wrap_2 {
  margin-bottom: 5px;
}

/*--  /.main  --*/
@media (max-width: 670px) {
  .content_link_wrap {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
}

@media (max-width: 450px) {
  .content_link_wrap {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
  }
}

@media (min-width: 671px){
  .content_link_wrap+.content_link_wrap{
    margin-top: 40px;
  }
}

.content_link_wrap .content_link {
  display: block;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #cc0000;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 670px) {
  .content_link_wrap .content_link {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    padding-top: 0;
    margin-top: 40px;
  }
}

@media (max-width: 450px) {
  .content_link_wrap .content_link {
    margin-top: 20px;
  }
}

.content_link_wrap .content_link:hover {
  background-color: #e06666;
}

.content_link_wrap .content_link:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  margin-top: -4px;
  left: 7%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 450px) {
  .content_link_wrap .content_link:after {
    left: 5%;
  }
}

@media (max-width: 1000px) {
  .content_link_wrap .content_link span {
    display: block;
  }
}

.content_link_wrap .content_link_2 {
  background-color: #fff;
  border: 1px solid #cc0000;
  color: #cc0000 !important;
}

@media (max-width: 1000px) {
  .content_link_wrap .content_link_2 {
    padding-top: 5px;
    line-height: 1.3;
  }
}

@media (max-width: 670px) {
  .content_link_wrap .content_link_2 {
    padding-top: 3px;
    line-height: 1.2;
  }
}

.content_link_wrap .content_link_2:after {
  border-top: 2px solid #cc0000;
  border-right: 2px solid #cc0000;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

.content_link_wrap .content_link_2:hover {
  background-color: #cc0000;
  border: 1px solid #cc0000;
  color: #fff !important;
}

.content_link_wrap .content_link_2:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media (max-width: 670px) {
  .content_link_wrap .content_link_2 span {
    display: block;
  }
}

#scroll_pagetop a {
  display: block;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background-color: #e06666;
  position: relative;
}

@media (max-width: 670px) {
  #scroll_pagetop a {
    width: 70px;
    height: 70px;
  }
}

#scroll_pagetop a:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -15px;
  width: 24px;
  height: 24px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 670px) {
  #scroll_pagetop a:after {
    margin-top: -7px;
    margin-left: -13px;
    width: 20px;
    height: 20px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
}

.footer_wrap {
  background-color: #000000;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 60px;
}

@media (max-width: 450px) {
  .footer_wrap {
    padding: 10px 0;
  }
}

.footer_wrap .footer_inner {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 670px) {
  .footer_wrap .footer_inner {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
}

@media (max-width: 450px) {
  .footer_wrap .footer_inner {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
  }
}

.footer_wrap .footer_inner .footer_list_1 .footer_item {
  display: inline-block;
  position: relative;
}

.footer_wrap .footer_inner .footer_list_1 .footer_item:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  width: 1px;
  height: 15px;
  background-color: #fff;
  right: -3px;
  top: 2px;
}

.footer_wrap .footer_inner .footer_list_1 .footer_item:last-child:after {
  content: none;
}

.footer_wrap .footer_inner .footer_list_1 .footer_item a {
  display: inline-block;
  padding: 0 5px;
  color: #fff !important;
}

.footer_wrap .footer_inner .copyright {
  color: #fff !important;
  text-align: center;
}

@media (max-width: 400px) {
  .footer_wrap .footer_inner .copyright {
    font-size: 11px;
  }
}

.footer_wrap .footer_inner .footer_list_2 {
  max-width: 425px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.footer_wrap .footer_inner .footer_list_2 .recop {
  display: inline-block;
  color: #fff !important;
}

@media (max-width: 400px) {
  .footer_wrap .footer_inner .footer_list_2 .recop {
    font-size: 11px;
  }
}

.footer_wrap .footer_inner .footer_list_2 .recop a {
  display: inline-block;
  color: #fff !important;
}

.footer_wrap .footer_inner .footer_list_2 .ga_pdf {
  display: inline-block;
  color: #fff !important;
}

@media (max-width: 400px) {
  .footer_wrap .footer_inner .footer_list_2 .ga_pdf {
    font-size: 11px;
  }
}

.footer_wrap .footer_inner .footer_list_2 .ga_pdf a {
  display: inline-block;
  color: #fff !important;
}

/*---  掛け合わせ検索  ---*/
.box004 {
  max-width: 800px;
  margin: 50px auto 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fbf7eb;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.box004 .h2_05 {
  text-align: center;
  background-color: #f7d9d9;
  font-size: 18px;
  font-weight: 600;
  color: #cc0000;
  position: relative;
  line-height: 50px;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
}

#info_searchCheckBox {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

#info_searchCheckBox form {
  margin: 0 auto;
  max-width: 760px;
}

#info_searchCheckBox table {
  border-collapse: collapse;
  margin: auto;
  width: 100%;
}

.search_box {
  overflow: hidden;
  border-bottom: 4px solid #fbf7eb;
}

@media (max-width: 670px) {
  .search_box {
    border-bottom: 10px solid #fbf7eb;
  }
}

@media (max-width: 450px) {
  .search_box {
    border-bottom: 5px solid #fbf7eb;
  }
}

.search_box .search_heading {
  width: 210px;
  background-color: #fff;
  font-weight: 600;
  color: #cc0000;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  padding: 15px 10px 15px 30px;
}

#info_searchCheckBox h3 {
  font-weight: 600;
}

.search_box .search_data {
  float: none;
  vertical-align: middle;
  /*  padding-left: 240px;*/
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px;
}

.prefectureCriteria select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  -o-text-overflow: "";
     text-overflow: "";
  border: 1px solid #C5C5C5;
  font-size: 14px;
  height: 30px;
  padding-left: 20px;
  width: 400px;
  padding-right: 40px;
  background-color: #ffffff;
  background-image: url(../images/square.png);
  background-repeat: no-repeat;
  -moz-background-size: 12px 7px;
    -o-background-size: 12px 7px;
       background-size: 12px 7px;
  background-position: 98% center;
  cursor: pointer;
}

.search_box .search_data label {
  cursor: pointer;
  margin-right: 1em;
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

.search_box .search_data label input {
  margin-right: 5px;
}

.btnT1.btn_checkboxSearch.bTn.bTn2 td {
  padding-top: 20px;
}

.bTn button {
  max-width: 600px;
  border: 0;
  width: 100%;
  display: block;
  background-color: #cc0000;
  text-align: center;
  line-height: 50px;
  color: #fff !important;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
}

.bTn button:hover {
  opacity: 0.7;
}

.bTn button:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  margin-top: -4px;
  left: 7%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 799px) {
  .box004 {
    margin: 50px auto 30px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .box004 .h2_05 {
    font-size: 17px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  #info_searchCheckBox {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 2%;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .search_box .search_heading {
    float: left;
    width: 100%;
    padding: 10px 0px;
    font-size: 15px;
    text-align: center;
  }
  .prefectureCriteria select {
    width: 100%;
    height: 50px;
  }
  #info_searchCheckBox h3 {
    font-size: 15px;
  }
  .search_box .search_data {
    float: left;
    width: 100%;
    padding: 5px 20px 20px;
  }
  .search_box .search_data label {
    display: inline-block;
    background-color: #F4F4F4;
    line-height: 50px;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2%;
  }
  .bTn button {
    font-size: 14px;
    max-width: 540px;
    width: 84.375%;
    line-height: 40px;
    height: 40px;
  }
}

@media (max-width: 670px) {
  .box004 {
    margin: 25px auto 18px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}

@media (max-width: 450px) {
  .bTn button:after {
    left: 5%;
  }
}

/*---  掛け合わせ検索end  ---*/
/*--  scroll fadein  --*/
body {
  opacity: 0;
}
