/*--- 追加CSS 2021.12～ ---*/

.sec_wrapper {
    padding: 100px 0;
    font-size: 18px;
    line-height: 1.75;
}
.sec_wrapper p {
    margin: 1em auto 0;
    max-width: 960px;
}
.sec_title {
    margin: 0 auto 40px;
    padding-bottom: 20px;
    color: #263680;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    line-height: 1.5;
    position: relative;
}
.sec_title::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #F26548;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}
.sp_br, .sp_br2 {
    display: none;
}

@media screen and (max-width: 1140px) {
.sec_wrapper {
    padding: 60px 0;
    font-size: 16px;
}
}

@media screen and (max-width: 991px) {
.sec_title {
    margin-bottom: 20px;
    font-size: 30px;
}
 @media screen and (max-width: 575px) {
 .sec_title {
 font-size: 24px;
}
}
}

@media screen and (max-width: 640px) {
.sp_br2 {
    display: block;
}
}

@media screen and (max-width: 420px) {
.sp_br {
    display: block;
}
}
/* 診療報酬等ファクタリングとは */
.factoring_chart {
    margin-top: 1em;
}
.use_condition {
    margin-top_: 80px;
}
.use_condition h4 {
    color: #263680;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
}
.use_condition table {
    margin-top: 0.5em;
    width: 100%;
    border-collapse: separate;
    border: 4px solid #263680;
    border-radius: 6px;
    color: #263680;
    font-size: 20px;
    line-height: 1.25;
}
.use_condition th, .use_condition td {
    padding: 0.7em 2em;
    border-bottom: 1px solid #263680;
}
.use_condition th {
    min-width: 300px;
    border-right: 1px solid #263680;
    background: #FFF4A4;
    font-weight: bold;
    font-size: 1.25em;
    text-align: center;
}
.use_condition td {
    background: #C9E3FC;
}
.use_condition tr:nth-of-type(even) td {
    background: #E5F1FD;
}
.use_condition tr:last-of-type th, .use_condition tr:last-of-type td {
    border-bottom-width: 0;
}
.use_condition .purchase dl {
    margin-top: 0.5em;
}
.use_condition .purchase dl:first-of-type {
    margin-top: 0;
}
.use_condition .purchase dt {
    font-weight: normal;
}
.use_condition .purchase dd {
    margin-left: 4em;
}

@media screen and (max-width: 1140px) {
.use_condition {
    margin-top_: 40px;
}
.use_condition h4 {
    font-size: 28px;
}
.use_condition table {
    border-width: 3px;
    font-size: 1em;
}
.use_condition th, .use_condition td {
    padding: 0.5em;
}
.use_condition th {
    min-width: auto;
    white-space: nowrap;
    font-size: 1em;
}
 @media screen and (max-width: 420px) {
 .use_condition h4 {
 font-size: 20px;
}
 .use_condition .purchase dd {
 margin-left: 2em;
 text-indent: -1em;
}
}
}
/* お支払いまでの流れ */
#factoring_flow {
    background: #EDF1FA;
}
.flow_container {
    margin: 0 auto;
    max-width: 960px;
    line-height: 1.5;
}
.flow_container dl {
    display: flex;
    margin-top: 40px;
    border: 4px solid #263680;
    border-radius: 16px;
    background: #FFF;
    position: relative;
}
.flow_container dl:first-of-type {
    margin-top: 0;
}
.flow_container dl::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid #F26548;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
}
.flow_container dl:last-of-type::after {
    content: none;
}
.flow_container dt, .flow_container dd {
    padding: 20px;
}
.flow_container dt {
    flex-shirink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 10em;
    border-radius: 10px 0 0 10px;
    background: #263680;
    color: #FFF;
    font-size: 1.25em;
    white-space: nowrap;
}
.flow_container .precaution {
    margin-top: 0.3em;
    margin-left: 1em;
    text-indent: -1em;
    color: #666;
    font-size: 0.85em;
}

@media screen and (max-width: 600px) {
.flow_container dl {
    display: block;
}
.flow_container dt, .flow_container dd {
    padding: 12px;
}
.flow_container dt {
    display: block;
    min-width: auto;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
}
/* 会社概要:写真 */
.company_photo {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 40px auto 0;
    width: 900px;
}
.company_photo li {
    display: flex;
    align-items: center;
    width: 55%;
    text-align: center;
}
.company_photo li:first-of-type {
    width: 40%;
}
.company_photo li img {
    margin: 0 auto;
    max-width: 100%;
}
#company .table_wrap td .company_photo {
    margin: 10px auto 20px;
    max-width: 660px;
}

