@charset "utf-8";

.abc-title{
	margin: 0px 0 10px;
	text-align: center;
	font-size: 185%;
	line-height: 1.2em;
}
.form-comment1 {
    width: 100%;
    background-color: #eeeeee;
    margin: 0 auto 20px auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: left;
}
.form-comment1 p {
	padding: 12px 20px;
}
.form-abc-info {
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0px 12px 0px;
}
.form-abc-window {
	border: 2px solid #dddddd;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 12px;
}
.form-window-in {
	padding: 10px;
}
.form-h3-01 {
	border-left: 3px solid #5dbaeb;
	padding: 2px 4px 2px 15px;
	clear: both;
}
.form-h3-01 h3 {
	font-size: 100%;
	font-weight: bold;
	display: inline;
	margin-right: 10px;
}
.form-h3-01 .hissu {
	border: 1px solid #ff0000;
	color: #ff0000;
	font-size: 80%;
	display: inline;
	margin-right: 20px;
	padding: 3px;
}
.form-input {
	width: 90%;
	padding: 10px 0px 10px 0px;
}
.form-text01 {
	font-size: 110%;
	font-weight: bold;
	margin-right: 10px;
}
.form-design1 {
	/* font: 15px/24px sans-serif; */
	box-sizing: border-box;
	width: 100%;
	padding: 0.5em 0.8em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #333333;
	border: 2px solid #cccccc;
	background: #e3f8ff;
	border-radius: 8px;
}
.form-input select {
	border: 2px solid #cccccc;
	background: #e3f8ff;
	/*padding: 12px 10px;*/
	padding: 5px;
	color: #555555;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.form-radio {
	padding: 20px 0px 10px 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.form-radio:before,
.form-radio:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}
.form-radio .box {
	width: 90%;
	---margin: 2em auto;
	text-align: left;
}
.form-radio input[type=radio] {
	display: none;
}
.form-radio label:focus,
.form-radio label:hover,
.form-radio label:active,
.form-radio input:checked + label {
	color: #125fd2; /*フォーカステキスト*/
}
.form-radio label:focus:before,
.form-radio label:hover:before,
.form-radio label:active:before,
.form-radio input:checked + label:before {
	border-color: #125fd2; /*フォーカスポイント*/
	background: #ffffff;
}
.form-radio label {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	position: relative;
	/* display: block; */
	overflow: hidden;
	padding: 1em 1em 0em 3em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	        transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;
}
.form-radio label:before {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 10px;
	height: 10px;
	content: '';
	border: 0.2em solid #cccccc;
	border-radius: 50%;
}
.form-radio input:checked + label:before {
	border-color: #125fd2;
	background: #125fd2;
}
.form-radio input:disabled + label {
	cursor: not-allowed;
	color: rgba(0, 0, 0, 0.5);
	background: #efefef;
}
.form-radio input:disabled + label:hover {
	border-color: rgba(0, 0, 0, 0.1);
}
.form-radio input:disabled + label:before {
	border-color: #ffffff;
	background: #ffffff;
}
.form-abc-submit-area {
	width: 100%;
	/*margin: 0 auto 20px auto;*/
	padding: 15px 0;
	text-align: -webkit-center;
}
.form-abc-errmsg-area {
	margin: 0 auto 20px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #dddddd;
}
.form-abc-errmsg-area-in {
    padding: 10px;
}
.errmsg-abc {
	color: #ff0000;
	font-size: 90%;
	text-align: left;
}
.sendmsg {
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 30px;
    color: #FF0000;
    margin-top: 20px;
}
.return-abc-top {
	height: 50px;
	padding: 0 5px 0 5px;
	margin: 0 30px;
	font-size: 1.2em;
	border-style: none;
	background-color: #eea82f;
	color: #ffffff;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor: pointer;
}
.return-abc-top:hover {
	background-color: #e98f2f;
}
input#submit_button {
	width: 170px;
	height: 50px;
    padding: 15px 40px;
    font-size: 1.2em;
	border-style: none;
	background-color: #2eabd3;
	color: #ffffff;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
input#submit_button:hover {
    background-color: #259fa3;
}
.form-input td {
	padding: 0 0 0 5px;
}
hr {
	border: 0 none;
	height: 2px;
	color: #eeeeee;
	background-color: #eeeeee;
	margin: 10px 0 20px 0;
	overflow: hidden;
}

.baby-photo-title {
	color: #f93;
	margin: 20px 0 10px;
	text-align: center;
	font-size: 240%;
	line-height: 160%;
}



