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

/*サイドバーの目次にマーカー表示 START*/
a.p-toc__link.current {
  background-color: #ffeee6 !important;
}
/*サイドバーの目次にマーカー表示 END*/

/*コンタクトフォーム7カスタマイズ START*/
/*コンタクトフォーム7ラベル(テキスト)部分を太字にする*/
.wpcf7{
	font-weight: bold;
}
/*フォームの下に余白を入れる*/
.wpcf7 input {
 margin-bottom: 15px;/*ここが余白サイズなので好みで調整*/
}

 /*コンタクトフォーム7記入欄の幅*/
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-furigana"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"] {
        width: 100%;
        height: 35px !important;
	background: #fff;
}

.wpcf7 textarea[name="your-message"] {
        width: 100%;
        height: 300px !important;
	background: #fff;
}
/*コンタクトフォーム7記入欄の幅 END*/

/*コンタクトフォーム7送信ボタン*/
.wpcf7 input[type="submit"] {
width:50%;
padding:10px;
margin-top: 30px;
margin-left: 25%;
color: #fff;
border-radius:10px;
-webkit-border-radius: 0px;  
-moz-border-radius: 0px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #454545;
transition: 0.3s;
}
.wpcf7-submit:hover {
background: #6A91C1;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}
/*コンタクトフォーム7送信ボタン END*/