@media screen and (max-width: 900px) {
.company_photo {
    width: auto;
}
#company .table_wrap td .company_photo {
    max-width: 540px;
}
}

@media screen and (max-width: 430px) {
.company_photo {
    display: block;
}
.company_photo li,  .company_photo li:first-of-type {
    margin-top: 20px;
    width: auto;
}
.company_photo li img {
    max-height: calc(100vw - 30px);
}
#company .table_wrap td .company_photo {
    margin-top: -20px;
}
}

@media screen and (min-width:1191px) {
.top_tel {
    max-width: 200px!important;
    margin-right: -6%!important;
    margin-bottom: -2%!important;
}
}

@media screen and (max-width:1190px) {
.top_tel {
    max-width: 200px!important;
    margin-right_: -6%!important;
    margin-bottom: -2%!important;
}
}

@media screen and (max-width:991px) {
.top_tel {
    display: none!important;
}
}

@media screen and (min-width: 640px) {
.pcNone {
    display: none!important;
}
.check_size label {
    padding: 0 4% 0 24px;	/* ラベルの位置 */
    font-size: 20px;
    line-height: 20px;		/* ボタンのサイズに合わせる */
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.check_size label:before {
    content: '';
    width: 20px;		/* ボタンの横幅 */
    height: 20px;		/* ボタンの縦幅 */
    position: absolute;
    top: 0;
    left: 0;
    background-color_: #999;
    border: 1px solid #000;
    border-radius: 50%;
}
.check_size input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.check_size input[type="radio"]:checked + label:after {
    content: '';
    width: 10px;		/* マークの横幅 */
    height: 10px;		/* マークの縦幅 */
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #666;
    border-radius: 50%;
}
}

@media screen and (max-width: 639px) {
.spNone {
    display: none!important;
}
.check_size label {
    padding: 0 4% 0 24px;	/* ラベルの位置 */
    font-size: 16px!important;
    line-height: 20px;		/* ボタンのサイズに合わせる */
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.check_size label:before {
    content: '';
    width: 20px;		/* ボタンの横幅 */
    height: 20px;		/* ボタンの縦幅 */
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #000;
    border-radius: 50%;
}
.check_size input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1; 
}
.check_size input[type="radio"]:checked + label:after {
    content: '';
    width: 10px;		/* マークの横幅 */
    height: 10px;		/* マークの縦幅 */
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #666;
    border-radius: 50%;
}
}
/*--- 追加CSS 比較表 ---*/

.pricecards_box {
    margin-top: 6%;
}
.pricecards_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricecards {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

@media screen and (min-width: 800px) {
.pricecard {
    flex: 0 0 33%;
    text-align: center;
    border: 1px solid #eee;
    padding-bottom: 1rem;
    box-sizing: border-box;
    margin: 0 auto 3em;
    background: #f6f6f6;
}
.pricecard h3 {
    background: #959595;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-size: 26px;
    font-weight: bold;
}
.pricecard.premium {
    border: 5px solid #F46441;
    padding-bottom: 3rem;
    background: #fff!important;
}
.pricecard.premium h3 {
    background: #F46441;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-weight: bold;
    margin-bottom: 2rem;
}
.pricecard .results {
    font-size: 180%;
    margin: 0 auto;
    padding: 1rem 0 0;
    font-weight: bold;
    padding: 20px;
    color: #666;
}
.pricecard.premium .results {
    padding: 20px;
    color: #F46441!important;
}
.pricecard .marks {
    color: #fb5859;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    margin-top: -8%!important;
}
.koumoku {
    color: #263580;
    margin-top: 8%!important;
    margin-bottom: -4%!important;
    font-weight: bold;
}
}

@media screen and (max-width: 799px) {
.pricecard {
    flex: 0 0 33%;
    text-align: center;
    border: 1px solid #eee;
    padding-bottom: 1rem;
    box-sizing: border-box;
    margin: 0 auto 3em;
    background: #f6f6f6;
}
.pricecard h3 {
    background: #959595;
    color: #fff;
    padding: 5px 2px 5px 2px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}
.pricecard.premium {
    border: 3px solid #F46441;
    padding-bottom: 3rem;
    background: #fff!important;
}
.pricecard.premium h3 {
    background: #F46441;
    color: #fff;
    padding: 5px 2px 5px 2px;
    margin: 0;
    font-weight: bold;
    margin-bottom: 2rem;
}
.pricecard .results {
    font-size: 12px;
    margin: 0 auto;
    padding: 1rem 0 0;
    font-weight: bold;
    padding: 10px 5px 0 5px;
    color: #666;
}
.pricecard.premium .results {
    padding: 10px 5px 0 5px;
    color: #F46441;
}
.pricecard .marks {
    color: #fb5859;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    margin-top: -12%!important;
}
.koumoku {
    color: #263580;
    margin-top: 16%!important;
    margin-bottom: -8%!important;
    font-weight: bold;
    font-size: 10px;
}
}

@media screen and (max-width: 600px) {
/*---
.profile_card, .pricecards, .profile_cards {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.pricecard, .card_photo {
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
}
.pricecard.premium {
	order: 1;
	-webkit-order: 1;
} ---*/
}

@media screen and (min-width: 800px) {
.yellow_box h4 {
    color: #243082;
    font-weight: bold;
    margin-bottom: 3%;
    font-size: 24px;
}
.yellow_box p {
    line-height: 1.7em;
    font-size: 18px;
}
.sub_t {
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 20px;
}
.yellow_box {
    width: 100%;
    max-width: 755px;
    margin-left: auto;
    margin-right: auto;
    background: #FFF6DC;
    border-radius: 10px;
    padding: 3%;
    margin-top: 4%;
    margin-bottom: 4%;
    text-align: center;
}
}

@media screen and (max-width: 799px) {
.yellow_box h4 {
    color: #243082;
    font-weight: bold;
    margin-bottom: 3%;
    font-size: 20px;
}
.yellow_box p {
    line-height: 1.7em;
    font-size: 16px;
}
.sub_t {
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 18px;
}
.yellow_box {
    width: 100%;
    max-width: 755px;
    margin-left: auto;
    margin-right: auto;
    background: #FFF6DC;
    border-radius: 10px;
    padding: 4%;
    margin-top: 4%;
    margin-bottom: 4%;
    text-align: center;
}
}
/*トップtel追加*/

.top_tel_box {
    background: rgba(255,255,255,1);
    border: 2px solid rgba(38,54,128,1);
    border-radius: 12px;
    text-align: center;
    padding: 7px 30px;
    float: right;
    margin-right: 20px;
}

@media screen and (max-width:767px) {
.top_tel_box {
    padding: 20px;
}
}
.top_tel_box .tel {
    color: rgba(38,54,128,1);
    font-family: Spartan;
    font-weight: Bold;
    font-size: 20px;
}

@media screen and (max-width:1100px) {
.top_tel_box .tel {
    font-size: 20px;
}
}

@media screen and (max-width:575px) {
.top_tel_box .tel {
    font-size: 20px;
}
}

@media screen and (max-width:320px) {
.top_tel_box .tel {
    font-size: 20px;
}
}
.top_tel_box .tel:hover {
    color: rgba(38,54,128,1);
    text-decoration: none;
}
.top_tel_box .tel img {
    margin-bottom: 3px;
    margin-right: 5px;
    width: 15px;
}

@media screen and (max-width:575px) {
.top_tel_box .tel img {
    width: 25px;
}
}
.top_tel_box {
    color: rgba(0,0,0,1);
    font-size: 20px;
}

@media screen and (max-width:767px) {
.top_tel_box {
    font-size: 16px;
}
}

@media screen and (max-width:575px) {
.top_tel_box {
    font-size: 14px;
}
}
.top_tel_txt_2 {
    color: rgba(0,0,0,1);
    font-size: 12px;
    margin-top: -7px;
}

@media screen and (max-width:767px) {
.top_tel_txt_2 {
    font-size: 16px;
}
}

@media screen and (max-width:575px) {
.top_tel_txt_2 {
    font-size: 14px;
}
}
@media screen and (min-width:768px) {
.top-flow {
    position: fixed;
    top: 0;
    background: rgba(237,243,255,0.90)!important;
    z-index: 60!important;
    width: 100%!important;
    padding-bottom: 10px;
}
#top {
    margin-top: 61px!important;
}
}
@media screen and (max-width:767px) {
#top {
    margin-top: -30px!important;
}	
}
.top-flow_inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.top_a-btn{
    display:block;
    float:right;
}
#sidenavi,#sidenavi2{
z-index:80!important;
}

