@charset "UTF-8";
/* color */
/* top */
#top {
	overflow: hidden;
}

/* -------------------------- */
/* about */
/* -------------------------- */
#about {
	margin-top: -3px;
	background-image: url("https://www.onewind.jp/wp-content/themes/cio-watch/images/top/bgsp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (min-width: 1024px) {
	#about {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		background-image: url("https://www.onewind.jp/wp-content/themes/cio-watch/images/top/bg.jpg");
		background-size: 100%;
		background-position: top;
	}
}
#about .about {
	padding: 5rem 1.5rem 2rem;
}
@media screen and (min-width: 1024px) {
	#about .about {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 10rem 0 0;
	}
}
#about .about-point {
	text-align: center;
	width: 18rem;
	margin: 2rem auto 3rem;
}
@media screen and (min-width: 1024px) {
	#about .about-point {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
#about .about h2 {
	font-size: 2.5rem;
	text-align: center;
	line-height: 1.7;
	font-weight: normal;
	padding-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
	#about .about h2 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		font-size: 3.5rem;
		padding-bottom: 8rem;
	}
}
#about .about ul {
	padding: 5rem 1.5rem;
}
@media screen and (min-width: 1024px) {
	#about .about ul {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 10rem 0;
	}
}
#about .about ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (min-width: 1024px) {
	#about .about ul li {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		flex-direction: row;
		justify-content: space-between;
	}
}
#about .about ul li figure {
	width: 100%;
	position: relative;
	padding-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
	#about .about ul li figure {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		width: 33%;
		padding-bottom: unset;
	}
}
#about .about ul li figure figcaption {
	line-height: 1;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 5rem;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 2.7rem;
}
@media screen and (min-width: 1024px) {
	#about .about ul li figure figcaption {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
#about .about ul li figure figcaption span {
	font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
	#about .about ul li figure figcaption span {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		font-size: 2rem;
	}
}

/* -------------------------- */
/* brand */
/* -------------------------- */
#brand .brand {
	background: linear-gradient(to bottom, #b1b1b2, #fff 12%, #f2f2f2 20%);
}
@media screen and (min-width: 1024px) {
	#brand .brand {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding-bottom: 7rem;
	}
}
@media screen and (min-width: 1024px) {
	#brand .brand-title {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		display: flex;
		padding: 3rem 0 0;
		flex-direction: row;
		justify-content: space-between;
	}
}
@media screen and (min-width: 1024px) {
	#brand .brand-title li {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		text-align: center;
		padding: 2rem 0 0;
		width: 32%;
	}
}
@media screen and (min-width: 1024px) {
	#brand .brand-title li h3 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		line-height: 1.5;
		font-size: 2rem;
		font-weight: normal;
		padding: 1.5rem 0 3rem;
	}
}
#brand .brand-title li h3 span {
	/*  color: #005e43;*/
	background: linear-gradient(to bottom, #000 0%, #aaa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1024px) {
	#brand .brand-title li h3 span {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		font-size: 3rem;
	}
}
#brand .brand-box {
	padding: 0 1.5rem 3rem;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 1024px) {
	#brand .brand-box {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 0 0 5rem;
		flex-direction: row;
		justify-content: space-between;
	}
}
#brand .brand-box-list {
	padding: 2rem 3rem;
}
@media screen and (min-width: 1024px) {
	#brand .brand-box-list {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		background-color: #fff;
		padding: 2rem 0;
		width: 32%;
		height: 219rem;
	}
}
#brand .brand-box-list li {
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 1.8;
	padding: 0 0 0 1.5rem;
	width: 100%;
}
@media screen and (min-width: 1024px) {
	#brand .brand-box-list li {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		background-color: unset;
		padding: 1.5rem 0 0 1.5rem;
	}
}
#brand .brand-box-list li:first-child {
	text-align: center;
	background-color: transparent;
}
@media screen and (min-width: 1024px) {
	#brand .brand-box-list li:first-child {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 0 0 1.5rem 1.5rem;
		text-align: unset;
	}
}
#brand .brand-box-list li:first-child h3 {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: normal;
	padding: 1.5rem 0 3rem;
}
@media screen and (min-width: 1024px) {
	#brand .brand-box-list li:first-child h3 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: unset;
		font-size: unset;
		line-height: unset;
	}
}
#brand .brand-box-list li:first-child h3 span {
	/*  color: #005e43;*/
	background: linear-gradient(to bottom, #000 0%, #aaa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 3rem;
}
@media screen and (min-width: 1024px) {
	#brand .brand-box-list li:first-child h3 span {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		color: unset;
		font-size: unset;
	}
}
#brand .brand-box-list li:nth-child(2) {
	padding-top: 2rem;
}
@media screen and (min-width: 1024px) {
	#brand .brand-box-list li:nth-child(2) {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 0 0 0 1.5rem;
	}
}
#brand .brand-box-list li:last-child {
	padding-bottom: 2rem;
}
#brand .brand-box-list .btnlist {
	padding: 2rem 0;
}
#brand .brand-box-list .btnlist .btnmore {
	display: block;
	width: 80%;
	padding: 1rem;
	margin: 0 auto;
	padding: 0.5rem 0;
	background: linear-gradient(to bottom, #000 0%, #aaa 100%);
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
}
#brand .brand-box-list .btnlist .btnmore .icon {
	padding-left: 2rem;
	color: #fff;
}
#brand .brand-box-list .btnlist .btnmore .icon i:before {
	font-size: 2rem;
}

