@charset "utf-8";
.ctc_tel{
	margin: 0 0 50px;
	padding: 40px 0;
	background-color: #f4f4f4;
	text-align: center;
}
.ctc_tel__txt{
	max-width: 450px;
	margin: 0 auto;
	padding-bottom: 15px;
}
.ctc_tel__txt span{
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.office_bg {
	background: white;
	max-width: 740px;
	width: 83%;
	margin-inline: auto;
	padding: 30px;
	margin-bottom: 1em;
}
.office_list {
	display: grid;
	place-content: center;
	place-items: center;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
	max-width: 540px;
	margin: auto;
    row-gap: 0.3em;
}
.office_list a {
	text-decoration: none;
}
.office_list .main_office {
	grid-column: span 4;
}
.office_list .main_office a > span{
	display: block;
}
.office_list .main_office .main_office_name {
	font-weight: bold;
}
.office_list .main_office .main_office_name .main_office_address{
	color: #808080;
}
.office_list .main_office .main_office_num {
	position: relative;
	font-size: 2.25rem;
	font-weight: bold;
	display: inline-block;
}
@media only screen and (min-width: 768px) { 
	.office_list .main_office .main_office_num#construction_industry_tel {
		font-size: 2rem;
	}
}
.office_list .main_office .main_office_num::before {
	content: "";
	position: absolute;
	width: 27px;
	height: 36px;
	background: url(../img/business/contact/icon_tel.png)no-repeat center / cover;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.office_list  .office_list_item span{
	display: block;
}
.office_list  .office_list_item .office_list_address {
	font-size: 0.75rem;
	font-weight: bold;
	color: #808080;
}
.office_list .office_list_item .office_list_name {
	font-size: 1.312rem;
	font-weight: bold;
	line-height: 1;
}
.office_list .office_list_item .office_list_num {
	position: relative;
	font-size: 0.875rem;
	font-weight: bold;
	display: inline-block;
}
.office_list .office_list_item .office_list_num::before {
	content: "";
	position: absolute;
	width: 11px;
	height: 15px;
	background: url(../img/business/contact/icon_tel.png)no-repeat center / cover;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	#CONTACT .ui_wide .ui_wide_xs {
		margin: 0;
	}
	.ctc_tel__txt {
		margin-bottom: 1em;
	}
	.office_bg {
		background: none;
		padding: 0;
		max-width: none;
		width: 100%;
	}
	.office_list {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(5, 1fr);
		max-width: 631px;
		row-gap: 0;
		column-gap: 2.2vw;
	}
	.office_list .main_office {
		max-width: 631px;
		grid-column: span 2;
		margin-bottom: 5vw;
	}
	.office_list .main_office a {
		height: 21vw;
		border-radius: 11vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
        padding-left: 28vw;
	}
	.office_list .main_office a::before {
		width: 6.9vw;
		height: 8.8vw;
		left: 16.6vw;
	}

	.office_list .main_office .main_office_name {
		font-size: 3.7vw;
        width: 100%;
        text-align: left;
	}
	.office_list .main_office .main_office_num {
		font-size: 6.1vw;
        width: 100%;
        text-align: left;
		line-height: 1.1;
	}
	.office_list .main_office .main_office_name .main_office_address {
		color: white;
	}
	.office_list li {
		width: 100%;
	}
	.office_list a {
		position: relative;
		background: linear-gradient(-40deg, rgba(17,139,252,1) 0% ,rgba(78,191,242,1) 90%);
		color: white;
		display: block;
		width: 100%;
	}
	.office_list a::before {
		content: "";
		position: absolute;
		background: url(../img/business/contact/icon_tel_w.svg)no-repeat center / contain;
		top: 50%;
		transform: translateY(-50%);
	}
	.office_list .office_list_item a {
		height: 15.46vw;
		border-radius: 8vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.office_list .office_list_item a::before {
		width: 3.7vw;
		height: 5vw;
		left: 3.7vw;
	}
	.office_list .office_list_item {
		max-width: 305px;
		display: flex;
		flex-direction: column;
	}
	.office_list .office_list_item .office_list_name {
		font-size: 3.7vw;
		width: 100%;
		text-align: left;
		line-height: 1.5;
	}
	.office_list .office_list_item .office_list_num {
		font-size: 3.7vw;
		width: 100%;
		text-align: left;
		line-height: 1.4;
	}
	.office_list .office_list_item > a {
		order: 1;
		padding-left: 9.2vw;
	}
	.office_list .office_list_item .office_list_address {
		font-size: 3.7vw;
		font-weight: 500;
		color: #000;
		order: 2;
		margin-block: 1.3vw;
	}
	.office_list .main_office .main_office_num::before {
		content: none;
	}
	.office_list  .office_list_item .office_list_num::before {
		content: none;
	}
}
@media screen and (min-width: 768px) {
	.office_list a {
		pointer-events:none;
	}
}
.ctc_tel__reception{
	font-size: 14px;
}
.ctc_step{
	margin-bottom: 25px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	
}
.ctc_step li{
	position: relative;
	z-index: 2;
	width: 30%;
	padding: 13px;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	background: #dbdbdb;
	font-size: 1.25rem;
}
.ctc_step li small,.ctc_step li span{
	display: inline-block;
}
.ctc_step li small{
	font-size: 0.875rem;
}
.ctc_step li.active{
	background: linear-gradient(-40deg, rgba(17,139,252,1) 0% ,rgba(78,191,242,1) 90%);
}
.ctc_step::after{
	content: '';
	position: absolute;
	top: 29px;
	left: 0;
	width: 100%;
	border-top: 2px solid #dbdbdb;
}
.ctc_step_note{
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.ctc_step_note_col0301{
	width: 30%;
	font-size: 0.875rem;
	line-height: 1.5;
}
.ctc_step_note_col0301 p{
	position: relative;
	min-height: 85px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
	padding: 12px 10px 10px;
	background: #f4f4f4;
	text-align: center;
}
.ctc_step_note_col0301 p::after{
	content: '';
    position: absolute;
    top: -16px;
    left: 50%;
	width: 0;
	height: 0;
	border: none;
	border-style: solid;
	border-color: #f4f4f4 transparent transparent transparent;
	border-width: 16px 6px 0 6px;
	transform: translateX(-50%) rotate(-180deg);
}
.ctc_step_note_col0301 p.ctc_step_note1{
	margin-left: 0;
	margin-right: 0;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.4;
	font-weight: bold;
}
.ctc_step_note_col0301 p.ctc_step_note1 span {
	display: block;
    font-size: 0.75rem;
	line-height: 1.5;
	margin-bottom: 14px;
}
.ctc_step_btn {
    background: #ffffff;
    position: relative;
    display: block;
    padding: 9px 40px 9px 27px;
    width: 100%;
    max-width: 166px;
    margin: 0 auto 10px;
    color: #4abcf2 !important;
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none !important;
}
.ctc_step_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #4abcf2;
    border-right: 2px solid #4abcf2;
    transform: translateY(-50%) rotate(45deg);
}
#FORM_AREA {
	position: relative;
	margin-bottom: 30px;
}
#FORM_AREA h2 {
	font-size: 1.56rem;
	font-weight: bold;
	text-align: center;
}
#FORM_AREA h2 + .ui_font_red {
	font-size: 0.75rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	#FORM_AREA h2 + p {
		line-height: 1.7;
	}
}
#FORM_AREA th ,
#FORM_AREA td {
	padding: 25px 0;
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.5;
	vertical-align: top;
}
#FORM_AREA th small {
	color: #e60012;
}
#FORM_AREA th {
	padding-top: 22px;
	font-weight: bold;
}
#FORM_AREA .form_group th {
	padding-bottom: 0;
}
#FORM_AREA .form_group td {
	padding-bottom: 0;
}
#FORM_AREA .form_group td small {
	display: block;
    margin-left: 1em;
    line-height: 1.4;
}
#FORM_AREA td .inner + p {
	margin-top: 5px;
	margin-bottom: -10px;
	font-weight: normal;
}
#FORM_AREA td label {
	display: inline-flex;
	align-items: center;
	vertical-align: bottom;
}
#FORM_AREA td input[type=text] {
	box-sizing: border-box;
	height: 34px;
	padding: 0 15px;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	font-size: 0.875rem;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	#FORM_AREA td input[type=text] {
		line-height: 1;
		padding: 5px 15px 4px;
		height: auto;
	}
}
#FORM_AREA td input::-webkit-input-placeholder {
    color:#dbdbdb;
}
#FORM_AREA td input::-moz-placeholder {
    color:#dbdbdb;
}
#FORM_AREA td input:-moz-placeholder {
    color:#dbdbdb;
}
#FORM_AREA td input:-ms-input-placeholder {
    color:#dbdbdb;
}
#FORM_AREA td input[type=text]:focus {
	border: 2px solid #52c3f1;
	background-color: #e1f5ff;
}
#FORM_AREA td textarea {
	box-sizing: border-box;
	height: 80px;
	width: 100%;
	padding: 5px 15px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	font-size: 0.875rem;
	line-height: 1.5;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
