@charset "UTF-8";
/*
	Filename: contact
	Version: 1.0.1
*/
#breadcrumbs {
  padding: 20px 30px;
}
#title_area {
  margin: 207px 0 60px;
}
.title_en {
  margin-bottom: 5px;
}
.title_h1 {
  margin-bottom: 94px;
}
.title_h1::after {
  bottom: -51px;
}
#title_area p {
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  #title_area {
    margin: 22.222vw 0;
  }
  .title_en {
    margin-bottom: 0.667vw;
  }
  .title_h1 {
    margin-bottom: 12.533vw;
    letter-spacing: -0.03em;
  }
  .title_h1::after {
    bottom: -6.8vw;
  }
  #title_area p {
    text-align: left;
  }
}
#contact p.hissu_text {
  margin-bottom: 0px;
  font-size: 1.8rem;
  border-bottom: none;
}
#contact h2 {
  margin-bottom: 0;
  padding: 15px;
  font-size: 2.2rem;
  background: #ebebeb;
}
.request_catalog {
  margin-top: -7px;
}
.request_catalog dd input[type=radio]#no {
  margin-left: 175px !important;
}
#catalog_choice {
  margin-bottom: 30px;
  padding: 15px 0 50px;
  border-bottom: 1px solid #002e6d;
}
#catalog_choice h2 {
  margin-bottom: 28px;
}
#catalog_choice p {
  margin-bottom: 26px;
  font-size: 1.8rem;
}
#catalog_choice ul li {
  width: 25%;
  padding: 30px 50px;
  border: 1px solid #9b9999;
  border-right: none;
  text-align: center;
}
#catalog_choice ul li:last-child {
  border-right: 1px solid #9b9999;
}
#catalog_choice ul li img {
  width: 76%;
  margin-bottom: 25px;
}
.catalog_name {
  display: block;
  font-size: 1.8rem;
  text-align: left;
}
.catalog_name.small_letter {
  letter-spacing: -0.09em;
}

.catalog-check_box label{
  width: 100%;
	text-align: center;
	padding-left: 0 !important;
	display: inline-block;
}
.catalog-check_box label::before,
.catalog-check_box label::after {
  display: none !important; 
}
.catalog-check_box span.checkbox-icon {
  margin-top: -12px;
	padding: 6px 10px;
	display: block;
	background-color: #ebebeb;
  font-size: 1.8rem;
	color: #050000;
	text-align: center;
}
#catalog_choice ul input[type=checkbox]:checked + .checkbox-icon{
	background-color: #9b9999;
	color: #fff;
}
#catalog_choice ul input[type="checkbox"] + .checkbox-icon:before {
}
#catalog_choice ul input[type=checkbox]:checked + .checkbox-icon:before {
}
#catalog_choice ul input[type=checkbox]:checked label{
	background-color: #000;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	レスポンシブ
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  #contact p.hissu_text {
    font-size: 3.2vw;
  }
  #contact h2 {
    padding: 2vw;
    font-size: 3.733vw;
  }
  .request_catalog {
    margin-top: -0.933vw;
  }
  .request_catalog dd input[type=radio]#no {
    margin-left: 0 !important;
  }
  #catalog_choice {
    margin-bottom: 6vw;
    padding: 2vw 0 20vw;
  }
  #catalog_choice h2 {
    margin-bottom: 3.733vw;
  }
  #catalog_choice p {
    margin-bottom: 3.467vw;
    font-size: 3.733vw;
  }
  #catalog_choice ul li {
    width: 100%;
    padding: 10vw 5vw;
    text-align: center;
    border-right: 1px solid #9b9999;
    border-bottom: none;
  }
  #catalog_choice ul li:last-child {
    border-bottom: 1px solid #9b9999;
  }
  #catalog_choice ul li img {
    width: 76%;
    margin-bottom: 10vw;
  }
  .catalog_name {
    font-size: 4.267vw;
  }
  .catalog-check_box span.checkbox-icon {
    margin-top: 0;
    padding: 2.667vw;
    font-size: 3.733vw;
  }
}

@media screen and (max-width: 375px) {
}

