@charset "utf-8";

@import url("common.css");


/* --------------------------------------------------------------------------------------
 コンテンツエリア
--------------------------------------------------------------------------------------- */
#ctArea {
	float: none;
	width: 100%;
	margin-top: 10px;
}

#ctArea h2 {
	padding: 0 0 0 42px;
	text-align: left;
	font-size: 175%;
	font-weight: bold;
}

.cart00 #ctArea h2 {	background: url(../img/cart/icon_step01_ttl.png) no-repeat left center;}
.cart01 #ctArea h2 {	background: url(../img/cart/icon_step01_ttl.png) no-repeat left center;}
.cart02 #ctArea h2 {	background: url(../img/cart/icon_step02_ttl.png) no-repeat left center;}
.cart03 #ctArea h2 {	background: url(../img/cart/icon_step03_ttl.png) no-repeat left center;}
.cart04 #ctArea h2 {	background: url(../img/cart/icon_step04_ttl.png) no-repeat left center;}
.cart05 #ctArea h2 {	background: url(../img/mypage/icon_edit01_ttl.png) no-repeat left center;}

#ctArea .input_flow {
	display: inline-block;
	padding: 50px 0 40px;
}

#ctArea .input_flow ol {
	position: relative;
	font-size: 0;
}

#ctArea .input_flow ol:after {
	position: absolute;
	top: 33px;
	left: 10%;
	width: 80%;
	border-top: 1px solid #adacac;
	content: "";
}

#ctArea .input_flow li {
	position: relative;
	display: inline-block;
	width: 116px;
	padding: 66px 0 0;
	vertical-align: top;
	font-weight: bold;
	color: #adacac;
	font-size: 12px;
	z-index: 1;
}

#ctArea .input_flow li:nth-child(1) {	background: url(../img/cart/icon_step01.png) no-repeat center top;}
#ctArea .input_flow li:nth-child(2) {	background: url(../img/cart/icon_step02.png) no-repeat center top;}
#ctArea .input_flow li:nth-child(3) {	background: url(../img/cart/icon_step03.png) no-repeat center top;}
#ctArea .input_flow li:nth-child(4) {	background: url(../img/cart/icon_step04.png) no-repeat center top;}

.cart01 #ctArea .input_flow li:nth-child(1) {	background: url(../img/cart/icon_step01_act.png) no-repeat center top;	color: #48cae1;}
.cart02 #ctArea .input_flow li:nth-child(2) {	background: url(../img/cart/icon_step02_act.png) no-repeat center top;	color: #48cae1;}
.cart03 #ctArea .input_flow li:nth-child(3) {	background: url(../img/cart/icon_step03_act.png) no-repeat center top;	color: #48cae1;}
.cart04 #ctArea .input_flow li:nth-child(4) {	background: url(../img/cart/icon_step04_act.png) no-repeat center top;	color: #48cae1;}

#ctArea .input_detail .total_top {
	font-size: 141.7%;
	font-weight: bold;
}
#ctArea .input_detail .tal {
	margin: 0 0 20px;
	text-align: left;
}

@media screen and (max-width: 1240px){
#ctArea {
	margin-top: 62px;
}

#ctArea h2 {
	display: inline-block;
}

#ctArea .input_flow {
	display: block;
	padding: 25px 0 20px;
}

#ctArea .input_flow ol:after {
	left: 35%;
	width: 30%;
}

#ctArea .input_flow li {
	width: 12%;
}

#ctArea .input_detail {	
	margin: 0 3%;
}
}

@media screen and (max-width: 767px){
#ctArea .input_flow ol:after {
	left: 22%;
	width: 56%;
}

#ctArea .input_flow li {
	width: 24%;
}
}

@media screen and (max-width: 479px){
#ctArea .input_flow li {
	font-size: 10px;
}
}

#ctArea .input_detail .input_bottom {
	float: right;
	width: 259px;
}

.cart04 #ctArea .input_detail .input_bottom {
	float: none;
	width: 100%;
}

#ctArea .input_detail .input_bottom dl {
	display: table;
	width: 100%;
}

