@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
*/

.form input[type="tel"] {
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.5;
    border-radius: 5px !important;
    background: #fff;
    width: 100% !important;
}

.form td ul {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
}

@media screen and (min-width: 960px){
	.form td ul {
		margin-left: -20px;
	}
}

.form .pp {
	margin: 20px 0;
}

.form input[type="submit"] {
	margin: 20px 0 !important;
}