#FORM_AREA td select {
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	height: 34px;
	width: 100%;
	padding: 0 15px;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	font-size: 0.875rem;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
#FORM_AREA td select::-ms-expand {
	display: none;
  }
#FORM_AREA td .select_arrow {
	width: 33%;
	position: relative;
}
#FORM_AREA td .select_arrow::after {
	content: "";
	border-right: 2px solid #4abcf2;
	border-bottom: 2px solid #4abcf2;
	position: absolute;
	right: 9px;
	top: calc(50% - 0.4em);
	transform: rotate(45deg) translateY(calc(-50% + 0.4em));
	width: 0.4em;
	height: 0.4em;
  }
#FORM_AREA td textarea:focus {
	border: 2px solid #52c3f1;
	background-color: #e1f5ff;
}
#FORM_AREA td input[type=radio] {
	display: none;
}
#FORM_AREA td input[type=radio] + span {
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 20px;
	margin-right: 15px;
	border: 1px solid #00b5ff;
	border-radius: 10px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	font-family:  sans-serif;
	padding-top: 2px;
	font-size: 1rem;
	line-height: 1;
	position: relative;
}
#FORM_AREA td input[type=radio]:checked + span::after {
	position: absolute;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	content: "";
	display: block;
	background: #00b5ff;
	border-radius: 50%;
}

