@charset "UTF-8";
/*---------------header----------------*/
#contact.contact_top nav#mainmenu ul.dropmenu li.contactmenu ul li:nth-child(1) a {
  background-image: url(/img/nav_pointer-blue.png);
}

/*---------------wrapper----------------*/
.firstline {
  margin-bottom: 50px;
}

.firstline a {
  padding-bottom: 10px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 10px;
  border: thin solid #dcdcdc;
  transition: 0.3s;
  background: #dcdcdc; /* Old browsers */
  background: -moz-linear-gradient(top, #dcdcdc 0%, #f4f4f4 30%, #f4f4f4 70%, #dcdcdc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #f4f4f4 30%, #f4f4f4 70%, #dcdcdc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdc 0%, #f4f4f4 30%, #f4f4f4 70%, #dcdcdc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.firstline a i {
  color: #004EA2;
  font-size: 16px;
}

.firstline h3 + p {
  margin-bottom: 30px;
}

.firstline p:last-child {
  text-align: center;
}

.way h3 + p {
  color: #ba0001;
}

.way h3 + p a {
  color: #ba0001;
}

.way h3 + p a:hover {
  text-decoration: none;
}

h4 {
  border-bottom: 1px solid #004EA2;
  position: relative;
  text-indent: 1em;
}

h4:before {
  content: "";
  background-color: #004EA2;
  width: 5px;
  height: 2em;
  position: absolute;
  top: 0;
  left: 0;
}

.tell {
  color: #004EA2;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tell span {
  color: #545454;
  font-size: 12px;
}

.tell .fa {
  font-size: 25px;
  color: #767676;
}

.indent span {
  color: #004EA2;
}

.contact_tell,
.contact_fax,
.contact_mail {
  margin-bottom: 30px;
}

.contact_tell table {
  width: 90%;
  margin: 0 auto;
}

.contact_tell table tr td {
  border: 1px solid #DCDCDC;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact_tell table tr td:first-child {
  text-align: center;
  background-color: #eeeeee;
}

.contact_fax a {
  color: #767676;
  text-decoration: none;
  transition: 0.3s;
}

.contact_fax a:hover {
  color: #004ea2;
}

.contact_fax a img {
  vertical-align: bottom;
}

.contact_mail dl {
  overflow: hidden;
  width: 65%;
}

.contact_mail dl dt {
  float: left;
  padding-top: 10px;
}

.contact_mail dl dt span {
  color: #ba0001;
}

.contact_mail dl dd {
  float: right;
  text-align: left;
  width: 40%;
  border: 1px solid #004EA2;
  margin-left: 0;
}

.contact_mail dl dd a {
  color: #004EA2;
  text-decoration: none;
  display: block;
  padding-left: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  transition: 0.3s;
}

.contact_mail dl dd a .fa {
  font-size: 18px;
}

.contact_mail dl dd a:hover {
  color: #ffffff;
  background-color: #004ea2;
}

.formbutton_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}

.formbutton_area a {
  border: 1px solid #DCDCDC;
  padding: 20px;
  box-sizing: border-box;
  text-decoration: none;
  margin-bottom: 30px;
  margin-right: 3%;
  width: 47%;
}

.formbutton_area a object {
  text-align: center;
}

.formbutton_area a object a {
  width: 100%;
  background-color: #ffffff;
  font-weight: bold;
}

.formbutton_area a .button_title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.formbutton_area a:hover {
  color: #ffffff;
  background-color: #004ea2;
}

.formbutton_area a:hover dd {
  color: #ffffff;
}

.formbutton_area a:hover .fa {
  color: #ffffff;
}

.formbutton_area a:hover .button_title {
  color: #ffffff;
}

.formbutton_area div {
  text-align: center;
}

.formbutton_area .fa {
  font-size: 80px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #004EA2;
}

.formbutton_area a dt {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.formbutton_area a dd {
  margin-left: 0;
  color: #767676;
}

.formbutton_area a:last-child {
  margin-right: 0;
  display: block;
}

.title2wrap .switch {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
}

.title2wrap .switch p {
  width: calc(50% - 5px);
  margin: 0;
}

.title2wrap .switch p a {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 4px 0;
  border: 1px solid #dcdcdc;
  text-decoration: none;
  display: block;
  color: #dcdcdc;
  transition: 0.3s;
}

.title2wrap .switch p.btn_jp a {
  color: #000000;
  border-color: #000000;
}

.title2wrap .switch p a:hover {
  color: #000000;
  border-color: #000000;
}

/*---------------sidenav----------------*/
.sidenav ul li:nth-child(1) a {
  background-image: url(/img/nav_pointer-red.png);
  pointer-events: none;
}

/*===============================================
●smart.css  画面の横幅が1150px以下
===============================================*/
@media screen and (max-width: 1150px) {
  /*---------------wrapper----------------*/
  .contact_mail dl {
    width: 100%;
  }
  .contact_mail dl dd a {
    padding-left: 0;
    text-align: center;
  }
  .title2wrap .switch {
    position: relative;
    top: auto;
    right: auto;
    margin: 10px auto 0;
  }
  .title2wrap .switch p a {
    font-size: 10px;
    padding: 2px 0;
  }
}
/*===============================================
●smart.css  画面の横幅が960px以下
===============================================*/
@media screen and (max-width: 960px) {
  /*---------------header----------------*/
  #contact.contact_top nav#mainmenu ul.dropmenu li.contactmenu ul li:nth-child(1) a {
    background-image: none;
    color: #767676;
  }
  /*---------------wrapper----------------*/
  .contact_mail dl dt {
    float: none;
    margin-bottom: 20px;
  }
  .contact_mail dl dd {
    float: none;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .formbutton_area a {
    width: 100%;
    margin-right: 0;
  }
}
/*===============================================
●style.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px) {
  /*---------------wrapper----------------*/
  .contact_tell table tr td:first-child {
    width: 30%;
  }
  .contact_mail dl dd {
    width: 90%;
  }
  .formbutton_area a {
    float: none;
    display: block;
    width: 100%;
  }
}/*# sourceMappingURL=contact.css.map */