@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
.pc_hide{ display:none; }
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
body {
	font: 13px;
	font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.tax_note{
	text-align: right;
	font-size: 15px;
	margin-bottom: 10px;
}
/*共通ヘッダー個別カラー指定*/
#header{
	border-color: #00489B;
}
.header_wrapper .top_navi li a{
	color:  #00489B;
	border-color:  #00489B;
}
.header_wrapper .tel .st0{
	fill: #00489B;
}
.header_wrapper .tel span{
	color: #00489B;
}
#hamburger .inner_line {
	background-color:  #00489B;
}
#hamburger .text {
	color: #00489B;
}
#hamburger .line_1,
#hamburger .line_3{
	background: #fff;
}
/*pokectalk*/
.ref-pocketalk #header{
	border-color: #c7bf00;
}
.ref-pocketalk .header_wrapper .top_navi li a{
	color: #c7bf00;
	border-color:  #c7bf00;
}
.ref-pocketalk .header_wrapper .tel .st0{
	fill: #c7bf00
}
.ref-pocketalk .header_wrapper .tel span{
	color: #c7bf00
}
.ref-pocketalk #hamburger .inner_line {
	background-color:  #c7bf00
}
.ref-pocketalk #hamburger .text {
	color: #c7bf00
}
.ref-pocketalk #hamburger .line_1,
.ref-pocketalk #hamburger .line_3{
	background: #fff;
}
/*foomaid*/
.ref-device #header{
	border-color: #d43143
}
.ref-device .header_wrapper .top_navi li a{
	color: #d43143;
	border-color: #d43143;
}
.ref-device .header_wrapper .tel .st0{
	fill: #d43143;
}
.ref-device .header_wrapper .tel span{
	color: #d43143;
}
.ref-device #hamburger .inner_line {
	background-color:  #d43143;
}
.ref-device #hamburger .text {
	color: #d43143;
}
.ref-device #hamburger .line_1,
.ref-device #hamburger .line_3{
	background: #fff;
}
@media screen and (max-width: 768px) {
	#header h1 {
		background: #00489B;
	}
	.ref-pocketalk #header h1 {
		background: #c7bf00;
	}
	.ref-device #header h1 {
		background: #d43143;
	}
}
/*共通ヘッダー個別カラー指定ここまで*/

/* イベント申請フォームCSS */

/*event_form.tpl*/
.eventform-wrapper {
	width: 100%;
	max-width: 850px;
	margin-inline:auto;
}
.eventform-wrapper .error-message {
	display: flex;
	justify-content: flex-start;
	gap:3px;
	color: #D93B3E;
	flex-flow: column;
	margin-bottom: 8px;
}
.eventform-wrapper .error-message p {
	display: flex;
	justify-content: flex-start;
	gap:5px;
	align-items: center;
}
.eventform-wrapper .error-message p::before {
 	font: var(--fa-font-solid);
  	content: '\f06a';
	padding-bottom: 4px;
}
#form_title {
	width: 100%;
	height: 180px;
	background-size: cover;
	background-position: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ref-foomaid #form_title {
	background-image: url("../../images/special/rental_form/rental_ref_foomaid.jpg");
}
.ref-device #form_title {
	background-image: url("../../images/special/rental_form/rental_ref_device.jpg");
}
.ref-pocketalk #form_title {
	background-image: url("../../images/special/rental_form/rental_ref_pocketalk.jpg");
}
.ref-foomaid.--fooma2026 #form_title {
	background-image: url("../../images/special/rental_form/rental_ref_foomaid_2026.jpg");
}
.ref-device.--fooma2026 #form_title {
	background-image: url("../../images/special/rental_form/rental_ref_device_2026.jpg");
}
.ref-pocketalk.--fooma2026 #form_title {
	background-image: url("../../images/special/rental_form/rental_ref_pocketalk_2026.jpg");
}

