@charset "UTF-8";

#baby {
    margin: 0 auto;
    width: 960px;
}

.hosoku {
    margin-top:30px;
    background:#f6f6f6;
    padding:10px 20px;
}


.babytel {
    border: 1px #ccc solid;
	text-align:center;
    padding-top:20px;
    padding-bottom:10px;
    margin-bottom:10px;
}
.babyyoukouu td span {
    font-weight: bold;
    font-size: 16px;
    color: #f37c8e;
}



.qualification tr {
    padding-bottom:10px;
	}

.qualification strong{
	color:#ff0000;
	font-weight:bold;
}

.qualification strong.bk{
	color:#555;
}

.red {
    color: #CC0000;
}

/*
input{
	margin:4px 0;}
*/

.Btn{
	text-align:center;
	margin:30px 0;}

.Btn img{
	margin:0 15px;}

.present{
	margin:30px 0 50px 0;
	text-align:center;}

.center{
	text-align:center;}

#tetyou {
    width: auto;
    margin: 5px 0;
    padding:6px;
    line-height: 1;
    background-color: #EEB032;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    float: none;
}

.submit input {
    width: 186px;
    background: #66ae91;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}

.iflame {
    margin-top: 10px;
    margin-bottom:40px;
    height: 200px;
    overflow-y: scroll;
    border: solid 1px #AAA;
    padding: 10px;
    background-color: #FFF;
}

#thanksarea {
    text-align: center;
}

#thanksarea b {
    color: #4D280E;
    padding-top:20px;
    display: block;
    font-size: 16px;
    font-weight:bold;
}

h5 {
    border-left: solid 10px #EEB032;
    margin: 20px 0 10px 0;
    line-height: 1.2;
    padding-left: 10px;
    font-size: 16px;
}

.douiRequired {
    border: solid 1px #EEB032;
    padding: 10px;
    padding-left: 30px;
    text-indent: -20px;
    margin-top:20px;
    margin-bottom:20px;
}

.babyyoukouu td a {
    padding: 0 20px;
    border: 1px solid #ff8282;
    color:#ff8282;
    text-align: center;
    text-decoration:none;
    line-height: 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 3px 10px;
    background: #ffffff;
    display: inline-block;
    margin: 10px 0;
}

.babyform input {
    margin: 3px 0;
    padding: 5px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 100%;
}

.babyform select {
	border-color:#d4d4d4;
    color: #5e5e5e;
    margin: 3px 0;
    padding:4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 100%;
}

.babyform textarea {
    margin-top: 6px;
    width: 99%;
    height: 100px;
    padding: 0.5%;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 100%;
}

.tamahiyo a {
  display:inline-block;
  padding:6px 20px;
	border-radius:50px;        /* CSS3���� */
    -webkit-border-radius:50px;    /* Safari,Google Chrome�p */
    -moz-border-radius:50px;   /* Firefox�p */
    color: #ffffff;
    background:#e87070;
    margin-top:14px;
}
.tamahiyo span {
  font-size:80%;
  display:block;
}
.tamahiyo .tamahiyobtn {
  text-align:center;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* はじまるばこフォーム郵便番号入力時のメッセージ */
.message {
    color: #E51328;
    padding: 2px 0 4px;
    display: block;
}

h1.tt_l {
    line-height: 1.2em;
    color: #29ABCC;
    margin: 30px 0 12px 0;
    position: relative;
    border-bottom: 2px solid #ccc;
    padding: 7px 0;
    font-size: 140%;
    font-weight: bold;
}

h3.tt_s {
    font-size:110%;
    color: #e36c0a;
    margin-bottom:10px;
    font-weight: bold;
}

.bg_01 {
    background-color: #ffffee;
    padding: 20px;
}
.color01 {
    color: #e36c0a;
}

.indent_1em {           /* 2行目以降 1字下げ */
    padding-left:1em; text-indent:-1em;
}

.t_under {
    text-decoration: underline !important;
}

.indent_1em {
    padding-left: 1em;
    text-indent: -1em;
}

.mgb5 {
    margin-bottom: 5px !important;
}
.mgt10 {
    margin-top: 10px !important;
}

.max_w100 {
    max-width: 100%;
}
.w_year {
    width: 5em;
}
.w_kumiaino {
    width: 8em;
}


/* PC用 */
@media screen and ( min-width:641px ) {

.babyyoukouu {
    margin:30px 0;
    background-color: #fffbef;
    padding:20px;
}

.babyyoukouu th p {
    padding:0 20px;
	background:#ff8282;
	color:#FFFFFF;
	text-align:center;
	line-height:30px;
	border-radius:6px;        /* CSS3���� */
    -webkit-border-radius:6px;    /* Safari,Google Chrome�p */
    -moz-border-radius:6px;   /* Firefox�p */
	font-weight:bold;
}

.babyyoukouu td {
    padding-left:10px;
}

.babyyoukouu tr {
    height:50px;
}

.rightmoji {
	text-align:right;
}

#tetyouarea img {
    float:right;
    width:160px;
}

#tetyouarea ul {
    float:left;
    width:420px;
}

