
/************************************************/
/*        フォームメール用スタイルシート        */
/************************************************/


/* ------ ページ全体 ------ */
body {  
	background-color: #ffffff;  /* 背景色 */
}
@media (max-width: 768px) {
p{
    font-size: 15px
}
.p_13{
 font-size: 13px;
    font-weight: 500;
    color: #de5d99
}
}

/* ------ タイトル ------ */
.title {
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
}


/* ------ メッセージ ------ */
.msg_head {
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
}

.msg_foot {
	color: #000000;             /* 文字色 */
	text-align: center;         /* 配置 */
}


/* ------ テーブル ------ */

@media (max-width: 768px) {
    table {
        width: 90% !important;
    }
 
    table th,
    table td {
        display: block;
	padding: 2px;
    }
.kahen{
  font-size: 3vw;
}
.area{
   display: table-cell;
}
}
table {
	border-style: none;
	width: 80%;
	margin: 30px auto;
}

table th {                          
	background-color: #e8e6e6;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}

table td {
	background-color: #fcfafa;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}

input {
height:30px;
}
input[type="text"],
textarea {
    width: auto;
}
select{
height:20px;
}

/* ------ ボタン ------ */
.submit {
	text-align: center;         /* 配置 */
}


