@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
*/

.wpcf7-list-item {
  display: block;
}

.contactform__top__text__area {
  text-align: center;
  font-family: '游明朝体', serif;
  line-height: 1.4;
}

.contactform__top__text__area p {
  margin-top: 16px;
}

.contactform__middle {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-block: 40px;
  margin-bottom: 56px;
}

.contactform__middle p {
  width: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.contactform__middle__btn,
input[type='submit'] {
  background: #1f1f1f;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  padding-block: 0.75rem;
  font-size: 17px;
  margin: auto;
  border: #1f1f1f solid 1px;
  font-family: '游明朝体', serif;
}
.contactform__middle__btn.document__btn {
  background: white;
  color: #1f1f1f;
}

.form__list {
  margin-top: 20px;
}

.form__list__title {
  margin-bottom: 8px;
}

.form__list button,
.form__list input[type='text'],
.form__list input[type='email'],
.form__list input[type='tel'],
.form__list select,
.form__list textarea {
  width: 100%;
  background-color: white;
  padding: 12px 16px;
  line-height: 1.6;
}

.form__list input::placeholder,
.form__list select::placeholder,
.form__list textarea::placeholder {
  opacity: 30%;
}

input[type='submit'] {
  margin-top: 40px;
}

/* 資料請求 */
.contactform__top__img__area {
  text-align: center;
  margin-top: 64px;
  margin-inline: auto;
  max-width: 640px;
  width: 100%;
}

.contactform__top__img {
  margin-top: 16px;
}
.contactform__btn__top__text {
  text-align: center;
  margin-top: 64px;
  font-family: '游明朝体', serif;
}

.c-widget__title.-spmenu,
.c-listMenu a,
.c-pageTitle,
h2,h3,h4 {
 font-family: bodoni, '游明朝体', serif;
}