/*5つのメリット*/
    .merit_cont{
    line-height: 1.5em;
    font-size:17px;
    margin-top: 10px;
    clear:both;
    }
    .merit_box_L{
    text-align: center;
    }
    
    @media screen and (min-width:768px) {
    .mgR-2{
    margin-right: 3%;
    }
    .mgL-2{
    margin-left: 3%;
    }
    .mgR-15{
    margin-right: 1.5%;
    }
    .mgL-15{
    margin-left: 1.5%;
    }
    .merit_box{
    width:30%;
    display: inline-block;
    vertical-align: top;
    margin-top: 5%;
    text-align: left!important;
    border:4px solid #F46441;
    border-radius:18px;
    padding:15px 15px 8px;
    background: #fff;
    }
    .merit_num{
    font-size: 52px;
    margin-bottom: 5px;
    font-style: italic;
    font-weight: bold;
    color: #DCDCDC;
    width: 20%;
    float: left;
    margin-top: -15px;
    }
    .merit_ttl{
    font-size:24px;
    font-weight:bold;
    line-height: 1.2em;
    color:#171992;
    margin-bottom: 8px;
    font-style: italic;
    width:76%;
    float:right;
    }
    }
    @media screen and (max-width:767px) {
    .merit_box{
    width:100%;
    vertical-align: top;
    margin-top: 2%;
    text-align: left!important;
    border:4px solid #F46441;
    border-radius:18px;
    padding:15px;
    background: #fff;
    }
    .merit_num{
    font-size: 42px;
    margin-bottom: 5px;
    font-style: italic;
    font-weight: bold;
    color: #DCDCDC;
    width: 20%;
    float: left;
    margin-top: -15px;
    }
    .merit_ttl{
    font-size:22px;
    font-weight:bold;
    line-height: 1.2em;
    color:#171992;
    margin-bottom: 8px;
    font-style: italic;
    width:76%;
    float:right;
    }
    }