#ctArea .input_detail .input_bottom dl dt {
	display: table-cell;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 116.7%;
	font-weight: bold;
}

#ctArea .input_detail .input_bottom dl dt span {
	font-size: 71.4%;
}

#ctArea .input_detail .input_bottom dl dd {
	display: table-cell;
	padding: 0 4px 0 0;
	text-align: right;
	font-size: 166.7%;
	font-weight: bold;
}

#ctArea .input_detail .input_top {
	float: right;
	width: 259px;
}

#ctArea .input_detail .input_top .btn_area {
	margin: 0 0 40px;
}

#ctArea .input_detail .btn_area {
	margin: 40px 0 0;
}
#ctArea .input_detail .btn_area.mb {
	margin-bottom: 40px;
}

#ctArea .input_detail .btn_area input:hover ,
#ctArea .input_detail .btn_area a:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity: 0.50;
}

#ctArea .input_detail .btn_area .next input {
	width: 259px;
	line-height: 55px;
	border: none;
	background: #c72727;
	font-size: 133.3%;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#ctArea .input_detail .btn_area .back {
	margin: 20px 0 0;
}

#ctArea .input_detail .btn_area .back a {
	display: block;
	width: 259px;
	margin: 0 auto;
	line-height: 55px;
	background: #9d9b9b;
	font-size: 133.3%;
	font-weight: bold;
	color: #fff;
}

@media screen and (max-width: 1240px){
#ctArea .input_detail .input_bottom,
#ctArea .input_detail .input_top {
	float: none;
	width: auto;
}
}

/* cart00 */

#ctArea .login_box {
	width: 529px;
	box-sizing: border-box;
	margin: 60px auto 0;
	padding: 64px;
	background: #ecefee;
}
#ctArea .login_box.left {
	float: left;
	margin-left: 45px;
}
#ctArea .login_box.right {
	float: right;
	margin-right: 45px;
}

#ctArea .login_box .input_list {
	margin: 0 0 12px;
}

#ctArea .login_box .input_list li {
	margin: 0 0 15px;
}

#ctArea .login_box .input_list li input {
	width: 100%;
	box-sizing: border-box;
	padding: 11px;
}

#ctArea .login_box .btn {
	float: left;
	width: 164px;
}
#ctArea .login_box .btn.center {
	float: none;
	margin: 0 auto;
}

#ctArea .login_box .btn input {
	width: 100%;
	border: none;
	background: #c72727;
	line-height: 55px;
	font-size: 133.3%;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#ctArea .login_box .btn input:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity: 0.50;
}

#ctArea .login_box .link_list {
	margin: 0 0 0 182px;
	line-height: 2.41;
	text-align: left;
}

#ctArea .login_box .link_list a {
	color: #26b3cc;
	text-decoration: underline;
}

#ctArea .login_box .link_list a:before {
	font-size: 83.3%;
	content: "▶ "
}

#ctArea .login_box .link_list a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1240px){
#ctArea .login_box {
	width: auto;
	margin: 0 3% 1rem;
	padding: 6%;
}
#ctArea .login_box.left,
#ctArea .login_box.right {
	float: none;
	margin: 0 3% 1rem;
}

#ctArea .login_box .btn {
	float: none;
	width: auto;
	margin: 0 0 30px;
}

#ctArea .login_box .btn input {
	width: 259px;
	margin: 0 auto;
}

#ctArea .login_box .link_list {
	margin: 0;
}
}

/* cart01 */

#ctArea .input_detail .cart_table {
	width: 100%;
	margin: 40px 0 36px;
}

#ctArea .input_detail .cart_table .bt {
	border-top: 1px solid #c8cac9;
}

#ctArea .input_detail .cart_table th {
	padding: 16px;
	background: #e5e5e5;
	font-size: 116.7%;
}

#ctArea .input_detail .cart_table td {
	padding: 28px 0;
	border-bottom: 1px solid #c8cac9;
	line-height: 1.6;
}

#ctArea .input_detail .cart_table td .th {
	display: none;
}