@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
}
/* @-moz-document url-prefix() { #FORM_AREA td input[type=radio] + span { padding-top: 2px; }}
@media all and (-ms-high-contrast:none) {
    #FORM_AREA td input[type=radio] + span{
		padding-top: 3px;
    }
} */
#FORM_AREA td input[type=radio]:checked + span {
	color: #00b5ff;
}


#FORM_AREA td input[type=checkbox] {
	display: none;
}
#FORM_AREA td input[type=checkbox] + span {
	position:relative;
	top: -12px;
	padding-left: 10px;
	margin-right: 20px;
}
#FORM_AREA td input[type=checkbox] + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #00b5ff;
	border-radius: 4px;
}
#FORM_AREA td input[type=checkbox]:checked + span:before {
	background: #00b5ff;
}
#FORM_AREA td input[type=checkbox]:checked + span:after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 7px;
	width: 5px;
	height: 12px;
	transform: rotate(49deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
/* req */
#FORM_AREA .req {}
#FORM_AREA .req input ,
#FORM_AREA .req textarea {
	background-color: #f3fbff;
}

/* error */
#FORM_AREA td input[type=text].error ,
#FORM_AREA td textarea.error {
	border: 2px solid #ff0000;
	border-radius: 5px;
	background-color: #ffe9e9;
}
#FORM_AREA .errorbox {
	position: absolute;
	top: 0;
	left: 0;
	
	padding: 15px;
	
	box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	color: #ffffff;
	font-size: 15px;
	background-color: #e60012;
}
#FORM_AREA .errorbox:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	width: 0;
	height: 0;
	margin: auto;
	border: 10px solid transparent;
	border-top-color: #e60012;
	transform: scaleX(0.7);
}

