@charset "utf-8";

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

#content {
  margin: -40px 0 0;
}

#headline {
  top: 40px;
}

.share {
  background: #F6F6F6;
  padding: 0 0 0;
}

.fwb {
  color: #525252;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px;
}
.fwb2 {
  color: #525252;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5em;
  margin: 0 auto 20px;
}

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

.btn {
  width: auto;
  margin: 20px auto 20px;
  overflow: hidden;
}
.btn button {
  width: 100%;
  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: 13px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px 20px 20px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
}
.btn button:active {
  opacity: 0.75;
}

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

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





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

.inquiry__box {
  background: #fff;
  width: 100%;
  padding: 30px 10px 10px;
  margin: 0 auto;
  border-top: solid 1px #ddd;
}
.inquiry__box2 {
  background: #fff;
  width: 100%;
  padding: 30px 10px 20px;
  margin: 0 auto;
  border-top: solid 1px #ddd;
}

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

.inquiery__list {
  float: none;
  width: 100%;
  border-top: solid 1px #ddd;
}
.inquiery__list dt {
  height: 20px;
  color: #525252;
  font-size: 13px;
  line-height: 1.5em;
  text-align: center;
  padding: 20px 0 0;
}
.inquiery__list dd {

}

#inquiry01 {}
#inquiry01 dt span {
  color: #525252;
  font-weight: bold;
}
#inquiry02 {}
#inquiry02 dt {}
#inquiry02 dt span {
  color: #525252;
  font-weight: bold;
}
#inquiry03 {}
#inquiry03 dt {}
#inquiry03 dt span {
  color: #525252;
  font-weight: bold;
}



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

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

#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: 100%;
  float: none;
  color: #333;
  font-size: 12px;
  line-height: 1.5em;
  padding: 10px;
}
#inquiry__form dd {
  background: #fff;
  width: 100%;
  float: none;
  color: #525252;
  padding: 10px;
}

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

.example {
  display: none;
}
.attention {
  color: #D7152A;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em;
}

.agree {
  margin: 20px 0 10px;
  line-height: 1.5em;
}
.agree a {
  margin: 0 !important;
}



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


.contact-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 850px;
  max-width: 94%;
  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;
  margin-bottom: 50px;
}
.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;

  max-width: none;
  width: 100%;
  max-width: 100%;
}
.category-img img {
  /*border-radius: 8px 0 0 8px;*/
  border-radius: 8px 8px 0 0;
  width: 100%;
}
.category-txt {
  flex: 1;
  /*padding: 0px 64px 0px 40px;*/

  width: 100%;
  padding: 0 0 30px 20px;
}
.category-title {
  /*font-size: 22px;*/
  font-size: 18px;
  margin-bottom: 10px;
  padding-top: 18px;
}
.category-txt ul li {
  /*font-size: 1.5rem;
  padding-top: 10px;*/

  font-size: 12px;
  padding-top: 12px;
}
.contact-category .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