#ctArea .input_detail .cart_table td .item_detail {
	margin: 0 0 0 80px;
	text-align: left;
}

#ctArea .input_detail .cart_table td .item_detail .img {
	float: left;
}

#ctArea .input_detail .cart_table td .item_detail .txt {
	margin: 0 0 0 138px;
}

#ctArea .input_detail .cart_table td .item_detail .txt dl dt,
#ctArea .input_detail .cart_table td .item_detail .txt dl dd {
	display: inline;
}

#ctArea .input_detail .cart_table td input[type="number"] {
	font-weight: bold;
	width: 60px;
	box-sizing: border-box;
	padding: 10px 0 9px 11px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#ctArea .input_detail .cart_table td .pcNumBtnBox {
	display: inline;
}

#ctArea .input_detail .cart_table td .pcNumBtnBox img {
	vertical-align: middle;
}

@media screen and (max-width: 1240px){
#ctArea .input_detail .cart_table {
	margin: 40px 0 0;
}

#ctArea .input_detail .cart_table .bt {
	border-top: none;
}

#ctArea .input_detail .cart_table tr {
	display: block;
	margin: 0 0 60px;
}

#ctArea .input_detail .cart_table tr:first-child {
	display: none;
}

#ctArea .input_detail .cart_table tr td:first-child {
	border-top: 1px solid #c8cac9;
}

#ctArea .input_detail .cart_table td {
	display: table;
	width: 100%;
}

#ctArea .input_detail .cart_table td .th {
	display: table-cell;
	padding: 14px 3%;
	vertical-align: middle;
	text-align: left;
}

#ctArea .input_detail .cart_table td > div {
	display: table-cell;
	padding: 14px 3%;
	vertical-align: middle;
	text-align: right;
}
#ctArea .input_detail .cart_table td > div.tal {
	text-align: left;
}

#ctArea .input_detail .cart_table td .item_detail {
	margin: 0;
}
}

/* cart02 */

#ctArea .input_detail .input_table {
	width: 100%;
	margin: 0 0 10px;
}

#ctArea .input_detail .input_table th {
	padding: 38px 0 38px 48px;
	border-top: 1px solid #c8cac9;
	border-bottom: 1px solid #c8cac9;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

#ctArea .input_detail .input_table th .required,
#ctArea .input_detail .cart_table th .required,
#ctArea .input_detail .cart_table td .required {
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0 10px;
	border-radius: 5px;
	background: #fc6b6b;
	line-height: 2;
	color: #fff;
}

#ctArea .input_detail .input_table td {
	width: 938px;
	padding: 30px 0 15px;
	border-top: 1px solid #c8cac9;
	border-bottom: 1px solid #c8cac9;
	text-align: left;
}

#ctArea .input_detail .input_table td p {
	margin: 0 0 15px;
}

#ctArea .input_detail .input_table td input {
	box-sizing: border-box;
	padding: 11px;
}

#ctArea .input_detail .input_table td input.name {
	width: 266px;
	margin: 0 21px 0 0;
}
#ctArea .input_detail .input_table td input.post {
	width: 100px;
	margin: 0 12px;
}
#ctArea .input_detail .input_table td input.place {
	width: 553px;
}
#ctArea .input_detail .input_table td input.tel {
	width: 79px;
	margin: 0 12px;
}
#ctArea .input_detail .input_table td input.tel:first-child {
	margin: 0 12px 0 0;
}
#ctArea .input_detail .input_table td input.mail {
	width: 553px;
}
#ctArea .input_detail .input_table td input.company {
	width: 553px;
}
#ctArea .input_detail .input_table td input.card_no {
	width: 553px;
}

#ctArea .input_detail .input_table td select {
	width: 154px;
	box-sizing: border-box;
	padding: 10px 11px 9px;
}
#ctArea .input_detail .input_table td select.short {
	width: 70px;
}

#ctArea .input_detail .input_table td p a {
	color: #26b3cc;
	text-decoration: underline;
}

#ctArea .input_detail .input_table td p a:hover {
	text-decoration: none;
}

