@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* お問い合わせフォーム */
.req {
    background: #CE2A05;
    padding: 3px 5px;
    font-size: 11px;
    color: #fff;
    margin-left: 5px;
}

.contact-item-wrap {
    padding-top: 30px;
}

.contact-section {
    padding: 50px;
    background: #fff;
}

p.caution {
    padding: 30px 0;
}

.contact-item-wrap input {
    width: 100%;
	margin-top: 10px;
}

.yubin input {
    width: 30%;
}

textarea {
	width: 100%
}

.contact-item-wrap {
    font-weight: 600;
}

.send input {
	    font-weight: 600;
margin: 40px auto 0 auto;
    border: none;
    color: #fff;
    background: #12B560;
    padding: 5px 90px;
	text-align: center;
	display: block;
}

@media screen and (max-width: 480px) {.contact-section {
    padding: 20px;
}
}