/* -------------------------- */
/* contact */
/* -------------------------- */
#contact .contact {
	position: relative;
	padding: 0;
}
@media screen and (min-width: 1024px) {
	#contact .contact {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 0 0 7rem;
	}
}
#contact .contact-head {
	width: 90%;
	margin: 4rem auto;
	font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
	#contact .contact-head {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		width: 80%;
		margin: 5rem auto;
		text-align: center;
		font-size: 2.5rem;
	}
}
#contact .contact-head span {
	font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
	#contact .contact-head span {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
#contact .contact .form_send_text p {
	margin: unset;
	font-size: 2rem;
	padding: 1rem;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
#contact .contact-box .purchase {
	padding: 3rem 1.5rem;
	margin: 3rem auto;
	background-color: #e5e5e5;
	width: 100%;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 3rem 5rem 5rem;
		margin: 3rem auto;
		width: 90%;
	}
}
#contact .contact-box .purchase ul {
	width: 100%;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase ul {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding-bottom: 0.5rem;
		display: flex;
		gap: 3rem;
	}
}
#contact .contact-box .purchase ul li {
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.8;
	padding: 1rem 0 0 0;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase ul li {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		width: 70%;
		padding: 2rem 0 0 0;
	}
}
#contact .contact-box .purchase ul li input,
#contact .contact-box .purchase ul li textarea {
	padding: 0.5rem;
	margin: 0.5rem 0;
	background-color: #fff;
	border: unset;
	font-size: 1.6rem;
	width: 100%;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase ul li input,
	#contact .contact-box .purchase ul li textarea {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
