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

.mv-maru-style {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* 600px以下の場合 */
@media (max-width: 600px) {
  .mv-maru-style {
    width: 140px;
    height: 140px;
	font-size: 0.9rem;
  }
}

/* form 7のスタイル */

/* Contact Form 7 シンプルフォーム用カスタマイズ */
table.CF7_table {
  width: 80%;
  margin: 0 auto;
  border: 3px solid #e5e5e5;
  border-collapse: collapse;
}

table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
  display: table;
}

/* 入力欄 */
.CF7_table input,
.CF7_table textarea {
  border: 1px solid #d8d8d8;
  width: 100%;
  box-sizing: border-box;
}

.CF7_table ::placeholder {
  color: #797979;
}

/* 「必須」ラベル */
.CF7_req {
  font-size: 0.9em;
  padding: 5px;
  background: #f79034;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/* タイトル列 */
@media screen and (min-width: 768px) {
  .CF7_table th {
    width: 30%;
    background-color: #ebedf5;
  }
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  table.CF7_table {
    width: 95%;
  }
  .CF7_table tr,
  .CF7_table td,
  .CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }
  .CF7_table th {
    background-color: #ebedf5;
  }
}

/* 送信ボタン */
.wpcf7 input.wpcf7-submit {
  background-color: #f79034;
  border: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
  display: inline-block;
}

.CF7_btn {
  text-align: center;
  margin-top: 20px;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}