.ref-device #form_title img,
.ref-pocketalk #form_title img,
.ref-foomaid #form_title img{
	display: none;
}
form h3 {
	font-size: 18px;
	text-align: left;
	padding: 15px 25px;
	background:#00489B;
	color: #fff;
	margin: 40px 0 20px;
}
.ref-pocketalk h3 {
	background-color: #f3ef92;
	color: #333333;
}
.ref-foomaid h3 {
	background-color: #00489B;
	color: #ffffff;
}
.ref-device h3 {
	background-color: #d43143;
	color: #ffffff;
}
form h3.foomaid-iphone {
	background-color: #00489B;
	color: #fff;
}
form h3.agreement-ttl {
	margin-bottom: 0;
}
form .ag_box h3 {
	font-size: 16px;
	color: #333333;
	padding: 0;
	background-color: #fff;
	margin: 10px 0 5px;
}
.item-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	gap:30px;
	align-items: flex-start;
	border: solid 1px #e1dbdb;
	padding: 20px 10px;
	box-sizing: border-box;
	border-radius: 4px;
	width: 100%;
	max-width: 500px;
	margin-inline:auto;
	position: relative;
}
.item-wrap .checkbox {
	position: absolute;
	top: 0;
	left: 0;
}
.item-wrap img {
	width: 100%;
	max-width: 180px;
	height: auto;
}
.item-wrap .c-item-content .c-item-total {
	margin-top: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	gap:8px;
}
.item-wrap .c-item-content .c-item-total .c-total-txt {
	font-size: 18px;
	font-weight: bold;
}
.item-wrap .c-item-select {
	display: flex;
	justify-content: flex-start;
	flex-flow: column;
	gap:10px;
}
.item-wrap .c-item-select .c-item-info {
	font-size: 14px;
	line-height: 16px;
}
.item-wrap .c-item-select .c-item-info a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	padding: 6px 0;
	background: #f7e3e5;
	color: #000000;
	margin-right:auto;
	border-radius: 4px;
	margin-top: 8px;
	box-shadow: 0px 0px 14px -11px #777777;
}
.item-wrap .c-item-name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}
.item-wrap .c-item-price-wrap {
	display: flex;
	justify-content:flex-start;
	align-items: baseline;
}
.item-wrap .c-item-price-wrap .sale-pop {
    font-size: 12px;
    padding: 3px 5px;
    background: #e60019;
    color: #fff;
    margin-right: 8px;
    margin-top: -2px;
    align-self: center;
    letter-spacing: 1px;
}
.item-wrap .c-item-price-wrap .c-item-p {
	font-weight: bold;
	font-size: 18px;
	color: #e60019;
}
.item-wrap .c-item-num {
	display: flex;
	justify-content:flex-start;
	align-items: baseline;
	gap:8px;
	font-size: 14px;
}
.item-wrap .c-item-num select {
	width: 180px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 8px;
}
.item-wrap .c-item-price-wrap span {
	font-size: 14px;
	padding-left: 5px;
}
.c-input-wrap {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 40px;
}
.c-input-wrap tbody tr {
	box-sizing: border-box;
	width: 100%;
}
.c-input-wrap tbody tr th {
	width: 40%;
	border: 1px solid #e1dbdb;
	border-bottom: none;
	border-right: none;
	padding: 10px 10px 10px 30px;
	background: #f5f4f4;
	text-align: left;
}
.c-input-wrap tbody tr:last-child th {
	border-bottom: 1px solid #e1dbdb;
}
.c-input-wrap tbody tr:last-child th .extra-text {
    font-size: 13px;
    line-height: 15px;
    display: block;
}
.c-input-wrap tbody tr th small {
	color: #D93B3E;
	font-size: 13px;
}
.c-input-wrap tbody tr td {
	width: 60%;
	border: 1px solid #e1dbdb;
	border-bottom: none;
	padding: 15px 20px;
}
.c-input-wrap tbody tr:last-child td {
	border-bottom: 1px solid #e1dbdb;
	box-sizing: border-box;
}
.c-input-wrap tbody tr td span small{
	font-size: 13px;
	color: #D93B3E;
}
.c-input-wrap tbody tr td input {
	width: 100%;
	height: 30px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 5px;
	margin-top: 5px;
}
.c-input-wrap tbody tr td input:hover {
	background: #fff5f6;
}
.c-input-wrap tbody tr td textarea {
	font-size: 16px;
	padding: 5px;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}