#contact .contact-box .purchase ul li:first-child {
	background-color: transparent;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase ul li:first-child {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		width: 30%;
	}
}
#contact .contact-box .purchase ul li:first-child .label {
	font-size: 1.6rem;
	line-height: 3;
	padding: 3rem 0;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase ul li:first-child .label {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		font-size: 1.8rem;
	}
}
#contact .contact-box .purchase ul li:first-child .required {
	color: red;
	padding: 0rem 1rem;
	border: 1px solid red;
	border-radius: 0.5rem;
	margin-left: 1rem;
	font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase ul li:first-child .required {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
#contact .contact-box .purchase .bikou {
	width: 100%;
	display: block;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .bikou {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding-bottom: 0.5rem;
	}
}
#contact .contact-box .purchase .bikou li {
	width: 100%;
}
#contact .contact-box .purchase .uploads,
#contact .contact-box .purchase .item-select {
	padding: 2rem 0;
	display: block;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .uploads,
	#contact .contact-box .purchase .item-select {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding-bottom: 0.5rem;
	}
}
#contact .contact-box .purchase .uploads li,
#contact .contact-box .purchase .item-select li {
	width: 100%;
	padding: 0;
	line-height: 1.2;
}
#contact .contact-box .purchase .uploads li:first-child,
#contact .contact-box .purchase .item-select li:first-child {
	width: unset;
	padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .uploads li:first-child,
	#contact .contact-box .purchase .item-select li:first-child {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding-bottom: unset;
	}
}
#contact .contact-box .purchase .uploads li:first-child .files,
#contact .contact-box .purchase .item-select li:first-child .files {
	padding-bottom: 1rem;
	line-height: 1.6;
}
#contact .contact-box .purchase .uploads li:not(:first-child),
#contact .contact-box .purchase .item-select li:not(:first-child) {
	padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .uploads li:not(:first-child),
	#contact .contact-box .purchase .item-select li:not(:first-child) {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
#contact .contact-box .purchase .item-select {
	padding: 2rem 0 0;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .item-select {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding-bottom: 0.5rem;
	}
}
#contact .contact-box .purchase .item-select li {
	padding-bottom: 1rem;
}
#contact .contact-box .purchase .item-select li:last-child {
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .item-select li:last-child {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
#contact .contact-box .purchase .item-select li:last-child span label {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .item-select li:last-child span label {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		margin: 1.5rem auto 0;
		width: 80%;
		gap: 1rem;
	}
}
#contact .contact-box .purchase .item-select li:last-child span label input {
	width: 2rem;
	border-radius: unset;
	border: unset;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .item-select li:last-child span label input {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		width: 3rem;
	}
}
#contact .contact-box .purchase .item-select li:last-child span label input:after {
	content: unset;
}
#contact .contact-box .purchase .item-select li:last-child span label .mwform-checkbox-field-text {
	width: 7rem;
	font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .item-select li:last-child span label .mwform-checkbox-field-text {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		width: 15rem;
		font-size: 1.4rem;
	}
}
#contact .contact-box .purchase .submit {
	position: relative;
	padding-top: 2rem;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .submit {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding-top: 5rem;
	}
}
#contact .contact-box .purchase .submit .bkbtn {
	margin-bottom: -4rem;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .submit .bkbtn {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
#contact .contact-box .purchase .submit .bkbtn input {
	border: #fff 1px solid;
	background-color: #aaa;
	border-radius: 1rem;
	padding: 0.5rem 1.5rem;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .submit .bkbtn input {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 0.5rem 2rem;
		font-size: 1.6rem;
		width: 10rem;
	}
}
#contact .contact-box .purchase .submit .subbtn {
	position: relative;
	height: 4.4rem;
	background: linear-gradient(to bottom, #000, #555);/*(to bottom, #005e43, #002017)*/
	border-radius: 1rem;
	width: 50%;
	margin: 0 auto;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .submit .subbtn {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		width: 40%;
	}
}
#contact .contact-box .purchase .submit .subbtn .submit-button {
	background-color: transparent;
	position: absolute;
	top: 2px;
	left: 3px;
	line-height: 1;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 1rem;
	padding: 1rem;
	display: block;
	text-align: center;
	width: 98%;
	margin: 0 auto;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .submit .subbtn .submit-button {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
#contact .contact-box .purchase .sankou {
	width: 100%;
	display: block;
	padding: 2rem 0 0.5rem;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .sankou {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 2rem 0 0.5rem;
	}
}
#contact .contact-box .purchase .sankou li {
	width: 100%;
	padding: 0;
}
#contact .contact-box .purchase .sankou li:nth-child(2) .sankou-box {
	padding: 1rem 0 0;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .sankou li:nth-child(2) .sankou-box {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	}
}
#contact .contact-box .purchase .sankou li:nth-child(2) .sankou-box li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .sankou li:nth-child(2) .sankou-box li {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		justify-content: space-between;
	}
}
#contact .contact-box .purchase .sankou li:nth-child(2) .sankou-box li img {
	width: 31%;
	margin: 0 0.5rem 0.5rem 0;
	border: 1px solid #999;
}
@media screen and (min-width: 1024px) {
	#contact .contact-box .purchase .sankou li:nth-child(2) .sankou-box li img {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		margin: unset;
		width: 19%;
	}
}