/*web限定新規お申込みバナー*/
.bnr_campaign{
width:100%;
max-width:700px;
margin-left:auto;
margin-right:auto;
margin-top:25px;
	}

.youtube{
width:100%;
max-width:760px;
margin-left:auto;
margin-right:auto;
margin-top:4%;
margin-bottom:4%;
}
#sec_column {
background: #eef4ff;
}
@media screen and (min-width:768px) {
.column_list{
            display: inline-block;
            border: 3px solid #263580;
            width: 49%;
            margin-bottom: 2%;
            padding: 1% 4% 1% 2%;
            color: #263580;
            border-radius: 8px;
            background: #fff;
            position: relative;
			text-decoration:none!important;
			line-height:1.5em;
	        font-size:24px;
			font-weight:bold;
}
.left{
 margin-right: 0.5%;
}        
.right{
margin-left: 0.5%;
}
.column_list span {
            position: absolute;
            right: 10px;
            bottom: 35px;
			font-size:50px!important;
	 		color:#7581b2!important;
        }
}
@media screen and (max-width:767px) {
 .column_list {
            border: 2px solid #263580;
            width: 98%;
            margin-bottom: 2%;
            padding: 2%;
	 margin-left:auto;
	 margin-right:auto;
            color: #263580;
            border-radius: 8px;
            background: #fff;
            position: relative;
			text-decoration:none!important;
			line-height:1.5em;
	 display:block;
        }
.column_list span {
            position: absolute;
            right: 5px;
            bottom: 0;
	 		color:#7581b2!important;
        }
}


.test-area{
width:260px;
position:fixed;
bottom:0px;
right:0px;
padding-top:0!important;
padding-bottom:0!important;
z-index: 99!important;
}
/* 簡単無料スピード査定 */

@media screen and (max-width:767px) {
.test-area{
display:none;
}
.c01_test .form_submit {
		font-size: 14px;
	}
.c01_test table th .label_unmust_txt {
		font-size: 10px!important;
	}
.c01_test table th .label_must_txt {
		font-size: 10px;
	}
.c01_test table th .label_name {
		font-size: 12px;
	}
.c01_test table td .sub-txt {
		font-size: 14px;
	}
.c01_test table th,
.c01_test table td {
		width: 100%;
		display: block;
	}
.c01_test table td {
		padding-top: 15px;
	}
.c01_test_txt_1 {
		font-size: 12px;
	}
.c01_test h2 img {
		width: 30px;
	}
.c01_test h2 span {
		font-size: 12px;
	}
.c01_test_ {
		padding-top: 15px;
	}
}




.c01_test h2 span {
    color: rgba(255,238,0,1);
    font-weight: Bold;
    font-size: 14px;
    vertical-align: middle;
	padding-left: 15px;
	display: inline-block;
}

.c01_test_txt_1 {
	color: rgba(255,255,255,1);
	font-weight: Bold;
	font-size: 14px;
	text-align: center;
}

