.require{
border-radius:10px;
margin:0 10px;
padding:3px 0;
display:inline-block;
width:5em;
height:2em;
background:#e85295;
color:#fff;
text-align:center;
font-size:12px;
}
#contact form{
	display:flex;
	flex-direction:column;
	align-items:center;
}

#contact table tr{
//	line-height:4rem;
padding:30px 3px;
}
@media screen and (max-width: 767px) {
#contact table tr{
padding:0 3px;
}
.b_inner{
padding:20px 20px 60px 20px;
}
}

#contact table tr th{
/*
	text-align:left;
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:180px;
*/
	width:30%;
	font-weight:normal;
}

#contact table tr td input{
	/*width:300px;*/
	width:100%;
	line-height:2;
}

#contact table tr td textarea{
	/*width:300px;*/
	width:100%;
	height:200px;
	line-height:2;
	margin-top:16px;
}

.caution{
	font-size:14px;
	width:500px;
	padding:16px;
	background-color:#ffd700;
	border-radius:15px;
}

.caution label{
	display:flex;
	align-items:center;
}

#check_flg-outer{
	margin-right:16px;
}

.send-btn{
		padding: 15px 30px !important;
    font-size: 14px;
    border-radius: 30px;
    background: #ffa500;
    border-color: #ffa500;
    color: #fff;
    text-decoration: none;
		margin-top:20px;
}

#toiawase_form td{
	width:100%;
}

body{
  background: #ffe4c4;
}

.t_inner{padding-bottom:0px; padding-top:0px; padding-left:80px;}
.b_inner{padding-top:30px;}

.top_line{
background-image:url(../images/spade_1.png);
background-repeat: repeat-x;
margin-top:40px;
height:35px;
}

.cnt_line{
background-image:url(../images/heart_1.png);
background-repeat: repeat-x;

height:35px;
}

td{background:#fff;}

.contact_img{
width:100%;
}
.contact_img img{
vertical-align:top;
width:100%;
}
.s_btn_img{margin-left:240px;}
.s_btn_img:after{
  content: '';/*何も入れない*/
  display: inline-block;
background-image:url(../images/懐中時計_1.png);

width:244px;
height:216px;
  background-size: contain;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
    table,tbody,tr,th,td{
        display: block;
        width:100%;
    }

#contact table tr th {
width:100%;
}
.caution {
width:100%;
}
.s_btn_img{margin-left:80px;}
.s_btn_img:after{
width:122px;
height:108px;
}
.t_inner{padding-left:50px;}
}