﻿/*----------------------------------------------------------------------------------*/
/*                                                                                  */
/*  MOSHIKOMI LAYOUT STYLE                                                          */
/*                                                                                  */
/*----------------------------------------------------------------------------------*/

/* -------------------------------------------------------------------------------- */
/*  1-1.COMMON LAYOUT                                                               */  
/* -------------------------------------------------------------------------------- */

@media screen and (max-width: 640px) {
	.moshikomi--area{
		width:100%;
		padding-top:30px;
		}

	.moshikomi{
		border-radius:0px;
		padding:40px 20px;
		position:relative;
		}

	.bnr--site{
		display:none;
		}

	.moshikomi h2{
		padding:0;
		background:none;
		}
	
	.moshikomi h2::before{
		content:"お申込み";
		display:block;
		text-align:center;
		background-color:#e03d6f;
		color:#fff;
		border-radius: 8px;
		padding:5px 0;
		width:30%;
		min-width:180px;
		margin:0 auto 20px auto;
		}

	.moshikomi .msTbl th , .moshikomi .msTbl td{
		display:block;
		box-sizing: border-box;
		}

	.moshikomi .msTbl th{	
		width:100%;
		}

	.moshikomi .msTbl input[type=text],.moshikomi .msTbl input[type=email]{
		width:95%;
		font-size:
		}

	.moshikomi .msTbl textarea{
		width:95%;
		}

	.moshikomi--btn{
		text-align:center;
		margin-bottom:30px;
		}

	.moshikomi--copy{
		margin-bottom:50px;
		}
}

/* -------------------------------------------------------------------------------- */
/*  2-1.CONTACT7　STYLE                                                             */  
/* -------------------------------------------------------------------------------- */

/* ----------------------------------------
 メッセージ関連
----------------------------------------- */

@media screen and (max-width: 640px) {
form div.wpcf7-validation-errors{
	background-color:#fad2d2;
	color:#ff0000;
	font-weight:bold;
	width:100%;
	margin:0;
	padding:8px;
	box-sizing: border-box;
	border-top:solid 2px #f00;
	border-bottom:solid 2px #f00;
	border-left:none;
	border-right:none;
}

div.wpcf7-mail-sent-ok {
 	border: none !important;
	padding:8px !important;
	height:1em !important;
	font-weight:bold;
 }
 div.wpcf7-mail-sent-ng {
 border: 2px solid #ff0000;
	 	padding:8px;
 }


/* ----------------------------------------
 確認画面　テキストボックスの背景色変更
----------------------------------------- */

.wpcf7c-conf {
    background-color: #fff !important; /* 背景色 */
    color: black !important; /* 文字色 */
    border: none !important; /* 周りの線: 太さ　線種 線の色 */
}

/* ----------------------------------------
 ボタンのデザイン変更
------------------------------------------*/
input.wpcf7c-btn-back, 
input.wpcf7-submit,
input.wpcf7-confirm {
    width: 100%; /* ボタンの横幅: 8文字分の大きさ */
    height: 3em; /* ボタンの高さ: 2文字分の高さ */
}
input.wpcf7c-btn-back, 
input.wpcf7-confirm, 
input.wpcf7-submit {
    background: #f88490;	/* 背景色を緑に */
    color: #fff;	/* 文字色を白に */
	border-radius:20px;
    /* 周りの線を緑系に */
}


/* -----------------------------------------
　戻るボタンと送信ボタンの間の余白を調整
-------------------------------------------*/
input.wpcf7c-btn-back {
    margin-right: 1em;
}
	}