.c01_test .form_inner {
	width: 100%;
	margin: 0 auto;
	background: rgba(255,255,255,1);
    background_: rgba(38,54,128,1);
	border-radius: 10px;
	padding: 10px 10px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-top:32px solid #263580;
}
.c01_test table th{
	width: 46%;
}
.c01_test table td{
    width: 54%;
}
.c01_test table td .sub-txt {
	color: rgba(38,38,38,1);
	font-size: 14px;
	padding-left: 5px;
	font-weight: bold;
}
.c01_test table th .label_name {
	color: rgba(38,54,128,1);
	font-weight: Bold;
	font-size: 10px;
	text-align: left;
}
.c01_test table th .label_must_txt {
	color: rgba(255,255,255,1);
	font-weight: Bold;
	font-size: 6px!important;
	text-align: center;
	display: block;
	width: 30px!important;
	background: rgba(242,101,72,1);
	border-radius: 4px;
	display: inline-block;
	margin-right: 5px;
    margin-leftt: 5px;
    padding-top:2px;
    padding-bottom:2px;
}
.c01_test table th .label_unmust_txt {
	color: rgba(255,255,255,1);
	font-weight: Bold;
	font-size: 6px!important;
	text-align: center;
	display: block;
	width: 30px!important;
	background: #999999;
	border-radius: 4px;
	display: inline-block;
	margin-right: 5px;
    margin-leftt: 5px;
        padding-top:2px;
    padding-bottom:2px;
}
.c01_test .formGroup_1 {
	background: rgba(255,255,255,1);
	border: 1px solid rgba(196,196,196,1);
	border-radius: 4px;
	width: 100%;
}

.c01_test .formGroup_2,
.c01_test .formGroup_3,
.c01_test .formGroup_4,
.c01_test .formGroup_5 {
	background: rgba(255,255,255,1);
	border: 1px solid rgba(196,196,196,1);
	border-radius: 4px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.c01_test .form_submit {
	width: 98%;
	max-width: 100%;
    padding-top:8px;
    padding-bottom:8px;
	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: 12px;
	text-align: center;
	box-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
	cursor: pointer;
    margin-top: -80px!important;
    margin-bottom: -65px!important;
}
.c01_test h2 span {
    color: rgba(255,238,0,1);
    font-weight: Bold;
    vertical-align: middle;
	padding-left: 15px;
	display: inline-block;
}

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

}
.c01_test .check_size label:before {
    content: '';
    width: 15px;		/* ボタンの横幅 */
    height: 15px;		/* ボタンの縦幅 */
    position: absolute;
    top: 2px;
    left: 0;
    background-color_: #999;
    border: 1px solid #000;
    border-radius: 50%;
}

.c01_test .check_size input[type="radio"]:checked + label:after {
    content: '';
    width: 10px;		/* マークの横幅 */
    height: 10px;		/* マークの縦幅 */
    position: absolute;
    top: 5px;
    left: 2px;
    background-color: #666;
    border-radius: 50%;
}
.c01_test table tr,
.c01_test table tr th,
.c01_test table tr td{
padding-top: 0px!important;
padding-bottom: 0px!important;
}
.c01_test table tr{
margin-top_: -27px!important;
margin-bottom: -27px!important;
display:block;
}
.c01_test .c01_txt_1{
font-size:12px!important;
color:#000!important;
margin-top: -12px!important;
margin-bottom: -30px!important;
}
.c01_test input{
font-size:14px!important;
}
@media screen and (min-width:768px) {
.test_container .c03_txt_1 span {
	font-size: 44px!important;
	color: rgba(255,238,0,1);
}
.c03 .test_container .right {
	width_: calc(100% - 880px);
    width: 18%;
	max-width: 25%!important;	
}

.c03 .test_container .left {
	width: 780px;
	max-width: 75%;	
}
.test_container .pricecard .results {
    font-size: 140%!important;
    margin: 0 auto;
    padding: 1rem 0 0;
    font-weight: bold;
    padding: 20px;
    color: #666;
}
.test_container .merit_box{
    width:30%!important;
    display: inline-block;
    vertical-align: top;
    margin-top: 5%;
    text-align: left!important;
    border:4px solid #F46441;
    border-radius:18px;
    padding:15px;
    background: #fff;
    }
.test_container .mgR-2{
    margin-right: 1%!important;
    }
    .mgL-2{
    margin-left: 1%!important;
    }
    .mgR-15{
    margin-right: 0.5%!important;
    }
    .mgL-15{
    margin-left: 0.5%!important;
    }
.test_container .merit_ttl{
    font-size:20px!important;
    font-weight:bold;
    line-height: 1.2em;
    color:#171992;
    margin-bottom: 8px;
    font-style: italic;
    width:76%;
    float:right;
    }
.test_container .merit_cont{
    line-height: 1.5em;
    font-size:14px;
    margin-top: 10px;
    clear:both;
    }
.test_container .merit_num{
    font-size: 44px!important;
    margin-bottom: 5px;
    font-style: italic;
    font-weight: bold;
    color: #DCDCDC;
    width: 20%;
    float: left;
    margin-top: -15px;
    }
.test_container .column_list{
            display: inline-block;
            border: 3px solid #263580;
            width: 49%;
            margin-bottom: 2%;
            padding: 1% 4% 1% 2%;
            color: #263580;
            border-radius: 8px;
            background: #fff;
            position: relative;
			text-decoration:none!important;
			line-height:1.5em;
	        font-size:20px!important;
			font-weight:bold;
}
.hero_description_test p{
font-size:14px!important;
}
.test_container .c02_txt_5 {
	color: rgba(38,54,128,1);
	font-weight: Bold;
	font-size: 30px!important;
	text-align: center;
}
}
.test_container .use_condition th {
    min-width: 200px;
    border-right: 1px solid #263680;
    background: #FFF4A4;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 30px;
  background-color: #fff;
  z-index: 2;
}

