@charset "utf-8";


/***************************************************************************************
メイン
***************************************************************************************/
.wrapper {
	width: 100%;
	overflow: hidden;
}

.lp .main-caption {
	margin-bottom: 46px;
}

.lp-body {
	padding-bottom: 30px;
}

.lp-body-main {
	margin-bottom: 55px;
}

.lp-main-title {
	font-size: 44px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	border: 1px solid #000;
	padding: 20px 20px;
	margin-bottom: 40px;
}

.lp-body-main02 {
	margin-bottom: 20px;
	text-align: left;
}

.lp-body-main02 .lp-main-title02 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.25;
	text-align: left;
	margin-bottom: 20px;
}

.lp-body-main02 ul {
	 list-style: none;
}

.lp-main-ul02 {
	margin-top: 30px;
}

.lp-body-main02 .lp-main-txt02 {
	font-size: 15px;
	padding-left:1em;
	text-indent:-1em;
}

.lp-main-ul02 .lp-main-txt02 {
	font-size: 13px;
}

.lp-body .lp-content .lp-content-img {
	text-align: center;
}

.lp-body .lp-content .lp-content-img img {
	max-width: 100%;
}

.lp-body .lp-content .lp-content-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 30px;
}

.lp-body .lp-content .lp-content-flex .lp-content-flex-l {
	width: 80%;
	padding-right: 40px;
}

.lp-body .lp-content .lp-content-flex .product-body-item-mrg01 {
	margin-top: 0;
	margin-bottom: 20px;
}

.lp-body .lp-content .lp-content-flex .lp-content-flex-r {
	width: 20%;
}

.lp-body .lp-content .lp-content-flex .lp-content-flex-r .product-body-item-img a {
	transition: 0.3s;
}

.lp-body .lp-content .lp-content-flex .lp-content-flex-r .product-body-item-img a:hover {
	transition: 0.3s;
	opacity: 0.7;
}

.product-body-item-img img {
	max-width: 100%;
}

@media (max-width: 640px) {
	.lp-body {
		padding-bottom: 15px;
	}
	
	.lp-main-title {
		font-size: 32px;
		text-align: left;
	}

	.lp-body-main {
		margin-bottom: 45px;
	}

	.lp-body-main02 .lp-main-title02 {
		font-size: 22px;
		text-align: left;
	}

.lp-body-main02 .lp-main-txt02 {
		font-size: 15px;
		text-align: left;
}
	
.lp-body-main02 ul {
		padding-inline-start: 15px;
}
	.lp-body .lp-content .lp-content-flex {
		display: block;
	}

	.lp-body .lp-content .lp-content-flex .lp-content-flex-l {
		width: 100%;
		padding-right: 0;
	}
	
	.lp-body .lp-content .lp-content-flex .lp-content-flex-l .product-body-item-img img {
		max-width: 100%;
	}

	.lp-body .lp-content .lp-content-flex .lp-content-flex-r {
		margin-top: 20px;
		width: 100%;
	}
	
	.lp-body .lp-content .lp-content-flex .lp-content-flex-r .product-body-item-img img {
		max-width: 100%;
	}
}


/***************************************************************************************
お問い合わせフォーム
***************************************************************************************/
.contact-begin,
.contact-begin02 {
	max-width: 780px;
}

.contact-list ul {
	max-width: 780px;
	padding: 0;
	list-style: none;
}

.contact-list-tel a {
	display: inline-block;
	background: url(../img/contact/tel1.png) 0 center no-repeat;
}

.contact-list-tel a:before {
	content: ':';
	display: inline-block;
	margin-right: 3px;
}

.contact-list-tel2 a {
	display: inline-block;
	background: url(../img/contact/tel1.png) 0 center no-repeat;
}

.contact-list-tel2 a:before {
	content: ':';
	display: inline-block;
	margin-right: 3px;
}

.contact-list-email span {
	display: inline-block;
	background: url(../img/contact/mail.png) 0 center no-repeat;
	text-decoration: none;
}

.contact-list-email span:before {
	content: ':';
	display: inline-block;
	margin-right: 3px;
}

.contact-attention {
	max-width: 780px;
}

.contact-attention small {
	font-size: 13px;
}

.contact-form {
	max-width: 780px;
	margin: 0 auto;
}

.contact-thanks-caption {
	font-weight: normal;
	text-align: center;
}

.contact-thanks-to-home {
	text-align: center;
}

.contact-thanks-to-home a {
	display: inline-block;
}

.basic-form .contact-form-underline01 {
	width: 580px;
	height: 34px;
	border-bottom: solid 1px #000;
	padding-bottom: 3px;
}

.basic-form .contact-form-underline02 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 580px;
	height: 34px;
	margin: 0;
	padding-left: 5px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background: none;
}

@media (min-width: 641px) {
.sp-view {
	display: none;
}
.contact-begin {
	text-align: center;
	margin: 5px auto 15px;
}
  
.contact-begin p {
	margin: 5px auto 15px;
}
  
.contact-begin02 {
	text-align: center;
	margin: 15px auto 15px;
}

.contact-list ul {
	display: table;
	width: 100%;
	margin: 0 auto 70px;
	background: #eaeaea;
	table-layout: fixed;
}

.contact-list li {
	display: table-cell;
	padding-top: 32px;
	padding-bottom: 32px;
	font-size: 22px;
}

.contact-list-tel {
	padding-left: 145px;
}

.contact-list-tel a {
	padding-left: 26px;
	background-size: 22px 28px;
	color: black;
	pointer-events: none;
	text-decoration: none;
}

.contact-list-tel2 {
	padding-left: 300px;
}

.contact-list-tel2 a {
	padding-left: 26px;
	background-size: 22px 28px;
	color: black;
	pointer-events: none;
	text-decoration: none;
}

.contact-list-email span {
	padding-left: 33px;
	background-size: 26px 19px;
}

.contact-attention {
	margin: 0 auto 32px;
}

.contact-thanks-caption {
	margin-top: 70px;
	font-size: 32px;
}

.contact-thanks-message {
	text-align: center;
}

.contact-thanks-message a.sp-tel {
	color: #000;
	pointer-events: none;
	text-decoration: none;
}

.contact-thanks-to-home {
	margin-top: 50px;
}

}

@media (max-width: 640px) {
.pc-view {
	display: none;
}
/*.lp-body-main {
	margin-bottom: 30px;
}*/

.contact-begin {
	margin: 10px 0 0px;
}
.contact-begin02 {
	margin: 0px 0 20px;
}
  
.contact-begin p,
.contact-begin02 p {
	margin: 0px 0 0px;
}

.contact-begin br,
.contact-begin02 br {
	display: none;
}

.contact-list {
	text-align: center;
	background: #eaeaea;
	margin: 0 0 70px;
}

.contact-list ul {
	display: inline-block;
	padding: 0;
}

.contact-list li {
	margin: 12px 0;
	text-align: left;
	font-size: 18px;
}

.contact-list-tel a {
	padding-left: 20px;
	background-size: 16px 21px;
}

.contact-list-tel2 a {
	padding-left: 20px;
	background-size: 16px 21px;
}

.contact-list-email span {
	padding-left: 23px;
	background-size: 18px 14px;
}

.contact-attention {
	margin: 10px auto 10px;
}

.contact-thanks-caption {
	margin-top: 45px;
	font-size: 24px;
}

.contact-thanks-to-home {
	margin-top: 30px;
}

.basic-form .contact-form-underline01 {
	width: 100%;
}
	
}