@charset "utf-8";
/*　Contents　*/
.flex {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
p {
	color: #444B5B;
}
.red {
	color: #FF0000;
}
.strike {
	text-decoration: line-through;
}
.highlight{
	color: #21B492;
}
section{
	position: relative;
	width: 100%;
	padding: 72px 0;
	overflow: hidden;
}
.wrapper{
	position: relative;
	width: 900px;
	margin: 0 auto;
}
h2{
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 auto 60px auto;
	color: #444B5B;
}
h2 .sec-sub{
	display: block;
	font-size: 0.75em;
}
h3{
	font-size: 1.875em;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.25;
	color: #fff;
	margin: 0 auto;
}
h4{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5;
	color: #444B5B;
	margin: 0 auto;
}
h5{
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.5;
	color: #18274D;
	margin-bottom: 12px;
}
aside{
	text-align: left;
	margin: 0 auto;
}
aside.w76{
	width: 760px;
}
aside ul li{
	display: block;
	position: relative;
	text-align: left;
	font-size: 0.75em;
	line-height: 1.5;
	padding: 0px 0px 4px 24px;
	color: #333;
}
aside ul li:before{
	content: "※";
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*	main header CSS	*/
header .header-main {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width:100%;
	height:68px;
	justify-content: space-between;
	align-items: center;
	padding: 0 24px;
	color:#444B5B;
	background-color:#FFFFFF;
	z-index:99;
	overflow:hidden;
	transition: all .3s ease;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 10%)
}
header.fixed{
	top: -40px;
}
header a.logo_nct{
	display: inline-block;
	height: 40px;
}
header a.logo_nct img{
	height: 40px;
}
header a.logo_nct::before,
header a.logo_nct::after{
	display: none;	
}
header .menunavi{
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .menunavi ul{
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.menunavi li {
	margin: 0 20px;
}
.menunavi p {
	font-weight: bold;
}


/*　link-btn CSS　*/
a.link-btn {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	width: 260px;
	height: 48px;
	border-radius: 40px;
	color: #444B5B;
	background: #FFE11D;
	z-index: 90;
	box-shadow: 0 0 12px rgb(27 31 35 / 0.04);
	transition: all .3s ease;
}
a.link-btn p {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	height: 17px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
a.link-btn::before {
	position: absolute;
	content: "";
	right: 24px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #444B5B;
	border-right: 2px solid #444B5B;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.link-btn:hover{
	opacity: 1;
	background: #ffb91d;
}
.header-main a.link-btn {
	margin-left: 16px;
}
#cta-main a.link-btn{
	width: 336px;
	height: 62px;
	background: #fff;
	box-shadow: 0px 3px 16px rgba(27, 31, 35, 0.2);
	margin-top: 12px;
}
#cta-main a.link-btn:hover{
	opacity: 1;
	background: #FF8C27;
}
#cta-main a.link-btn p{
	height: 20px;
}
.badge {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	margin: auto;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #16B395;
}
.badge p {
	position: absolute!important;
	top: 0!important;
	bottom: 0!important;
	left: 0!important;
	right: 0!important;
	margin: auto!important;
	color: #fff!important;
	font-size: 1em!important;
	font-weight: normal!important;
}



/* main */
#main{
	z-index: 89;
	height: 560px;
	padding-top: 108px;
	background: #d9dee2;
	overflow: unset;
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main .wrapper{
	position: relative;
	width: 1000px;
	height: 440px;
	margin: 0 auto;
}
.main-title{
	position: absolute;
	left: 40px;
	top: 32px;
}
h1 p {
	color: #18274D;
	text-align: left;
	font-size: 2.625em;
    font-weight: bold;
    line-height: 1.625;
	letter-spacing: 0;
	margin: 16px 0 24px 4px;
}
h1 p span {
	background: #fff;
	padding: 0 8px 3px;
}
h1 p .fs {
    font-size: 0.625em;
}
.title-sub{
	justify-content: flex-start;
}
.title-sub p {
	position: relative;
    font-size: 1.5em;
    color: #fff;
    background: #18274D;
    border-radius: 40px;
    padding: 1px 28px 2px;
    margin: 0 4px;
}

.main-cta{
	position: absolute;
	bottom: 32px;
    left: 60px;
	width: 50%;
	text-align: left;
}
.main-cta a.link-btn {
	width: 400px;
	height: 80px;
	border-radius: 60px;
}
.main-cta a.link-btn p {
	font-size: 1.25em;
	left: 18px;
}
.badge {
	left: 12px;
	width: 52px;
	height: 52px;
}

.main-point{
	position: absolute;
	bottom: 0;
	right: 8px;
	color: #fff;
	background: #00a47e;
	width: 50%;
	padding: 12px 72px 12px 12px;
	box-shadow: 0px 0px 6px #666;
}
.main-point ul{
	position: relative;
	margin-left: 32px;
}
.main-point li {
	text-align: left;
	list-style: disc outside;
	margin: 8px 0;
	font-size: 1.25em;
}
.main-point li span{
	font-weight: bold;
}
.main-point ul img{
	position: absolute;
	right: -100px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#rebrand {
    color: #FFFFFF;
    font-size: 14px;
    padding: 16px 0;
    background: #21B492;
}


#case-main{
	background: #F1F1F9;
	padding: 24px 0;
}
#case-main h4{
	position: relative;
	margin-bottom: 24px;
}
#case-main h4:before,
#case-main h4:after{
	content: '';
	position: absolute;
	top: 58%;
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #444B5B;
}
#case-main h4:before{
	left: 11%;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}