.popup-inner form{
  display: flex;
  flex-wrap: nowrap;
}

.popup-inner form input[type="email"]{
  margin-right: 10px;
  width:330px;
}

.popup-inner form button{
    cursor: pointer;
    background: #263680;
    color: #fff;
    border: none;
    padding: 3px 10px;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

.top-flow_inner{
  position: relative;
}

#js-show-popup{
  cursor: pointer;
  background: #263680;
  color:#fff;
  padding: 5px 10px;
  font-size: 12px;
  position: absolute;
  bottom: -51%;
  right: 0;
  border-radius: 30px;
}

/*--------------------------------------------------------------------------
□お問い合わせ
---------------------------------------------------------------------------*/
/*contact
--------------------------------------*/
@media screen and (min-width:770px) {
.table-box {
	margin: 0 auto;
	width: 80%;
	border-radius:12px;
	border:30px solid #fff;
	background:#fff;
}
.table-form th {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 25%;
	background-color: #fff;
	color: #263580;
	font-weight:bold;
	font-size: 20px;
	vertical-align: middle;
	text-align: left;
	line-height: 1.5em;
	position:relative;
}
.table-form td {
	width: 75%;
	background-color: #fff;
	padding: 1em;
	font-size: 100%;
	line-height: 1.5em;
}
.table-form td input,  .table-form td textarea,  .table-form td select,  .table-form .mwform-radio-field-text,  .table-form .mwform-checkbox-field-text {
	font-size: 100%;
}
 input::-webkit-input-placeholder {
 color: #888;
}
 input:-ms-input-placeholder {
 color: #888;
}
 input::-moz-placeholder {
 color: #888;
}
.table-form input[type="submit"] {
	padding: .5em 2em;
	background-color: #d9e9fb;
	border: 1px solid #999;
	text-align: center;
}
#contact_form .confbtn {
	letter-spacing: 0.05em;
	margin-top: 3%;
	margin-left: .8em;
	margin-right: .8em;
	padding: 1em 1em 1em 1em;
	border: 1px solid #FFee00;
	background-color: #FFee00;
	border-radius: 50px;
	font-size: 120%;
	cursor: pointer;
	-webkit-appearance: none;
	font-size: 120%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #000;
	-webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
	font-weight:bold;
}
#contact_form .confbtn:hover {
	opacity: 0.7 !important;
}
#contact_form .backbtn {
	margin-top: 3%;
	margin-left: .8em;
	margin-right: .8em;
	padding: 1em 1em 1em 1em;
	border: 1px dotted #FFee00;
	border-radius: 50px;
	background-color: #fff;
	color: #000;
	font-size: 120%;
	font-weight:bold;
	cursor: pointer;
	letter-spacing: 0.05em;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
}
#contact_form .backbtn:hover {
	margin-top: 3%;
	margin-left: .8em;
	margin-right: .8em;
	border: 1px solid #FFee00;
	background-color: #FFee00;
	color: #fff !important;
	font-size: 120%;
	font-weight:bold;
	letter-spacing: 2px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	-webkit-appearance: none;
}
#contact_form .confbtn {
	width: 320px;
}
#contact_form .backbtn {
	width: 320px;
}
.align-center {
	text-align: center;
	font-size: 100% !important;
	margin-bottom: 2%;
}
select {
	/* 矢印カスタマイズに重要 */
	border-radius: 3px !important;
	border: 1px solid rgba(214,214,214,1.00) !important;
	color: #222;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	padding-right: 3%;
}
.table-form {
	margin: 0 auto;
	width: 100%;
}

