@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

BabySpoon form CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
html {
    color: #000;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=button],
input[type=submit],
select, option, textarea {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	-ms-appearance: auto;
	appearance: auto;
	border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Helvetica, Arial, sans-serif;
	border: #ccc solid 1px;
	font-size: 1.4rem;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
	letter-spacing: .1rem;
}

/* Content
----------------------------------------------- */
body {
	padding: 0;
	margin: 0;
}
.formWarp {
    text-align: left !important;    
}

table {
	border: #ccc solid 1px;
	border-bottom: none;
	margin: 0 0 30px !important;
	line-height: 1.4;
}
table.item1 {
	margin: 20px 0 0 !important;
}
table th,
table td {
	border: #ccc solid 1px;
	border-left: none;
	border-top: none;
}
table th {
	width: 27%;
	text-align: left !important;
	padding: 10px 0 10px 10px;
	font-weight: normal;
}
table td {
    text-align: left !important;
	border-right: none;
	padding: 10px 0 10px 10px;
}
table tr td	select.form-control {
	padding: 5px;
	border-radius: 5px;
}
table td input {
	border: solid 1px #ccc !important;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
}
p.ttl {
	font-size: 18px;
	margin: 5px 0;
	font-weight: bold;
}
p.ttl span.att {
	margin: 5px 0;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.font_red,
.red {
	color:#F00;
	margin: 0 0 10px;
}
.atts {
	display: block;
	font-size: 12px;
	margin: 5px 0 0;
}
input[type=submit].send_btn {
	display: block;
	border:solid 1px #ccc;
	padding:10px 40px;
	margin:0 auto;
	font-family:Arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	font-weight: normal;
}
table td ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
ul.send_btnBox {
    display: block !important;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.send_btnBox li {
	display: inline-table;
	padding: 0;
}
.att {
	color: #F00;
	font-weight: bold;
}
.ttl {
	font-size: 16px;
	color: #3A5F91;
	line-height: 1.6;
}
.formWarp .txt {
	margin: 0;
    padding: 0;
    color: #000;
	font-size: 13px;
}
.border_title {
	padding: 0;
	margin: 0 0 20px;
	font-size: 15px;
    font-weight: bold;
}
textarea {
	width: calc(100% - 20px);
	height: 150px;
	resize: none;
}
/*
------------------------------------------------------------------------------------------------------------------ Tablet */

@media screen and (max-width: 900px) {

}


/*
------------------------------------------------------------------------------------------------------------------ TabletPortrait */

@media screen and (max-width: 768px) {

}


/*
------------------------------------------------------------------------------------------------------------------ SmartPhone */

@media screen and (max-width: 414px) {
    table{
        border: none;
    }
	table th,
	table td {
		display: block;
		border: #ccc solid 1px;
		border-left: none;
		border-top: none;
		border-right: none;
		box-sizing: border-box;
        text-align: left !important;
	}
	table td input,
	table td select,
	table td textarea {
		font-size: 5vw;
	}
	table th {
		width: 100%;
	}
	table td {
		padding: 10px;
	}
	table td input {
		width: 100%;
		box-sizing: border-box;
	}
	table td input[type=radio] {
		width: inherit;
	}
	table tr td	select.form-control {
		width: 100%;
	}
	textarea {
		width: calc(100% - 5px)
	}
}
