@charset "utf-8";
/* CSS Document */

@media screen and (max-width:767px) {
  .cancel .page_header .page_name {
    padding: 10px 0;
    margin: 0
  }
}

#header .logo {
    width: 240px;
}
.cancel .blc_ttl {
  color: #f39800;
  font-family: "Noto Serif JP", "BIZ UDPMincho", serif;
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 3.6rem
}
@media screen and (max-width:767px) {
  .cancel .blc_ttl {
    font-size: 2.4rem
  }
}
.cancel .read_txt {
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee
}
.cancel .contact_ttl br {
  display: none
}
@media screen and (max-width:767px) {
  .cancel .contact_ttl br {
    display: block
  }
}
#mailformpro .cancel_form {
  margin-top: 5rem;
  padding: 0
}
#mailformpro .cancel_form dl .cancel_dt {
  color: #f39800;
  font-size: 2rem;
  width: 12.4em;
  float: none;
  border-top: solid 1px #f39800 !important
}
@media screen and (max-width:767px) {
  #mailformpro .cancel_form dl .cancel_dt {
    width: auto
  }
}
#mailformpro .cancel_form dl .cancel_dd {
  padding: 0;
  border: none
}
#mailformpro .cancel_form dl .cancel_dd dd, #mailformpro .cancel_form dl .cancel_dd dt {
  border: none
}


.inner {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
}

h1,h2,h3,h4 {
	font-weight: normal;
	font-size: inherit;
}

#header {
	height: 80px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f39800;
}

.heading {
	margin-bottom: 30px;
}

.heading h2 {
	font-size: 22px;
}

.caption {
	margin-bottom: 55px;
}

.caption h3 {
	font-size: 24px;
}

.form_heading {
	text-align: center;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.form_heading h4 {
	font-size: 32px;
	color: #f39800;
} 

.form_heading p {
	margin-top: -35px;
}


.link_policy {
	text-align: center;
}

.link_policy a {
	font-size: 20px;
}

.mfp_buttons button {
	padding: 30px 60px;
	background-color: #f39800!important;
	border: none;
	border-radius: 15px;
	color: white;
	font-size: 22px;
}

#footer {
	margin-top: 120px;
	height: 80px;
	display: flex;
	align-items: center;
	background-color: #f39800;
}

#footer p {
	text-align: right;
	color: #fff;
}

body {
   margin: 0;
   padding: 0;
}

.error_list {
	margin-top: -30px;
}

.error_list li {
	font-size: 18px;
	color: #f39800;
	font-weight: bold;
	margin-bottom: 5px;
}

.tel {
	text-align: center;
}

.tel a {
	font-size: 32px;
}




.policyList h3 {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 2em 0 1em;
  font-weight: normal;
  background: #f2f2f2;
  padding: 0.5em;
}
.policyList h3:first-child {
  margin-top: 0;
}
.policyList h4 {
  margin: 1em 0 0.5em 10px;
  font-weight: normal;
}
.policyList p {
  padding: 0 0.5em;
}
.policyList p + p {
  margin-top: 1em;
}
.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: -30px;
}
.policyList .attentionList_num {
  counter-reset: listCounter;
  font-size: 1.4rem;
  margin: 10px 0 10px 5rem;
}
.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: -5rem;
}
.policyList .revisionDate {
  margin-top: 3rem;
  text-align: right;
}
.policyList ol,
.policyList ul {
  margin: 1em 0 1em 1.3em;
}
.policyList ol li,
.policyList ul li {
  margin-left: 0.5em;
}
.policyList ol li + li,
.policyList ul li + li {
  margin-top: 0.3em;
}
.policyList ol li {
  list-style: decimal;
}
.policyList ul li {
  list-style: disc;
}