#tetyouarea {
    margin-top:20px;
    border: solid 1px #EEB032;
    padding: 10px;
}

.qualification dt{
	width:174px;
	float:left;
	background:#ff8282;
	color:#FFFFFF;
	text-align:center;
	line-height:30px;
	border-radius:6px;        /* CSS3���� */
    -webkit-border-radius:6px;    /* Safari,Google Chrome�p */
    -moz-border-radius:6px;   /* Firefox�p */
	font-weight:bold;
}

.qualification span{
	color:#E51328;
	font-weight:bold;
}
.qualification dd{
	width:764px;
	margin:0px;
	padding:0.2em 0 0;
	float:right;
}

.qualification dd a {
	text-decoration:underline;
}

.formB{
	width:100%;
	border-collapse:collapse;
	margin-bottom:30px;
	font-size:115%;	}



.formB th{
	width:270px;
	border-collapse:collapse;
	padding:15px;
	background-color:#FFEEEE;
	border-top:1px dotted #FF8080;
	border-bottom:1px dotted #FF8080;
	text-align:left;
	font-size:90%;
}



.formB th.namae{
	border-collapse:collapse;
	width:120px;
	border-top:1px dotted #FF8080;
	border-bottom:1px dotted #FF8080;
	}


.formB  td{
	background-color:#FFF;
	border-collapse:collapse;
	padding:15px;
		border-top:1px dotted #FF8080;
	border-bottom:1px dotted #FF8080;	}


.width100 {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.telareaa b {
	font-weight:100;
}


/* �\���� */

.babyform {
    border-top: 1px dashed #FF8080;
}

.babyform dl {
    background-color: #FFEEEE;
    border-bottom: 1px dashed #FF8080;
    padding:0;
    margin:0;
overflow:hidden
}

.babyform dl dt {
    float:left;
    clear:left;
    width:260px;
    font-weight:bold;
    padding:20px;
}
.babyform dl dd {
    background-color:#ffffff;
    margin-left:280px;
    padding:20px;
}

/*
.babyform dl {
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dotted #FF8080;
    padding:0;
    margin:0;
}

.babyform dl dt {

    display: block;
    float: left;
    width:24%;
    font-weight: bold;
    background-color: #FFEEEE;
    padding:2% 3%;
    height:100%;
}

.babyform dl dd {
    display: block;
    width:64%;
    float:left;
    padding:2% 3%;
    -webkit-margin-start:0;
}
 */

.babyform b {
    font-size:90%;
    background-color: #CC0000;
    color: #ffffff;
    margin-left:10px;
    padding:2px 10px;
	border-radius:50px;        /* CSS3���� */
    -webkit-border-radius:50px;    /* Safari,Google Chrome�p */
    -moz-border-radius:50px;   /* Firefox�p */
}

.areabtn {
    padding: 0 20px;
    border: 1px solid #ff8282;
    color: #ff8282 !important;
    text-align: center;
    text-decoration: none !important;
    line-height: 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 3px 10px;
}
.tamahiyo {
  border: 1px solid #e87070;
  background:url(../img/bg_tamahiyo.png) #fff9e1 no-repeat;
  padding:20px 160px;
	border-radius:10px;        /* CSS3���� */
    -webkit-border-radius:10px;    /* Safari,Google Chrome�p */
    -moz-border-radius:10px;   /* Firefox�p */
    text-align: center;
}

.namearea input {	/* 氏名入力欄 */
    width: 130px;
}


}

/* スマホ用 */
@media screen and ( max-width:640px ) {

.babyyoukouu {
    margin:30px 0;
    background-color: #fffbef;
    padding:10px;
}

.babyyoukouu th {
    padding-top:10px;
}

.babyyoukouu th p {
    padding:5px 10px;
	background:#ff8282;
	color:#FFFFFF;
	text-align:center;
	border-radius:6px;        /* CSS3���� */
    -webkit-border-radius:6px;    /* Safari,Google Chrome�p */
    -moz-border-radius:6px;   /* Firefox�p */
	font-weight:bold;
}

.babyyoukouu td {
    width:80%;
}

.babyyoukouu td p {
    margin-left:10px;
}

.spmgb20 {
    margin-bottom:20px;
}

.qualification dt{
	width:100%;
	background:#ff8282;
	color:#FFFFFF;
	text-align:center;
	line-height:30px;
	border-radius:6px;        /* CSS3���� */
    -webkit-border-radius:6px;    /* Safari,Google Chrome�p */
    -moz-border-radius:6px;   /* Firefox�p */
	font-weight:bold;
}

.qualification span{
	color:#E51328;
	font-weight:bold;
}
.qualification dd{
	width:100%;
	margin:0px;
	padding:0.2em 0 0;
}

.qualification dd a {
	text-decoration:underline;
}

.formB {
width:100%;
table-layout: fixed;�@�@/*�ǉ�����*/
}

.formB th {
    padding:2%;
    display: block;
    background-color:#FFEEEE;
    border-bottom:1px dotted #FF8080;
    text-align:left;
}

.formB td {
    width: 100%;
    display: block;
    padding-top:2%;
    padding-bottom:4%;
}

.formB td span {
    display: block;
}

#tetyouarea img {
    display: block;
    margin:10px auto;
}

#tetyouarea {
    border: solid 1px #EEB032;
    margin:10px auto;
}

