@charset "UTF-8";
#first-view {
  background-image: url("../../img/contact/main.jpg");
}
@media screen and (max-width: 767px) {
  #first-view {
    background-position: left top;
  }
}

.page_body {
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page_body {
    padding: 30px 0 0;
  }
}

.contact_txt {
  margin-bottom: 50px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contact_txt {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.contact_txt p:not(:last-child) {
  margin-bottom: 1em;
}

.tel_box {
  max-width: 720px;
  border: solid 1px #ccc;
  padding: 0 15px;
  margin: 0 auto 50px;
  border-radius: 7px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .tel_box {
    padding: 20px 0;
  }
}
.tel_box dt {
  color: #218400;
  font-weight: bold;
  text-align: center;
  font-size: 2.6rem;
}
@media print, screen and (min-width: 768px) {
  .tel_box dt {
    padding: 20px 40px;
    float: left;
    border-right: solid 1px #ccc;
  }
}
@media screen and (max-width: 767px) {
  .tel_box dt {
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .tel_box dt {
    font-size: 2.2rem;
  }
}
.tel_box dd {
  padding: 15px 0;
  font-size: 3.8rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .tel_box dd {
    padding: 5px 35px 0;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .tel_box dd {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .tel_box dd {
    font-size: 2.8rem;
  }
}
.tel_box dd a {
  display: inline-block;
  background: url("../img/icon_phone_3.svg") no-repeat left top 5px/30px auto;
  padding-left: 40px;
}
.tel_box dd .small_txt {
  display: block;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .tel_box dd .small_txt {
    font-size: 1.4rem;
  }
}

.margin_0 {
  margin: 0;
}

.contact_ttl {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .contact_ttl {
    font-size: 2.4rem;
  }
}
.contact_ttl:after {
  content: "";
  display: block;
  width: 3em;
  height: 5px;
  background: #218400;
  margin: 15px auto 0;
}

#form .blc_L {
  width: 100%;
  margin-bottom: 5%;
}
@media print, screen and (min-width: 768px) {
  #form .blc_L {
    width: 65%;
    margin-right: 5%;
    float: left;
    margin-bottom: 0;
  }
}
#form .blc_R {
  background-color: #69c744;
  color: #fff;
  padding: 20px;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
@media print, screen and (min-width: 768px) {
  #form .blc_R {
    width: 30%;
    float: right;
    padding: 3%;
    margin: 0;
  }
}
#form .blc_R a {
  color: #fff;
}
#form .blc_R .contact-tel > dt {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #form .blc_R .contact-tel > dt {
    font-size: 2rem;
  }
}
#form .blc_R .contact-tel .link_tel {
  padding: 1em 0 1em 30px;
  position: relative;
  background: url("../img/icon_phone.svg") no-repeat left top 1.3em/23px auto;
  display: block;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
}
#form .blc_R .page-list {
  border-top: dotted 1px #fff;
  padding: 15px 0;
}
#form .blc_R .page-list li {
  margin-bottom: 0.8em;
  position: relative;
}
#form .blc_R .page-list li a {
  color: #fff;
  display: block;
  padding: 10px 10px 10px 40px;
  border-radius: 10px;
}
#form .blc_R .page-list li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 15px;
  width: 7px;
  height: 7px;
  margin: auto;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}
#form .blc_R .page-list li a:hover {
  color: #fff;
  text-decoration: underline;
}

.link_policy {
  text-align: center;
  margin-top: 30px;
}

.policyList {
  font-size: 1.6rem;
}
.policyList h3 {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 30px 0 10px;
  font-weight: normal;
  background: #f2f2f2;
  padding: 10px;
  font-size: 1.8rem;
}
.policyList h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .policyList h3 {
    margin: 20px 0 10px;
  }
}
.policyList h4 {
  margin: 1em 0 0.5em 10px;
  font-weight: normal;
}
.policyList p {
  padding: 0 10px;
  margin-bottom: 1em;
}
.policyList ul {
  margin: 10px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .policyList ul {
    margin-right: 10px;
  }
}
.policyList ul li {
  list-style: disc;
  margin-left: 10px;
}
.policyList ol {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1em;
}
.policyList ol > li {
  list-style: decimal;
  margin-left: 1.8em;
  margin-top: 10px;
}
.policyList .attentionList {
  font-size: 1.4rem;
  margin: 10px 0 10px 30px;
}
.policyList .attentionList li {
  list-style: none;
  position: relative;
}
.policyList .attentionList li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.policyList .attentionList li:before {
  content: "（注）";
  display: block;
  position: absolute;
  left: -40px;
}
.policyList .attentionList_num {
  counter-reset: listCounter;
  font-size: 1.4rem;
  margin: 10px 0 10px 40px;
}
.policyList .attentionList_num li {
  counter-increment: listCounter;
  list-style: none;
  position: relative;
}
.policyList .attentionList_num li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.policyList .attentionList_num li:before {
  content: "（注" counter(listCounter) "）";
  display: block;
  position: absolute;
  left: -50px;
}
.policyList .revisionDate {
  margin-top: 3rem;
  text-align: right;
}
.policyList .linkBtn {
  margin-top: 15px;
}
.policyList .linkBtn a {
  position: relative;
}
.policyList .linkBtn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  left: auto;
  width: 8px;
  height: 8px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #218400;
  border-right: 2px solid #218400;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.policyList .linkBtn a:hover:after {
  right: -20px;
}