@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 .label-required:after {
    display: inline-block;
    border-radius: 3px;
    margin-left: 0.5em;
    padding: 0.35em 0.5em;
    line-height: 1;
    vertical-align: middle;
    content: "必須";
    color: #fff;
    background-color: #4a6dba;
    font-size: 0.8rem;
}

.form__item {
    margin-bottom: 1.5rem;
}
.form__label {
    margin-bottom: 0.5rem;
}
.form__input input,
.form__input textarea {
    padding: 10px;
    font-size: 17px;
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #4e4e4e;
}
.form__checkbox {
    text-align: center;
    background-color: #f8f8f8;
    border: 1px solid #cecece;
    padding: 1rem 0;
    width: 60%;
    margin: 1rem auto 2rem auto;
}
.form__checkbox input{
    width: auto;
}
.form__checkbox p{
    display: inline-block;
}
.form__checkbox  .form__label{
    display: block;
}

.form__btn button {
    font-weight: 700;
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0 20px;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 1.6px;
    -webkit-appearance: none;
    transition: all 0.4s;
    transform: rotate(0.001deg);
    background-color: #4a6dba;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-transition: 4px;
    border-radius: 4px;
}