#ctArea .input_detail .input_table td .post_btn a {
	display: inline-block;
	width: 154px;
	background: #9d9b9b;
	line-height: 44px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#ctArea .input_detail .input_table td .post_btn a:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity: 0.50;
}

@media screen and (max-width: 1240px){
#ctArea .input_detail .input_table th {
	display: block;
	padding: 14px 3%;
	border-top: none;
	background: #e5e5e5;
}

#ctArea .input_detail .input_table tr:first-child th {
	border-top: 1px solid #c8cac9;
}

#ctArea .input_detail .input_table th .required,
#ctArea .input_detail .cart_table th .required,
#ctArea .input_detail .cart_table td .required {
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0 10px;
	border-radius: 5px;
	background: #fc6b6b;
	line-height: 2;
	color: #fff;
}

#ctArea .input_detail .input_table td {
	display: block;
	width: auto;
	padding: 14px 3% 4px;
	border-top: none;
}

#ctArea .input_detail .input_table td p {
	margin: 0 0 10px;
}

#ctArea .input_detail .input_table td input.name {
	width: 46%;
	margin: 0 3% 0 0;
}
#ctArea .input_detail .input_table td input.post {
	width: 12.5%;
	margin: 0 2%;
}
#ctArea .input_detail .input_table td input.place {
	width: 46%;
}
#ctArea .input_detail .input_table td input.tel {
	width: 12.5%;
	margin: 0 2%;
}
#ctArea .input_detail .input_table td input.tel:first-child {
	margin: 0 2% 0 0;
}
#ctArea .input_detail .input_table td input.mail {
	width: 46%;
}
#ctArea .input_detail .input_table td input.company {
	width: 46%;
}
#ctArea .input_detail .input_table td input.card_no {
	width: 46%;
}
}

@media screen and (max-width: 767px){
#ctArea .input_detail .input_table td input.name {
	width: 100%;
	margin: 0 0 10px;
}
#ctArea .input_detail .input_table td input.post {
	width: 25%;
	margin: 0 2%;
}
#ctArea .input_detail .input_table td input.place {
	width: 100%;
}
#ctArea .input_detail .input_table td input.tel {
	width: 25%;
	margin: 0 2%;
}
#ctArea .input_detail .input_table td input.tel:first-child {
	margin: 0 2% 0 0;
}
#ctArea .input_detail .input_table td input.mail {
	width: 100%;
}
#ctArea .input_detail .input_table td input.company {
	width: 100%;
}
#ctArea .input_detail .input_table td input.card_no {
	width: 100%;
}

#ctArea .input_detail .input_table td select {
	width: 100%;
}

#ctArea .input_detail .input_table td .post_btn a {
	width: 100%;
}
}

/* cart03 */

#ctArea .input_detail .input_left {
	float: left;
	width: 759px;
	text-align: left;
}

#ctArea .input_detail .input_section {
	margin: 0 0 34px;
}

#ctArea .input_detail .input_section h3 {
	margin: 0 0 20px;
	padding: 14px 21px;
	background: #e5e5e5;
	font-size: 133.3%;
	font-weight: bold;
}

#ctArea .input_detail .input_section.clearfix .txt {
	float: left;
	width: 670px;
}

#ctArea .input_detail .input_section .txt p {
	margin: 0 0 12px;
}

#ctArea .input_detail .input_section .txt .radio input[type="radio"],
#ctArea .input_detail .input_section .txt p input[type="radio"] {
	width: 16px;
	height: 16px;
	margin: 0 12px 0 0;
	vertical-align: middle;
}

#ctArea .input_detail .input_section .txt p textarea {
	width: 716px;
	height: 142px;
	padding: 12px 20px;
}

#ctArea .input_detail .input_section .txt table {
	width: 100%;
}

#ctArea .input_detail .input_section .txt table th {
	width: 110px;
	padding: 12px 0;
	font-size: 133.3%;
}

#ctArea .input_detail .input_section .txt table td {
	padding: 12px 0;
}

