#catalog {
	clear: both;
	overflow: hidden;
	*zoom: 1;
        font-size: 1em;
        padding: .8em;
        background-color: #ffb90b24;
}

#catalog h3 {
	font-size: 160%;
        font-weight: normal;
}

#yusou {
	clear: both;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	overflow: hidden;
	*zoom: 1;
	background: url("../catalog-request/img/bg_01.jpg");
	background-size: cover;
	padding: 15px;
	border: #7D423E 1px solid;
}

#yusou h3 {
	color: #663300;
}

#yusou h3 em {
	display: block;
}

#yusou .fr {
	margin-bottom: 0;
}

#yusou p {
	font-size: 14px;
	margin-bottom: 0;
}

.contact h2 {
	font-weight: 700;
	border-bottom: 1px dotted #BFA886;
}

.pc { display: block !important;
      width: 100%;
}
.sp { display: none !important; }


.note {
	background-color: #fdbb3626;
	padding: 1.5%;
	margin-bottom: 2em;
        font-size: 85%;
}

.note h4 {
	font-weight: 700;
}

.note p {
	margin-bottom: 0;
}

#tel h2 {
	background: url("//kizuna-sora.or.jp/img/icon/phone_icon.png") left center no-repeat;
	padding-left: 50px;
}

#mail h2 {
	background: url("//kizuna-sora.or.jp/img/icon/computer_icon.png") left center no-repeat;
	padding-left: 50px;
}

#mail h3 {
	margin-bottom: 1em;
}

table, tbody, tr, th, td {
    display: block;
}

#mail table {
	width: 100%;
	margin-bottom: 1em;
                font-size: 1.3em;
}

#mail table .inline {
	overflow: hidden;
	*zoom: 1;
}

#mail table .info {
	color: #AAA;
}

#mail table tr th,
#mail table tr td {
	padding: 2%;
}

#mail table tr th {
	font-weight: 700;
        border: none;
}

#mail table tr th .required {
	background-color:#e42121;
	color: #FFF;
	display: inline-block;
	padding: 0 0.3em;
	border-radius: 5px;
	margin-left: 0.5em;
	float: right;
}

#mail table tr td {
	line-height: 2;
}

#mail table tr td input[type="text"],
#mail table tr td input[type="tel"],
#mail table tr td input[type="email"],
#mail table tr td select,
#mail table tr td textarea {
	border: 1px solid #D6D6D6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px;
}

#mail table tr td textarea {
	height: 10em;
}

#mail table tr td dl dt.text-required {
	color: #FF0000;
}

#mail table tr td dl dd {
	margin-bottom: 0.3em;
}

p.heading_mail_coment {
    text-align: center;
    font-size: 85%;
}
.form_footer.tac {
    width: 100%;
    background: #f39a0e;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 80px;
}
/*# sourceMappingURL=page_catalog-request.css.map */

@media print, screen and (min-width: 741px) {

#yusou {
	width: 960px;
	margin: auto;
	margin-bottom: 3em;
}

#yusou h3 {
	font-size: 30px;
}

#yusou h3 em {
	font-size: 20px;
}

.contact h2 {
	font-size: 30px;
}

.contact .table {
	display: table;
        width: 100%;
        margin-bottom: 4em;
}

.contact .table dt,
.contact .table dd {
	display: table-cell;
	padding: 30px;
	vertical-align: middle;
	font-size: 16px;
}

p.heading_mail_coment {
    font-size: 1.4em;
}

#mail h3 {
	font-size: 25px;
}

#mail table {
	font-size: 1.5em;
}

#mail table .inline li {
	float: left;
	margin-right: 1em;
}

#mail table tr {
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
}

#mail table tr th {
	width: 15em;
        vertical-align: inherit;
}


}

#mail table tr td input[type="text"],
#mail table tr td input[type="tel"],
#mail table tr td input[type="email"],
#mail table tr td select {
	width: 100%;
        font-size: 90%;
                padding: 20px 10px;
}

#mail table tr td textarea {
	width: 100%;
}

}

@media only screen and (max-width: 740px) {

.pc { display: none !important; }
.sp { display: block !important; }

#yusou {
	margin-bottom: 2em;
}

#yusou h3 {
	font-size: 22px;
}

#yusou h3 em {
	font-size: 16px;
}

.contact h2 {
	font-size: 20px;
}

.contact .table {
	margin: auto;
	width: 100%;
	margin-bottom: 4em;
}

#tel h2 {
	background-size: 27px;
	padding-left: 35px;
}

#mail {
	margin-bottom: 3em;
	font-size: 4vw;
}

#mail h2 {
	background-size: 27px;
	padding-left: 35px;
}

#mail h3 {
	font-size: 18px;
}

#mail table tr th,
#mail table tr td {
	display: block;
}

#mail table tr th {
	font-weight: 400;
    background: #faeeff;
    font-size: 5vw;
    border: none;
}

#mail table tr td {
	padding: 1em 0;
	padding-bottom: 3em;
}

#mail table tr td input[type="text"],
#mail table tr td input[type="email"],
#mail table tr td input[type="tel"],
#mail table tr td select,
#mail table tr td textarea {
	box-sizing: border-box;
	font-size: 5vw;
}

#mail table tr td input[type="text"].long,
#mail table tr td input[type="tel"].long,
#mail table tr td input[type="email"].long,
#mail table tr td select.long,
#mail table tr td textarea.long {
	width: 100%;
	height: 30vw;
}

#mail table tr td input[type="text"].semi-long,
#mail table tr td input[type="tel"].semi-long,
#mail table tr td input[type="email"].semi-long,
#mail table tr td select.semi-long,
#mail table tr td textarea.semi-long {
	width: 100%;
	height: 30vw;
}

#mail table tr td select {
	width: 100%;
}

#mail table tr td textarea {
	width: 100%;
	margin-bottom: 0 !important;
}

#mail .form_footer {
	margin-top: -3em;
        text-align: center;
        width: 100%;
        background-color: #925192;
        border: none;
        padding: 10px;
        border-radius: 5px;
}

#mail .form_footer button {
	font-size: 1.2em;
        color: white;
        font-weight: bold;
}

.note{
	margin-top: -2em;
	margin-bottom: 4em;
}

}
