@charset "UTF-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');
*/
html {scroll-behavior: smooth;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
a {
	text-decoration: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	*font-size: 100%;
}
legend {
	color: #000;
}
*::before, *::after {
	box-sizing: border-box;
}
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	width: 100%;
	height: 100%;
	font: 100%;
}
footer {
	background-color: #263680;
	padding: 10px;
}
footer p {
	font-size: 12px;
	color: white;
}
.fix_bn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.fix_bn .left {
	width: 50%;
	background-color: #edf0f5;
	text-align: center;
}
.fix_bn .right {
	width: 50%;
	background-color_: #f26548;
	background-color: red;
	text-align: center;
}
.fix_bn a {
	display: block;
	padding: 10px;
}
.fix_bn a:hover {
	text-decoration: none;
}

/* hero */
.hero {
	background: #edf3ff;
}
.hero_description p {
	color: #262626;
	font-weight: bold;
	font-size: 17px;
}
@media screen and (max-width:991px) {
	.hero_description p {
		font-size: 14px;
	}
}
@media screen and (max-width:420px) {
	.hero_description p {
		font-size: 10px;
		margin-bottom:10px;
	}	
}

@media screen and (max-width:991px) {
.hero_btn {
	width: 245px;
}
}
.hero_btn {
	width: 275px;
	height: 60px;
	background_: #f26548;
	background: red;
	padding_: 12px 59px;
	padding: 14px 3px 0 24px;
	position: relative;
	border-radius: 50px;
	box-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
	display: block;
	position:relative;
	text-align:center;
}
.hero_btn img {
	width: 26px;
	vertical-align_: middle;
	display_: inline-block;
	margin_: 0 10px 0 0;
	position:absolute;
	left:20px;
	top:15px;
}
.hero_btn span {
	width: 130px;
	color: rgba(255,255,255,1);
	font-weight: Bold;
	font-size: 19px!important;
}
.hero_btn:hover {
	background: #fd8b75;
	text-decoration: none;
}