#ctArea .input_detail .input_section .txt table td p {
	margin: 0;
}

#ctArea .input_detail .input_section .txt table td select {
	width: 154px;
	box-sizing: border-box;
	padding: 10px 11px 9px;
}

#ctArea .input_detail .input_section .item_detail_box {
	margin: 0 0 20px;
	border-top: 1px solid #d3d5d4;
}

#ctArea .input_detail .input_section .item_detail {
	padding: 30px 0;
	border-bottom: 1px solid #d3d5d4;
	line-height: 1.6;
}

#ctArea .input_detail .input_section .item_detail .img {
	float: left;
}

#ctArea .input_detail .input_section .item_detail .txt {
	float: none;
	width: auto;
	margin: 0 0 0 138px;
}

#ctArea .input_detail .input_section .edit_btn,
#ctArea .input_detail .input_section .btn_edit {
	float: right;
}

#ctArea .input_detail .input_section .edit_btn a,
#ctArea .input_detail .input_section .btn_edit a {
	display: block;
	min-width: 25px;
	padding: 0 21px;
	background: #9d9b9b;
	line-height: 44px;
	font-weight: bold;
	color: #fff;
}

#ctArea .input_detail .input_section .edit_btn a:hover,
#ctArea .input_detail .input_section .btn_edit a:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity: 0.50;
}

#ctArea .input_detail .input_section hr {
	clear: both;
	margin: 14px 0;
}
#ctArea .input_detail .input_section hr.hide {
	border: none;
	margin: 0;
}

#ctArea .input_detail .input_right {
	top: 0;
	float: right;
	width: 368px;
}

#ctArea .input_detail .input_right a {
	color: #26b3cc;
	text-decoration: underline;
}
#ctArea .input_detail .input_right a:hover {
	text-decoration: none;
}

#ctArea .input_detail .input_right .order_box {
	padding: 26px 31px 31px 26px;
	background: #ecefee;
	margin-bottom: 26px;
}

#ctArea .input_detail .input_right .order_box .order_top {
	padding: 12px 0 12px 52px;
	border-bottom: 1px solid #c8cac9;
}

#ctArea .input_detail .input_right .order_box .order_top dl {
	display: table;
	width: 100%;
	margin: 0 0 12px;
}

#ctArea .input_detail .input_right .order_box .order_top dl dt {
	display: table-cell;
	text-align: left;
}

#ctArea .input_detail .input_right .order_box .order_top dl dd {
	display: table-cell;
	text-align: right;
}

#ctArea .input_detail .input_right .order_box .order_total {
	padding: 20px 0 8px;
	border-bottom: 1px solid #c8cac9;
	text-align: right;
}

#ctArea .input_detail .input_right .order_box .order_total span {
	padding: 0 0 0 24px;
	font-size: 141.7%;
	color: #c72727;
}

#ctArea .input_detail .input_right .order_box .order_total span span {
	padding: 0 0 0 7px;
	font-size: 70.6%;
}

#ctArea .input_detail .input_right .order_box .order_btn {
	margin: 25px 0 0;
}

#ctArea .input_detail .input_right .order_box .order_btn input,
#ctArea .input_detail .input_right .order_box .order_btn button {
	width: 100%;
	line-height: 55px;
	border: none;
	background: #c72727;
	font-size: 133.3%;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#ctArea .input_detail .input_right .order_box .order_btn input:hover,
#ctArea .input_detail .input_right .order_box .order_btn button:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity: 0.50;
}

@media screen and (max-width: 1240px){
#ctArea .input_detail .input_left {
	float: none;
	width: auto;
}

#ctArea .input_detail .input_section h3 {
	margin: 0 0 10px;
	padding: 7px 14px;
}

#ctArea .input_detail .input_section.clearfix .txt {
	float: none;
	width: auto;
}

#ctArea .input_detail .input_section .txt p textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 6px 10px;
}

#ctArea .input_detail .input_section .txt table td select {
	width: 46%;
}

#ctArea .input_detail .input_section .item_detail {
	padding: 15px 0;
}

