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

/*----------------TOP page----------------*/

@media only screen and (max-width:650px) {
	.sp-displaynone{
		display:none;
	}
}

/*ーーーーcontact formーーーーーー*/


.btn_send {
    text-align: center;
}

.wpcf7 input[type="submit"] {
	width:30%;
	padding:15px;
	border: none;
	box-shadow: 0 3px 0 #ddd;
	background: #385cb7;
	color: white;
	transition: 0.3s;
}
.wpcf7-submit:hover {
	background: #a4dd6c;
	transform: translate3d(0px, 3px, 1px);
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
}

.contact_item {
    margin-bottom: 2.5rem;
}

.label {
	display: block;
}

.label_must{
	background-color: #385cb7;
	color: #fff;
	padding: 5px 10px;
	margin-right: 10px;
}

#contactform{
	margin:0 auto;
}

.wpcf7 input[type="text"] ,
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="office"],
.wpcf7 textarea{
	width: 100%;
}

div.wpcf7 .ajax-loader {
    display: block;
}

/*----------------header---------------*/

@media (min-width: 960px) {
.-parallel .l-header__logo {
width: 40%;
}
.l-header.-parallel .w-header {
width: 60%;
}
}


/*----------------table---------------*/
td.green{
	background-color:#A5D4AD;
	color: white;
}