@charset "utf-8";

.dropdown {
  background: url(/assets/img/contact/dropdown.png) right 10px center no-repeat;
  background-size: 15px;
  padding: 12px !important;
}

.share {
  position: relative;
  top: -135px;
  background: #F6F6F6;
  padding: 60px 0;
  margin: 100px 0 -135px;
}

#headline {
  top: 80px;
}

.fwb {
  color: #525252;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
.fwb2 {
  color: #525252;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 80px;
}

.fwb3 {
  color: #525252;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  margin: 0 150px;
  line-height: 1.8em;
}

.btn {
  width: 400px;
  margin: 40px auto 60px;
  overflow: hidden;
}
.btn button {
  width: 400px;
  position: relative;
  display: block;
  background: #D7152A url(/assets/img/purchase/store/ico_arrow.png) right 30px center no-repeat;
  background-size: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 30px 10px 30px 20px;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  cursor: pointer;
}
.btn button:hover {
  opacity: 0.75;
}

.btn1 {
  width: 350px;
  margin: 40px auto 30px;
  overflow: hidden;
}
.btn1 a {
  width: 350px;
  position: relative;
  display: block;
  background: #D7152A url(/assets/img/contact/ico_domestic.png) right 30px center no-repeat;
  background-size: 18px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 30px 10px 30px 20px;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  cursor: pointer;
}
.btn1 a:hover {
  opacity: 0.75;
}

.btn2 {
  width: 350px;
  margin: 40px auto 30px;
  overflow: hidden;
}
.btn2 a {
  width: 350px;
  position: relative;
  display: block;
  background: #525252 url(/assets/img/contact/ico_external.png) right 30px center no-repeat;
  background-size: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 30px 10px 30px 20px;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  cursor: pointer;
}
.btn2 a:hover {
  opacity: 0.75;
}



/* ==================================================
Contact
================================================== */

.inquiry__box {
  background: #fff;
  width: 1300px;
  padding: 30px 150px 30px;
  margin: 0 auto;
}
.inquiry__box:after {
  content: "";
  clear: both;
  display: block;
}

.inquiry__box2 {
  background: #fff;
  width: 1300px;
  padding: 30px 30px 100px;
  margin: 0 auto;
}
.inquiry__box2:after {
  content: "";
  clear: both;
  display: block;
}

.inquiry__box ul {
  margin: 0 0 20px 10px;
}
.inquiry__box ul li {
  color: #525252;
  line-height: 1.75em;
  text-indent: -1em;
}
.inquiry__box ul li span {
  color: #D7152A;
  font-weight: bold;
}
.inquiry__box p a {
  display: inline-block;
  color: #11335E;
  text-decoration: underline;
  margin: 0 0 30px;
}



.inquiery__list {
  float: left;
  width: 33.3%;
  min-height: 200px;
}
.inquiery__list dt {
  height: 60px;
  color: #525252;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  padding: 32px 0 0;
}
.inquiery__list dd {

}

#inquiry01 {
  border-right: solid 1px #ddd;
}
#inquiry01 dt span {
  color: #525252;
  font-weight: bold;
}
#inquiry02 {
  border-right: solid 1px #ddd;
}
#inquiry02 dt span {
  color: #525252;
  font-weight: bold;
}
#inquiry03 {}
#inquiry03 dt span {
  color: #525252;
  font-weight: bold;
}


.required {
  display: inline-block;
  background: #FF8000;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#inquiry__form .required {
  display: block;
  position: absolute;
  top: 30px;
  right: 15px;
  background: #FF8000;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  padding: 5px 10px;
  margin: 0 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#inquiry__form {
  margin: 20px 0 50px;
}

#inquiry__form dl {
  background: #FAFAFA;
  border-bottom: solid 1px #E5E5E5;
}
#inquiry__form dl:first-child {
  border-top: solid 1px #E5E5E5;
}
#inquiry__form dl:after {
  content: "";
  clear: both;
  display: block;
}
#inquiry__form dt {
  position: relative;
  width: 25%;
  float: left;
  color: #333;
  line-height: 3em;
  padding: 20px;
}
#inquiry__form dd {
  background: #fff;
  width: 75%;
  float: left;
  color: #525252;
  padding: 20px;
}

.input__text {
  height: 40px;
  width: 60%;
  color: #525252;
  font-size: 16px;
  padding: 10px;
  border: solid 1px #E5E5E5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.input__select {
  height: 40px;
  width: 50%;
  color: #525252;
  font-size: 16px;
  padding: 10px;
  border: solid 1px #E5E5E5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.input__textarea {
  height: 150px;
  width: 100%;
  color: #525252;
  font-size: 16px;
  padding: 10px;
  border: solid 1px #E5E5E5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.example {
  color: #999;
  margin: 0 0 0 20px;
}
.attention {
  color: #D7152A;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
}

.agree {
  margin: 40px 0 20px;
  line-height: 1.5em;
  text-align: center;
}
.agree a {
  margin: 0 !important;
}




/*問い合わせページ*/
.image01 {
  margin: 0px 0 60px 0;
}

.contact-category {
  display: flex;
  justify-content: center;
  max-width: 850px;
  border-radius: 8px;
  box-shadow: 0 5px 30px 0 rgba(180,180,180,0.5);
  transition: all .5s;
  top: 0;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.contact-category:hover {
  box-shadow: 0 14px 32px 0 rgba(140,140,140,0.5);
  top: -10px;
}
.category-img {
  max-width: 350px;
  min-width: 230px;
}
.category-img img {
  border-radius: 8px 0 0 8px;
  vertical-align: top;
}
.category-txt {
  flex: 1;
  padding: 0px 64px 0px 40px;
}
.category-title {
  font-size: 24px;
  margin-bottom: 10px;
  padding-top: 30px;
}
.category-txt ul li {
  font-size: 1.0rem;
  padding-top: 20px;
}
.contact-category .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