.hero_txt_1 p {
	color: #263680;
	font-weight: Bold;
	font-size: 36px;
	text-align: center;
}
.hero_txt_1_a p {
	color: #263680;
	font-weight: Bold;
	font-size: 22px;
	text-align: center;
}
@media screen and (max-width:991px) {
	.hero_txt_1 p {
		font-size: 30px;
	}
}
@media screen and (max-width:575px) {
	.hero_txt_1 p {
		font-size: 18px;
	}
}
@media screen and (max-width:320px) {
	.hero_txt_1 p {
		font-size: 16px;
	}
}
.hero_txt_2_wrap {
	margin: 0 auto;
}
.hero_txt_2_wrap .left {
	margin-right: 10px;
    width: 300px;
}
@media screen and (max-width:767px) {
	.hero_txt_2_wrap .left {
		width: 40%;
	}	
}
.hero_txt_2_wrap .right {
	width_: calc(100% - 320px);
    width: 70%;
}
@media screen and (max-width:767px) {
	.hero_txt_2_wrap .right {
		width: 60%;
	}
}
.hero_txt_2_wrap .right p {
	color: #262626;
	font-weight: Bold;
	font-size: 20px;
	text-align: center;
	line-height: 1.5em;
	width: 87%;
	margin: 0 auto;
}
@media screen and (max-width:991px) {
	.hero_txt_2_wrap .right p {
		font-size: 28px;
		line-height: 1.5em;
	}
}
@media screen and (max-width:576px) {
	.hero_txt_2_wrap .right p {
		text-align: left;
		width: 95%;
		font-size: 20px;
	}
}
@media screen and (max-width:320px) {
	.hero_txt_2_wrap .right p {
		font-size: 16px;
	}
}
.hero_table {
	width: 87%;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	.hero_table {
		width: 100%;
	}	
}
.hero_table th {
	width: 140px;
	background: #263680;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	padding: 10px 10px;
	color: white;
	font-weight: Bold;
	font-size: 20px;
	text-align: center;
	line-height: 1.5em;
}
@media screen and (max-width:991px) {
	.hero_table th {
		font-size: 16px;
	}
}
@media screen and (max-width:767px) {
	.hero_table th {
		font-size: 14px;
		width: 110px;
	}
}
.hero_table td  {
	background: #ffffff;
	border-top-left-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 10px;
	color: #262626;
	font-weight: Bold;
	font-size: 20px;
	text-align: left;
	padding: 4px 10px;
	line-height: 1.5em;
}
@media screen and (max-width:991px) {
	.hero_table td {
		font-size: 16px;
	}
}
@media screen and (max-width:767px) {
	.hero_table td {
		font-size: 14px;
	}
}
.hero_box {
	margin-top: 20px;
	width: 100%;
}
.hero_box .title {
	background: #263680;
	position: relative;
	border: 4px solid #263680;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding: 8px 0;
	width: 100%;
    font-size: 28px;
}
.hero_box .title p {
	color: #ffffff;
	font-weight: Bold;
	font-size_: 32px;
    font-size: 26px;
	text-align: center;
}
@media screen and (max-width:991px) {
	.hero_box .title p {
		font-size: 28px;
	}	
}
@media screen and (max-width:575px) {
	.hero_box .title p {
		font-size: 16px;
	}	
}
@media screen and (max-width:320px) {
	.hero_box .title p {
		font-size: 14px;
	}	
}
.hero_box .content {
	background: #fff;
	border: 3px solid #263680;
	border-radius: 15px;
	padding: 17px 0;
	width: 100%;
}
.hero_box .content p {
	color: rgba(38,38,38,1);
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
@media screen and (max-width:991px) {
	.hero_box .content {
		padding: 10px 5px;
	}
	.hero_box .content p {
		font-size: 16px;
	}	
}
@media screen and (max-width:575px) {
	.hero_box .content {
		padding: 7px 0;
	}

	.hero_box .content p {
		font-size: 13px;
	}	
}
@media screen and (max-width:420px) {
	.hero_box .content p {
		font-size: 11px;
	}	
}
@media screen and (max-width:375px) {
	.hero_box .content p {
		font-size: 10px;
	}	
}

@media screen and (max-width:320px) {
	.hero_box .content p {
		padding-left: 10px;
		padding-right: 10px;
	}
	.hero_box .content p br {
		display: none;
	}	
}
/* 簡単無料スピード査定 */
.c01 {
	padding-top: 100px;
	background: rgba(38,54,128,1);
}
@media screen and (max-width:575px) {
	.c01 {
		padding-top: 60px;
	}	
}
.c01 h2 span {
    color: rgba(255,238,0,1);
    font-weight: Bold;
    font-size: 48px;
    vertical-align: middle;
	padding-left: 15px;
	display: inline-block;
}
@media screen and (max-width:991px) {
	.c01 h2 span {
		font-size: 32px;
	}
}
@media screen and (max-width:575px) {
	.c01 h2 span {
		font-size: 24px;
	}
	.c01 h2 img {
		width: 30px;
	}
}
.c01_txt_1 {
	color: rgba(255,255,255,1);
	font-weight: Bold;
	font-size: 28px;
	text-align: center;
}
@media screen and (max-width:991px) {
	.c01_txt_1 {
		font-size: 20px;
	}	
}
@media screen and (max-width:575px) {
	.c01_txt_1 {
		font-size: 16px;
	}	
}
@media screen and (max-width:320px) {
	.c01_txt_1 {
		font-size: 14px;
	}	
}
.c01 .form_inner {
	max-width: 1090px;
	width: 100%;
	margin: 0 auto;
	background: rgba(255,255,255,1);
	border-radius: 40px;
	padding: 25px;
}
.c01 table th {
	width: 200px;
	vertical-align: middle;
}
.c01 table td {
	vertical-align: middle;
}

@media screen and (max-width:575px) {
	.c01 table th,
	.c01 table td {
		width: 100%;
		display: block;
	}
	.c01 table td {
		padding-top: 15px;
	}
}
.c01 table td .sub-txt {
	color: rgba(38,38,38,1);
	font-size: 18px;
	padding-left: 5px;
	font-weight: bold;
}
@media screen and (max-width:767px) {
	.c01 table td .sub-txt {
		font-size: 16px;
	}	
}
@media screen and (max-width:575px) {
	.c01 table td .sub-txt {
		font-size: 14px;
	}	
}
.c01 table th .label_name {
	color: rgba(38,54,128,1);
	font-weight: Bold;
	font-size: 18px;
	text-align: left;
}
@media screen and (max-width:767px) {
	.c01 table th .label_name {
		font-size: 16px;
	}
}
@media screen and (max-width:575px) {
	.c01 table th .label_name {
		font-size: 14px;
	}
}
.c01 table th .label_must_txt {
	color: rgba(255,255,255,1);
	font-weight: Bold;
	font-size: 14px;
	text-align: center;
	display: block;
	width: 50px;
	background: rgba(242,101,72,1);
	border-radius: 4px;
	padding: 2px 4px;
	display: inline-block;
	margin-right: 10px;
}
@media screen and (max-width:575px) {
	.c01 table th .label_must_txt {
		font-size: 12px;
	}
}
.c01 table th .label_unmust_txt {
	color: rgba(255,255,255,1);
	font-weight: Bold;
	font-size: 14px;
	text-align: center;
	display: block;
	width: 50px;
	background: #999999;
	border-radius: 4px;
	padding: 4px;
	display: inline-block;
	margin-right: 10px;
}
@media screen and (max-width:575px) {
	.c01 table th .label_unmust_txt {
		font-size: 12px;
	}
}
.c01 .formGroup_1 {
	height: 52px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(196,196,196,1);
	border-radius: 4px;
	width: 100%;
}

.c01 .formGroup_2,
.c01 .formGroup_3,
.c01 .formGroup_4,
.c01 .formGroup_5 {
	height: 52px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(196,196,196,1);
	border-radius: 4px;
	width: 100%;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.c01 .formGroup_2,
.c01 .formGroup_3 {
	width: 180px;
}
@media screen and (max-width:575px) {
	.c01 .formGroup_2,
	.c01 .formGroup_3 {
		width: calc(100% - 3em);
	}
}

.c01 .form_submit {
	width: 360px;
	max-width: 100%;
	min-height: 60px;
	background: rgba(255,238,0,1);
	border-radius: 50px;
	border-width: 0px;
	color: rgba(38,38,38,1);
	position: relative;
	font-family: Noto Sans JP;
	font-weight: Bold;
	font-size: 20px;
	text-align: center;
	box-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
	cursor: pointer;
}
@media screen and (max-width:767px) {
	.c01 .form_submit {
		font-size: 18px;
	}	
}

.c02 {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media screen and (max-width:575px) {
	.c02 {
	padding-top: 60px;
	padding-bottom: 60px;
	}	
}
.c02_txt_1 {
	color: rgba(38,54,128,1);
	font-weight: Bold;
	font-size: 40px;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	line-height: 1.5em;
}

@media screen and (max-width:991px) {
	.c02_txt_1 {
		font-size: 30px;
	}
}
@media screen and (max-width:575px) {
	.c02_txt_1 {
		font-size: 24px;
	}
}
.c02_txt_1::after {
	content:'';
	width: 80px;
	height: 4px;
	background: rgba(242,101,72,1);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}
.c02_txt_2 {
	width: 660px;
	max-width: 100%;
	min-height: 66px;
	background: rgba(255,238,0,1);
	border-radius: 16px;
	margin-bottom: 10px;
	margin: 0 auto;
}
@media screen and (max-width:991px) {
	.c02_txt_2 {
		min-height: auto;
	}
}
.c02_txt_2 p {
	color: #262626;
	font-size: 32px;
	font-weight: Bold;
	text-align: center;
}
@media screen and (max-width:991px) {
	.c02_txt_2 p {
		font-size: 24px;
		padding: 10px;
	}
}
@media screen and (max-width:575px) {
	.c02_txt_2 p {
		font-size: 20px;
	}
}
.c02_txt_2 p span {
	color: rgba(242,101,72,1);
	font-size: 40px;
}
@media screen and (max-width:991px) {
	.c02_txt_2 p span {
		font-size: 30px;
	}
}
@media screen and (max-width:575px) {
	.c02_txt_2 p span {
		font-size: 24px;
	}
}
.c02_txt_3 {
	color: #262626;
	font-weight: Bold;
	font-size: 32px;
	text-align: center
}
@media screen and (max-width:991px) {
	.c02_txt_3 {
		font-size: 24px;
		padding: 10px;
	}
}
@media screen and (max-width:575px) {
	.c02_txt_3 {
		font-size: 20px;
	}
}
.c02_txt_4_wrap {
	max-width: 100%;
	width: 1018px;
	margin: 0 auto;
}
.c02_txt_4_wrap .left {
	width: calc(100% - 240px);
	color: rgba(38,38,38,1);
	font-size: 18px;
	line-height: 1.7em;	
}

@media screen and (max-width:767px) {
	.c02_txt_4_wrap .left {
		width: 100%;
	}	
	.c02_txt_4 {
		font-size: 16px;
		padding-top: 15px;
		line-height: 1.6em;
	}	
}
@media screen and (max-width:320px) {
	.c02_txt_4 {
		font-size: 14px;
	}	
}
.c02_txt_4_wrap .right {
	width: 240px;
}
.c02_txt_4_wrap .right img {
	width: 100%;
}
@media screen and (max-width:767px) {
	.c02_txt_4_wrap .right {
		width: 100%;
		text-align: center;
	}
	.c02_txt_4_wrap .right img {
		width: 240px;
	}	
}
.c02_txt_5 {
	color: rgba(38,54,128,1);
	font-weight: Bold;
	font-size: 32px;
	text-align: center;
}
@media screen and (max-width:991px) {
	.c02_txt_5 {
		font-size: 24px;
	}
}
@media screen and (max-width:575px) {
	.c02_txt_5 {
		font-size: 20px;
	}
}
.c02_txt_5 span {
	color: rgba(242,101,72,1);
	font-size: 40px;
	font-weight: Bold;
}
@media screen and (max-width:991px) {
	.c02_txt_5 span {
		font-size: 30px;
	}
}
@media screen and (max-width:575px) {
	.c02_txt_5 span {
		font-size: 24px;
	}
}
@media screen and (max-width:320px) {
	.c02_txt_5 span {
		font-size: 20px;
	}
}
.c02_txt_6_wrap {
	width: 1140px;
	max-width: 100%;
	background: rgba(38,54,128,1);
	padding: 10px;
	margin: 0 auto;
}
.c02_txt_6 {
	color: #fff;
	font-weight: Bold;
	font-size: 32px;
	text-align: center;
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
}
@media screen and (max-width:991px) {
	.c02_txt_6 {
		font-size: 24px;
	}
}
@media screen and (max-width:575px) {
	.c02_txt_6 {
		font-size: 20px;
	}
}
@media screen and (max-width:320px) {
	.c02_txt_6 {
		font-size: 16px;
	}
}
.c02_txt_6 span {
	color: rgba(255,238,0,1);
}
.c02_calc {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	.c02_calc {
		max-width: 100%;
		width: 560px;
	}
}
.c02_calc_txt_1,
.c02_calc_txt_3 {
	width: 120px;
	height: 120px;
	background: rgba(255,238,0,1);
	border-radius: 50%;
	padding: 35px 0;
	text-align: center;
	color: rgba(38,38,38,1);
	font-weight: Bold;
	font-size: 32px;
}
@media screen and (max-width:767px) {
	.c02_calc_txt_1,
	.c02_calc_txt_3  {
		font-size: 28px;
	}
}
@media screen and (max-width:575px) {
	.c02_calc_txt_1,
	.c02_calc_txt_3  {
		font-size: 21px;
		width: 80px;
		height: 80px;
		padding: 25px 0;
	}
}
@media screen and (max-width:320px) {
	.c02_calc_txt_1,
	.c02_calc_txt_3  {
		font-size: 18px;
		width: 60px;
		height: 60px;
		padding: 15px 0;
	}
}
.c02_calc_txt_3 {
	background: rgba(38,54,128,1);
	color: white;
}
.c02_calc_txt_2,
.c02_calc_txt_4 {
	font-size: 20px;
}

@media screen and (max-width:575px) {
	.c02_calc_txt_2,
	.c02_calc_txt_4  {
		font-size: 16px;
	}
}
@media screen and (max-width:320px) {
	.c02_calc_txt_2,
	.c02_calc_txt_4  {
		font-size: 14px;
	}
}
.c02_calc_txt_2 span,
.c02_calc_txt_4 span {
	font-weight: bold;
	color: rgba(242,101,72,1);
}
.c02_calc_txt_2_img,
.c02_calc_txt_4_img {
	width: 320px;
}
.c02_calc_txt_5 {
	color: rgba(38,38,38,1);
	font-size: 18px;
	text-align: center;
	width: 666px;
	max-width: 100%;
	margin: 0 auto;
}
@media screen and (max-width:575px) {
	.c02_calc_txt_5  {
		font-size: 16px;
		text-align: left;
	}
}
@media screen and (max-width:320px) {
	.c02_calc_txt_5  {
		font-size: 14px;
	}
}
.c02_calc_txt_6 {
	color: rgba(242,101,72,1);
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width:575px) {
	.c02_calc_txt_6  {
		font-size: 14px;
		text-align: left;
	}
}

.c02_calc_txt_7 {
	color: rgba(242,101,72,1);
	font-size: 13px;
	text-align: left;
}

.flex-grow {
	flex-grow: 1;
}
.c03 {
	padding-top: 100px;
	background: rgba(38,54,128,1);
}
@media screen and (max-width:575px) {
	.c03 {
		padding-top: 60px;
	}
}
.c03_txt_1 {
	width: 982px;
	max-width: 100%;
	font-weight: Bold;
	font-size: 32px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 1.8em;
}
@media screen and (max-width:991px) {
	.c03_txt_1 {
		font-size: 24px;
	}
}
@media screen and (max-width:575px) {
	.c03_txt_1 {
		font-size: 20px;
	}
}
.c03_txt_1 span {
	font-size: 48px;
	color: rgba(255,238,0,1);
}
@media screen and (max-width:991px) {
	.c03_txt_1 span {
		font-size: 36px;
	}
}
@media screen and (max-width:575px) {
	.c03_txt_1 span {
		font-size: 30px;
	}
}
@media screen and (max-width:320px) {
	.c03_txt_1 span {
		font-size: 26px;
	}
}
.c03_txt_2_wrapper {
	width: 100%;
	background: rgba(255,255,255,1);
	border-radius: 20px;
	padding: 30px;
}
.c03_txt_2_1 {
	font-size: 20px;
}
.c03_txt_2_1_new {
	font-size: 21px;
}
@media screen and (max-width:991px) {
	.c03_txt_2_1 {
		font-size: 18px;
	}
	.c03_txt_2_1_new{
		font-size: 22px;
	}
}
@media screen and (max-width:575px) {
	.c03_txt_2_1 {
		font-size: 16px;
	}
	.c03_txt_2_1_new {
		font-size: 20px;
	}
}
.c03_txt_2_1 span {
	font-weight: bold;
	color: rgba(242,101,72,1);
}
.c03_txt_2_2 {
	color: rgba(242,101,72,1);
	font-size: 16px;
}
@media screen and (max-width:575px) {
	.c03_txt_2_2 {
		font-size: 14px;
	}
}
.c03 .left {
	width: 880px;
	max-width: 75%;	
}
@media screen and (max-width:991px) {
	.c03 .left {
		width: 100%;
		max-width: 100%;	
	}
}
.c03 .right {
	width: calc(100% - 880px);
	max-width: 25%;	
}
@media screen and (max-width:1200px) {
	.c03 .right {
		width: auto;
	}
}
@media screen and (max-width:767px) {
	.c03 .right {
		max-width: 100%;
		text-align: center;
	}
	.c03 .right img {
		width: 40%;
		margin-left: -7%;
	}	
}
@media screen and (max-width:575px) {
	.c03 .right img {
		width: 50%;
	}	
}
.c04 {
	background-color: rgba(255,248,153,1);
	padding-top: 70px;
	padding-bottom: 70px;
}
@media screen and (max-width:575px) {
	.c04 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.c04_txt_1 {
	width: 100%;
	max-width: 100%;
	color: rgba(38,54,128,1);
	font-weight: Bold;
	font-size: 40px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-bottom:20px;
	line-height: 1.5em;
}
@media screen and (max-width:991px) {
	.c04_txt_1 {
		font-size: 30px;
	}
}
@media screen and (max-width:575px) {
	.c04_txt_1 {
		font-size: 24px;
	}
}
.c04_txt_1::after {
	content: '';
	width: 80px;
	height: 4px;
	background: rgba(242,101,72,1);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}
.c04_img_wrap {
	margin-top: -170px;
}
@media screen and (max-width:1000px) {
	.c04_img_wrap {
		margin-top: 0;
	}
	.c04_img_wrap img {
		height: 170px;
		width: auto;
	}
}
@media screen and (max-width:575px) {
	.c04_img_wrap img {
		height: auto;
		width: 70%;
	}
}

.c04 .left-wrap {
	width: 75%;
    float:right;
    position: relative;
}
@media screen and (max-width:767px) {
	.c04 .left-wrap {
		width: 100%;
	}	
}
.c04 .right-wrap {
	width:70%;
    float:left;
    margin-top: 3%;
    position: relative;
}
@media screen and (max-width:767px) {
	.c04 .right-wrap {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
        position: relative;
        margin-top: 27%;
	}
    .c04 .left-wrap {
        position: relative;
        margin-top: 20%;
	}	
}
.c04 .left {
	background: rgba(255,255,255,1);
	border: 4px solid rgba(242,101,72,1);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 30px;
	height: 100%;
}
@media screen and (max-width:991px) {
	.c04 .left {
		padding: 20px;
	}
}
.c04 .right {
	background: rgba(255,255,255,1);
	border: 4px solid rgba(38,54,128,1);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 30px;
	height: 100%;
}
@media screen and (max-width:991px) {
	.c04 .right {
		padding: 20px;
	}
}
.c04_txt_2 {
	padding-left: 50px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	color: rgba(38,38,38,1);
	font-weight: Bold;
	font-size: 20px;
}
.new_list_01 {
	padding-left: 50px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	color: rgba(38,38,38,1);
	font-weight: Bold;
	font-size: 20px;
}
.new_list_02 {
	padding-left: 50px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	color: rgba(38,38,38,1);
	font-weight: Bold;
	font-size: 20px;
}
@media screen and (max-width:991px) {
	.c04_txt_2 {
		font-size: 18px;
	}
    .new_list_01 {
		font-size: 18px;
	}
    .new_list_02 {
		font-size: 18px;
	}
}
@media screen and (max-width:767px) {
	.c04_txt_2 {
		font-size: 16px;
		padding-left: 40px;
	}
    .new_list_01 {
		font-size: 16px;
		padding-left: 40px;
	}
    .new_list_02 {
		font-size: 16px;
		padding-left: 40px;
	}
}
.c04_txt_2::before {
	content: '';
	width: 36px;
	height: 36px;
	background-image: url(https://accretive-factoring.jp/wp-content/themes/accreative/lp/images/v6_197.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
}
.new_list_01::before {
	content: '';
	width: 36px;
	height: 36px;
	background-image: url(https://accretive-factoring.jp/wp-content/themes/accreative/lp/images/chk01.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
}
.new_list_02::before {
	content: '';
	width: 36px;
	height: 36px;
	background-image: url(https://accretive-factoring.jp/wp-content/themes/accreative/lp/images/chk02.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width:767px) {
	.c04_txt_2::before {
		width: 30px;
		height: 30px;
	}
    .new_list_01::before {
		width: 30px;
		height: 30px;
	}
    .new_list_02::before {
		width: 30px;
		height: 30px;
	}
}
.c04_txt_3 {
	color: rgba(38,54,128,1);
	font-weight: Bold;
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 6px solid rgba(38,54,128,1);
}
@media screen and (max-width:767px) {
	.c04_txt_3 {
		font-size: 18px;
		text-align: center;
	}
}
.c05 {
	padding-top: 100px;
	padding-bottom: 100px;
	background: rgba(225,228,235,1);
}
@media screen and (max-width:575px) {
	.c05 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.c05_txt_1 {
	max-width: 100%;
	color: rgba(38,54,128,1);
	font-weight: Bold;
	font-size: 40px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-bottom:20px;
	line-height: 1.5em;
}
@media screen and (max-width:991px) {
	.c05_txt_1 {
		font-size: 30px;
	}
}
@media screen and (max-width:575px) {
	.c05_txt_1 {
		font-size: 24px;
	}
}
.c05_txt_1::after {
	content: '';
	width: 80px;
	height: 4px;
	background: rgba(242,101,72,1);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}
.c05_txt_2 {
	color:#a40000;
	width:1140px;
	margin:0 auto;
	max-width:100%;
}
@media screen and (max-width:767px) {
	.c05_txt_2 {
		font-size: 14px;
	}
}
.c06 {
	background: url("https://accretive-factoring.jp/wp-content/themes/accreative/lp/images/v1_12.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.c06_txt_1 {
	color: rgba(255,255,255,1);
	font-size: 40px;
	line-height: 1.5em;
	padding-left:6%;
	margin-bottom:-10%!important;
	font-family: 'Zen Kurenaido', sans-serif!important;
}
@media screen and (max-width:991px) {
	.c06_txt_1 {
		font-size: 30px;
	}
}
@media screen and (max-width:767px) {
	.c06_txt_1 {
		text-align: left;
	}
}
@media screen and (max-width:575px) {
	.c06_txt_1 {
		font-size: 20px;
		width: 70%;
	}
}
@media screen and (max-width:320px) {
	.c06_txt_1 {
		font-size: 18px;
	}
}
.c06_img_wrap {
	padding-right: 13%;
	margin-top_: -130px;
	margin-top: -250px;
}
@media screen and (max-width:1100px) {
	.c06_img_wrap {
		padding-right: 5%;
		margin-top: -120px;
	}	
	.c06_img_wrap img {
		height: 150px;
		width: auto;
	}
}
@media screen and (max-width:575px) {
	.c06_img_wrap {
		margin-top: -80px;
		padding-right: 7%;
	}
	.c06_img_wrap img {
		margin-top: 0;
		height: auto;
		width: 30%;
	}
}
@media screen and (max-width:370px) {
	.c06_img_wrap {
		padding-right: 0;
	}
}
.c06_box {
	background: rgba(255,255,255,1);
	border: 4px solid rgba(38,54,128,1);
	border-radius: 12px;
	text-align: center;
	padding: 36px 63px;
}
@media screen and (max-width:767px) {
	.c06_box {
		padding: 20px;
	}
}

.c06_box .tel {
	color: rgba(38,54,128,1);
	font-family: Spartan;
	font-weight: Bold;
	font-size: 48px;
}
@media screen and (max-width:1100px) {
	.c06_box .tel {
		font-size: 40px;
	}	
}
@media screen and (max-width:575px) {
	.c06_box .tel {
		font-size: 30px;
	}
}
@media screen and (max-width:320px) {
	.c06_box .tel {
		font-size: 26px;
	}
}
.c06_box .tel:hover {
	color: rgba(38,54,128,1);
	text-decoration: none;
}
.c06_box .tel img {
	margin-bottom: 10px;
	margin-right: 5px;
}

@media screen and (max-width:575px) {
	.c06_box .tel img {
		width: 25px;
	}
}
.c06_txt_2 {
	color: rgba(0,0,0,1);
	font-size: 20px;
}
@media screen and (max-width:767px) {
	.c06_txt_2 {
		font-size: 16px;
	}
}
@media screen and (max-width:575px) {
	.c06_txt_2 {
		font-size: 14px;
	}
}
.c06 .link_btn {
	width: 480px;
	max-width: 100%;
	min-height: 80px;
	background_: #f26548;
	background: red;
	padding: 17px 17px;
	border-radius: 50px;
	box-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width:1100px) {
	.c06 .link_btn {
		width: 350px;
		padding: 20px 15px 15px 15px;
	}	
}

.c06 .link_btn span {
	color: rgba(255,255,255,1);
	font-weight: Bold;
	font-size: 28px;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	padding-left: 15px;
}
@media screen and (max-width:1100px) {
	.c06 .link_btn span {
		font-size: 20px;
	}
}
@media screen and (max-width:575px) {
	.c06 .link_btn span {
		font-size: 18px;
	}
}
@media screen and (max-width:320px) {
	.c06 .link_btn span {
		font-size: 16px;
	}
}
.c07 {
	background: rgba(237,241,250,1);
	padding-top: 80px;
	padding-bottom: 100px;
}
@media screen and (max-width:575px) {
	.c07 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.c07_txt_1 {
	color: rgba(242,101,72,1);
	font-weight: Bold;
	font-size: 40px;
	text-align: left;
	width: 80%;
	line-height: 1.5em;
	margin-left: 10%;
}
@media screen and (max-width:991px) {
	.c07_txt_1 {
		font-size: 30px;
	}
}
@media screen and (max-width:767px) {
	.c07_txt_1 {
		margin-left: 0;
	}
}
@media screen and (max-width:575px) {
	.c07_txt_1 {
		font-size: 20px;
		width: 70%;
	}
}
@media screen and (max-width:320px) {
	.c07_txt_1 {
		font-size: 18px;
	}
}
.c07_img_wrap {
	padding-right: 13%;
	margin-top: -130px;
}
@media screen and (max-width:1100px) {
	.c07_img_wrap {
		padding-right: 5%;
		margin-top: -100px;
	}	
	.c07_img_wrap img {
		height: 150px;
		width: auto;
	}
}
@media screen and (max-width:767px) {
	.c07_img_wrap {
		margin-top: -150px;
	}	
	.c07_img_wrap img {
		height: 200px;
		width: auto;
	}
}
@media screen and (max-width:575px) {
	.c07_img_wrap {
		margin-top: -100px;
	}		
	.c07_img_wrap img {
		height: auto;
		width: 25%;
	}
}
.c07_box {
	height: 100%;
	background: rgba(255,255,255,1);
	border: 4px solid rgba(38,54,128,1);
	border-radius: 20px;
	padding: 10px;
}
.c07_box p {
	position: relative;
	padding-left: 60px;
	color: rgba(38,38,38,1);
	font-weight: Bold;
	font-size: 24px;
}
@media screen and (max-width:991px) {
	.c07_box p {
		font-size: 18px;
		padding-left: 40px;
	}
}
@media screen and (max-width:575px) {
	.c07_box p {
		font-size: 16px;
	}
}
@media screen and (max-width:1120px) {
	.c07_box p br {
		display: none;
	}
}
.c07_box p::before {
	content: '';
	width:  48px;
	height: 48px;
	background-image: url(https://accretive-factoring.jp/wp-content/themes/accreative/lp/images/v6_370.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width:991px) {
	.c07_box p::before {
		width:  35px;
		height: 35px;
	}
}
@media screen and (max-width:991px) {
	.c07_box p::before {
		width:  30px;
		height: 30px;
	}
}
.c08 {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media screen and (max-width:575px) {
	.c08 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.c08_txt_1 {
	max-width: 100%;
	color: rgba(38,54,128,1);
	font-weight: Bold;
	font-size: 40px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-bottom:20px;
	line-height: 1.5em;
}
@media screen and (max-width:991px) {
	.c08_txt_1 {
		font-size: 30px;
	}
}
@media screen and (max-width:575px) {
	.c08_txt_1 {
		font-size: 24px;
	}
}

.c08_txt_1::after {
	content: '';
	width: 80px;
	height: 4px;
	background: rgba(242,101,72,1);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}
@media screen and (max-width:767px) {
	.c08 img {
		width: 100%;
		
	}
}
.c09 {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media screen and (max-width:575px) {
	.c09 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.c09_txt_1 {
	width: 675px;
	max-width: 100%;
	color: rgba(38,54,128,1);
	font-weight: Bold;
	font-size: 40px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-bottom:20px;
	line-height: 1.5em;
}
@media screen and (max-width:991px) {
	.c09_txt_1 {
		font-size: 30px;
	}
}
@media screen and (max-width:575px) {
	.c09_txt_1 {
		font-size: 24px;
	}
}
.c09_txt_1::after {
	content: '';
	width: 80px;
	height: 4px;
	background: rgba(242,101,72,1);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}

.c09 .table_wrap {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	border: 4px solid rgba(38,54,128,1);
	border-radius: 20px;
}
.c09 table {
	width: 100%;
}
.c09 table th {
	background-color: rgba(38,54,128,1);
	padding: 20px 30px;
	color: #fff;
	border-bottom: 1px solid #c0c0c0;
	font-weight: bold;
}
@media screen and (max-width:991px) {
	.c09 table th {
		padding: 15px;
		font-size: 16px;
	}
}
.c09 table .first th  {
	border-top-left-radius: 10px;
}
.c09 table .last th  {
	border-bottom-left-radius: 10px;
	border-bottom: 0;
}
.c09 table td {
	font-weight: 300;
	border-bottom: 1px solid #BDC3CC;
	padding: 12px 10px 11px 20px;
	text-align: left;
}
@media screen and (max-width:767px) {
	.c09 table td {
		padding: 15px;
		font-size: 14px;
	}
}
.c09 table .last td {
	border-bottom: 0;
}

@media screen and (max-width:575px) {
	.c09 table th,
	.c09 table td {
		display: block;
		width: 100%;
	}
	.c09 table .first th {
		border-top-right-radius: 10px;
	}
	.c09 table .last th  {
		border-bottom-left-radius: 0;
	}
}
.c09 table .left {
	width: 200px;
}
@media screen and (max-width:767px) {
	.c09 table .left {
		width: 140px;
	}
}

.c09 table .right {
	width: calc(100% - 200px);
}
@media screen and (max-width:767px) {
	.c09 table .right {
		width: calc(100% - 140px);
	}
}

.c10 {
	padding-top: 100px;
	padding-bottom: 100px;
	background: rgba(242,242,242,1);
}
@media screen and (max-width:575px) {
	.c10 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.c10_txt_1 {
	max-width: 100%;
	width: 100%;
	color: rgba(38,54,128,1);
	font-weight: Bold;
	font-size: 40px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-bottom:20px;
	line-height: 1.5em;
}
@media screen and (max-width:991px) {
	.c10_txt_1 {
		font-size: 30px;
	}
}
@media screen and (max-width:575px) {
	.c10_txt_1 {
		font-size: 24px;
	}
}

.c10_txt_1::after {
	content: '';
	width: 80px;
	height: 4px;
	background: rgba(242,101,72,1);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}
.c10_txt_2 {
	color: rgba(0,0,0,1);
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width:767px) {
	.c10_txt_2 {
		font-size: 16px;
		text-align: left;
	}
}
@media screen and (max-width:350px) {
	.c10_txt_2 {
		font-size: 14px;
	}
}
.c10_img_wrapper {
	max-width: 750px;
	margin: 0 auto;
}


.c11 {
	padding-top: 80px;
	padding-bottom: 100px;
}
@media screen and (max-width:575px) {
	.c11 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.c11_txt_1 {
	max-width: 100%;
	color: rgba(38,54,128,1);
	font-weight: Bold;
	font-size: 40px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-bottom:20px;
	line-height: 1.5em;
}
@media screen and (max-width:991px) {
	.c11_txt_1 {
		font-size: 30px;
	}
}
@media screen and (max-width:575px) {
	.c11_txt_1 {
		font-size: 24px;
	}
}
.c11_txt_1::after {
	content: '';
	width: 80px;
	height: 4px;
	background: rgba(242,101,72,1);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}
.qa_wrap {
	border: 4px solid rgba(38,54,128,1);
	border-radius: 40px;
	width: 942px;
	max-width: 100%;
	margin: 0 auto;	
}
.acd-check {
    display: none;
}
.acd-label {
	color: #262626;	
    display: block;
    margin-bottom: 1px;
    padding: 25px;
	border-top: 1px solid rgba(38,54,128,1);
	font-weight: Bold;
	font-size: 18px;
	position: relative;
	padding-left: 70px;
	padding-right: 40px;
}
@media screen and (max-width:767px) {
	.acd-label {
		font-size: 16px;
		padding: 20px;
		padding-left: 60px;
		padding-right: 40px;
	}
}
@media screen and (max-width:575px) {
	.acd-label {
		padding-left: 50px;
	}
}
@media screen and (max-width:320px) {
	.acd-label {
		font-size: 14px;
	}
}
.acd-label.label1 {
	border-top: none;
}
.acd-label:hover {
	cursor: pointer;
}
.acd-label::before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 40px;
	height: 40px;
	background-image: url(https://accretive-factoring.jp/wp-content/themes/accreative/lp/images/q_mark.png);
	background-size: contain;
}
@media screen and (max-width:767px) {
	.acd-label::before {
		width: 35px;
		height: 35px;
		left: 10px;
	}
}
@media screen and (max-width:575px) {
	.acd-label::before {
		width: 30px;
		height: 30px;
	}
}
.acd-label::after {
	content: '\f067';
	display: block;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.acd-check:checked + .acd-label:after {
  content: '\f068';
}
.acd-content {
	border-top: 1px solid rgba(38,54,128,1);
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
	position: relative;
}
@media screen and (max-width:320px) {
	.acd-content p {
		font-size: 14px;
	}
}
.acd-content::before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 40px;
	height: 40px;
	background-image: url(https://accretive-factoring.jp/wp-content/themes/accreative/lp/images/a_mark.png);
	background-size: contain;
}
@media screen and (max-width:767px) {
	.acd-content::before {
		width: 35px;
		height: 35px;
		left: 10px;
	}
}
@media screen and (max-width:575px) {
	.acd-content::before {
		width: 30px;
		height: 30px;
	}
}
@media screen and (min-width:768px) {
.acd-check:checked + .acd-label + .acd-content {
    opacity: 1;
    height_: 100%;
	height: 80px;
    visibility: visible;
	padding: 25px;
	padding-left: 70px;
}	
}
@media screen and (max-width:767px) {
.acd-check:checked + .acd-label + .acd-content {
    opacity: 1;
    height_: 100%;
	height: 160px;
    visibility: visible;
	padding: 25px;
	padding-left: 70px;
}	
}
@media screen and (max-width:767px) {
	.acd-check:checked + .acd-label + .acd-content {
		font-size: 16px;
		padding: 20px;
		padding-left: 60px;
	}
}
@media screen and (max-width:575px) {
	.acd-check:checked + .acd-label + .acd-content {
		padding-left: 50px;
	}
}


.c12 {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #FFF899;
}
@media screen and (max-width:575px) {
	.c12 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.c12 h3 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: rgba(38,54,128,1);
}
@media screen and (max-width:991px) {
	.c12 h3 {
		font-size: 30px;
	}
}
@media screen and (max-width:575px) {
	.c12 h3 {
		font-size: 24px;
	}
}
@media screen and (max-width:350px) {
	.c12_txt_2 {
		font-size: 14px;
	}
}


.c12_img_wrap {
	padding-right: 13%;
	margin-top: -130px;
}
@media screen and (max-width:1100px) {
	.c12_img_wrap {
		padding-right: 5%;
		margin-top: -100px;
	}	
	.c12_img_wrap img {
		height: 150px;
		width: auto;
	}
}
@media screen and (max-width:767px) {
	.c12_img_wrap {
		padding-right: 0;
		margin-top: 10px;
	}	
	.c12_img_wrap img {
		height: auto;
		width: 30%;
	}
}
.c12_box {
	background: rgba(255,255,255,1);
	border: 4px solid rgba(38,54,128,1);
	border-radius: 40px;
	text-align: center;
	padding: 36px 63px;
}
@media screen and (max-width:767px) {
	.c12_box {
		padding: 20px;
	}
}
.c12_box .tel {
	color: rgba(38,54,128,1);
	font-family: Spartan;
	font-weight: Bold;
	font-size: 48px;
}
@media screen and (max-width:1100px) {
	.c12_box .tel {
		font-size: 40px;
	}	
}
@media screen and (max-width:575px) {
	.c12_box .tel {
		font-size: 30px;
	}
}
@media screen and (max-width:320px) {
	.c12_box .tel {
		font-size: 26px;
	}
}
.c12_box .tel:hover {
	color: rgba(38,54,128,1);
	text-decoration: none;
}
.c12_box .tel img {
	margin-bottom: 10px;
	margin-right: 5px;
}
@media screen and (max-width:575px) {
	.c12_box .tel img {
		width: 25px;
	}
}
.c12_txt_2 {
	color: rgba(0,0,0,1);
	font-size: 20px;
}
@media screen and (max-width:767px) {
	.c12_txt_2 {
		font-size: 16px;
	}
}
@media screen and (max-width:575px) {
	.c12_txt_2 {
		font-size: 14px;
	}
}
.c12 .link_btn {
	width: 480px;
	max-width: 100%;
	min-height: 80px;
	background_: #f26548;
	background: red;
	padding: 17px 50px;
	border-radius: 50px;
	box-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
	text-align: center;
	display: inline-block;
	vertical-align: center;
}
@media screen and (max-width:1100px) {
	.c12 .link_btn {
		width: 350px;
		padding: 20px 15px 15px 15px;
	}	
}
.c12 .link_btn span {
	color: rgba(255,255,255,1);
	font-weight: Bold;
	font-size: 28px;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	padding-left: 15px;
}
@media screen and (max-width:1100px) {
	.c12 .link_btn span {
		font-size: 24px;
	}
}
@media screen and (max-width:575px) {
	.c12 .link_btn span {
		font-size: 18px;
	}
}
@media screen and (max-width:320px) {
	.c12 .link_btn span {
		font-size: 16px;
	}
}
.c13 {
	background: #eee;
	padding-top: 100px;
	padding-bottom: 100px;
}
@media screen and (max-width:575px) {
	.c13 {
		padding-top: 60px;
	}
}
.c13_txt_1 {
	max-width: 100%;
	color: rgba(38,54,128,1);
	font-weight: Bold;
	font-size: 40px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-bottom:20px;
	line-height: 1.5em;
}
@media screen and (max-width:991px) {
	.c13_txt_1 {
		font-size: 30px;
	}
}
@media screen and (max-width:575px) {
	.c13_txt_1 {
		font-size: 24px;
	}
}
.c13_txt_1::after {
	content: '';
	width: 80px;
	height: 4px;
	background: rgba(242,101,72,1);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}
.c13 .form_inner {
	max-width: 930px;
	width: 100%;
	margin: 0 auto;
	background: rgba(255,255,255,1);
	border-radius: 40px;
	padding: 25px;
}
.c13 table th {
	width: 200px;
	vertical-align: middle;
}
.c13 table td {
	vertical-align: middle;
}
@media screen and (max-width:575px) {
	.c13 table th,
	.c13 table td {
		width: 100%;
		display: block;
	}
	.c13 table td {
		padding-top: 15px;
	}
}
.c13 table td .sub-txt {
	color: rgba(38,38,38,1);
	font-size: 18px;
	padding-left: 5px;
	font-weight: bold;
}
@media screen and (max-width:767px) {
	.c13 table td .sub-txt {
		font-size: 16px;
	}	
}
@media screen and (max-width:575px) {
	.c13 table td .sub-txt {
		font-size: 14px;
	}	
}
.c13 table th .label_name {
	color: rgba(38,54,128,1);
	font-weight: Bold;
	font-size: 18px;
	text-align: left;
}
@media screen and (max-width:767px) {
	.c13 table th .label_name {
		font-size: 16px;
	}
}
@media screen and (max-width:575px) {
	.c13 table th .label_name {
		font-size: 14px;
	}
}
.c13 table th .label_must_txt {
	color: rgba(255,255,255,1);
	font-weight: Bold;
	font-size: 14px;
	text-align: center;
	display: block;
	width: 50px;
	background: rgba(242,101,72,1);
	border-radius: 4px;
	padding: 2px 4px;
	display: inline-block;
	margin-right: 10px;
}
@media screen and (max-width:575px) {
	.c13 table th .label_must_txt {
		font-size: 12px;
	}
}
.c13 table th .label_unmust_txt {
	color: rgba(255,255,255,1);
	font-weight: Bold;
	font-size: 14px;
	text-align: center;
	display: block;
	width: 50px;
	background: #999999;
	border-radius: 4px;
	padding: 4px;
	display: inline-block;
	margin-right: 10px;
}
@media screen and (max-width:575px) {
	.c13 table th .label_unmust_txt {
		font-size: 12px;
	}
}
.c13 .formGroup_1 {
	height: 52px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(196,196,196,1);
	border-radius: 4px;
	width: 100%;
}

.c13 .formGroup_2,
.c13 .formGroup_3,
.c13 .formGroup_4,
.c13 .formGroup_5,
.c13 .formGroup_6 {
	height: 52px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(196,196,196,1);
	border-radius: 4px;
	width: 100%;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.c13 .formGroup_1,
.c13 .formGroup_2,
.c13 .formGroup_3 {
	width: 180px;
}
@media screen and (max-width:767px) {
	.c13 .formGroup_1 {
		width: 100%;
	}
	.c13 .formGroup_2,
	.c13 .formGroup_3 {
		width: calc(100% - 3em);
	}
}
.c13 .formGroup_4 {
	width: 400px;
}
@media screen and (max-width:767px) {
	.c13 .formGroup_4 {
		width: 100%;
	}
}
.c13 .formGroup_6 {
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	min-height: 200px;
}
.c13 .form_submit {
	width: 360px;
	max-width: 100%;
	min-height: 60px;
	background: rgba(255,238,0,1);
	border-radius: 50px;
	border-width: 0px;
	color: rgba(38,38,38,1);
	position: relative;
	font-family: Noto Sans JP;
	font-weight: Bold;
	font-size: 20px;
	text-align: center;
	box-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
	cursor: pointer;
}
@media screen and (max-width:767px) {
	.c13 .form_submit {
		font-size: 18px;
	}	
}

.c14 {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media screen and (max-width:575px) {
	.c14 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.c14_txt_1 {
	max-width: 100%;
	color: rgba(38,54,128,1);
	font-weight: Bold;
	font-size: 40px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-bottom:20px;
	line-height: 1.5em;
}
@media screen and (max-width:991px) {
	.c14_txt_1 {
		font-size: 30px;
	}
}
@media screen and (max-width:575px) {
	.c14_txt_1 {
		font-size: 24px;
	}
}
.c14_txt_1::after {
	content: '';
	width: 80px;
	height: 4px;
	background: rgba(242,101,72,1);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}
.c14_txt_2_wrap {
	width: 960px;
	max-width: 100%;
	background: #eee;
	border-radius: 50px;
	padding: 50px;
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	.c14_txt_2_wrap {
		padding: 30px;
	}
}
@media screen and (max-width:575px) {
	.c14_txt_2_wrap {
		padding: 30px 15px;
	}
}
.c14_txt_2 {
	font-size: 18px;
	line-height: 32px;
	text-align: center;
}
@media screen and (max-width:767px) {
	.c14_txt_2 {
		font-size: 14px;
		line-height: 1.5em;
	}
}
@media screen and (max-width:350px) {
	.c14_txt_2 {
		font-size: 12px;
	}
}


/******************/
/* 送信完了画面 */
/******************/
.f_send {
	background: rgba(38,54,128,1);
	min-height: calc(100vh - 38px);
	padding-top: 100px;
	padding-bottom: 100px;
}
.f_send_text_1 {
	max-width: 100%;
	color: rgba(255,238,0,1);
	font-weight: Bold;
	font-size: 48px;
	vertical-align: middle;
}
.c01 h2 span {
    color: rgba(255,238,0,1);
    font-weight: Bold;
    vertical-align: middle;
	padding-left: 15px;
	display: inline-block;
}
@media screen and (max-width:991px) {
	.f_send_text_1 {
		font-size: 32px;
	}
}
@media screen and (max-width:575px) {
	.f_send_text_1 {
		font-size: 24px;
	}
}
.f_send_text_1 img {
	margin-right: 15px;
}
@media screen and (max-width:575px) {
	.f_send_text_1 img {
		width: 30px;
	}
}
.f_send_text_2 {
	font-weight: Bold;
	font-size: 28px;
	color: white;
}
@media screen and (max-width:991px) {
	.f_send_text_2 {
		font-size: 20px;
	}
}
@media screen and (max-width:575px) {
	.f_send_text_2 {
		font-size: 16px;
	}
}
.f_send_text_3 a {
	font-weight: Bold;
	font-size: 28px;
	color: white;
}
@media screen and (max-width:991px) {
	.f_send_text_3 a {
		font-size: 20px;
	}
}
@media screen and (max-width:575px) {
	.f_send_text_3 a {
		font-size: 16px;
	}
}
.f_send_text_3 a:hover {
	text-decoration: none;
}

.medical_checkbox input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.medical_checkbox input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.medical_checkbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #585753;
    background-color: #FFF;
}
/* チェックが入った時のレ点 */
.medical_checkbox input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753;
}



@media screen and (max-width:768px){
  .medical_checkbox input[type="checkbox"]+label{
    font-size: 16px;
    padding-right: 3%;
  }
}

#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: -350px;
  bottom: 20px;
  background: rgba(38,54,128,1);
  opacity: 0.6;
  border-radius: 50%;
}

#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after{
  content:"TOP";
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  bottom: 19%;
  left: 27%;
}

@media (max-width:736px){
  #page_top{
    bottom: 100px;
  }
}
@media (max-width:520px){
  #page_top{
    bottom: 80px;
  }
}

#sidenavi,
#sidenavi2{
  position: fixed;
  top:0;
  right:0;
  height: 100%;
}

#sidenavi ul,
#sidenavi2 ul{
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap:5px 0;
}

#sidenavi ul li a{
  text-decoration: none;
  background: #f2f2f2;
  box-shadow: 2px 2px 5px #444;
  color: #263680;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 15px 0 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  height: calc(100vh / 10.5);
  width: 100%;
}

#sidenavi2 ul li a{
  text-decoration: none;
  background: #f2f2f2;
  box-shadow: 2px 2px 5px #444;
  color: #263680;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 15px 0 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  height: calc(100vh / 8.5);
  width: 100%;
}

#sidenavi ul li:nth-child(n+2) a,
#sidenavi2 ul li:nth-child(n+2) a{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.menu-btn{
  display: none;
}

@media (max-width:640px){
  .menu-btn{
    display: block;
  }

  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(38,54,128,1);
    cursor: pointer;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.6s ease;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #menu-btn-check {
    display: none;
  }

  #sidenavi,#sidenavi2{
    width: 70%;
    height: 100%;
    position: fixed;
    top: 10%;
    left: 100%;
    right: unset;
    z-index: 80!important;
    background-color: rgba(38,54,128,0.8);
    transition: all 0.5s;
    height: 78%;
  }

  #sidenavi ul,#sidenavi2 ul{
    box-sizing: border-box;
    gap: 10px 0;
    padding: 20px 0;
  }

  #sidenavi ul li a,#sidenavi2 ul li a{
    background: unset;
    border-radius: unset;
    color: #fff;
    height: auto;
    writing-mode: unset !important;
    box-shadow: unset;
  }

  #sidenavi ul li a > br,#sidenavi2 ul li a > br{
    display: none;
  }

  #menu-btn-check:checked ~ #sidenavi,
  #menu-btn-check:checked ~ #sidenavi2 {
    left: 30%;
  }
}

.grecaptcha-badge{
  display: none;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.m_bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.m_content{
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    height: 402px;
}

.m_content img{
  width: 100%;
  height: auto;
}

.m_close{
  padding: 5px 10px;
  background:rgba(0,0,0,0.7);
  color:#fff;
  margin-right: 10px;

  text-decoration:none;
}

area{
  cursor: pointer;
}

@media (max-width:520px){
  .m_content{
    padding: 0;
    width: 360px;
    height: 302px;
  }

}
@media (min-width:737px){
.a-1{
width:100%;
max-width:750px;
margin-left: auto;
margin-right: auto;
}
.a-1 img{
width:100%;
}
.a-2{
width:100%;
max-width:600px;
margin-left: auto;
margin-right: auto;
}
.a-2 img{
width:100%;
}
.a-5{
width:100%;
}
.a-5 img{
width:100%;
}
}
.hero_btn_icon img{
width:20px!important;
}

.rs{
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}
.mark {
background: linear-gradient(transparent 85%, #ffff73 85%);
border-radius: 4px;
}

@media (max-width:1200px){
  .container.tpp {
    max-width:1040px !important;
  }
}

@media (max-width:992px){
  .container.tpp {
    max-width:720px !important;
  }
}

@media (max-width:576px){
  .container.tpp {
    max-width:540px !important;
	padding-top: 15px;
  }
}

.new_osusume_box{
width:100%;
max-width:880px;
margin-left: auto;
margin-right: auto;
margin-top: 3%
}

@media screen and (min-width:768px) {
.new_left-img{
position:absolute;
top:70px;
left:-220px;
}
.new_right-img{
position:absolute;
top:70px;
right:-200px;
}
}
@media screen and (max-width:767px) {
.new_left-img{
position:absolute;
top:-95px;
left:40px;
width:80px;
}
.new_right-img{
position:absolute;
top:-85px;
right:20px!important;
width:80px;
}
}

.marker{
background:linear-gradient(transparent 55%, #e9f970 55%);
}

@media screen and (min-width:768px) {
.page_container h4{
	margin: 2em 0 0;
	padding: 0 5px 3px;
	border-left: 6px solid #263680;
	font-size: 2rem;
	color:#263580;
	font-weight:bold;
}
.page_container h5{
	margin: 2em 0 0;
	font-size: 1.4rem;
	position: relative;
	color:#F26447;
	border-bottom:1px solid #263580;
	padding-bottom:5px;
}
.page_container p{
	margin-top: 0.8em;
	font-size:1.1em;
}
}
@media screen and (max-width:767px) {
.page_container h4{
	margin: 2em 0 0;
	padding: 0 5px 3px;
	border-left: 6px solid #263680;
	font-size: 1.2rem;
	color:#263580;
	font-weight:bold;
}
.page_container h5{
	margin: 2em 0 0;
	font-size: 1.1rem;
	position: relative;
	color:#F26447;
	border-bottom:1px solid #263580;
	padding-bottom:5px;
}
.page_container p{
	margin-top: 0.8em;
	font-size:0.9em;
}
}

.page_container h4 + h5{
	margin-top: 1em;
}

.factoring_figure{
	margin-top: 40px;
	text-align: center;
}
.factoring_figure img{
	vertical-align: bottom;
	width: 100%;
	max-width: 600px;
}
.factoring_figure figcaption{
	margin-bottom: 1em;
	font-size: 1.4rem;
	font-weight: bold;
}
.factoring_figure figcaption::before,
.factoring_figure figcaption::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 1px;
	background: #263680;
	transform: translateY(-1px);
}
.factoring_figure figcaption::before{
	margin-right: 0.5em;
}
.factoring_figure figcaption::after{
	margin-left: 0.5em;
}

@media screen and (min-width:768px) {
.lp_h4{
font-size:28px!important;	
}
.lp_h5{
font-size:24px!important;	
}
.ftstyle-1{
font-size:26px!important;	
}
}
@media screen and (max-width:767px) {
.lp_h4{
font-size:19px!important;	
}
.lp_h5{
font-size:17px!important;	
}
.ftstyle-1{
font-size:19px!important;	
}
}