@charset "utf-8";
.ctc_tel{
	margin: 0 0 50px;
	padding: 40px 20px;
	background-color: #f4f4f4;
	text-align: center;
}
.ctc_tel__txt span{
	margin-top: 13px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.ctc_tel__btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
	max-width: 430px;
	height: 80px;
	margin: 19px auto 16px;
	border-radius: 40px;
	background: linear-gradient(-40deg, rgba(17,139,252,1) 0% ,rgba(78,191,242,1) 90%);
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.ctc_tel__btn img{
	width: 25px;
	height: 32px;
	margin-right: 15px;
}
.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;
	margin-top: 60px;
	padding-top: 50px;
	border-top: 1px solid #dbdbdb;
}
#FORM_AREA h2 {
	font-size: 1.56rem;
	font-weight: bold;
	text-align: center;
}
#FORM_AREA h2 + p {
	font-size: 0.75rem;
	font-weight: bold;
	text-align: center;
}
@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;
}
#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%;
}

@-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: -10px;
	padding-left: 20px;
	margin-right: 20px;
}
#FORM_AREA td input[type=checkbox] + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	border: 1px solid #00b5ff;
	border-radius: 4px;
}
#FORM_AREA td input[type=checkbox]:checked + span {
	color: #00b5ff;
}
#FORM_AREA td input[type=checkbox]:checked + span:after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 7px;
	width: 7px;
	height: 14px;
	transform: rotate(49deg);
	border-bottom: 2px solid #00b5ff;
	border-right: 2px solid #00b5ff;
}
/* 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: 30px 6px;
		font-size: 15px;
		-webkit-text-size-adjust: 100%;
	}
	.ctc_tel p{
		line-height: 1;
	}
	.ctc_tel__txt span{
		margin-top: 9px;
		font-size: 16px;
	}
	.ctc_tel__btn{
		width: 91%;
		max-width: 315px;
		height: 55px;
		margin: 15px auto;
		border-radius: 27.5px;
		font-size: 4.9vw;
		letter-spacing: 0;
	}
	.ctc_tel__btn img{
		width: 4.8vw;
		height: 6.267vw;
		margin-right: 2.26vw;
	}
	.ctc_tel__reception{
		font-size: 14px;
		letter-spacing: 0;
	}
	.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: 50px;
	padding: 50px 0 60px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.ctc_pro h2{
	margin-bottom: 20px;
	font-size: 1.56rem;
	font-weight: bold;
	text-align: center;
}
.ctc_pro_table{
	margin-bottom: 30px;
}
.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 .flx-left{
	justify-content: left;
	align-items: normal;
}



/* TEL */
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	#FORM_AREA .tel-wp{
		flex-direction: column;
	}
	#FORM_AREA .tel-wp p{
		margin-top: 5px;
	}
	#FORM_AREA .tel-wp p small{
		margin: 0;
	}
}



