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


/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
padding:0.5em !important;/* ボタン内の余白 */
margin:1em 0em !important;/* ボタンの上下の余白 */
background-color: #228b22 !important;/* 背景の色 */
border-radius: 5px !important;/* 角を丸く*/
color: #fff !important;/* 文字の色*/
font-size: 18px !important;/* 文字の大きさ */
font-weight: bold !important;/* 文字の太さ*/
width: 30%;/* ボタンの横幅*/
transition:0.5s;/* 背景色が変わるまでの時間*/
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10);/* 薄っすらとボタンにドロップシャドウをかける*/
}

input.wpcf7-submit:hover {
background-color:#a9a9a9 !important;/* マウスを乗せたときの背景色 */
color: #fff !important;/* マウスを乗せたときの文字の色 */
}

.btn-submit {
    text-align: center;
}

/* — 文字装飾 — */
.emphasis_design19 span {
  padding:0.1em !important;/* ボタン内の余白 */
  margin:2em 0em !important;/* ボタンの上下の余白 */
  background-color: #ff9c99 !important;/* 背景の色 */
  border-radius: 5px !important;/* 角を丸く*/
  font-size: 18px !important;/* 文字の大きさ */
  color: #fff;
}

.emphasis_design22 span {
  padding:0.1em !important;/* ボタン内の余白 */
  border-radius: 5px !important;/* 角を丸く*/
  font-size: 18px !important;/* 文字の大きさ */
  color: #ff9c99;
  border: 2px solid #ff9c99;
  display: inline-block;
  width: 2.5em;
  height: 1.5em;
  line-height: 1;
}

/* CF7チェックボックスとラジオボタンを縦並びに */
span.wpcf7-list-item {
margin-top:5px;
display: block;
}

