@charset "UTF-8";
/*----------------------------------------

	dl CSS

-----------------------------------------*/
#main #content div.block01 a:link,
#main #content div.block01 a:visited {
	text-decoration: none;
}
#main #content div.block01 a:hover {
	color: #611435;
}


#content .block01 {
	margin: 20px 0 40px;
	padding: 0 20px 10px;
	border: 3px solid #993366;
	border-radius: 5px;
}
#content .block01 .box {
	padding: 20px 0 0;
}
#content .block01 .box .sttl {
	margin: 0 0 15px;
	border-bottom: 1px solid #999999;
}
#content .block01 .box .txt {
	margin: 40px 0 0;
}
#content .block01 .box .sttl+.txt {
	margin: 0;
}

#content .block01 .box h2,
#content .block01 .box ul li {
	margin-bottom: 1.0em;
}
#content .block01 .box ul li {
	position: relative;
	padding-left: 22px;
}


#content .block01 .box {
	counter-reset: num;
}
#content .block01 .box ul li::before {
	content: counter(num) ".";
	counter-increment: num;
	position: absolute;
	left: 0;
}

#content .block01 .btn01 {
	margin-top: 30px;
	text-align: center;
}
#content .block01 .btn01 a {
	padding: 10px 30px;
	color: #ffffff;
	background-color: #993365;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px 1px #ccc;
	box-shadow: 1px 1px 2px 1px #ccc;
	-webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#main #content div.block01 .btn01 a:hover {
	color: #ffffff;
	opacity: 0.9;
}

#content .block02 {
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}
#content .block02 dl {
	position: relative;
	margin-bottom: 1.0em;
	padding-left: 22px;
}
#content .block02 dl::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	top: 1px;
	left: 5px;
	background: url(/cmn/img/point_subnavi.gif) left 5px no-repeat;
}

#content .block03 {
  margin-bottom: 40px;
}
#content .block03 .box > *+*,
#content .block03 .box > ul li+li {
  margin-top: 1em;
}
#content .block03 .box > ul {
  padding-left: 1em;
}
#content .block03 .box > ul li {
  padding-left: 1em;
  text-indent: -1em;
}

#content .block04 {
  margin-bottom: 40px;
}

#content [class^="block"] .box table {
  width: 100%;
  border-collapse: collapse;
}
#content [class^="block"] .box table tbody,
#content [class^="block"] .box table tbody tr {
  width: 100%;
}
#content [class^="block"] .box table tbody tr {
  border-bottom: #e4e4e4 1px solid;
}
#content [class^="block"] .box table tbody tr:first-child,
#content [class^="block"] .box table tbody tr:last-child {
  border-bottom: none;
}
#content [class^="block"] .box table th {
  padding: 5px 0;
  color: #fff;
  background-color: #6e0c3b;
  text-align: center;
}
#content [class^="block"] .box table th:last-child {
  width: 40%;
}
#content [class^="block"] .box table th+th {
  border-left: #e4e4e4 1px solid;
}
#content [class^="block"] .box table td {
  padding: 5px 0;
  background-color: #f0f0f0;
  text-align: center;
}
#content [class^="block"] .box table td:last-child {
  width: 40%;
}
#content [class^="block"] .box table td+td {
  border-left: #e4e4e4 1px solid;
}

/*----------------------------------------
    
-----------------------------------------*/
.dl_form_title {
    margin: 0 0 12px;
    padding: 4px 15px;
    border-radius: 3px;
    background: #993365;
    color: #fff;
}
.dl_form_table {
    width: 100%;
    margin: 20px 0;
    border-bottom: 1px solid #999;
}
.dl_form_table th,
.dl_form_table td {
    padding: 10px 0;
    vertical-align: top;
    border-top: 1px solid #999;
}
.dl_form_table th {
    width: 180px;
    padding-left: 20px;
    background: url(/cmn/img/point_subnavi.gif) left 17px no-repeat;
}
.dl_form_table input {
    width: 100%;
    border: 1px solid #bbb;
    padding: 3px;
    background: #fff;
    border-radius: 3px;
}
.dl_form_txt {
    margin: 0 0 20px;
    padding: 12px 15px;
    background: #F5EAF0;
}
.dl_form_txt ul li {
    padding-left: 18px;
    background: url(/cmn/img/point_subnavi.gif) left 7px no-repeat;
}
.dl_form_consent {
    padding: 20px 0;
    border: 3px solid #993365;
    border-radius: 5px;
    text-align: center;
}
.dl_form_submit {
	margin-top: 30px;
	text-align: center;
}
.dl_form_submit button,
.dl_form_submit a {
	padding: 10px 30px;
	color: #ffffff;
	background-color: #993365;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px 1px #ccc;
	box-shadow: 1px 1px 2px 1px #ccc;
	-webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-decoration: none !important;
}
body.pc .dl_form_submit button:hover,
body.pc .dl_form_submit a:hover {
	color: #ffffff;
	opacity: 0.9;
}
.form_confirm_btn {
	display: table;
	margin: 20px auto 0;
}
.form_confirm_btn li {
	display: table-cell;
	vertical-align: top;
	padding: 0 10px;
}
.form_confirm_btn li input {
    padding: 2px 10px;
    border-radius: 3px;
}
.dl_thanks {
    padding: 30px 0;
}
.dl_thanks h2 {
    margin: 0 0 20px;
}
#button_done_area {
    margin-top: 30px;
}

.checkbox_wrap {
	
}
_:-ms-lang(x)::-ms-backdrop, .checkbox_wrap {
  width: 400px;
}
.checkbox_wrap li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
}
.checkbox_wrap li input[type="checkbox"] {
  width: 20px;
  margin: 5px 0;
  cursor: pointer;
}
_:-ms-lang(x)::-ms-backdrop, .checkbox_wrap li input[type="checkbox"] {
  width: 13px;
}
.checkbox_wrap li input+label {
  width: calc(100% - 24px);
  cursor: pointer;
}
.radio_wrap {
  display: flex;
  flex-wrap: wrap;
}
.radio_wrap li {
  display: flex;
  justify-content: space-between;
  width: 49%;
  margin-bottom: 5px;
}
.radio_wrap li input[type="radio"] {
  width: 20px;
  margin: 4px 0;
  cursor: pointer;
}
.radio_wrap li input+label {
  width: calc(100% - 24px);
  cursor: pointer;
}

/*----------------------------------------
    jis-box
-----------------------------------------*/
.jis-box {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 50px 0;
}
.jis-box section + section {
  margin-top: 50px;
}
.jis-box section h1 {
  width: 240px;
  margin: 0 10px 10px;
  padding: 5px;
  text-align: center;
  background-color: #f0f0f0;
  border: 2px solid #d1d2d4;
}
.jis-box section h1 span {
  font-size: 5.44rem;
  line-height: 1;
  color: #660032;
}