.c-input-wrap tbody tr td select {
	width: 100%;
	height: 30px;
	font-size: 16px;
}
.eventform-wrapper .other-item-wrap {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.eventform-wrapper .other-item-wrap .item-wrap{
	width: calc( 100% / 2 - 5px);
	gap:6px;
	justify-content: flex-start;
	box-sizing: border-box;
	border: solid 1px #e1dbdb;
	margin:5px 0;
	border-radius: 4px;
	flex-wrap: wrap;
	padding: 0;
}
.eventform-wrapper .other-item-wrap .item-wrap .c-itemname-wrap {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:10px;
	border-bottom: 1px solid #e1dbdb;
	background: #f5f4f4;
}
.eventform-wrapper .other-item-wrap .item-wrap .c-itemname-wrap .c-item-name {
	padding: 10px 10px;
}
.eventform-wrapper .other-item-wrap .item-wrap .c-item-info-wrap {
	display: flex;
	justify-content: center;
	gap:15px;
	align-items: flex-start;
	padding: 20px 15px; 
	width: 100%;
	box-sizing: border-box;
}
.eventform-wrapper .other-item-wrap .item-wrap .c-booknum {
	padding: 8px 12px;
	box-sizing: border-box;
	display: flex;
	font-size:18px;
	background: #fff;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #e1dbdb;
	font-weight: bold;
	align-self: stretch;
}
.eventform-wrapper .other-item-wrap .item-wrap img {
	max-width: 100px;
}
.eventform-wrapper .c-alltotal {
	display: flex;
    flex-flow: column;
	justify-content: center;
	gap:1px;
	padding: 10px;
	box-sizing: border-box;
	border: solid 1px #e1dbdb;
	margin-top: 20px;
	background: #f9f9f9;
	border-radius: 4px;
	font-size: 16px;
}
.eventform-wrapper .c-alltotal .c-total-area,
.eventform-wrapper .c-alltotal .c-include-tax{
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap:15px;
}
.eventform-wrapper .c-alltotal .c-total-area {
    gap:5px;
}
.eventform-wrapper .c-alltotal .c-total-area p,
.eventform-wrapper .c-alltotal .c-total-area span{
    font-size: 14px;
}
.eventform-wrapper .c-alltotal span {
    letter-spacing: 1px;
	font-size: 18px;
	font-weight: bold;
	color: #e60019;
}
.agreement {
	width: 100%;
	height: 180px; 
	overflow-y: scroll;
	border: 1px solid #e1dbdb;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
	font-size: 15px;
}
.agreement ol li {
	margin-left: 25px;
	margin-bottom: 5px;
}
.agreement .form_privacy h3 {
	background: #fff;
	color: #333333;
	padding: 0;
	font-size: 20px;
	text-align: center;
}
label.check-agree {
	display: flex;
	justify-content: center;
	padding: 8px 10px;
	border: 1px solid #e1dbdb;
	align-items: center;
}
label.check-agree:hover,
#submit-btn input:hover{
	cursor: pointer;
}
#submit-btn input {
	width: 200px;
	height: 40px;
	background: #D93B3E;
	color: #fff;
	border: none;
	font-size: 18px;
	border-radius: 4px;
	margin: 15px auto 0 auto;
	display: block;
}
.form_privacy h3 {
	background: #fff;
	color: #000;
}
.form_privacy li {
	list-style: none;
}
.c-item-caution{
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #f3ef92;
    border-radius: 4px;
    margin-bottom: 25px;
}
#item-group2 .c-item-caution {
    border-color: #00489B;
}
#item-group3 .c-item-caution {
    border-color: #6d0303;
}
#item-group1 .item-wrap .c-item-num select {
    background-color: #fffeee;
}
#item-group2 .item-wrap .c-item-num select {
    background-color: #f2f8ff;
}
#item-group3 .item-wrap .c-item-num select {
    background-color: #fff4f5;
}
.c-item-caution .c-rental-period{
    display: flex;
    justify-content: flex-start;
    gap:10px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 18px;
}
.c-item-caution .c-get-return{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: column;
    margin-top: 8px;
    font-size: 15px;
}
.c-item-caution .c-get-return .c-howto-get,
.c-item-caution .c-get-return .c-howto-return{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.c-item-caution .c-get-return .c-howto-return{
    margin-top: 1px;
}
#item-group3 .c-item-caution .c-get-return .c-howto-return{
    align-items: stretch;
}
.c-item-caution .c-get-return .c-howto-get dt{
    padding: 5px 15px 4px;
    background: #f3ef92;
    border-radius: 6px 0 0 0;
    font-weight: bold;
}
.c-item-caution .c-get-return .c-howto-get dd{
    border-radius: 0 0 0 4px;
    background: #fffeee;
    padding: 5px 15px 4px;
    font-weight: bold;
    width: 100%;
    max-width: 550px;
}
.c-item-caution .c-get-return .c-howto-return dt{
    padding: 5px 15px 4px;
    background: #f3ef92;
    border-radius: 0 0 0 4px;
    font-weight: bold;
}
#item-group2 .c-item-caution .c-get-return .c-howto-get dt,
#item-group2 .c-item-caution .c-get-return .c-howto-return dt{
    background: #d1e6ff;
}
#item-group3 .c-item-caution .c-get-return .c-howto-get dt,
#item-group3 .c-item-caution .c-get-return .c-howto-return dt{
    background: #ffa6b0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-item-caution .c-get-return .c-howto-return dd,