#contact_form .table-form tbody tr .not_radio input {
	border: 1px solid rgba(214,214,214,1.00);
	padding: 15px;
	color: #000;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	margin: 0 auto 10px;
}

input[name="your-name"],
input[name="mailadd"],
input[name="chk_mail"]{
	width: 100%;
}
#contact_form .table-form tbody tr td textarea {
	border: 1px solid rgba(214,214,214,1.00);
	padding: 5px;
	color: #000;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	margin: 0 auto;
/*	width: 100%;*/
}
#contact_form #description {
	text-align: center;
	padding-bottom: 30px;
	line-height: 1.6em;
	font-size: 16px;
}
#contact_form .table-form td .sp_left {
	text-align: left !important;
	display: block;
	line-height: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 100%;
}
.furi{
font-size: 10pt;
text-align: left;
display: block;
padding-top: 2%;
padding-bottom: 1%;
}
.required{
color: #fff;
font-size: 12px;
padding-left:8px;
padding-right:8px;
background:#F2674a;
text-align:center;
position:absolute;
border-radius:4px;
right:0;
top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.required02{
color: #fff;
font-size: 12px;
padding-left:8px;
padding-right:8px;
background:#9a9a9a;
text-align:center;
position:absolute;
border-radius:4px;
right:0;
top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.kouju1{
text-align:center;
	font-size:22px;
	line-height:2em;
	margin-top:4%;
	font-weight:bold;
}
}

@media screen and (max-width:769px) {
.table-box {
	margin: 0 auto;
	width: 100%;
	border-radius:12px;
	border:10px solid #fff;
	background:#fff;
}
	.table-form{
	width: 100%;
	}
.table-form input[type="submit"] {
	padding: .5em 2em;
	background-color: #d9e9fb;
	border: 1px solid #999;
	text-align: center;
}
#contact_form .confbtn {
	letter-spacing: 0.05em;
	margin-top: 3%;
	margin-left: .8em;
	margin-right: .8em;
	padding: 0.7em 1em 0.7em 1em;
	border: 1px solid #FFee00;
	border-radius: 50px;
	background-color: #FFee00;
	font-size:90%;
	font-weight:bold;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #000;
	-webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
}
#contact_form .confbtn:hover {
	opacity: 0.7 !important;
}
#contact_form .backbtn {
	margin-top: 3%;
	margin-left: .8em;
	margin-right: .8em;
	padding: 0.7em 1em 0.7em 1em;
	border: 1px dotted #FFee00;
	border-radius: 50px;
	background-color: #fff;
	color: #000;
	font-size: 90%;
	font-weight:bold;
	cursor: pointer;
	letter-spacing: 0.05em;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
}
#contact_form .backbtn:hover {
	margin-top: 3%;
	margin-left: .8em;
	margin-right: .8em;
	border: 1px solid #FFee00;
	background-color: #FFee00;
	color: #000 !important;
	font-size: 90%;
	font-weight:bold;
	letter-spacing: 2px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	-webkit-appearance: none;
}
#contact_form .confbtn {
	width: 200px;
	display: inline-block;
}
#contact_form .backbtn {
	width: 200px;
	display: inline-block;
}
.table-box {
	margin: 0 auto;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
}
.table-form tr {
	border-bottom: none;
}
.table-form th {
	display: block;
	width: 90%!important;
	margin-left:auto;
	margin-right:auto;
	text-align: left!important;
	font-size: 16px !important;
	padding-bottom: 1%;
	color: #263580;
	font-weight:bold;
	position:relative;
}

.table-form td {
	display: block;
	width: 100%;
	padding: 0 1em;
 font-size: calc(19 / 640 * 100vw);
}
.table-form td input,  .table-form td textarea,  .table-form td select,  .table-form .mwform-radio-field-text,  .table-form .mwform-checkbox-field-text {
	font-size: 100%;
}

#contact_form .table-form tbody tr .not_radio input {
	border: 1px solid rgba(214,214,214,1.00);
	padding: 15px;
	color: #000;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	margin: 0 auto;
/*	width: 100%;*/
}
#contact_form .table-form tbody tr td textarea {
	border: 1px solid rgba(214,214,214,1.00);
	padding: 5px;
	color: #000;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	margin: 0 auto 0 auto;
	width: 100%;
}
.container #contact_form  .table-form tbody tr td {
	background: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contact_form .table-form th,  #contact_form .table-form td {
	display: block;
	text-align: center;
	margin-top: -2px;
}