#case-main h4:after {
	right: 11%;
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.case-item{
	width: 50%;
	margin: 8px 16px;
}
.case-title{
	width: 60%;
}
.case-title h5{
	text-align: left;
	border-bottom: 4px solid #F8DD2E;
}
.case-item .img{
	width: 40%;
}
.case-item .img img{
	width: 100%;
	margin: 0 8px;
}
.case-scale{
	font-size: 0.875em;
	color: #626978;
}
.case-detail{
	font-size: 0.875em;
	color: #18274D;
}

/* product */
#product{
	padding-top: 60px;
}
#product h2{
	font-size: 1.5em;
}
#product h2 .sec-sub{
	font-size: 1em;
}
#product h2 .blu{
	font-size: 1.375em;
}
#product p {
	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 40px;
}
#workstyle{
	background: #F1F1F9;
}
.ws-cont li{
	width: 30%;
	margin: 0 32px;
}
.ws-cont li .img{
	margin: 32px auto 24px auto;
}

#cta-common{
	position: relative;
	background: #18274D;
	padding: 0;
	margin: 0px auto;
}
#cta-common .flex{
	align-items: center;
	margin: 32px auto;
}
#cta-common article{
	margin: 0px auto;
	text-align: center;
	width: 860px;
	padding: 32px 0;
}
#cta-common h4{
	display: block;
	color: #FFFFFF;
	width: 50%;
}
#cta-common .btn{
	width: 50%;
}
#cta-common a.link-btn {
	width: 320px;
	height: 72px;
	border-radius: 60px;
}
#cta-common a.link-btn p {
	font-size: 1.25em;
}

/* feature */
#feature li{
	display: block;
	position: relative;
	height: 320px;
	margin-bottom: 72px;
}
#feature li .ftr-list{
	position: absolute;
	left: 12px;
	width: 460px;
	height: 296px;
	padding: 20px 24px;
	background: #00A47E;
	box-shadow: 0px 0px 16px rgba(27, 31, 35, 0.04);
	z-index: 70;
}
#feature li .img{
	position: absolute;
	right: 12px;
	top: 24px;
	width: 440px;
	height: 296px;
	padding: 28px;
	background: #fff;
	border: 2px solid #E8F7F4;
	box-shadow: 0px 0px 16px rgba(27, 31, 35, 0.04);
	z-index: 60;
}
#feature li .img img{
	width: 90%;
}

#feature li:nth-child(2n) .ftr-list{
	left: auto;
	right: 12px;
}
#feature li:nth-child(2n) .img{
	left: 12px;
	right: auto;
}
#feature li:nth-child(1) .img img{
	margin-right: -24px;
}
#feature li:nth-child(3) .img img{
	margin-right: -40px;
}
.ftr-title{
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 24px;
}
.ftr-numb{
	color: #fff;
	font-family: 'Roboto','Noto Sans JP', sans-serif;
	font-size: 80px;
	line-height: 1;
}
#feature li .ftr-list ul{
	margin-left: 12px;
}
#feature li .ftr-list li{
	position: relative;
	color: #fff;
	height: auto;
	margin: 0 0 24px;
	padding-left: 36px;
	text-align: left;
	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.5;
}
#feature li .ftr-list li:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 14px;
	height: 22px;
	border-right: 4px solid #FFE11D;
	border-bottom: 4px solid #FFE11D;
}