.c-item-caution .c-get-return .c-howto-return dd{
    border-radius: 0 0 4px 0;
    background: #fffeee;
    padding: 5px 15px 4px;
    font-weight: bold;
    width: 100%;
    max-width: 550px;
}
#item-group2 .c-item-caution .c-get-return .c-howto-get dd,
#item-group2 .c-item-caution .c-get-return .c-howto-return dd {
    background: #f6faff;
}
#item-group3 .c-item-caution .c-get-return .c-howto-get dd,
#item-group3 .c-item-caution .c-get-return .c-howto-return dd {
    background: #fff2f3;
}
.c-item-caution .counter-map{
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #D93B3E;
    gap:4px;
    width: fit-content;
    transition: all .3s;
}
.c-item-caution .counter-map:hover {
    opacity: .6;
    transition: all .3s;
}
.c-item-caution .suport-txt{
    font-size: 14px;
    margin:5px 0;
}
.c-item-note{
    margin-top: 10px;
}
.c-item-note .note-list{
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #D93B3E;
    border-radius: 4px;
    list-style: none;
    margin-bottom: 25px;
}
.c-item-note .note-list li{
    display: flex;
    justify-content: flex-start;
    gap:5px;
    align-items: center;
    font-size: 14px;
}
#item-group3 .c-item-note .note-list li:nth-child(2) {
    margin: 5px 0;
}
#item-group3 .c-item-note .note-list li.note-important a {
    color: #D93B3E;
}
.c-item-note .note-list li:first-child{
    margin-bottom: 5px;
}
.c-item-note .note-list li.note-important .marker{
    font-size: 15px;
    font-weight: bold;
}
.c-item-note .note-list i{
    color: #D93B3E;
    font-size: 13px;
}
.c-item-note .note-list li.c-payment{
    gap:0;
    margin-top: 8px;
}
.c-item-note .note-list li.c-payment .pay-ttl{
    padding: 4px 10px 3px;
    background: #f9d4d4;
    border-radius: 3px 0 0 3px;
}
.c-item-note .note-list li.c-payment .pay-p{
    padding: 4px 10px 3px;
    background: #fff8f8;
    border-radius: 0 3px 3px 0;
}
.shippingfee-guide {
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #e1dbdb;
    border-radius: 4px;
    list-style: none;
    margin-bottom: 25px;
    margin-top: 15px;
    font-size: 14px;
}
.shippingfee-guide .guide-ttl {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}
.shippingfee-guide .fee-list {
    display: flex;
    justify-content: flex-start;
    margin-top: 8px;
    text-align: center;
}
.shippingfee-guide .fee-list > div dd{
    padding: 4px 10px 3px;
    border: 1px solid #e1dbdb;
}
.shippingfee-guide .fee-list > div dt {
    padding: 4px 10px 3px;
    border: 1px solid #e1dbdb;
    border-bottom: none;
    background:#f5f4f4;
}
.shippingfee-guide span {
    display: block;
    margin-top: 3px;
}
.marker {
    background: #fffad2;
    padding-inline:6px;
}
#item-group4 {
	width: 100%;
	max-width: 850px;
	margin-inline:auto;
}
#item-group4 .c-noref-txt {
	margin-bottom: 20px;
	text-align: center;
}
#item-group4 #noref-topimg {
	width: 100%;
	height: 180px;
	background-size: cover;
	background-position: center;
	margin-top: 20px;
	margin-bottom: 40px;
	background-image: url("../../images/special/rental_form/rental_noref.jpg");
}
#item-group4.--fooma2026 #noref-topimg {
    background-image: url("../../images/special/rental_form/rental_noref_2026.jpg");
}
#item-group4 .c-links {
	display: flex;
	justify-content: center;
	flex-flow: column;
	gap: 30px;
}
#item-group4 .c-links a {
	display: flex;
	justify-content: space-between;
	gap:20px;
	align-items: center;
	color: #000000;
	width:100%;
	max-width: 550px;
	font-size: 18px;
	padding: 10px 25px;
	box-sizing: border-box;
	border-radius: 8px;
	margin-inline:auto;
	box-shadow: 0px 0px 14px -11px #777777;
	transition: all .2s;
}
#item-group4 .c-links a:hover {
	transform: scale(1.01);
	transition: all .2s;
}
#item-group4 .c-links a.link-pocketalk {
	border:2px solid #c7bf00;
}
#item-group4 .c-links a.link-pocketalk i {
	color :#c7bf00;
}
#item-group4 .c-links a.link-foomaid {
	border:2px solid #00489B;
}
#item-group4 .c-links a.link-foomaid i {
	color: #00489B;
}
#item-group4 .c-links a.link-device {
	border:2px solid #d43143;
}
#item-group4 .c-links a.link-device i {
	color: #d43143;
}
#item-group4 .c-links a img {
	width: 80px;
	height: auto;
}
#item-group4 .c-links a i {
	font-size: 22px;
}
@media screen and (max-width:880px) {
	.eventform-wrapper {
		padding-inline:15px;
		box-sizing: border-box;
	}
	.eventform-wrapper h2 {
		font-size: 22px;
	}
	.eventform-wrapper form h3 {

	}
	.eventform-wrapper .other-item-wrap {
		justify-content: center;
		gap:20px;
	}
	.eventform-wrapper .item-wrap {
		gap:5%;
	}
	.eventform-wrapper .item-wrap img {
		max-width: 120px;
	}
	.eventform-wrapper .other-item-wrap .item-wrap {
		width: 100%;
		max-width: 500px;
		gap:5%;
		padding-bottom:20px;
		box-sizing: border-box;
		flex-wrap: nowrap;
		flex-flow: column;
	}
	.eventform-wrapper .c-input-wrap tbody tr {
		display: flex;
		justify-content: center;
		flex-flow: column;
		border-right: 1px solid #e1dbdb;
	}
	.eventform-wrapper .c-input-wrap tbody tr th {
		width: 100%;
		box-sizing: border-box;
	}
	.c-input-wrap tbody tr:last-child th {
		border-bottom: none;
	}
	.eventform-wrapper .c-input-wrap tbody tr td {
		width: 100%;
		box-sizing: border-box;
		border-right: none;
	}
	.c-input-wrap tbody tr td textarea {
		width: 100%;
		box-sizing: border-box;
	}
	label.check-agree {
		font-size: 14px;
		gap:10px;
	}
	#item-group4 {
		padding-inline:15px;
		box-sizing: border-box;
	}
}
@media screen and (max-width:450px) {
	.eventform-wrapper .item-wrap{
		flex-flow: column;
	}
	#form_title,
	#item-group4 #noref-topimg{
		height:150px; 
	}
	.eventform-wrapper .item-wrap {
		align-items: center;
	}
	.ref-foomaid .c-item-content {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		margin-top: 10px;
	}
	.eventform-wrapper .other-item-wrap .item-wrap {
	}
	.eventform-wrapper .other-item-wrap .item-wrap .c-item-info-wrap{
		flex-flow: column;
		justify-content: center;
		align-items: center;
		padding: 10px;
	}
	.item-wrap .c-item-num {
		justify-content: center;
	}
	.item-wrap .c-item-content .c-item-total {
		justify-content: center;
	}
	.item-wrap .c-item-price-wrap {
		justify-content: center;
	}
	.c-input-wrap tbody tr th {
		font-size: 16px;
	}
	#item-group4 #noref-topimg,
	#form_title{
		margin-top: 0;
	}
	#item-group4 .c-links {
		gap:20px;
		margin-bottom: 10vh;
	}
	#item-group4 .c-links a {
		font-size: 16px;
		line-height: 1.2em;
	}
	#item-group4 .c-links a img{
		width: 50px;
	}
    .c-item-caution .c-rental-period {
        font-size: 14px;
        line-height: 1.2em;
        align-items: center;
    }
    .c-item-caution .c-rental-period p:nth-child(1) {
        background: #fffeee;
        padding: 4px 5px;
        font-size: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ref-foomaid .c-item-caution .c-rental-period p:nth-child(1) {
        background: #f6faff;
    }
    .ref-device .c-item-caution .c-rental-period p:nth-child(1) {
        background: #fff2f3;
    }
    .c-item-caution .c-get-return .c-howto-get,
    .c-item-caution .c-get-return .c-howto-return {
        align-items: stretch;
        justify-content: center;
        font-size: 14px
    }
    .c-item-caution .c-get-return .c-howto-return dt {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .c-item-note .note-list i {
        align-self: self-start;
        margin-top: 5px;
    }
    .shippingfee-guide .fee-list > div dd,
    .shippingfee-guide .fee-list > div dt{
        font-size: 11px;
    }
}
/*event_form.tplここまで*/
/*event_confirm.tpl*/
.c-confirm-wrapper {
	width: 100%;
	max-width: 850px;
	margin-inline:auto;
}
.c-confirm-wrapper .c-step-area,
.c-complete-wrapper .c-step-area{
	margin-top: 20px;
}
.c-confirm-wrapper h3 {
	font-size: 18px;
	text-align: left;
	padding: 6px 15px;
	margin: 40px 0 20px;
}
.c-confirm-wrapper .c-select-table {
	border-spacing: 0;
	width: 100%;
}
.c-confirm-wrapper .c-select-table thead tr th {
	background: #f9f9f9;
	border: 1px solid #e1dbdb;
	border-right: none;
	border-bottom: none;
	padding: 5px;
	box-sizing: border-box;
	font-size: 16px;
}
.c-confirm-wrapper .c-select-table thead tr th:last-child,
.c-confirm-wrapper .c-select-table tr td:last-child{
	border-right: 1px solid #e1dbdb;
}
.c-confirm-wrapper .c-select-table tr td {
	border: 1px solid #e1dbdb;
	border-right: none;
	border-bottom: none;
	padding: 8px 10px;
	box-sizing: border-box;
	font-size: 15px;
}
.c-confirm-wrapper .c-select-table tr td.c-item_pricettl,
.c-confirm-wrapper .c-select-table tr td.c-item_pricenum{
	text-align: right;
}
.c-confirm-wrapper .c-select-table tr:last-child td {
	border-bottom: 1px solid #e1dbdb;
}
.c-confirm-wrapper .c-select-table tr td.c-image img{
	width: 100%;
	min-width: 50px;
	max-width: 80px;
}
.c-confirm-wrapper .c-select-table tr.c-all td {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #e60019;
    letter-spacing: 1px;
}
.c-confirm-wrapper .c-select-table tr.c-all-s td,
.c-confirm-wrapper .c-select-table tr.c-shipping td
{
    text-align: right;
    font-size: 14px;
}
.c-confirm-wrapper .c-select-table tr.c-all td span {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
    letter-spacing: 0;
}
.c-confirm-wrapper .c-input-wrap {
	font-size: 15px;
}
.c-confirm-wrapper .c-input-wrap tr th {
	font-weight: normal;
}
.c-confirm-wrapper .c-input-wrap tbody tr:last-child th {
		border-bottom: 1px solid #e1dbdb;
}
.c-captcha {
	width: 100%;
	max-width: 310px;
	margin-inline:auto;
	text-align: center;
}
.c-captcha .c-captcha-m {
	font-size: 13px;
	line-height: 16px;
	color: #D93B3E;
}
#comfirm-submit {
	width: 200px;
	height: 40px;
	background: #D93B3E;
	box-shadow: 0px 0px 14px -11px #777777;
	color: #fff;
	border: none;
	font-size: 18px;
	border-radius: 4px;
	display: block;
}
#comfirm-submit:hover,
#send-btn-wrap #backbutton:hover{
	cursor:pointer;
}
#send-btn-wrap {
	display: flex;
	justify-content: center;
	gap:20px;
}
#send-btn-wrap #backbutton {
	width: 150px;
	height: 40px;
	background: #8e8e8e;
	box-shadow: 0px 0px 14px -11px #777777;
	color: #fff;
	border: none;
	font-size: 18px;
	border-radius: 4px;
	display: block;
}
#end-apply,
#end-apply2,
#extension-apply{
    margin-top: 30px;
    padding: 20px;
    border: 2px solid #D93B3C;
    text-align: center;
}
#end-apply .ttl-end,
#end-apply2 .ttl-end{
    font-size: 18px;
    font-weight: bold;
    color: #D93B3C;
    margin-bottom: 8px;
}
#extension-apply {
    border-radius: 4px;
    background-color: #fffcfc;
    font-weight: bold;
    display: none;
}
#extension-apply .strong {
    font-size: 20px;
    color: #D93B3C;
}
@media screen and (max-width:880px) {
	.c-confirm-wrapper {
		padding-inline:15px;
		box-sizing: border-box;
	}
	.c-confirm-wrapper .c-select-table thead tr th {
		font-size: 14px;
		font-weight: normal;
	}
	.c-confirm-wrapper .c-select-table tr td.c-item_pricettl, .c-confirm-wrapper .c-select-table tr td.c-item_pricenum {
		text-align: center;
	}
}
@media screen and (max-width:450px) {
	.c-confirm-wrapper .c-select-table tr td {
		font-size: 13px;
		line-height: 1.2em;
	}
	.c-confirm-wrapper .c-select-table tr td {
		padding: 7px;
	}
	.c-confirm-wrapper .c-select-table tr td.c-image img {
		min-width: 30px;
		max-width: 40px;
	}
	#send-btn-wrap {
		gap:10px;
		padding-inline:15px;
	}
}
/*event_confirm.tplここまで*/
/*event_complete.tpl*/
.c-complete-wrapper {
	width: 100%;
	max-width: 850px;
	margin-inline:auto;
	padding-inline:15px;
	box-sizing: border-box;
}
.c-complete-wrapper .c-step-area p {
	color: #00489B;
}
.c-complete-wrapper h2 {
	font-size: 22px;
	margin: 30px 0;
	text-align: center;
	color: #00489B;
}
.c-complete-wrapper h2 i {
	font-size: 24px;
}
.c-complete-wrapper .c-complete-box {
	padding: 40px 25px;
	box-sizing: border-box;
	background: #f6faff;
	border-radius: 4px;
}
.c-complete-wrapper p {
	font-size: 16px;
}
.company-info {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	margin: 15px 0 20px;
	font-size: 16px;
}
.c-complete-wrapper span {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}
.c-complete-wrapper .text2 {
	margin-bottom: 15px;
}
.c-complete-wrapper .text2 span {
	color: #e60019;
	font-size: 16px;
	display: inline;
	font-weight: normal;
}
.operation-com {
	padding: 8px 15px;
	background: #00489B;
	border-radius: 5px;
	box-shadow: 0px 0px 14px -11px #777777;
	color: #fff;
	transition: all .3s;
	margin-top: 8px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 430px;
}
.operation-com:hover {
	background-color: #7bb5f8;
	transition: all .3s;
}

