.p_webloan_kakunin .c_form_table tbody > tr > th {
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 0;
}
.p_webloan_kakunin .c_form_table > tbody > tr > td {
  padding-bottom: 50px;
}
.p_webloan_kakunin .c_form_table .notice {
	padding-left: 1.1em;
	text-indent: -1.1em;
	font-size: 1.4rem;
	margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
	.p_webloan_kakunin .c_form_table .notice {
		text-align: right;
	}
}
@media print, screen and (min-width: 768px) {
  .c_form_table .input_outer {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: auto;
    max-width: 625px;
  }
}
@media only screen and (max-width: 767px) {
  .c_form_table input[type="radio"] + label,
  .c_form_table input[type="checkbox"] + label {
    border: 2px solid #0D6DB7;
	  border-radius: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .c_form_table input[type="radio"] + label,
  .c_form_table input[type="checkbox"] + label {
    border: 2px solid #0D6DB7;
    border-radius: 4px;
    padding: 15px 5px 15px 35px;
    line-height: 1.4;
    /* width: 170px; */
    flex: 1;
    cursor: pointer;
  }
}
@media print, screen and (min-width: 768px) {
  .c_form_table input[type="radio"] + label::before,
  .c_form_table input[type="checkbox"] + label::before {
    top: 18px;
    left: 10px;
  }
  .c_form_table input[type="radio"] + label::after {
    top: 22px;
    left: 14px;
  }
}
.cannot_message {
  margin-top: 20px;
  text-align: center;
  display: none;
}
.cannot_message p {
  display: inline-block;
  text-align: left;
}
#nextBtn:disabled {
  background: #ced3dc;
  cursor: inherit;
}

/* ------------------------------------ */

.coop_list {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .coop_list {
    margin-top: 40px;
  }
}
.coop_list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 5px 20px;
  font-size: 1.4rem;
}



/* ------------------------------------ */

.c_modal_content {
  padding-bottom: 40px;
  color: #0D6DB7;
}
.modal_title {
	margin-bottom: 30px;
	padding: 10px;
	font-size: 1.8rem;
	line-height: 1.5;
	background: #0D6DB7;
	color: #FFF;
	position: relative;
}
@media print, screen and (min-width: 768px) {
  .modal_title {
		margin-bottom: 60px;
		padding: 30px;
		text-align: center;
  }
}
.modal_title::after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: inherit;
	position: absolute;
	bottom: -12px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%) rotateZ(45deg);
}
.modal_text {
	padding: 10px;
	font-weight: 500;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
  .modal_text {
		font-size: 2.3rem;
	}
}
.modal_btn_outer {
	text-align: center;
}
@media print, screen and (min-width: 768px) {
  .modal_btn_outer {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		max-width: 520px;
		margin: 40px auto;
		font-size: 2rem;
	}
}
.modal_btn_outer li {
	margin-bottom: 20px;
}
.modal_btn {
	display: block;
	width: 50vw;
	max-width: 220px;
	margin: 5px auto 0;
	padding: 20px 10px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	background: #0D6DB7;
	color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .modal_btn {
		font-size: 3.5rem;
	}
}
.modal_btn + .note {
  text-align: left;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.4;
  padding-left: 1.1em;
  text-indent: -1.1em;
  margin-top: 10px;
}
.modal_btn_hosoku {
  display: block;
  font-size: 1.6rem;
  margin-top: 10px;
}
.modal_btn .link_title {
  display: block;
  margin-bottom: 10px;
}
.modal_btn .sub_text {
  display: block;
  font-size: 1.6rem;
}
.c_modal_content .notice {
  padding: 10px;
  text-align: center;
}
.c_modal_content .notice p {
  display: inline-block;
  font-size: 1.6rem;
  text-align: left;
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.to_step2 {
  display: block;
  width: 50vw;
  max-width: 220px;
  margin: 5px auto 0;
  padding: 20px 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background: #0D6DB7;
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .to_step2 {
    font-size: 3.5rem;
  }
}

/* ------------------------------------ */

@media only screen and (min-width: 768px) {
  .p_webloan_doui_checkbox{
		margin: 0 auto;
	}
}
.p_webloan_doui_checkbox input {
  display: none;
}
.p_webloan_doui_checkbox label{
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-size: 1.8rem;
	cursor: pointer;
}
.p_webloan_doui_checkbox p + p label{
	margin-top: 5px;
}
.p_webloan_doui_checkbox label::before{
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #333;
	transition: background .2s;
}
.p_webloan_doui_checkbox input:checked + label::before{
	background: #ffd570;
}
.p_webloan_doui_checkbox input + label::after{
	content: "";
	position: absolute;
	top: 12px;
	left: 3px;
	width: 12px;
	height: 6px;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: border-left-color, border-bottom-color .2s;
}
.p_webloan_doui_checkbox input:checked + label::after{
	border-color: #333;
}

/* ------------------------------------ */
/* mypage okariire_flow */

.okariire_flow .item:nth-of-type(n+2){
	position: relative;
	padding-top: 60px;
}
.okariire_flow .item:nth-of-type(n+2)::before{
	content: "";
	position: absolute;
	top: 20px;
	left: 50%;
	border-color: #0D6DB7 transparent transparent transparent;
	border-style: solid;
	border-width: 20px 25px;
	transform: translateX(-50%);
}
.okariire_flow .inner{
	position: relative;
	padding: 25px 20px;
	background-color: #dceefa;
}
@media print, screen and (min-width: 768px) {
	.okariire_flow .inner{
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		padding: 40px 80px;
	}
}
.okariire_flow .num{
	position: absolute;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	top: -20px;
	left: 20px;
	width: 50px;
	height: 50px;
	padding-bottom: 2px;
	color: #0D6DB7;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	border: 4px solid #dceefa;
	background-color: #fff;
	border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
	.okariire_flow .num{
		width: 60px;
		height: 60px;
		font-size: 3rem;
		border-width: 5px;
	}
}
.okariire_flow .icon{
	width: 56px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.okariire_flow .icon{
		margin: 0 auto 15px;
	}
}
@media print, screen and (min-width: 768px) {
	.okariire_flow .icon{
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		width: 72px;
		margin-right: 50px;
	}
}
.okariire_flow .ttl{
	color: #0d6db7;
	font-size: 2rem;
	font-weight: 500;
}
.okariire_flow .text{
	margin-top: 0.5em;
}
.okariire_flow .kouza{
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #0d6db7;
}
@media print, screen and (min-width: 768px) {
	.okariire_flow .kouza{
		max-width: 520px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
}