/* lineup */
#price{
	background: #F1F1F9;
}
#price h4{
	margin-bottom: 36px;
}
.price-sum h4{
	margin-bottom: 48px;
}
.price-sum .img{
	margin-bottom: 48px;
}
.box-w{
	background: #fff;
	box-shadow: 0px 0px 16px rgba(27, 31, 35, 0.04);
	border-radius: 8px;
	padding: 36px;
	margin: 36px 0;
}
.price-recd li{
	width: 45%;
	margin: 0 16px 16px;
}
.price-recd li p{
	font-size: 1.125em;
	line-height: 1.5;
	margin-bottom: 24px;
	text-align: center;
}
.buy-point li {
	background: #E8F7F4;
	width: 30%;
	margin: 0 8px 32px;
	padding: 12px 8px;
	color: #18274D;
	font-weight: bold;
	font-size: 1.125em;
}
table {
	width: 70%;
	margin: 0 auto 48px auto;
	border: 2px solid #21B492;
}
table tr {
	font-size: 1.125em;
	line-height: 2.5;
	letter-spacing: 0.08em;
}
table th {
	font-weight: normal;
	color: #FFF;
	padding: 8px 2px 8px 2px;
	background: #21B492;
	border-collapse: collapse;
	vertical-align: middle;
}
table td {
	text-align: left;
	padding: 12px 2px 12px 40px;
	background: #FFF;
	border: 1px solid #21B492;
	border-collapse: collapse;
	vertical-align: middle;
}
table td.flex {
	 padding-left: 2px;
	 border: unset;
	 border-bottom: 1px solid #21B492;
}
table td.flex:last-child {
	 border-bottom: none;
}
table span.tab1,
table span.tab2,
table span.tab3 {
	 display: block;
	 width: 25%;
	 text-align: right;
	 font-size: 1.125em;
}
table span.tab1,
table span.tab2 {
	 padding-top: 4px;
	 margin-right: -16px;
}
table span.tab3 {
	 margin-right: 40px;
}
table span.tab3.fl {
	 font-size: 1.25em;
}
.comp-nct,.comp-ras{
	width: 50%;
	margin: 8px;
}
.comp-nct p,.comp-ras p{
	margin: 8px;
	font-size: 1.125em;
	text-align: center;
	letter-spacing: 0;
}
.comp-nct .img,.comp-ras .img{
	margin-bottom: 16px;
}
.comp-title{
	background: #00a47e;
	border-radius: 8px;
}
.comp-ras .comp-title{
	background: #4D5F85;
}
.comp-title h5{
	color: #fff;
	padding: 20px 8px;
	font-size: 1.25em;
}
.comp-sim{
	background: #F8DD2E;
	padding: 12px 16px;
	margin-bottom: 8px;
}
.comp-ras .comp-sim{
	background: #E8ECF5;
}
.comp-sim p{
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
}
.comp-sim p:nth-child(3){
	font-size: 1.5em;
	text-align: right;
	padding: 0;
}

/* case */
#case h2 {
	margin: 0 auto 48px auto;
}
.case-wrap{
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
	flex-wrap: wrap;
}
#case .case-item{
	width: 30%;
	margin: 8px 16px 60px;
}
#case .case-title{
	width: 100%;
}
#case .case-title h4{
	font-size: 1.25em;
	text-align: left;
	border-bottom: 4px solid #F8DD2E;
	margin-bottom: 8px;
}
#case .case-item .img{
	width: 100%;
}
#case .case-item .img img{
	width: 100%;
	margin: 0 8px;
}
#case .case-scale{
	margin-bottom: 16px;
}
.case-balloon{
	width: 65%;
	margin-bottom: 60px;
}
.case-balloon .balloon {
	position: relative;
	margin: 12px 0 0 40px;
	padding: 16px 14px 18px 22px;
	background: #fff;
	border: 2px solid #E1E7F7;
	border-radius: 16px;
}
.case-balloon .balloon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
	z-index: 2;
}

.case-balloon .balloon:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #E1E7F7;
	z-index: 1;
}
.case-balloon .balloon p {
	margin-bottom: 0px;
	font-size: 1.125em;
	line-height: 1.5;
}
.case-type h4{
	margin-bottom: 32px;
}
.type-industry,
.type-scale {
	width: 50%;
	padding: 32px 8px 0;
	margin: 0 16px 24px;
	border: 2px solid #E1E7F7;
}
.case-type-list h4 {
	font-size: 1.25em;
	margin-bottom: 32px;
}
.industry-inner {
	flex-wrap: wrap;
}
.industry-box {
	margin: 0 6px;
}
.industry-box .img {
	margin: 16px;
}
.industry-box p {
	margin-bottom: 16px;
	line-height: 1.25;
	text-align: center;
}
.type-scale .img {
	margin: 48px 0;
}