#ctArea .input_detail .input_section .edit_btn,
#ctArea .input_detail .input_section .btn_edit {
	float: none;
	margin: 20px 0 0;
}

#ctArea .input_detail .input_section .edit_btn a,
#ctArea .input_detail .input_section .btn_edit a {
	width: 217px;
	margin: 0 auto;
	text-align: center;
}

#ctArea .input_detail .input_right {
	float: none;
	width: auto;
}

#ctArea .input_detail .input_right .order_box {
	padding: 26px 6% 31px;
}

#ctArea .input_detail .input_right .order_box .order_top {
	padding: 5px 3%;
}
}

@media screen and (max-width: 764px){
#ctArea .input_detail .input_section .txt table td select {
	width: 100%;
}
}

/* cart04 */

#ctArea .input_detail .finish {
	margin: 0 0 140px;
	font-size: 141.7%;
	font-weight: bold;
}

#ctArea .input_detail .finish p {
	margin: 0 0 1.5em;
}

/* cart05 */

#ctArea .input_detail .cart_table select {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 11px 9px;
	margin-bottom: 1em;
}
#ctArea .input_detail .cart_table select.credit_method {
	width: 170px;
	margin-bottom: 0;
}

#ctArea .input_detail .cart_table [id^=item] {
	margin-bottom: 1em;
	text-align: left;
}

#ctArea .input_detail .input_table td input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0 6px 0 0;
	vertical-align: middle;
}

@media screen and (max-width: 1240px){
#ctArea .input_detail .cart_table select.credit_method {
	width: 46%;
}
}

@media screen and (max-width: 767px){
#ctArea .input_detail .cart_table select.credit_method {
	width: 100%;
}
}

/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */
header {
	margin-bottom: 0;/*下層ページマージン0に*/
}

div#hdArea h1 {
	position: inherit;
	top: 0;
	padding: 38px 0 0;
	text-align: center;
}

@media screen and (max-width: 1240px){
div#hdArea h1 {
	position: static;
	height: 34px;
	padding: 0;
}
}

/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

div#ftArea .line {
	margin: 0;
}

div#ftArea .copyArea {
	background: #fff;
}

div#ftArea .copyArea .copyAreaIn {
	width: 1200px;
}

div#ftArea .copyArea .copyAreaIn .copy {
	padding: 37px 162px 0 230px;
	color: #adadad;
}

@media screen and (max-width: 1240px){
div#ftArea .copyArea .copyAreaIn {
	width: auto;
	padding: 0 0 5px;
}

div#ftArea .copyArea .copyAreaIn .copy {
	padding: 0;
}
}

/* --------------------------------------------------------------------------------------
 修正170828
--------------------------------------------------------------------------------------- */

#ctArea .input_detail .input_bottom.btm02 {
	float:left;
	width:100%;
}

#ctArea .input_detail .input_bottom.btm02 .btn_box {
	margin-bottom:30px;
	padding:1% 3%;
	border:1px solid #B8BEC4;
}

#ctArea .input_detail .input_bottom.btm02 .btn_box .bb {
	border-bottom:1px dashed #B8BEC4;
	padding-bottom:20px;
}

#ctArea .input_detail .input_bottom.btm02 .btn_box .left {
	float:left;
	width:64%;
	text-align:left;
}

#ctArea .input_detail .input_bottom.btm02 .btn_box .left .ttl {
	font-size:18px;
	font-weight:bold;
	color:#da4a3a;
	margin:11px 0 9px !important;
}

#ctArea .input_detail .input_bottom.btm02 .btn_box .right {
	float:left;
	width:36%;
}

#ctArea .input_detail .input_bottom.btm02 .btn_box .right .next {
	margin:16px 0;
}