#tetyouareain {
    padding:2%;
}

.width100 {
  width:90%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h5.yakusoku {
    border-left: solid 10px #EEB032;
    margin: 20px 0 10px 0;
    line-height: 1.2;
    padding-left: 10px;
    font-size: 16px;
}

.iflame {
    overflow-y:auto;
}

.iflame::-webkit-scrollbar {
  background:#ccc;
  width:10px;
}

.iflame::-webkit-scrollbar-thumb {
  background:#aaa;
}

#thanksarea img {
  width:80px;
}

.formB textarea {
    font-size: 18px !important;
}

/* �\���� */

.babyform dl {
    overflow: hidden;
    zoom: 1;
    padding:0;
    margin:0;
}

.babyform dl dt {
    clear:both;
    font-weight: bold;
    background-color: #FFEEEE;
    border-bottom: 1px dotted #FF8080;
    padding:10px;
}

.babyform dl dd {
    padding:10px 0;
}

.babyform input {
}

.babyform b {
    font-size:90%;
    background-color: #CC0000;
    color: #ffffff;
    margin-left:10px;
    padding:2px 10px;
	border-radius:50px;        /* CSS3���� */
    -webkit-border-radius:50px;    /* Safari,Google Chrome�p */
    -moz-border-radius:50px;   /* Firefox�p */
}

.babyform span {
    display: block;
}

.areabtn {
    display: block;
    padding: 0 20px;
    border: 1px solid #ff8282;
    color: #ff8282 !important;
    text-align: center;
    text-decoration: none !important;
    line-height: 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 3px 10px;
    margin-top: 10px;
}
.tamahiyo {
  border: 1px solid #e87070;
  padding:14px;
  background:#fff9e1;
	border-radius:10px;        /* CSS3���� */
    -webkit-border-radius:10px;    /* Safari,Google Chrome�p */
    -moz-border-radius:10px;   /* Firefox�p */
}
.tamahiyo img {
  margin-bottom: 10px;
}

.namearea input {	/* 氏名入力欄 */
    width: 38%;
}

}
