@charset "utf-8";
/* CSS Document */

/******************************************/
/***************** responsive web design **/
/******************************************/

@media only screen and (max-width:768px){

/** ぱんくず **/
/***************************/

#breadcrumbs{
	display:none;
}

/** コンテンツ　メイン
*************************/
main{
	width: 100%;
}

#description_top-area{
	display: block;
}
	
#takuhai_kit{
	width: 96%;
	margin: 30px auto 0;
}

#takuhai_kit h3{
	color: #e30882;
	font-size: 20px;
	border-bottom: 1px dotted #e30882;
	text-align: center;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

#takuhai_kit p{
	width: 96%;
	line-height: 1.4;
	color: #222;
	font-size: 14px;
	margin: 0 0 1em 0;
}

/** 宅配キット　フロー図
*************************/

#flow_chart{
	display: block;
	width: 96%;
	margin: 20px auto;
	background-color: #FFEEFF;
	border: 3px solid #e30882;
	border-radius: 10px; /* CSS3草案 */  
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */  
	-moz-border-radius: 10px; /* Firefox用 */  
}
	
#flow_chart ol{
	margin: 0 0 20px 0;
}

.flow_txt{
	font-size:16px;
	text-align:center;
	line-height: 1.4;
	margin: 0px 0;
}

.takuhai_kit_h3{
	font-size:18px;
	font-weight:600;
	color:#e30882;
	text-align:center;
	padding:1em 0 0 0;
}

.takuhai_kit_span2{
	font-size:18px;
	font-weight:600;
	color:#e30882;
	text-align:center;
}
	
/*****/
#description_bottom-area{
	display: block;
	margin: 30px 0;
}
	
#insurance{
	width: 96%;
	margin: 0 auto;
}
	
	.takuhai_kit_icon{
		display: block;
		width: 300px;
		margin: 0 auto;
	}
	
	.insurance_h4{
		font-size: 18px;
		line-height: 1.4;
		color: #e30882;
		padding: 0 0 0 1em;
	}
	
	.insurance_txt{
		font-size: 16px;
		line-height: 1.4;
		color: #222;
		padding: 0 0 0 1em;
	}
	
	#insurance figure{
		display: flex;
		margin: 10px 0;
	}
	
	#insurance_caption{
		font-size: 18px;
		color: #e30882;
		padding: 40px 0 0 1em;
	}
	
/*****/	
#takuhai_kit_area{
	width: 96%;
	display: block;
	margin: 0 auto;
}
	
	#takuhai_kit_caption{
		color:#e30882;
		font-size:16px;
		font-weight:600;
		margin:20px 10px 5px;
	}
	
	.takuhai_kit_ul{
		font-size: 15px;
		color: #222;
		margin: 10px 0 0 1em;
		line-height: 20px;
	}
	
	.takuhai_kit_span{
		color: #e30882;
		padding-right: .3em;
	}

/** コンタクトフォーム
*************************/
#contact-wrap{
	display: block;
	width: 100%;
	margin:0 0 20px;
}
	
	#contact-form_title{
		width: 98%;
		border-radius: 5px;
		background-color: #e30882;
		margin: 0 auto;
	}
	
	#contact-form_title h3{
		padding: 14px 0 10px;
		color: #fff;
		font-size: 16px;
		text-align: center;
	}
	
	#form_input_area{
	}
	
	#form_area{
		display: block;
		width: 100%;
	}
	
	.contact_item{
		display: flex;
		border: 1px solid #fff;
		margin: 10px;
	}
	
	.label_text{
		display: block;
		min-width: 30%;
		height: 26px;
		border-radius: 5px;
		background-color: #e30882;
		font-size: 12px;
		letter-spacing: 0.1em;
		text-align: right;
		line-height: 2.6;
		padding: 1rem .4em 1rem 0;
		color: #fff;
		margin: 0 2px 0px 0;
	}
	
	.contact_item input[placeholder],
	.contact_item textarea[placeholder]{
		font-size: 12px;
	}
	
	.contact_item input{
		display: block;
		width: 68%;
		border-radius: 5px;
		border: 1px dotted #e30882;
		background-color: #FFEEFF;
		font-size: 10px;
		letter-spacing: 0.2em;
		text-align: left;
		padding: 1rem 0 1rem 1em;
		margin-left: 3px;
	}
	
	.contact_item input#post_number3{
		display: block;
		width: 8%;
		border-radius: 5px;
		border: 1px dotted #e30882;
		background-color: #FFEEFF;
		font-size: 10px;
		letter-spacing: 0.2em;
		text-align: left;
		padding: 0 0 0 1em;
		margin-left: 3px;
	}
	
	.contact_item input#post_number4{
		display: block;
		width: 11%;
		border-radius: 5px;
		border: 1px dotted #e30882;
		background-color: #FFEEFF;
		font-size: 10px;
		letter-spacing: 0.2em;
		text-align: left;
		padding: 0 0px 0 1em;
		margin-left: 3px;
	}
	
	.contact_item textarea{
		display: block;
		width: 68%;
		border-radius: 5px;
		border: 1px dotted #e30882;
		background-color: #FFEEFF;
		font-size: 10px;
		letter-spacing: 0.2em;
		text-align: left;
		padding: 10px 0 0 1em;
		margin-left: 3px;
	}

	input:focus,
	input#post_number3:focus,
	input#post_number4:focus{
		color: #fff;
		background-color: #e30882;
		letter-spacing: 0.1em;
		outline: 1px solid #e30882;
		outline: none;
		text-align: left;
	}
	
	textarea:focus{
		color: #fff;
		background-color: #e30882;
		letter-spacing: 0.1em;
		outline: none;
		border-radius: 5px;
  		vertical-align: top;
		text-align: left;
	}
	
	#submit_area{
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.submit{
		width: 100%;
		height: 100px;
		color: #fff;
		border: none;
		padding: 2.1em 0;
		margin: 20px 0 0 0;
		background-color: #e30882;
		border-radius: 5px;
		font-size: 16px;
		cursor: pointer;
	}

	input[type="submit"], 
	button[type="submit"], 
	button[type="button"] { 
		-webkit-appearance: none; 
	}

	.hyphen{
		padding: 7px 0 0 2px;
	}
	
	.auto-input{
		padding-top: 10px;
		font-size: 12px;
	}

	

	.gmail_note{
		margin: 16px;
		text-align: center;
	}

	.gmail_note p{
		font-size: 12px;
		line-height: 1.6;;
	}

	.gmail_note p span{
		font-size: 12px;
		font-weight: bold;
		color: #e30882;
	}
	
	.pc_mode{
		display: none;
	}