/* inquiry */
#inquiry{
	/*background: #F3F3F3;*/
	padding-top: 0;
	overflow: unset;
}
.inquiry-title{
	position: relative;
	background: #FFE11D;
}
.inquiry-title:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -48px;
	border: 72px solid transparent;
	border-top: 48px solid #FFE11D;
}
.inquiry-title .wrapper{
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inquiry-title .img {
	margin: 8px 0 -32px 16px;
}
.inquiry-inner {
	text-align: left;
	margin-left: 40px;
}
.inquiry-inner h2 {
	margin: 0 0 24px 0;
	position: relative;
}
.inquiry-inner p {
	margin-left: 4px;
	line-height: 1.5;
}
.inquiry-inner .badge {
	position: absolute;
	right: 10%;
	left: unset;
	width: 56px;
	height: 56px;
}
.inquiry-inner .badge p {
	font-size: 0.625em !important;
	line-height: 2.7;
	text-align: center;
}
/*.inquiry-form .wrapper {
	padding: 24px;
	background: #fff;
	margin: 80px auto;
	border-radius: 8px;
}*/
.inquiry-form .wrapper {
	margin: 80px auto 0px;
}
.tel_inner {
	position: relative;
	width: 40%;
	margin: 16px auto;
}
.tel_inner img {
	position: absolute;
	top: -2px;
	left: 13%;
}
.tel_inner a {
	color: #444B5B;
	font-size: 2em;
	font-weight: bold;
	margin-left: 24px;
}
.inquiry-tell p {
	text-align: center;
	font-size: 0.875em;
	line-height: 1.5;
}
section#camp {
    padding: 4px 0;
    background-color: #ed143d;
}
#camp p {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: #fff;
}
#camp p.camp-date {
    font-size: 1.25em;
    margin-bottom: 12px;
}
table span.tab3.camp-price {
	width: 40%;
}
.price-detail .camp-item{
	margin-bottom: 16px;
}
.price-detail .camp-item p{
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	font-size: 1.125em;
}
.price-detail .camp-item p.fs {
	font-size: 1em;
	font-weight: normal;
}