#ctArea .input_detail .input_bottom.btm02 .btn_box .right .next input {
	width:100%;
	max-width:296px;
	height:60px;
	border:1px solid #820000;
	display:inline-block;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	letter-spacing:0;
	border-radius:5px;
	text-decoration:none;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.88, #D83E2D), color-stop(0.00, #DE5C4F));
	background:-webkit-linear-gradient(top, #DE5C4F 0%, #D83E2D 88%);
	background:-moz-linear-gradient(top, #DE5C4F 0%, #D83E2D 88%);
	background:-o-linear-gradient(top, #DE5C4F 0%, #D83E2D 88%);
	background:-ms-linear-gradient(top, #DE5C4F 0%, #D83E2D 88%);
	background:linear-gradient(to bottom, #DE5C4F 0%, #D83E2D 88%);
	line-height:2em;
}

#ctArea .input_detail .input_bottom.btm02 .btn_box .center {
	position:relative;
	width:30px;
	margin:0 auto;
}

#ctArea .input_detail .input_bottom.btm02 .btn_box .center p {
	position:absolute;
	top:-30px;
	background:#fff;
	width:30px;
	text-align:center;
	margin:16px 0;
	font-size:16px;
}

#ctArea .input_detail .input_bottom.btm02 .btn_box .left .ttl2 {
	margin:26px 0 21px;
	font-size:18px;
	font-weight:bold;
	color:#ff7f00;
}

#ctArea .input_detail .input_bottom.btm02 .btn_box .left .text2 {
	color:#535363;
	font-size:14px;
	margin-bottom:0 !important;
}

#ctArea .input_detail .input_bottom.btm02 .btn_box .right2 {
	float:left;
	width:36%;
	margin-top:15px;
}

#ctArea .input_detail .input_bottom.btm02 .btn_box .right2 p {
	margin:16px 0;
}

#ctArea .input_detail .input_bottom.btm02 .back a {
width: 296px;
height: 60px;
border:1px solid #1C1C20;
display: inline-block;
font-size: 20px;
font-weight: bold;
color: #fff;
letter-spacing: 0;
border-radius: 5px;
text-decoration: none;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #3F3F4C), color-stop(0.00, #515162));
background: -webkit-linear-gradient(top, #515162 0%, #3F3F4C 88%);
background: -moz-linear-gradient(top, #515162 0%, #3F3F4C 88%);
background: -o-linear-gradient(top, #515162 0%, #3F3F4C 88%);
background: -ms-linear-gradient(top, #515162 0%, #3F3F4C 88%);
background: linear-gradient(to bottom, #515162 0%, #3F3F4C 88%);
}

@media only screen and (max-width: 768px){
#ctArea .input_detail .input_bottom.btm02 .btn_box {
padding:0; border-left:none; border-right:none; border-top:1px solid #B8BEC4; border-bottom:1px solid #B8BEC4;}
#ctArea .input_detail .input_bottom.btm02 .btn_box .left { float:none; width:100%; text-align:left;}
#ctArea .input_detail .input_bottom.btm02 .btn_box .right { float:none; width:100%; box-sizing:border-box;}
#ctArea .input_detail .input_bottom.btm02 .btn_box .right2 { float:none; width:100%; padding-top:0px; text-align:center; padding: 0 3% 3%;}
#ctArea .input_detail .input_bottom.btm02 .btn_box .left .ttl { font-size:16px; font-weight:bold; padding:2%; text-align:center; margin-bottom: 0px !important;margin-top: 20px !important;}
#ctArea .input_detail .input_bottom.btm02 .btn_box .left .ttl2 { font-size:16px; font-weight:bold; padding:2%; text-align:center; margin-bottom: 0px !important;margin-top: 20px !important;}
#ctArea .input_detail .input_bottom.btm02 .btn_box .left .text2 { color:#525263; font-size:14px; padding: 3% 3% 0; text-align:left;}
#ctArea .input_detail .input_bottom.btm02 .btn_box .left .texts2 { color:#525263; font-size:12px; padding:0 3% 3% 3%;}
#ctArea .input_detail .input_bottom.btm02 .btn_box .right { text-align:center; padding:3%;}
#ctArea .input_detail .input_bottom.btm02 .btn_box .right .next input {max-width:inherit;}
#ctArea .input_detail .input_bottom.btm02 .back a {width:100%;}
}