select {
	/* 矢印カスタマイズに重要 */
	width: 100% !important;
	border-radius: 3px !important;
	border: 1px solid rgba(214,214,214,1.00) !important;
	color: #222;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	padding-right: 3%;
}
.sp-left {
	text-align: left!important;
}
.notes {
	color: #b70000;
	font-size: 7pt;
	padding-left: 5px;
}
.align-center {
	margin-bottom: 2%;
	text-align: center;
}
.furi{
font-size: 8pt!important;
text-align: left;
display: block;
padding-top: 2%;
padding-bottom: 1%;
}
.required{
color: #fff;
font-size: 12px;
padding:4px 8px;
background:#F2674a;
text-align:center;
position:absolute;
border-radius:4px;
right:0;
top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.required02{
color: #fff;
font-size: 12px;
padding:4px 8px;
background:#9a9a9a;
text-align:center;
position:absolute;
border-radius:4px;
right:0;
top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.kouju1{
text-align:center;
	font-size:18px;
	line-height:2em;
	margin-top:4%;
	font-weight:bold;
}
}
.mg-r1{
margin-right:2%!important;
}

.dp_box{
padding:3%;
border-radius:3px;
border: 1px solid #DCDCDC;
}
input{
vertical-align:middle!important;
}
.mg_mb{
padding-top:10px!important;
padding-bottom:-3px!important;
}
.kouju_02{
text-align:center;
margin-top:2%;
}

.error_message{
  color:#e41749;
  font-size: 12px;
  font-weight: bold;
}


.voice_box{
    width:90%;
    max-width:584px;
    display:inline-block;
    border-radius:12px;
    background:#253382;
    padding:21px 14px;
    margin-left: auto;
    margin-right: auto;
    }
    .voice_box_left{
    display:inline-block;
    width:25%;
    max-width:150px;
    text-align: center;
    vertical-align: top;
    padding-top: 15%;
    }
    .voice_box_img{
    width:70px;
    margin-left: auto;
    margin-right: auto;
    }
    }
    .voice_box_img img{
    width:100%;
    }
    .voice_box_company{
    color:#fff;
    margin-top: 15px;
    margin-bottom: 15px;
    }
    .voice_box_kind{
    background: #fff;
    width:90%;
    margin-left: auto;
    margin-right: auto;
    color:#253382;
    border-radius:8px;
    padding: 2%;
    }
    .voice_box_right{
    display:inline-block;
    width:74%;
    max-width:406px;
    background: #fff;
    border-radius:8px;
    padding: 14px 12px;
	height:100%;
    }
    .voice_box_right_ttl{
    text-align: center;
    color:#253382;
    font-size:20px;
    font-weight:bold;
    }
    .voice_box_right_fee{
    color:#253382;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size:20px;
    font-weight: bold;
    }
    .seikyu{
    color:#fff;
    background: #253382;
    border-radius:4px;
    padding:3px 10px;
    text-align: center;
    margin-right: 10px;
    font-size:14px;
    font-weight: lighter;
    }
    .choutatsu{
    color:#fff;
    background: #f46441;
    border-radius:4px;
    padding:3px 10px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    font-size:14px;
    font-weight: lighter;
    }
    .voice_box_right_cont{
    color:#253382;
    font-size:16px;
    line-height: 1.5em;
    }
    .left-box{
    margin-right: 1%;
    }
    .right-box{
    margin-left: 1%;
    }
    .marker2{
    background:linear-gradient(transparent 70%, #f5f9a4 70%);
    }
    .left-box,
    .right-box{
    margin-top: 2%;
    }
    @media screen and (min-width:770px) {
    .left-box{
    margin-right: 1%;
    }
    .right-box{
    margin-left: 1%;
    }
    }


@media (max-width:1280px){
  .voice_box{
    width:48%;
  }
}

@media (max-width:840px){
  .voice_box{
    width:100%;
    max-width: 95%;
  }

  .left-box{margin-right: auto;}
  .right-box{margin-left: auto;}
}

@media (max-width:640px){
  .voice_box{
    width:95%;
  }
}

@media (max-width:420px){
  .voice_box{
    width:92%;
  }

  .voice_box_left{
    width:100%;
    max-width:100%;
    padding-top:0;
  }
  .voice_box_right{
    width:100%;
    max-width:100%;
    height:auto;
  }

  .voice_box_kind{
    padding:0;
    margin-bottom:10px;
  }
}