.clearfix:after {
	display: none;
}
/*event_complete.tplここまで*/
.c-step-area {
	width: 100%;
}
.c-step-area p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}
.c-step-area .c-rental-step {
	width: 100%;
	max-width: 550px;
	margin-inline:auto;
	display: flex;
	justify-content: center;
	gap:10px;
	position: relative;
}
.c-step-area .c-rental-step::after {
	position: absolute;
	content: "";
	width: 50%;
	height: 1px;
	background: #e1dbdb;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1
}
.c-step-area .c-rental-step li {
	list-style: none;
	padding: 5px 15px;
	box-sizing: border-box;
	border: 1px solid #e1dbdb;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	background: #fff;
	z-index: 2;
	line-height: 16px;
}
.ref-pocketalk .c-step-area p {
	color: #000000;
}
.ref-foomaid .c-step-area p {
	color: #00489B;
}
.ref-device .c-step-area p{
	color: #d43143;
}
.c-step-area .c-rental-step li.current-step {
	background: #00489B;
	color: #ffffff;
	border:none;
}
.ref-pocketalk .c-step-area .c-rental-step li.current-step {
	border:none;
	color: #000000;
	background: #f3ef92;
}
.ref-foomaid .c-step-area .c-rental-step li.current-step {
	border:none;
	color: #ffffff;
	background: #00489B
}
.ref-device .c-step-area .c-rental-step li.current-step {
	border:none;
	color: #ffffff;
	background: #d43143;
}