/* -------------------------- */
/* news*/
/* -------------------------- */
#news {
	background: linear-gradient(to bottom, #ededed, #fff 100%);
}
#news .news {
	position: relative;
	padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
	#news .news {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 5rem 0;
	}
}
#news .news h2 {
	padding: 2rem 0;
	text-align: center;
	/*color: #005e43;*/
	background: linear-gradient(to bottom, #000 0%, #aaa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 2.5rem;
	font-weight: normal;
}
@media screen and (min-width: 1024px) {
	#news .news h2 {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		font-size: 3rem;
	}
}
#news .news ul {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 1rem 3rem;
	border-top: 1px solid #ccc;
}
@media screen and (min-width: 1024px) {
	#news .news ul {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 0 0 2rem;
	}
}
#news .news ul li {
	line-height: 2;
	padding: 1rem 0;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
@media screen and (min-width: 1024px) {
	#news .news ul li {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		flex-direction: row;
		align-items: center;
		padding: 3rem 1.5rem;
	}
}
#news .news ul li .date {
	margin-right: 1.5rem;
	font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
	#news .news ul li .date {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		text-align: center;
		width: 15%;
		font-size: 1.6rem;
		margin-right: 3rem;
	}
}
#news .news ul li a {
	font-size: 1.6rem;
	text-align: left;
	display: block;
}
@media screen and (min-width: 1024px) {
	#news .news ul li a {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		width: 70%;
		font-size: 1.6rem;
	}
}
#news .news ul li a h3 {
	font-weight: normal;
}
#news .news .btn {
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	padding: 0.5rem 0 0.7rem;
	background: linear-gradient(to bottom, #000, #555);/*background-color: #005e43;*/
	display: block;
	margin: 0 auto 2rem;
	width: 20rem;
}
@media screen and (min-width: 1024px) {
	#news .news .btn {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		margin: 0 0 2rem auto;
		width: 20rem;
		font-size: 1.8rem;
	}
}
#news .news .btn .icon {
	padding-left: 1rem;
}
#news .news .btn .icon i:before {
	font-size: 2rem;
}

/* -------------------------- */
/* info */
/* -------------------------- */
#info {
	background-color: #f5f5f5;
}

.info {
	padding: 2rem 1.5rem 4rem;
}
@media screen and (min-width: 1024px) {
	.info {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 7rem 0;
	}
}
@media screen and (min-width: 1024px) {
	.info .title_s {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		margin-bottom: 3rem;
	}
}
.info .info-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	font-size: 1.6rem;
	border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1024px) {
	.info .info-box {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		width: 80%;
		flex-direction: row;
		font-size: 1.8rem;
		/*padding: 2rem 0;*/
	}
}
.info .info-box-item {
	padding: 1rem;
}
@media screen and (min-width: 1024px) {
	.info .info-box-item {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		padding: 3rem 1.5rem 3rem;
	}
}
.info .info-box-item:first-child {
	margin: 1rem 0 0 2rem;
	padding-bottom: 0;
	font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
	.info .info-box-item:first-child {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		font-size: 1.6rem;
		padding-left: 3rem;
		margin: 1rem 0 0 1rem;
		width: 20%;
	}
}
.info .info-box-item:nth-child(2) {
	margin: 0 0 0 2rem;
	font-family: serif;
}
@media screen and (min-width: 1024px) {
	.info .info-box-item:nth-child(2) {
		/* タブレット用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
		margin: 1rem 1rem 0 0;
		width: 75%;
	}
}
.info .info-box:last-child {
	border-bottom: unset;
}/*# sourceMappingURL=top.css.map */