@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
*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800&display=swap');
	
.c-headLogo__link{
	font-family: 'M PLUS Rounded 1c', sans-serif !important;
}
/*top戻るボタン*/#pagetop .c-fixBtn__icon:before {color:#ffffff;}
/*お問い合わせフォーム*/
.wp-block-contact-form-7-contact-form-selector{
width: 80%;
display:block;
margin: 50px auto;
}
.alert{
 color: #fff;
 border: 2px solid #f00;
 background-color:#f00;
border-radius: 5px;
margin-left: 1em;
padding: .1em .3em;
}
dt{
margin-bottom: .5em;
}
dd{
margin-bottom: 1em;
}
input,textarea{
width: 100%;
border-radius: 5px !important;
}
.wpcf7-list-item{
display: flex !important;
}

/*checkボックス*/
.wpcf7-list-item-label{
	line-height: 30px;
}

input[type="checkbox"] {
	width: 26px;
	height: 26px;
	margin: 2px 20px 2px 0;
}
.confirm{
	display:flex;
	vertical-align: center;
}
.confirm .alert{
	margin-bottom: 5px;
}
[type=button], [type=reset], [type=submit], button {
	background-color: #18adf2 !important;
	color: #fff;
	margin: 10px auto;
	padding: 10px auto;
}
.confirm span a {border-bottom: 1px solid #333 !important;}