/* FOOMA2026ver */
.counter-wrap p.--ttl {
    font-weight: bold;
    font-size: 18px;
    margin-block: 8px 4px;
}
.counter-wrap p.--cap {
    font-size: 14px;
    margin-bottom: 6px;
}
.counter-wrap dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.counter-wrap dl dt {
    padding: 5px 15px 4px;
    background: #f5f4f4;
    font-weight: bold;
    width: 100%;
    max-width: 180px;
    border: 1px solid #e1dbdb;
}
.counter-wrap dl dd {
    padding: 5px 15px 4px;
    font-weight: bold;
    width: 100%;
    border: 1px solid #e1dbdb;
    max-width: calc(100% - 180px);
}
.counter-wrap dl:nth-of-type(2) dt,
.counter-wrap dl:nth-of-type(2) dd{
    border-top: none;
    border-bottom: none;
}
.agency_check {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.agency_check > p {
    margin-bottom: 8px;
}
.agency_check p {
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.agency_check .agency_check--input {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #e1dbdb;
}
.agency_check .agency_check--input label {
    padding: 20px 25px 20px 45px;
    cursor: pointer;
}
.agency_check .agency_check--input input {
    appearance: none;
    border: none;
    position: relative;
    cursor: pointer;
}
.agency_check .agency_check--input input::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #e1dbdb;
    border-radius: 30px;
}
.agency_check .agency_check--input input:checked::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background-color: #3f79ff;
    border-radius: 30px;
}
.agency_check .agency_check--input input:checked + label {
    background-color: #effbff;
}
.agency_check .agency_check--input.--agent input:checked + label {
    background-color: #eafff6;
}
.agency_check .agency_check--input.--agent {
    border-left: none;
    border: 1px solid #e1dbdb;
}
thead {
    padding: 16px;
    text-align: center;
    margin-top: 20px;
    box-sizing: border-box;
}
thead.normal-block {
    background-color: #c9e9f3;
    display: table-header-group;
}
thead.normal-block tr th {
    padding: 12px 0 10px;
}
#agent-head {
    background-color: #abe9ce;
}
#agent-head tr th {
    padding: 12px 0 10px;
}
.ordertype {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}
.ordertype .--ttl {
    padding: 8px 15px 6px;
    border: 1px solid #e1dbdb;
}
.ordertype span {
    padding: 8px 15px 6px;
    display: block;
    box-sizing: border-box;
}
.ordertype .--agent {
    background-color: #c9e9f3;
    border: 1px solid #e1dbdb;
    border-left: none;
}
.ordertype .--normal {
    background-color: #effbff;
    border: 1px solid #e1dbdb;
    border-left: none;
}
.c-agent--company {
    margin-bottom: 4px;
    font-weight: bold;
}
@media screen and (max-width:600px) {
    .agency_check .agency_check--input label {
        width: 300px;
        box-sizing: border-box;
    }
    .agency_check .agency_check--input.--agent {
        border-top: none;
    }
    .counter-wrap dl {
        flex-direction: column;
    }
    .counter-wrap dl dt,
    .counter-wrap dl dd {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .counter-wrap dl dd {
        border-top: none;
    }
    .counter-wrap dl:nth-of-type(2) dt {
        border-bottom: 1px solid #e1dbdb;
    }
}
/* イベント申請フォームCSSここまで */
/*　フロートメニュースペシャルページ色変更　*/
@media screen and (min-width: 1450px) {
	.special .float_menu.sp_none {
		background: #00489B;
		border: 2px solid #fff;
	}
	.float_menu .tel .tel_num,
	.float_menu .tel .time{
		color: #00489B;
	}
	.mail svg .cls-1, .mail svg .cls-2, .mail svg .cls-3 {
		fill:#00489B;
	}
	/*pocketalk*/
	.special.ref-pocketalk .float_menu.sp_none {
		background: #c7bf00;
		border: 2px solid #fff;
	}
	.ref-pocketalk .float_menu .tel .tel_num,
	.ref-pocketalk .float_menu .tel .time{
		color: #c7bf00;
	}
	.ref-pocketalk .mail svg .cls-1, 
	.ref-pocketalk .mail svg .cls-2,
	.ref-pocketalk .mail svg .cls-3 {
		fill:#c7bf00;
	}
	/*device*/
	.special.ref-device .float_menu.sp_none {
		background: #d43143;
		border: 2px solid #fff;
	}
	.ref-device .float_menu .tel .tel_num,
	.ref-device .float_menu .tel .time{
		color: #d43143;
	}
	.ref-device .mail svg .cls-1, 
	.ref-device .mail svg .cls-2,
	.ref-device .mail svg .cls-3 {
		fill:#d43143;
	}
}
@media screen and (min-width: 481px) and (max-width: 1450px) {
	.float_menu.pc_none {
		background: #00489B;
		z-index: 1000;
	}
	.float_menu .tel,
	.float_menu .mail,
	.float_menu .ext {
		background: #00489B;
	}
	/*pocketalk*/
	.ref-pocketalk .float_menu.pc_none {
		background: #c7bf00;
		z-index: 1000;
	}
	.ref-pocketalk .float_menu .tel,
	.ref-pocketalk .float_menu .mail,
	.ref-pocketalk .float_menu .ext {
		background: #c7bf00;
	}
	/*device*/
	.ref-device .float_menu.pc_none {
		background: #d43143;
		z-index: 1000;
	}
	.ref-device .float_menu .tel,
	.ref-device .float_menu .mail,
	.ref-device .float_menu .ext {
		background: #d43143;
	}
}
@media screen and (max-width: 480px) {
	.float_menu {
		background: #00489B;
		z-index: 1000;
	}
	.header_wrapper {
		padding-top: 30px;
	}
	#hamburger {
		top: 43px;
	}
	/*pocketalk*/
	.ref-pocketalk .float_menu {
		background: #c7bf00;
	}
	/*device*/
	.ref-device .float_menu {
		background: #d43143;
	}
}