#FORM_AREA .ctc_w100{
	width: 100%;
}
#FORM_AREA .ctc_w230{
	width: 230px;
}
#FORM_AREA .ctc_postcode{
	display: flex;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	#FORM_AREA .ctc_postcode{
		flex-wrap: wrap;
	}
}
#FORM_AREA .ctc_postcode input{
	width: 104px;
}
#FORM_AREA .ctc_postcode .input{
	margin-right: 20px;
}
#CONTENTS_AREA .ctc_postcode .btn{
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	#CONTENTS_AREA .ctc_postcode .input p small{
		margin-left: 0;
		margin-top: 5px;
	}
	#CONTENTS_AREA .ctc_postcode .btn{
		flex-direction: column;
		width: 115px;
	}
}
#CONTENTS_AREA .ctc_postcode .btn p.spNone{
	margin: 0;
}
#CONTENTS_AREA .ctc_postcode .btn a {
    display: inline-block;
	margin-bottom: 3px;
    border-radius: 16px;
    padding: 7px 15px 5px;
    color: #ffffff;
    font-size: 0.875rem;
    background-color: #52c3f1;
	text-decoration: none;
}
#FORM_AREA td small{
	display: inline-block;
	font-size: 0.75rem;
	transform:scale(0.9);
	transform-origin: 0 0;
	margin-right: -10%;
}
#FORM_AREA .ctc_input_tit{
	margin-right: 5px;
	display: inline-block;
	padding: 6px 10px;
	width: 260px;
	height: 34px;
	background: #f8f8f8;
}
#FORM_AREA .ctc_input_box{
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}
#FROM_AREA .ui_df{
	justify-content: left;
}
#CONTENTS_AREA .ctc_input_box input{
	width: calc(100% - 265px);
}
#CONTENTS_AREA .ctc_radio_box label{
	display: inline-block;
	margin-right: 60px;
}
#CONTENTS_AREA .input_freeword {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #f2f2f2;
	border: none;
	border-radius: 3px;
	padding: 9px;
}
#CONTENTS_AREA .input_freeword::placeholder {
	color: #cccccc;
}
#CONTENTS_AREA .ctc_pro_isearch_wp_ttl {
	color: var(--bland);
}
#CONTENTS_AREA .ctc_pro_isearch_wp .search_box input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
}
#CONTENTS_AREA .ctc_pro_isearch_wp .search_box input::placeholder {
	color: #cccccc;
	font-size: 0.875rem;
  }
#CONTENTS_AREA .ctc_pro_isearch_wp .search_container{
	box-sizing: border-box;
	position: relative;
	border: none;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	border-radius: 25px;
	width: 100%;
	height: 50px;
	max-width: 562px;
	overflow: hidden;
	margin: auto auto 15px;
}
#CONTENTS_AREA .ctc_pro_isearch_wp .search_container input[type="text"]{
	border: none;
	height: 100%;
	padding: 18px;
	flex: 1;
}
#CONTENTS_AREA .ctc_pro_isearch_wp .search_container input[type="text"]:focus {
	outline: 0;
}
#CONTENTS_AREA .ctc_pro_isearch_wp .search_container input[type="submit"]{
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 1.3em;
	background: none;
	color: var(--bland);
	width: 50px;
	height: 50px;
	border: none;
	outline : none;
}
#CONTENTS_AREA .ctc_pro_isearch_wp .search_box p {
	text-align: center;
	font-size: 0.75rem;
	line-height: 1.5;
}
#PRIVACY_AREA {
	margin-top: 50px;
	margin-bottom: 60px;
	padding: 30px 20px 30px 30px;
	border: 1px solid #dbdbdb;
	line-height: 1.5;
}
#PRIVACY_AREA dl{
	margin-bottom: 20px;
}
#PRIVACY_AREA dl:last-child{
	margin-bottom: 0;
}
#PRIVACY_AREA dt {
	margin-bottom: 5px;
	color: #4abcf2;
	font-size: 1rem;
	font-weight: bold;
}
#PRIVACY_AREA dd {
	font-size: 0.875rem;
}
#PRIVACY_AREA dd ul > li:before {
	content: "・";
}
#PRIVACY_AREA dd ul > li ol {
	margin-left: 10px;
}
#PRIVACY_AREA dd p {
	display: inline-block;
	margin-top: 10px;
	padding: 15px 25px;
	border: 1px solid #e5e5e5;
	background-color: #e1f5ff;
}
#PRIVACY_AREA dd p strong {
	font-size: 18px;
	font-weight: bold;
	color: #009dd3;
}
#PRIVACY_AREA dd p a {
	color: #4c6a93;
	font-weight: bold;
}
#PRIVACY_AREA dd p a:hover {
	text-decoration: none;
}
#PRIVACY_AREA dd p em {
	color: #4c6a93;
	font-weight: bold;
}

