/*!
Theme Name: entry2026_2
Author: にいがた総おどり
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*!
 * ress.css • v5.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html{-webkit-text-size-adjust:100%;box-sizing:border-box;-moz-tab-size:4;tab-size:4;word-break:normal}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}hr{color:inherit;height:0;overflow:visible}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}iframe{border-style:none}input{border-radius:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[disabled]{cursor:default}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}


html { overflow: auto; font-size: 62.5%; }
@media screen and (max-width: 767px) {
  html { font-size: 2.34375vw; }
}
body { background: #ffffff; color: #444; font-weight: 400; font-size: 100%; line-height: 1.4; font-family: "Noto Sans JP", serif; -webkit-text-size-adjust: 100%; }
img {max-width: 100%; height: auto; vertical-align: bottom; }
a { opacity: 1; color: #383636; transition: .3s ease-in-out; }
a:hover { opacity: .5; }
#page-top { position: fixed; right: 20px; bottom: 20px; z-index: 100; }
#page-top a { display: block; width: 60px; height: 60px; background: url("assets/image/icon_pagetop.svg") no-repeat center / contain; text-indent: -9999px; }
@media screen and (max-width: 767px) {
	#page-top { right: 3vw; bottom: 3vw; }
	#page-top a { width: 10vw; height: 10vw; }
}

@media (min-width: 768px) {
	.sp-only { display: none !important; }
}
@media screen and (max-width: 767px) {
	.pc-only { display: none !important; }
	.scroll-prevent { overflow: hidden; }
}


/*  HEADER   */
.l-header {
	padding: 60px 0 85px 0;
  text-align: center;
  position: relative;
}
	@media screen and (max-width: 767px) {
		.l-header {
			padding: 20vw 5vw 9.375vw;
    }
  }
.l-header__title {
	font-weight: 700;
	font-size: 2.2rem;
}
.l-header__sns {
	display: flex;
  gap: 10px;
	position: absolute;
	top: 30px;
	right: 30px; }

/*  MAIN   */
.l-main {
  margin: 0 auto;
  max-width: 1160px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin: 0 5vw;
  }
}

/*  FOOTER   */
.l-footer {
  margin-top: 85px;
	padding: 60px calc(50% - 500px) 70px;
	background-color: #111613;
	color: #ffffff;
	font-weight: 300;
	font-size: 1.3rem;
	line-height: 1.8;
  display: grid;
  gap: 20px;
}
.l-footer a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer {
  margin-top: 9.375vw;
  padding: 6.25vw 5vw;
  gap: 4.375vw;
  }
}





/*
	Text
------------------------------------------------------*/
hr {
	height: 1px;
	border: none;
	border-top: 1px solid #dddddd;
	margin: 1em 0; }

/*
	List
------------------------------------------------------*/
ul, ol { list-style: none; }
.discList { list-style: none; }
	.discList > li { position: relative; padding-left: 1em; }
	.discList > li:before { position: absolute; top: 0; left: 0; content: "・"; }
  
  
  

.c-flex { display: flex; flex-wrap: wrap; }
.c-flex.space-between { justify-content: space-between; }
@media screen and (min-width: 768px) {
	
}