/*****/
	
	#privacy_policy{
		width: 96%;
		margin: 0 auto;
	}
	
	#privacy_policy_h4{
		display: none;
	}
	
	#privacy_policy ul{
		display: none;
	}
	
}


/******************************************/
/***********************************  PC **/
/******************************************/
@media screen and (min-width: 769px){

/** ぱんくず
********************/

#breadcrumbs{
	display:block;
	width: 20%;
	margin:20px 0 20px 0;
	box-shadow:-3px 0px 10px 0px #ccc;
}

#breadcrumbs ol{
	display:block;
	width:100%;
	text-align:left;
	background-color:#fff;
}

.breadcrumbs_home{
	display:block;
	width: 36px;
	margin:0 5px 0 10px;
	line-height: 20px;
	float:left;
}

.breadcrumbs_here{
	display:block;
	line-height:20px;
	width: 120px;
	float:left;
}

.breadcrumbs_last{
	display:block;
	line-height:20px;
	width:90px;
	float:left;
}

#breadcrumbs ol li a{
	color:#111;
	text-decoration:none;
}

.breadcrumbs_icon{
	width:5px;
	margin:0 10px;
	line-height:20px;
	float:left;
}


/******************************************/
/***************************** container **/
/******************************************/

#container{
	display:block;
	width:1024px;
	margin:0 auto;
}

/** コンテンツ　メイン
*************************/
main{
	width: 100%;
}

#description_top-area{
	display: flex;
}
	
#takuhai_kit{
	width: 50%;
}

#takuhai_kit h3{
	width: 96%;
	color: #e30882;
	font-size: 20px;
	border-bottom: 1px dotted #e30882;
	margin: 0 0 10px 0;
}

#takuhai_kit p{
	width: 96%;
	line-height: 1.4;
	color: #222;
	font-size: 18px;
	margin: 0 0 1em 0;
}

/** 宅配キット　フロー図
*************************/

#flow_chart{
	display:block;
	width:46%;
	margin: 20px 0;
	background-color: #FFEEFF;
	border: 3px solid #e30882;
	border-radius: 10px; /* CSS3草案 */  
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */  
	-moz-border-radius: 10px; /* Firefox用 */  
}
	
#flow_chart ol{
	margin: 0 0 20px 0;
}

.flow_txt{
	font-size:16px;
	text-align:center;
	line-height: 1.4;
	margin: 0px 0;
}

.takuhai_kit_h3{
	font-size:18px;
	font-weight:600;
	color:#e30882;
	text-align:center;
	padding:1em 0 0 0;
}

.takuhai_kit_span2{
	font-size:18px;
	font-weight:600;
	color:#e30882;
	text-align:center;
}


/*****/
#description_bottom-area{
	display: flex;
	margin: 30px 0;
}
	
#insurance{
	width: 50%;
}
	
	.takuhai_kit_icon img{
		margin: 0 0 10px 0;
	}
	
	.insurance_h4{
		font-size: 18px;
		line-height: 1.4;
		color: #e30882;
		padding: 0 0 0 1em;
	}
	
	.insurance_txt{
		font-size: 18px;
		line-height: 1.4;
		color: #222;
		padding: 0 0 0 1em;
	}
	
	#insurance figure{
		display: flex;
		margin: 10px 0;
	}
	
	#insurance_caption{
		font-size: 18px;
		color: #e30882;
		padding: 40px 0 0 1em;
	}
	
