@charset "UTF-8";
/* CSS Document */	
/*SP用*/
@media only screen and (max-width: 360px){
	#formWrap,.kids_detail,.kids_caution {
		width: 95% !important;
	}

    table.formTable th{
		display:none;
    }
    table.formTable .sp_th{
		display:block !important;
		background: #efefef;
    padding-left: 5px;
    }
}

#formWrap,.kids_detail,.kids_caution {
    width:80%;
    margin:20px auto;
    padding: 0 10px;
	overflow: hidden;
}

table.formTable{
    width:100%;
    margin:10px auto;
    border-collapse:collapse;
}

table.formTable td,table.formTable th{
    border:1px solid #ccc;
    padding:10px;
}

table.formTable th{
    width:20%;
    font-weight:normal;
    background:#efefef;
    text-align:left;
}

table.formTable td{
    width:70%;
}

table.formTable .sp_th{
	display:none;
}
	
#formWrap .required {
	color: #ff0000;	
	font-size: smaller;
}

.ul_dot1 {
	border-bottom: dotted 4px #ff928b;
}

.small_text {
	line-height:1.5em;
	margin:10px 0;
	font-size:smaller;
	display:block;
}

#kidsd-child {
	padding-top:100px;
	padding-bottom:0;
}

#kidsd-child-content {
	padding-top:0px;
	line-height: 2em;
}

#kidsd-child-content h3{
	position: relative;
	background: #e8d6cc;
	box-shadow: 0px 0px 0px 5px #e8d6cc;
	border: dashed 2px white;
	padding: 0.2em 1em;
	color: #362425;
    font-weight: bold;
    font-size: 15px;
}

#kidsd-child-content h3:after{
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #956134;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.formTable input,.formTable textarea,.formTable select {
	width: 80%;
}

.formTable input[type="number"] {
	width:30%;
}

.kids_caution .record span {
	position: relative;/*相対位置*/
	padding-left: 1.2em;/*アイコン分のスペース*/
	line-height: 1.4;/*行高*/
	color: #7b6459;/*文字色*/
	margin-right: .5em;
}

.kids_caution .record span:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f1b0";/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #ff938b; /*アイコン色*/
}
    