form > footer input[type=submit] {
	-webkit-appearance: none;
	cursor: pointer;
	display: block;
	margin: 0;
	max-width: 400px;
	width: 100%;
	height: 80px;
	outline: 0;
	border: none;
	border-radius: 40px;
	font-size: 1rem;
	color: #fff;
}
form > footer input[type=submit]:hover{
	transform:scale(1);
	opacity: 0.6;
}
form > footer .ctc_submit{
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 auto 50px;
	max-width: 400px;
	width: 100%;
}
form > footer .ctc_submit::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	.ctc_tel{
		margin: 0 0 44px;
		padding: 60px 6px;
		font-size: 15px;
		-webkit-text-size-adjust: 100%;
	}
	.ctc_tel__txt{
		border: none;
		padding-bottom: 0;
	}
	.ctc_tel__txt span{
		margin-top: 9px;
		font-size: 16px;
		line-height: 1.5;
	}
	.ctc_tel__reception{
		font-size: 14px;
		letter-spacing: 0;
	}
	.ctc_tel__reception + .ctc_tel__reception{
		margin-top: 10px;
	}
	.ctc_tel__reception span{
		display: inline-block;
	}
	.ctc_step{
		margin-bottom: 20px;
	}
	.ctc_step li{
		padding: 4px 0 6px;
		font-size: 0.75rem;
		line-height: 1.1;
	}
	.ctc_step li small{
		display: inline-block;
		font-size: 0.75rem;
		transform:scale(0.7);
		letter-spacing: 1px;
	}
	.ctc_step li span{
		display: block;
		transform:scale(0.9);
	}
	.ctc_step::after{
		top: 50%;
		margin-top: -1px;
	}
	.ctc_step_note{
		margin-bottom: 30px;
	}
	.ctc_step_note_col0301{
		width: 100%;
		font-size: 0.75rem;
	}
	.ctc_step_note_col0301 p{
		margin: 0;
		min-height: 75px;
	}
	.ctc_step_note1::after{
		left:calc(15% - 2px) !important;
		top: -12px !important;
	}
	#FORM_AREA h2{
		margin-bottom: 10px;
		font-size: 1.25rem;
	}
	#FORM_AREA table,#FORM_AREA table tbody,#FORM_AREA table tr,#FORM_AREA table th,#FORM_AREA table td{
		display: block;
	}
	#FORM_AREA table tr{
		margin-bottom: 10px;
	}
	#FORM_AREA table th,#FORM_AREA table td{
		padding: 3px;
	}
	#FORM_AREA .ctc_postcode{
		justify-content: space-between;
	}
	#FORM_AREA .ctc_postcode input{
		width: 80px;
	}
	#FORM_AREA .ctc_postcode .input{
		margin-right: 10px;
	}
	#FORM_AREA td .inner + p{
		margin-bottom: 0;
		line-height: 1.3;
	}
	#FORM_AREA [name = "f_use_sdate"],#FORM_AREA [name = "f_use_edate"]{
		width: calc((100% - 24px)/2.001);
	}
	#CONTENTS_AREA .ctc_radio_box{
		padding: 0 15px;
		display: flex;
		justify-content: space-between;
	}
	#CONTENTS_AREA .ctc_radio_box label{
		margin: 0;
		font-size: 0.75rem;
	}
	#FORM_AREA td input[type=radio] + span{
		position: relative;
		width: 17px;
		height: 17px;
		margin-right: 10px;
		margin-top: -2px;
		font-size: 0.75rem;
	}
	#FORM_AREA td input[type=radio]:checked + span::after {
		position: absolute;
		left: 3px;
		top: 3px;
		width: 9px;
		height: 9px;
		content: "";
		display: block;
		background: #00b5ff;
		border-radius: 50%;
	}

	#FORM_AREA .ctc_input_box{
		display: block;
	}
	#FORM_AREA .ctc_input_tit{
		width: 100%;
		margin-bottom: 5px;
		margin-right: 0;
		height: 32px;
	}
	#FORM_AREA .ui_aic input{
		width: 100%;
	}
	#CONTENTS_AREA .ctc_input_box input{
		width: 100%;
	}
	#PRIVACY_AREA{
		padding: 15px;
	}
	#PRIVACY_AREA dt{
		font-size: 0.9rem;
	}
	#PRIVACY_AREA .ctc_indent4{
		padding-left: 4em;
		text-indent: -4em;
	}
	#PRIVACY_AREA .ctc_indent4 .pcNone{
		display: inline!important;
	}
	#PRIVACY_AREA dd ul > li ol{
		margin-left: 0;
	}
	form > footer .ctc_submit{
		margin-bottom: 20px;
	}
	form > footer input[type=submit]{
		height: 55px;
		font-size: 0.875rem;
	}
	form > footer .ctc_submit:last-child{
		margin-bottom: 0;
	}
	
}

#FORM_AREA .cfm_table{
	margin-top: 30px;
	margin-bottom: 60px;
}
#FORM_AREA .cfm_table th,#FORM_AREA .cfm_table td{
	padding: 10px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