@media screen and (max-width: 640px) {
	.wrap{
		overflow: hidden;
	}
	p {
		font-size: 0.875em;
		line-height: 2;
	}
	header .menunavi ul{
		display: none;
	}
	header .header-main {
		padding: 0 16px;
	}
	header a.logo_nct {
		width: 140px;
		height: 30px;
	}
	header a.logo_nct img {
		height: auto;
		width: 100%;
	}
	.header-main a.link-btn {
		width: 200px;
	}
	.menunavi a.link-btn p {
		text-align: left;
		left: 20px;
	}
	.wrapper{
		width: 90%;
	}
	section{
		width: 100%;
		padding: 40px 0;
	}
	#main {
		height: auto;
		background-size: cover;
		background-position: -580px center;
	}
	#main .wrapper{
		width: 90%;
		height: 440px;
	}
	.main-title {
		width: 100%;
		margin: 0 auto;
		left: 0;
	}
	.title-sub p {
		font-size: 1.125em;
		margin: 0 2px;
	}
	h1 p {
		font-size: 1.5em;
	}
	h1 p span {
		background: #ffffffc2;
	}
	.main-cta {
		width: 100%;
		left: 0;
		bottom: 110px;
	}
	.main-cta a.link-btn {
		width: 100%;
	    margin-bottom: 16px;
    	height: 68px;
	}
	.main-cta a.link-btn p {
		font-size: 1.125em;
		letter-spacing: 0;
	}
	.main-point {
		width: 100%;
		bottom: -28px;
	}
	.main-point li {
		font-size: 1em;
	}
	.main-point ul img {
		width: 35%;
		right: -90px;
	}
	#case-main {
		padding: 60px 0 24px 0;
	}
	#case-main h4:before,
	#case-main h4:after{
		display: none;
	}
	#case-main .inner {
		flex-wrap: wrap;
	}
	.case-item {
		width: 100%;
		margin: 16px 0;
	}
	.case-scale, .case-detail {
		font-size: 0.75em;
	}
	#product h2 {
		font-size: 1.25em;
		margin-bottom: 40px;
	}
	#product img {
		width: 100%;
	}
	#product p {
		font-size: 1em;
	}
	.ws-cont {
		flex-direction: column;
	}
	.ws-cont li {
		width: 100%;
		padding-bottom: 40px;
		margin: 0 0 8px;
		border-bottom: 1px solid #fff;
	}
	.ws-cont li:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.ws-cont .img img {
		width: 30%;
	}
	.ws-cont p {
		font-size: 1em;
	}
	#cta-common .flex {
		flex-direction: column;
		margin: 32px 0;
		width: 100%;
	}
	#cta-common h4 {
		width: 100%;
		margin-bottom: 24px;
		font-size: 1.125em;
	}
	h2 {
		font-size: 1.75em;
	}
	#feature li {
		height: auto;
	}
	#feature li .ftr-list {
		position: relative;
		left: unset;
		width: 100%;
		height: auto;
	}
	#feature li .img {
		position: relative;
		display: block;
		right: unset;
		top: unset;
		width: 100%;
		height: auto;
		padding: 0;
	}
	#feature li:nth-child(1) .img img,
	#feature li:nth-child(3) .img img{
		margin-right: 0;
	}
	#feature li:nth-child(2n) .ftr-list {
		right: unset;
	}
	#feature li:nth-child(2n) .img {
		left: unset;
	}
	h4 {
		font-size: 1.25em;
	}
	.price-sum .img img {
		width: 100%;
	}
	.price-recd ul {
		flex-direction: column;
	}
	.price-recd li {
		width: 100%;
		margin: 0 0 32px 0;
	}
	.buy-point {
		margin: 24px;
	}
	.buy-point {
		flex-direction: column;
		margin: 0 0 24px 0;
	}
	.buy-point li {
		width: 100%;
		margin: 8px 0;
	}
	table {
		margin-bottom: 24px;
		width: 100%;
	}
	table td {
		flex-direction: column;
	}
	table span.tab1, table span.tab2, table span.tab3 {
		width: 100%;
		text-align: center;
	}
	.price-detail table span.tab1,
	.price-detail table span.tab2,
	.price-detail table span.tab3 {
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
		line-height: 1.75;
		font-size: 1em;
	}
	.price-comp .flex {
		flex-direction: column;
	}
	.comp-nct, .comp-ras {
		width: 100%;
	}
	.comp-nct{
		margin: 0 0 60px 0;
	}
	.comp-ras {
		margin: 0;
	}
	.comp-nct .img img, .comp-ras .img img{
		width: 100%;
	}
	.comp-nct p, .comp-ras p {
		line-height: 1.5;
	}
	.case-wrap {
		flex-direction: column;
	}
	.case-wrap li {
		width: 100%;
		margin-bottom: 48px;
	}
	.case-wrap li:last-child {
		margin-bottom: 0;
	}
	#case .case-item, .case-balloon {
		width: 100%;
		margin: 0 0 24px 0;
	}
	#case .case-title h4, #case .case-scale {
		text-align: center;
	}
	#case .case-item .img img{
		width: 70%;
	}
	.case-balloon .balloon {
		margin: 8px 0;
	}
	.case-balloon .balloon p {
		font-size: 1em;
	}
	.case-balloon .balloon:before,
	.case-balloon .balloon:after{
		display: none;
	}
	.case-type-list {
		flex-direction: column;
	}
	.type-industry, .type-scale {
		width: 80%;
	}
	.industry-inner {
		flex-direction: inherit;
		align-items: flex-start;
	}
	.type-industry, .type-scale {
		width: 100%;
		padding: 24px 0 0 0;
		margin: 0 0 16px 0;
	}
	.industry-box {
		width: 20%;
	}
	#case-type p {
		margin-bottom: 24px;
	}
	.case-type-list h4 {
		margin-bottom: 16px;
	}
	.type-scale .img {
		width: 70%;
		margin: 24px auto 16px auto;
	}
	.inquiry-title .wrapper {
		flex-direction: column;
	}
	.inquiry-title .img {
		margin: -24px auto 16px;
		width: 50%;
	}
	.inquiry-title .img img {
		width: 100%;
	}
	.inquiry-title:before {
		margin-left: -66px;
	}
	.inquiry-inner {
		margin: 0 0 24px 4px;
	}
	.inquiry-inner h2 {
		font-size: 1.5em;
		text-align: center;
	}
	.inquiry-inner .badge {
		right: 0;
		top: -100px;
	}
	.inquiry-inner .badge p {
		font-size: 0.75em !important;
		line-height: 3;
	}
	.tel_inner {
		width: 100%;
	}
	#camp p {
		font-size: 1.25em;
		margin-top: 24px;
	}
	#camp p.camp-date {
		font-size: 0.875em;
		margin-top: 0;
	}
	.price-detail .camp-item p {
		font-size: 1em;
		letter-spacing: 0;
	}
}