<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


body{
	font-family: YuGothic,'Yu Gothic',sans-serif;
	font-size: 14px;
	line-height: 1.8;
	min-width: 1100px;
	background: url(../images/bg_img.png);
}

input, textarea{
	border: 1px solid #c9c9c9;
	font-family: YuGothic,'Yu Gothic',sans-serif;
}

input[type="checkbox"], input[type="radio"]{
	margin-right: 5px;
	vertical-align: middle;
}

input[type="text"]{
	padding: 5px 10px;
}

textarea{
	padding: 5px 10px;
	resize: none;
}

label{cursor: pointer;}

a{
	text-decoration: none;
	color: #353535;}

a:hover{
	opacity: 0.7;
}

/*-----------header----------*/

header{
	width: 100%;
	padding-top: 20px;
	background-color: #fff;
	height: 34px;
	position: fixed;
	z-index: 2;
}

.header_box{
	max-width: 1500px;
	margin: 0 auto;
	overflow: hidden;
	min-width: 1000px;
	line-height: 0;
}

.logo_header{
	padding-left: 30px;
	float: left;
}

/*-----------contactとprivacy_policy共通----------*/

.title_fixed{
	position: fixed;
	z-index: 1;
	top: 150px;
}

.title p{
	font-weight: bold;
}

.container{
	width: 850px;
	margin: 0 auto;
	padding-left: 250px;
	margin-top: -80px;
}

/*-----------contact----------*/


.title_box{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.contact .title p{
	margin-top: 20px;
	padding-bottom: 13px;
	width: 89px;
}

.contents_bg{
	background-color: #fff;
	width: 770px;
	padding:0px 40px 60px;
}

.contact .upper{
	background-color: #fff;
	padding-top: 95px;
	height: 250px;
}

.caution{
	color: #353535;
	letter-spacing: 0.1em;
	margin-bottom: 45px;
}


.form_must ul li{
	margin-bottom: 35px;
	overflow: hidden;
	clear: both;
}

.form_must ul li p{
	font-weight: bold;
}

.form_must ul li p span{
	color: #e02f12;
}

.form_must ul li p input, .form_must ul li p textarea{
	width: 590px;
	float: right;
}

.form_must ul li p input{
	height: 38px;
}

.form_must ul li p textarea{
	height: 180px;
}


.form_option h2{
	font-size: 26px;
	font-weight: bold;
	border-bottom: 2px solid #00acc8;
	width: 185px;
	margin:90px 0px 52px;
}

.form_option ul li{
	clear: both;
	margin-top: 35px;
	overflow: hidden;
}
	.form_option ul li:first-child{
		margin-top: 0px;
	}

.form_option ul li p{
	font-weight: bold;
	float: left;
	width:  158px;
	line-height: 21px;
}
	.form_option ul li p span{
		font-size:  12px;
	}

.form_option textarea{
	width: 590px;
	height: 100px;
	float: right;
}

.form_option input[type="text"]{
	margin-left: 10px;
}

.others_products{
	width: 177px;
}

.others_not_products {
	width: 241px;
}

.form_option ul li .forms{
	float: right;
	width: 610px;
}

.forms_radio{
	line-height: 27px;
}

.form_option ul li label{
	margin-left: 10px;
}

.form_option ul li .first_label{
	margin-left: 0;
}

.subtitle{
	color: #00acc8;
	font-weight: bold;
	border-bottom: 2px solid #00acc8;
	display: block;
	margin-bottom: -15px;
}

.products .subtitle{
	width: 31px;
}

.not_products span{
	width: 46px;
}

.products, .not_products{
	float: right;
	width: 610px;
}

.not_products{
	margin-top: 13px;
}

.treats_privacy{
	clear: both;
}

.treats_privacy h2{
	font-size: 25.98px;
	font-weight: bold;
	border-bottom: 2px solid #00acc8;
	width: 338px;
	margin: 90px 0px 40px;
}

.treats_privacy p{
	letter-spacing: 0.1em;
}

.treats_privacy .link_privacy{
	margin: 30px 0px;
}

.treats_privacy .link_privacy img{
	vertical-align: middle;
	padding-right: 5px;
}

.treats_privacy .link_privacy a{
	color: #00acc8;
	border-bottom: 1px solid;
}

.treats_privacy .link_privacy a:hover{
	border-bottom: none;
}

.treats_privacy .checkbox_privacy{
	border: 1px solid #00acc8;
	padding: 20px;
	color: #4a4949;
	margin-bottom: 30px;
	letter-spacing: 0;
}
	.treats_privacy .checkbox_privacy span{
		color:  #e02f12;
	}

.treats_privacy .checkbox_privacy input{
	margin-right: 5px;
}

.btn_confirm{
	text-align: center;
	margin: 50px auto 0px;
	cursor: pointer;
	width: 400px;
}


.confirm{
	border: none;
	text-align: center;
	width: 400px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	background-color: #f5d34b;
	cursor: pointer;
	font-weight: bold;
	display: block;
	margin: 50px auto 0px;
}

.confirm:hover{
	opacity: 0.7;
}

.title_privacy{
	display: none;
	position: fixed;
	z-index: 1;
	top: 150px;
}

.contents_privacy_policy .upper{
	background-color: #fff;
	height: 190px;
	width: 100%;
	padding-top: 60px;
}

.contents_privacy_policy{
	padding-top: 60px;
	margin-bottom: 20px;
}

.contents_privacy_policy .title{
	width: 1100px;
	margin: 0 auto;
}

.contents_privacy_policy .title p{
	padding:13px 0px;
}

.privacy_container{
	padding-bottom: 70px;
}

.contents_privacy_policy ul{
	background-color: #fff;
	width: 770px;
	padding: 0 40px 60px ;
	letter-spacing: 0.1em;
}

.contents_privacy_policy ul li{
	margin-bottom: 40px;
}

.contents_privacy_policy ul li:last-child{
	margin-bottom: 0px;
}
.contents_privacy_policy span{
	color: #00acc8;
	font-weight: bold;
}

.page_top{
	right: 20px;
	position: fixed;
	bottom: 150px;
}



/*-----------footer----------*/
footer{
	clear: both;
	background-color: #fff;
	min-width: 1100px;
	margin: 0 auto;

}


.border{
	padding: 20px 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1f2f2;
}
.sns_box{
	clear: both;
	margin: 0 auto;
}
.sns_icons{
	width:116px;
	margin: 0 auto;
	height: 35px;
}
.sns_icons li{
	float:left;
	margin-left: 6px;
}

.sns_icons li:first-child{
	margin-left: 0px;
}

.footer_container{
	max-width: 1500px;
	margin:  0 auto;
	overflow: hidden;
	padding-bottom: 20px;
}

.logos {
	float: left;
	margin-left: 23px;
}

.logos li{
	float: left;
	margin-left: 18px;
}

.logos li:first-child{
	margin-left: 0px;
}

.logos li img{
	vertical-align: middle;
	margin-right: 5px;
}

.copyright{
	float: right;
	margin-right: 20px;
}


/*-----------error時の表示----------*/
.error{
	width: 730px;
	padding: 20px;
	border: 1px solid #e24934;
	color: #e24934;
	margin-bottom: 40px;
}

/*-----------thanksページ----------*/

.contents_bg_thanks{
	height: 545px;
}

.thanks .contents{
	padding-bottom: 60px;
	margin-bottom: 20px;
}

.thanks .contents_upper{
	margin: 0 auto;
	width: 1100px;
}

.thanks .title{
	float: left;
}

.thanks  .upper{
	height: 200px;
	padding-top: 150px;
}

.thanks h3{
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 40px;
}

/*-----------confirmページ----------*/
#confirm{
	margin-bottom: 20px;
}
#confirm .container{
	padding-bottom: 60px;
}

#confirm .contents_bg{
	padding-bottom: 40px;
}

#confirm .answer{
	font-weight: initial;
	width: 610px;
}


#confirm .form_must ul{
	overflow: hidden;
}


#confirm .form_must ul li p{
	width: 158px;
	float: left;
}

#confirm .form_must ul li:last-child{
	height: auto;
}

#confirm .form_must ul li .answer{
	width: 610px;
	float: none;
	margin-left: 160px;
}

#confirm .form_option ul li .answer{
	width: 610px;
}
#confirm .form_option h2{
	margin: 80px 0 52px;
}

#confirm .btn_submit{
	text-align: center;
	margin: 50px auto 0px;
	cursor: pointer;
	width: 770px;
	height: 50px;
}

#confirm .btn{
	border: none;
	width: 370px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	float: left;
}

#confirm .btn:hover{
	opacity: 0.7;
}

#confirm .back{
	background-color: #cccccc;
	margin-right: 30px;
}


#confirm .submit{
	background-color: #f5d34b;
}
</pre></body></html>