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


.p-mainVisual::after {
	display:inline;
	content:'photo by GM 松本裕美';
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:14px;
	color:#ffffff;
}

.contact_form {
	width:100%;
	max-width:500px;
	margin:30px auto;
	
	p {
		margin-bottom:1em;
	}
	
	.required {
		font-size:0.75em;
		color:red;
	}
	
	input:not([type="checkbox"],[type="submit"]),textarea {
		width:100%;
	}
	
	input[type="submit"] {
		display:block;
		width:6em;
		margin:0 auto;
	}
}