@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 */
.form_box {
  margin-bottom: 1.5rem;
  border-bottom: 1px dotted #ccc;
}
.form_ttl {
	margin-bottom: 16px;
}
.form_required {
    margin-right: 16px;
    padding: 3px 5px;
    border-radius: 3px;
    background: #df3333;
    font-size: 14px;
    color: #fff;
}
.form_optional {
  margin-right: 16px;
  padding: 3px 5px;
  border-radius: 3px;
  background: #999;
  font-size: 14px;
  color: #fff;
}
.form_policy {
    height: 150px;
    margin: 50px 0;
    overflow-y: scroll;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    background: #fff;
}
.form_policy_inner {
    margin: 0;
    padding: 15px 15px 0;
    width: 100%;
    max-width: 820px;
    box-sizing: border-box;
}


/*ラベル(テキスト)部分を太字にする*/
.wpcf7{
	font-weight: bold;
}
/*フォームの下に余白を入れる*/
.wpcf7 input {
	margin-bottom: 15px;
}
/*フォームの幅を広くする(100%)*/
/*テキスト*/
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	width: 100%;
}
/*テキストエリア*/
.wpcf7-textarea {
	width: 100%;
}
/*送信ボタンを目立たせる*/
.wpcf7 .wpcf7-submit{
	cursor: not-allowed;
	width: 100%;
	padding: 15px;
	margin: 0 10px 25px 5px;
	margin-top: 20px!important;
	border-radius: 15px;
	background-color: #44617b;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}