form > footer .ctc_submit_line::after{
	left: 30px;
	border-color: #4abcf2 !important;
	transform: translateY(-50%) rotate(225deg);
}
form > footer .ui_btn_line{
	border: 1px solid #4abcf2 !important;
	background: #fff;
	color: #4abcf2 !important;
}
#END_AREA{
	padding: 10px 0 70px;
	line-height: 2;
	text-align: center;
}

@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	#FORM_AREA .cfm_table tr{
		border-top: 1px solid #dbdbdb;
		padding: 5px 0;
		margin-bottom: 0;
	}
	#FORM_AREA .cfm_table tr:last-child{
		border-bottom: 1px solid #dbdbdb;
	}
	#FORM_AREA .cfm_table th, #FORM_AREA .cfm_table td{
		border: none;
		padding: 5px 0;
	}
	#FORM_AREA .cfm_table td{
		padding-left: 16px;
		padding-right: 10px;
		line-height: 1.7;
	}
	#END_AREA{
		padding: 0 0 30px;
	}
	.ctc_step_note3::after {
		left: auto !important;
	    right: calc(13% - 4px) !important;
	    top: -12px !important;
	}
	
}

.ctc_pro{
	margin-top: 60px;
	/* margin-bottom: 40px; */
	padding: 25px 0 45px;
	/* border-bottom: 1px solid #dbdbdb; */
}
.form_area{
	border-top: 1px solid #dbdbdb;
	padding-top: 40px;
}

.ctc_pro h2{
	margin-bottom: 35px;
	font-size: 1.56rem;
    font-weight: bold;
    text-align: center;
}
.ctc_pro_table{
	margin-bottom: 6px;
}
.ctc_pro_table th,.ctc_pro_table td{
	padding: 15px;
	border: 1px solid #dbdbdb;
	text-align: left;
	font-size: 0.875rem;
}
.ctc_pro_table th{
	padding: 8px 15px;
	background: #f3fbff;
	font-size: 0.83rem;
}
.ctc_pro_pic{
	display: flex;
	align-items: center;
}
.ctc_pro_pic img{
	margin-right: 10px;
	min-width: 80px;
	max-width: 80px;
}
.ctc_pro_del_btn{
	padding: 10px;
	display: inline-block;
	line-height: 1;
	color: #1a1a1a !important;
	text-decoration: none;
	font-size: 0.83rem;
}
.ctc_pro_del_btn img{
	width: 12px;
	vertical-align: middle;
}
.ctc_pro_more{
	position: relative;
	display: block;
	padding: 15px;
	width: 300px;
	margin: 0 auto 10px;
	color: #4abcf2 !important;
	border: 1px solid #4abcf2;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none !important;
}
.ctc_pro_more::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #4abcf2;
    border-right: 2px solid #4abcf2;
    transform: translateY(-50%) rotate(45deg);
}
.ctc_pro_table td.quantity input {
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	padding: 3px 0 3px .5em;
}
.ctc_pro_table td .btn_add {
	display: flex;
	justify-content: center;
	color: #000000;
	text-decoration: none;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
}
.ctc_pro_table td .btn_add span {
	display: block;
	padding: 0 1em;
	word-break: keep-all;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
	.ctc_pro{
		margin-top: 50px;
		padding: 30px 0 40px;
		margin-bottom: 30px;
	}
	.ctc_pro h2{
		font-size: 1.25rem
	}
	.ctc_pro_item{
		display: flex;
	}
	.ctc_pro_name{
		padding: 10px;
		display: flex;
		align-items: center;
		border: 1px solid #dbdbdb;
		border-bottom: none;
	}
	.ctc_pro_name img{
		margin-right: 10px;
		min-width: 80px;
		max-width: 80px;
	}
	.ctc_pro_item dt,.ctc_pro_item dd{
		margin-bottom: -1px;
		padding: 10px;
		border: 1px solid #dbdbdb;
		font-size: 0.875rem;
	}
	.ctc_pro_item dt{
		width: 100px;
		border-right: none;
		background: #f3fbff;
		text-align: center;
		font-size: 0.83rem;
	}
	.ctc_pro_item dd{
		text-align: right;
		width: calc(100% - 100px);
	}
	.ctc_pro_more{
		width: auto;
		font-size: 0.875rem;
	}
	.ctc_pro_del_btn{
		margin: 10px 0;
	}
	.ctc_pro_del_btn img{
		margin-right: 10px;
		margin-top: -2px;
	}
	.ctc_pro_note{
		transform:scale(0.9);
		margin-left: -20px;
		margin-right: -20px;
	}
	.ctc_pro_item .btn_add {
		display: inline-block;
		color: #000000;
		text-decoration: none;
		border: 1px solid #dbdbdb;
		border-radius: 3px;
	}
	.ctc_pro_item .btn_add span {
		display: block;
		padding: 0 1em;
	}
	.ctc_pro_item.quantity input {
		width: 58px;
		border: 1px solid #dbdbdb;
		border-radius: 3px;
		padding: 3px 0 3px .5em;
	}
}