.c-btn1 {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	width: 230px;
	height: 43px;
	border-radius: 8px;
	background-color: #fc1b1b;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.8rem; }
	.c-btn1:after {
		position: absolute;
		top: calc(50% - 7px);
		right: 17px;
		display: block;
		width: 12px;
		height: 12px;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		content: "";
		-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
						transform: rotate(45deg); }

.c-btn2 {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	width: 230px;
	height: 43px;
	border-radius: 8px;
	background-color: #666;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.8rem; }


/*
	Title
------------------------------------------------------*/


.c-title01 {
  margin: 80px auto 40px;
  padding: 30px 80px;
	text-align: center;
  position: relative;
  border-top: 5px solid #b81c22;
  border-bottom: 5px solid #b81c22;
  font-size: 2.0rem;
  line-height: 1.5;
  width: fit-content;
  min-width: 350px;
}
.c-title01::before, .c-title01::after {
  width: 63px;
  height: 58px;
  background: url("assets/image/icon_04.svg") no-repeat 0 0 / contain;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-title01::before {
  left: 0;
}
.c-title01::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-title01 {
    margin: 8vw auto 4vw;
    padding: 5vw 10vw;
    border-top: 1vw solid #b81c22;
    border-bottom: 1vw solid #b81c22;
    min-width: 100%;
  }
  .c-title01::before, .c-title01::after {
    width: 10vw;
    height: 10vw;
  }
}



.c-navi1Wrap {
	text-align: center; }

.c-navi1 {
	display: inline-flex;
  justify-content: space-between;
	margin: 0 auto 0 auto;
	margin-bottom: 35px;
	width: 546px;
	border-top: 2px solid #cccccc;
	line-height: 1; }
	@media screen and (max-width: 767px) {
		.c-navi1 {
			margin-bottom: 6.25vw;
			width: 85%; } }
	.c-navi1__item {
		position: relative;
		z-index: 1;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		color: #d21c26;
		font-weight: 700;
		font-size: 1.4rem;
		transform: translate(0, -10px); }
		.c-navi1__item:nth-child(1) {
			transform: translate(-10px, -10px); }
		.c-navi1__item:nth-child(3) {
			transform: translate(10px, -10px); }
		.c-navi1__item:before {
			display: block;
			margin-bottom: 11px;
			width: 16px;
			height: 16px;
			border: 2px solid #d21c26;
			border-radius: 50%;
			background-color: #ffffff;
			content: ""; }

.single .c-navi1__item:nth-child(2), .single .c-navi1__item:nth-child(3) {
	color: #cccccc; }
	.single .c-navi1__item:nth-child(2):before, .single .c-navi1__item:nth-child(3):before {
		border-color: #cccccc; }

.single.is-confirm .c-navi1__item:nth-child(2) {
	color: #d21c26; }
	.single.is-confirm .c-navi1__item:nth-child(2):before {
		border-color: #d21c26; }

.c-list2 { margin-left: 1.5em; }
	.c-list2 li {
		list-style: disc;
		line-height: 1.7; }
		.c-list2 li:not(:first-child) {
			margin-top: 6px; }



.c-slide1 {
	position: relative;
  width: 245px;
}
@media screen and (max-width: 767px) {
  .c-slide1 {
    width: 84vw;
  }
}
.c-slide1__icon1 {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  padding: 3px 4px;
  background: #ffffff;
  color: #f31111;
  font-size: 1.4rem;
  line-height: 1;
}
.c-slide1__title1 {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 10;
  width: 100%;
  color: #ffffff;
  text-align: center;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
}
.c-slide1 .slick-slide img {
  width: 100%;
}
.c-slide1 .slick-arrow {
  z-index: 10;
  width: 30px;
  height: 30px;
}
.c-slide1 .slick-arrow {
  transition: .3s ease-in-out;
}
.c-slide1 .slick-arrow:before {
  content: "" !important;
}
.c-slide1 .slick-arrow:hover {
  opacity: .8;
}
.c-slide1 .slick-prev {
  left: 9px;
  background: url("assets/image/icon_02.svg") 0 0 no-repeat;
}
.c-slide1 .slick-next {
  right: 9px;
  background: url("assets/image/icon_03.svg") 0 0 no-repeat;
}
.c-slide1 .slick-dots {
  bottom: -28px;
}
.c-slide1 .slick-dots > li {
  margin: 0 2px;
}
.c-slide1 .slick-dots > li button:before {
  color: #bbbaba;
  font-size: 1.1rem;
  opacity: 1;
}
.c-slide1 .slick-dots > li.slick-active button:before {
  color: #787878;
}
.c-slide1 .slick-dots > li:first-child:last-child {
  display: none;
}




.c-icon1 {
	color: #2b2929;
	font-size: 1.4rem; }
	.c-icon1:after {
		display: inline-block;
		margin-left: 14px;
		width: 17px;
		height: 20px;
		background: url("assets/image/icon_01.svg") 0 0 no-repeat;
		content: "";
		transform: translate(0, 0.3em); }
	.c-icon1--noicon:after {
		display: none; }

.c-icon2 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 2px;
	width: 42px;
	height: 24px;
	border-radius: 3px;
	background-color: #999999;
	color: #ffffff;
	font-weight: 700;
	font-style: normal;
	font-size: 1.2rem; }
	.c-icon2--red {
		background-color: #d21c26; }


.c-card1wrap { 
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .c-card1wrap { 
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-card1 {
	padding: 15px;
	background: #f6f5f5;
  display: grid;
  align-content: flex-start;
  gap: 15px;
  line-height: 1.6;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-card1 {
    padding: 3vw;
    gap: 4vw;
  }
}
.c-card1 .c-slide1 {
  margin: 0 auto;
  position: relative;
}
.c-slide1__slick {
  margin-bottom: 0 !important;
}
.c-card1__price {
  font-weight: 700;
  font-size: 2.0rem;
  margin-top: 15px;
}
.c-card1__btn {
  text-align: center;
}
.c-card1__text1 {
  font-weight: 500;
  font-size: 1.4rem;
}
.c-card1__text2 {
  font-weight: 300;
  font-size: 1.2rem;
}
.c-card1__text2 ul >* {
  padding-left: 1em;
  text-indent: -1em;
}
.c-card1__link1 {
  text-align: right;
}
.c-card1__wrap1 {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
  font-weight: 700;
  font-size: 1.4rem;
}

.c-card2wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-card2wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 10vw;
  }
}
.c-card2 {
display: grid;
gap: 10px;
align-content: flex-start;
}
@media screen and (max-width: 767px) {
  .c-card2 {
    gap: 3vw;
  }
}
.c-card2__image {
  margin: 0;
}
.c-card2__title {
  font-weight: 700;
  font-size: 1.8rem;
}



.p-top {
}
.p-top__inner {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-top__inner {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.p-top__detail {
}
.p-top__title {
  margin-top: 40px;
  margin-bottom: 20px;
	letter-spacing: 1.7;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-top__title {
    font-size: 4.6875vw;
  }
}
.p-top__date {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top__date {
    font-size: 6.25vw;
  }
}
.p-top__title2 {
	font-weight: 700;
	font-size: 1.8rem;
  margin: 1em 0;
}
.p-top__info {
	display: grid;
  grid-template-columns: auto 1fr;
}
.p-top__list > li {
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
}
.p-top__list > li:before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
.p-top p {
  margin: 1em 0;
}



.p-complete-block1 {
	padding: 55px 35px 60px 35px;
	background-color: #f6f5f5; }
	@media screen and (max-width: 767px) {
		.p-complete-block1 {
			padding: 6.25vw 4.6875vw 6.25vw 4.6875vw; } }
	.p-complete-block1__title1 {
		text-align: center;
		font-weight: 700;
		font-size: 2.2rem; }
		@media screen and (max-width: 767px) {
			.p-complete-block1__title1 {
				font-size: 5vw; } }
	.p-complete-block1 .c-list2 { margin-top: 30px;
		font-weight: 300;
		font-size: 1.6rem; }
		@media screen and (max-width: 767px) {
			.p-complete-block1 .c-list2 {
				margin-top: 4.6875vw;
				font-size: 3.75vw; } }
		.p-complete-block1 .c-list2 a {
			text-decoration: none; }

.p-complete-link1 { margin-top: 60px;
	text-align: center;
	font-weight: 300;
	font-size: 1.6rem; }
	@media screen and (max-width: 767px) {
		.p-complete-link1 {
			margin-top: 6.25vw;
			font-size: 3.75vw; } }

.p-form-block1 { margin-bottom: 50px;
	padding: 40px;
	background-color: #f6f5f5;
	font-size: 1.6rem; }
	@media screen and (max-width: 767px) {
		.p-form-block1 {
			margin-bottom: 15.625vw;
			padding: 6.25vw 4.6875vw 6.25vw 4.6875vw;
			font-size: 3.75vw; } }
	.p-form-block1__title1 { margin-bottom: 25px;
		text-align: center;
		font-weight: 700;
		font-size: 1.8rem; }
		@media screen and (max-width: 767px) {
			.p-form-block1__title1 {
				margin-right: -1.5625vw;
				margin-bottom: 4.6875vw;
				margin-left: -1.5625vw;
				font-size: 5vw; } }
	.p-form-block1__block1 { margin: 20px 0 25px 0;
		padding: 30px 40px 35px 40px;
		background-color: #ffffff; }
		@media screen and (max-width: 767px) {
			.p-form-block1__block1 {
				margin: 3.125vw 0 3.75vw 0;
				padding: 4.6875vw 6.25vw 4.6875vw 6.25vw; } }
	.p-form-block1__text1 { font-weight: 300;
		line-height: 1.7; }
	.p-form-block1__text2 { margin-top: 3px;
		font-weight: 300; }
		@media screen and (max-width: 767px) {
			.p-form-block1__text2 {
				margin-top: 0.9375vw; } }
	.p-form-block1__text3 { font-weight: 300; }

.p-form-block2 {
	padding-bottom: 26px;
	border-bottom: 1px solid #e0e0e0;
	font-weight: 700;
	font-size: 1.8rem; }
	.p-form-block2__title1 {
		color: #d21c26;
		line-height: 1; }
	.p-form-block2__text1 { margin-top: 14px;
		line-height: 1.7; }

.p-form-block3 { margin-bottom: 60px;
	padding: 25px 35px;
	background-color: #f6f5f5;
	font-weight: 300;
	font-size: 1.6rem; }
	@media screen and (max-width: 767px) {
		.p-form-block3 {
			margin-bottom: 15.625vw;
			padding: 6.25vw 4.6875vw 6.25vw 4.6875vw;
			font-size: 3.75vw; } }

.p-form-block4 { margin-bottom: 60px;
	padding: 25px 35px;
	border: 3px solid #f6f5f5;
	font-weight: 300;
	font-size: 1.4rem; }
.p-form-block4 >*:first-child { margin-top: 0; }
.p-form-block4 >*:last-child { margin-bottom: 0; }
.p-form-block4 p { margin: 1em 0; }
	@media screen and (max-width: 767px) {
		.p-form-block4 {
			margin-bottom: 15.625vw;
			padding: 6.25vw 4.6875vw 6.25vw 4.6875vw;
			font-size: 3.4vw; } }

.c-form-btn1 { margin: 60px 0;
	text-align: center; }
	@media screen and (max-width: 767px) {
		.c-form-btn1 {
			margin-top: 12.5vw; } }
	@media screen and (min-width: 768px) {
		.c-form-btn1 input {
			cursor: pointer;
			transition: .3s ease-in-out; }
			.c-form-btn1 input:hover {
				opacity: .8; } }
	.c-form-btn1 input[name="submitConfirm"] {
		width: 286px;
		height: 86px;
		border: 0;
		background: url("assets/image/btn_01.png") no-repeat;
		background-size: cover;
		text-indent: -9999px;
		cursor: pointer; }
		@media screen and (max-width: 767px) {
			.c-form-btn1 input[name="submitConfirm"] {
				width: 41.5625vw;
				height: 15vw;
				background: url("assets/image/btn_01_sp.png") no-repeat;
				background-size: 100% auto; } }
	.c-form-btn1 button.back {
		width: 286px;
		height: 86px;
		border: 0;
		background: url("assets/image/btn_02.png") no-repeat;
		background-size: cover;
		text-indent: -9999px;
		cursor: pointer; }
		@media screen and (min-width: 768px) {
			.c-form-btn1 button.back {
				margin-right: 30px; } }
		@media screen and (max-width: 767px) {
			.c-form-btn1 button.back {
				margin-right: 3.125vw;
				width: 41.5625vw;
				height: 15vw;
				background: url("assets/image/btn_02_sp.png") no-repeat;
				background-size: 100% auto; } }
	.c-form-btn1 input[name="btn"] {
		width: 286px;
		height: 86px;
		border: 0;
		background: url("assets/image/btn_03.png") no-repeat;
		background-size: cover;
		text-indent: -9999px;
		cursor: pointer; }
		@media screen and (max-width: 767px) {
			.c-form-btn1 input[name="btn"] {
				width: 41.5625vw;
				height: 15vw;
				background: url("assets/image/btn_03_sp.png") no-repeat;
				background-size: 100% auto; } }

.p-form-frame {
	padding-top: 35px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e0e0e0; }
	@media screen and (max-width: 767px) {
		.p-form-frame {
			padding-top: 6.25vw;
			padding-bottom: 6.25vw; } }
	.p-form-frame__head {
		display: flex;
		flex-wrap: wrap; }
		.p-form-frame__head .c-icon2 {
			margin: 0 10px 0 0;
			transform: translate(0, 2px); }
			@media screen and (max-width: 767px) {
				.p-form-frame__head .c-icon2 {
					margin: 0 2.5vw 0 0; } }
	.p-form-frame .c-form-text1 { margin-bottom: 28px; }
		@media screen and (max-width: 767px) {
			.p-form-frame .c-form-text1 {
				margin-bottom: 4.375vw; } }
	.p-form-frame__body { margin-top: 10px;
		font-weight: 300;
		font-size: 1.6rem; }
		@media screen and (max-width: 767px) {
			.p-form-frame__body {
				font-size: 4.375vw; } }
	.p-form-frame__title1 { font-weight: 700;
		font-size: 1.8rem; }
		@media screen and (max-width: 767px) {
			.p-form-frame__title1 {
				font-size: 5vw; } }
	.p-form-frame__title2 { margin: 3px 0 0 16px;
		font-weight: 700;
		font-size: 1.4rem; }
		@media screen and (max-width: 767px) {
			.p-form-frame__title2 {
				margin: 1.5625vw 0 0 0;
				width: 100%;
				font-size: 3.75vw; } }
	.p-form-frame__title3 { margin: 14px 0 10px 0;
		font-weight: 300;
		font-size: 1.6rem; }
		@media screen and (max-width: 767px) {
			.p-form-frame__title3 {
				margin: 3.125vw 0 1.875vw 0;
				font-size: 4.0625vw; } }
		.p-form-frame__title3:first-child {
			margin-top: 10px; }
			@media screen and (max-width: 767px) {
				.p-form-frame__title3:first-child {
					margin-top: 1.5625vw; } }

.is-confirm .p-form-frame__body {
	padding-top: 15px; }
	@media screen and (max-width: 767px) {
		.is-confirm .p-form-frame__body {
			padding-top: 3.125vw; } }

.p-form-body input[type=text],
.p-form-body textarea {
					box-sizing: border-box;
	padding: 0 0 0 20px;
	width: 100%;
	height: 54px;
	border: 1px solid #999999;
	border-radius: 5px;
	font-weight: 300;
	font-size: 1.6rem; }
	@media screen and (max-width: 767px) {
		.p-form-body input[type=text],
		.p-form-body textarea {
			padding: 0 0 0 3.125vw;
			height: 12.5vw;
			font-size: 4.375vw; } }
	.p-form-body input[type=text]::-webkit-input-placeholder, .p-form-body textarea::-webkit-input-placeholder {
		color: #999999; }
	.p-form-body input[type=text]::-moz-placeholder, .p-form-body textarea::-moz-placeholder {
		color: #999999; }
	.p-form-body input[type=text]:-ms-input-placeholder, .p-form-body textarea:-ms-input-placeholder {
		color: #999999; }
	.p-form-body input[type=text]::-ms-input-placeholder, .p-form-body textarea::-ms-input-placeholder {
		color: #999999; }
	.p-form-body input[type=text]::placeholder,
	.p-form-body textarea::placeholder {
		color: #999999; }

.p-form-body textarea {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100px; }
	@media screen and (max-width: 767px) {
		.p-form-body textarea {
			padding-top: 3.125vw;
			padding-bottom: 3.125vw;
			height: 31.25vw; } }

.p-form-body .vertical-item + .vertical-item { margin-top: 13px !important; }
	@media screen and (max-width: 767px) {
		.p-form-body .vertical-item + .vertical-item {
			margin-top: 1.875vw !important; } }

.p-form-body .mwform-radio-field label {
	display: flex;
	align-items: center;
	font-weight: 300; }

.p-form-body select {
	box-sizing: border-box;
	width: 200px;
	height: 54px;
	border: 1px solid #999999;
	border-radius: 5px;
	font-weight: 300;
	font-size: 1.6rem; }
	@media screen and (max-width: 767px) {
		.p-form-body select { width: 30vw; } }

.p-form-body .mwform-radio-field input { margin-right: 15px; }
	@media screen and (max-width: 767px) {
		.p-form-body .mwform-radio-field input {
			margin-right: 3.125vw; } }

.p-form-body input[type=radio] {
	width: 25px;
	height: 25px;
	cursor: pointer; }
	@media screen and (max-width: 767px) {
		.p-form-body input[type=radio] {
			width: 6.25vw;
			height: 6.25vw; } }

.c-form-text1 { font-weight: 300;
	font-size: 1.6rem; }
	@media screen and (max-width: 767px) {
		.c-form-text1 {
			font-size: 4.375vw; } }

.mw_wp_form .error { margin-top: 8px;
	color: #ff0000 !important;
	font-weight: 300;
	font-size: 1.6rem !important; }
	@media screen and (max-width: 767px) {
		.mw_wp_form .error {
			margin-top: 1.3vw;
			font-size: 3.46457vw !important; } }

.is-confirm .u-confirm-hidden {
	display: none !important; }

.is-input .u-input-hidden {
	display: none !important; }



.u-mt0 { margin-top: 0px !important; }
.u-mt5 { margin-top: 5px !important; }
.u-mt10 { margin-top: 10px !important; }
.u-mt15 { margin-top: 15px !important; }
.u-mt20 { margin-top: 20px !important; }
.u-mt25 { margin-top: 25px !important; }
.u-mt30 { margin-top: 30px !important; }
.u-mt35 { margin-top: 35px !important; }
.u-mt40 { margin-top: 40px !important; }
.u-mt45 { margin-top: 45px !important; }
.u-mt50 { margin-top: 50px !important; }
.u-mt55 { margin-top: 55px !important; }
.u-mt60 { margin-top: 60px !important; }
.u-mt65 { margin-top: 65px !important; }
.u-mt70 { margin-top: 70px !important; }
.u-mt75 { margin-top: 75px !important; }
.u-mt80 { margin-top: 80px !important; }
.u-mt85 { margin-top: 85px !important; }
.u-mt90 { margin-top: 90px !important; }
.u-mt95 { margin-top: 95px !important; }
.u-mt100 { margin-top: 100px !important; }

@media screen and (max-width: 767px) {
	.u-spmt0 { margin-top: 0vw !important; }
	.u-spmt5 { margin-top: 1.5625vw !important; }
	.u-spmt10 { margin-top: 3.125vw !important; }
	.u-spmt15 { margin-top: 4.6875vw !important; }
	.u-spmt20 { margin-top: 6.25vw !important; }
	.u-spmt25 { margin-top: 7.8125vw !important; }
	.u-spmt30 { margin-top: 9.375vw !important; }
	.u-spmt35 { margin-top: 10.9375vw !important; }
	.u-spmt40 { margin-top: 12.5vw !important; }
	.u-spmt45 { margin-top: 14.0625vw !important; }
	.u-spmt50 { margin-top: 15.625vw !important; }
	.u-spmt55 { margin-top: 17.1875vw !important; }
	.u-spmt60 { margin-top: 18.75vw !important; }
	.u-spmt65 { margin-top: 20.3125vw !important; }
	.u-spmt70 { margin-top: 21.875vw !important; }
	.u-spmt75 { margin-top: 23.4375vw !important; }
	.u-spmt80 { margin-top: 25vw !important; }
	.u-spmt85 { margin-top: 26.5625vw !important; }
	.u-spmt90 { margin-top: 28.125vw !important; }
	.u-spmt95 { margin-top: 29.6875vw !important; }
	.u-spmt100 { margin-top: 31.25vw !important; }
}

.u-mb0 { margin-bottom: 0px !important; }
.u-mb5 { margin-bottom: 5px !important; }
.u-mb10 { margin-bottom: 10px !important; }
.u-mb15 { margin-bottom: 15px !important; }
.u-mb20 { margin-bottom: 20px !important; }
.u-mb25 { margin-bottom: 25px !important; }
.u-mb30 { margin-bottom: 30px !important; }
.u-mb35 { margin-bottom: 35px !important; }
.u-mb40 { margin-bottom: 40px !important; }
.u-mb45 { margin-bottom: 45px !important; }
.u-mb50 { margin-bottom: 50px !important; }
.u-mb55 { margin-bottom: 55px !important; }
.u-fs12 { font-size: 1.2rem !important; }
.u-fs14 { font-size: 1.4rem !important; }
.u-fs16 { font-size: 1.6rem !important; }
.u-fs18 { font-size: 1.8rem !important; }
.u-fs20 { font-size: 2.0rem !important; }
.u-fs22 { font-size: 2.2rem !important; }
.u-fs24 { font-size: 2.4rem !important; }
.u-fs26 { font-size: 2.6rem !important; }
.u-fs40 { font-size: 4rem !important; }
.u-fs48 { font-size: 4.8rem !important; }

@media screen and (max-width: 767px) {
	.u-spmb0 { margin-top: 0vw !important; }
	.u-spmb5 { margin-top: 1.5625vw !important; }
	.u-spmb10 { margin-top: 3.125vw !important; }
	.u-spmb15 { margin-top: 4.6875vw !important; }
	.u-spmb20 { margin-top: 6.25vw !important; }
	.u-spmb25 { margin-top: 7.8125vw !important; }
	.u-spmb30 { margin-top: 9.375vw !important; }
	.u-spmb35 { margin-top: 10.9375vw !important; }
	.u-spmb40 { margin-top: 12.5vw !important; }
	.u-spmb45 { margin-top: 14.0625vw !important; }
	.u-spmb50 { margin-top: 15.625vw !important; }
	.u-spmb55 { margin-top: 17.1875vw !important; }
	.u-spfs10 { font-size: 3.125vw !important; }
	.u-spfs12 { font-size: 3.75vw !important; }
	.u-spfs14 { font-size: 4.375vw !important; }
	.u-spfs16 { font-size: 5vw !important; }
	.u-spfs18 { font-size: 5.625vw !important; }
	.u-spfs20 { font-size: 6.25vw !important; }
	.u-spfs22 { font-size: 6.875vw !important; }
	.u-spfs24 { font-size: 7.5vw !important; }
}

.u-taC { text-align: center; }
.u-bold { font-weight: bold !important; }
.u-red1 { color: #f90d0d; }
.u-red2 { color: #d21c26; }
.u-fw500 { font-weight: 500; }
.u-fw700 { font-weight: 700; }