/*****/	
#takuhai_kit_area{
	width: 50%;
	display: flex;
}
	
	#takuhai_kit_caption{
		color:#e30882;
		font-size:16px;
		font-weight:600;
		margin:20px 10px 5px;
	}
	
	.takuhai_kit_ul{
		font-size: 16px;
		color: #222;
		margin: 50px 0 0 1em;
		line-height: 20px;
	}
	
	.takuhai_kit_span{
		color: #e30882;
		padding-right: .3em;
	}

/** コンタクトフォーム
*************************/
#contact-wrap{
	display: block;
	width: 100%;
	margin:0 0 20px;
}
	
	#contact-form_title{
		width: 98%;
		border-radius: 5px;
		background-color: #e30882;
		margin: 0 auto;
	}
	
	#contact-form_title h3{
		padding: 14px 0 10px;
		color: #fff;
		font-size: 18px;
		text-align: center;
	}
	
	#form_input_area{
		width: 56%;
	}
	
	#form_area{
		display: flex;
		width: 100%;
	}
	
	.contact_item{
		display: flex;
		border: 1px solid #fff;
		margin: 10px;
	}
	
	.label_text{
		display: block;
		min-width: 30%;
		height: 30px;
		border-radius: 5px;
		background-color: #e30882;
		font-size: 14px;
		letter-spacing: 0.2em;
		text-align: right;
		line-height: 2.2;
		padding: 0 1em 0 0;
		color: #fff;
		margin: 0 2px 0px 0;
	}
	
	.contact_item input{
		display: block;
		width: 68%;
		border-radius: 5px;
		border: 1px dotted #e30882;
		background-color: #FFEEFF;
		font-size: 16px;
		letter-spacing: 0.2em;
		text-align: left;
		padding: 0 0 0 1em;
		margin-left: 3px;
	}
	
	.contact_item input#post_number3{
		display: block;
		width: 8%;
		border-radius: 5px;
		border: 1px dotted #e30882;
		background-color: #FFEEFF;
		font-size: 16px;
		letter-spacing: 0.2em;
		text-align: left;
		padding: 0 0 0 1em;
		margin-left: 3px;
	}
	
	.contact_item input#post_number4{
		display: block;
		width: 11%;
		border-radius: 5px;
		border: 1px dotted #e30882;
		background-color: #FFEEFF;
		font-size: 16px;
		letter-spacing: 0.2em;
		text-align: left;
		padding: 0 0px 0 1em;
		margin-left: 3px;
	}
	
	.contact_item textarea{
		display: block;
		width: 68%;
		border-radius: 5px;
		border: 1px dotted #e30882;
		background-color: #FFEEFF;
		font-size: 16px;
		letter-spacing: 0.2em;
		text-align: left;
		padding: 10px 0 0 1em;
		margin-left: 3px;
	}

	input:focus,
	input#post_number3:focus,
	input#post_number4:focus{
		color: #fff;
		background-color: #e30882;
		letter-spacing: 0.1em;
		outline: 1px solid #e30882;
		outline: none;
		text-align: left;
	}
	
	textarea:focus{
		color: #fff;
		background-color: #e30882;
		letter-spacing: 0.1em;
		outline: none;
		border-radius: 5px;
  		vertical-align: top;
		text-align: left;
	}
	
	#submit_area{
	}
	
	.submit{
		width: 100%;
		background-color: #e30882;
		font-size: 20px;
		color: #fff;
		border: none;
		border-radius: 5px;
		padding: 2.1em 0;
		margin: 66px 0 0 0;
		cursor: pointer;
	}
	
	.submit:hover{
		opacity: 0.5;
	}
	
	.hyphen{
		padding: 7px 0 0 2px;
	}
	
	.auto-input{
		padding-top: 10px;
		font-size: 12px;
	}

	.gmail_note{
		margin: 16px;
		text-align: center;
	}

	.gmail_note p{
		font-size: 16px;
		line-height: 1.4;;
	}

	.gmail_note p span{
		font-size: 16px;
		line-height: 1.4;
		font-weight: bold;
		color: #e30882;
	}
	
	.mb_mode{
		display: none;
	}
/*****/
	
	#privacy_policy{
		width: 43%;
		margin: 16px 0 0 0;
	}
	
	#privacy_policy_h4{
		font-size: 16px;
		letter-spacing: 0.2em;
		border-bottom: 1px solid #999;
		padding-bottom: 3px;
		margin: 0 0 5px 0;
	}
	
	.privacy_policy_li{
		font-size: 12px;
		padding-bottom: 5px;
		letter-spacing: 0.1em;
		line-height: 1.4;
	}
	
	#privacy_policy_mobile{
		display: none;
	}

}