/* .error_message */
#FORM_AREA td.error_message input {
	background: #ffeded;
	border-color: #ff9393;
}
#FORM_AREA td.error_message .error_message_txt {
	color: #fc3c3c;
	font-size: 10px;
	font-weight: bold;
}



#FORM_AREA .ui_font_red{
	font-size: 14px;
}
#FORM_AREA .flx-left{
	justify-content: left;
}
#FORM_AREA .place-wp{
	flex: 0 0 auto;
}
#FORM_AREA .place-wp label{
	white-space: nowrap;
}
#FORM_AREA .place-wp label + label{
	margin-left: 37px;
}
#FORM_AREA .place-wp input{
	margin-left: 10px;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	#FORM_AREA .place-wp{
		flex: 0 0 auto;
		flex-direction: column;
		align-items: normal;
		padding: 0 15px;
	}
	#FORM_AREA .place-wp label + label,
	#FORM_AREA td .place-wp input[type=text]{
		margin: 5px 0 0;
	}
	#FORM_AREA .tel-wp{
		flex-direction: column;
	}
	#FORM_AREA .tel-wp p{
		margin-top: 5px;
	}
	#FORM_AREA .tel-wp p small{
		margin: 0;
	}
}
/* CheckBox */
#FORM_AREA .know-wp-btm{
	margin-top: 5px;
}
#FORM_AREA .know-wp-btm input[type=text]{
	width: 100%;
}


@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
}


#FORM_AREA .select_inner{
	position: relative;
}
#FORM_AREA .accordion__title {
	height: 34px;
	line-height: 34px;
	padding: 0 15px;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	font-size: 0.875rem;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
	position: relative;
	cursor: pointer;
	user-select: none;
	width: 33%;
}

#FORM_AREA .accordion__title::after {
	content: "";
	border-right: 2px solid #4abcf2;
	border-bottom: 2px solid #4abcf2;
	position: absolute;
	right: 9px;
	top: calc(50% - 0.4em);
	transform: rotate(45deg);
	width: 0.4em;
	height: 0.4em;
}

#FORM_AREA .accordion__title.is-active::after {
	transform: rotate(225deg);
	top: calc(50% - 0.1em);
}

#FORM_AREA .accordion__content {
	line-height: 0;
	padding: 0 1.5em;
	position: absolute;
	left: 0px;
	top: 33px;
	height: 0px;
	background: #fff;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	overflow: hidden;
	opacity: 0;
	transition-duration: .3s;
}
#FORM_AREA .accordion__content label{
	line-height: 2.45;
	margin-right: 15px;
}
#FORM_AREA .accordion__content label input[type=radio] + span{
	margin-right: 10px;
}
#FORM_AREA .accordion__content.is-open {
	border: 1px solid #dbdbdb;
	border-radius: 3px;
  padding: 15px 0 15px 30px;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}

@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	#FORM_AREA .accordion__title {
		width: 200px;
	}
	#FORM_AREA .accordion__content .ctc_radio_box{
		display: block;
		padding: 0;
	}
}

@media screen and (min-width: 768px) {
	#PRIVACY_AREA dl dd .ctc_indent4 > a{
		text-decoration: none;
		color: #333;
		pointer-events: none;
	}
}

p.txt-mb.spNone{
	margin-bottom: 60px;
	line-height: 1.7;
}
h3.ttl-txt-bl{
	font-size: 20px;
	line-height: 1.27;
	color: #4abcf2;
	text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	p.txt-mb.pcNone{
		margin: 10px 0 0;
		line-height: 1.4;
		font-size: 11px;
	}
	h3.ttl-txt-bl{
		font-size: 18px;
		margin-top: 50px;
	}
}


