@charset "utf-8";
@media screen and (max-width:640px){
/*横幅640px以下のCSS（スマホ）*/
#colum1app {
    background-color: #FFFFFF;
    width: 90%;
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-bottom: 2px;
    overflow: hidden;
}
table.kesan {
	width: 90%;
	margin-bottom:30px
}
table.kesan th {
	width: 30%;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #000;
	background-color: #06F;
	font-weight: bold;
	color: #FFF;
}
table.kesan td {
	padding: 10px;
	border: 1px solid #000;
}
.mailform {
	width: 100%;
	background-color: #FFF;
	text-align: left;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}
.mailform tr th {
	width: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #444;
	border: 1px solid #ddd;
}
.mailform tr th .worning {
	font-size: 102%;
	font-weight: bold;
	color: #EA0000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mailform tr td {
	border: 1px solid #ddd;
	text-align: left;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.touroku {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.mail {
	font-size: 96%;
	color: #666;
}
.touroku #submit_button {
	width: 180px;
	padding-bottom: 6px;
	padding-top: 6px;
}
.nyuryoku {
	background-color: #CCC;
}

.form2{
	border: none;
	padding: 2px 2px;
	border: solid 1px #c0c0c0;
	background-color: #F7F7F7;
}

#sample {
	font-size: 140%;
	font-weight: bold;
	color: #444;
	margin-bottom: 12px;
}

#containor #main #colum2 .samhoso {
	font-size: 100%;
	color: #666;
	margin-bottom: 12px;
}

#formWrap {
	width:100px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
ul.app li{
	list-style-type: none;
	margin-bottom: 5px;
}
ul.app li.mb{
	margin-bottom: 20px;
}
ul.app li textarea{
	width: 95%;
	height: 80px;
	resize: none;
}
#contact_infomation_list {
    list-style-type: none; /* リストマーカーを非表示に */
    padding: 0; /* パディングをリセット */
    margin: 150px 0 50px 0; /* マージンをリセット */
}
/* 最初のli要素（見出し）のスタイルを特別に定義 */
#contact_infomation_list li:first-child {
    font-size: 120%;
    font-weight: bold; /* フォントを太字に */
    color: #333; /* 文字色を暗めのグレーに */
    margin-bottom: 8px; /* 見出しとその他の行との間隔 */
}
/* その他のli要素のスタイル */
#contact_infomation_list li {
    padding-left: 10px; /* 文頭余白 */
    line-height: 2; /* 行間隔 */
}
}

@media screen and (min-width: 641px){
/*横幅641px以上のCSS（パソコン）*/
#colum1app {
    background-color: #FFFFFF;
	width: 940px;
	border: 1px solid #D9D9D9;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	margin-bottom: 2px;
	overflow: hidden;
}
#colum1app2{
	padding: 0 200px;
}
table.kesan {
	width: 600px;
	margin-bottom:30px
}
table.kesan th {
	width: 179px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #000;
	background-color: #06F;
	font-weight: bold;
	color: #FFF;
}
table.kesan td {
	padding: 10px;
	border: 1px solid #000;
}
.mailform {
	width: 630px;
	background-color: #FFF;
	text-align: left;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}
.mailform tr th {
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #444;
	border: 1px solid #ddd;
}
.mailform tr th .worning {
	font-size: 102%;
	font-weight: bold;
	color: #EA0000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mailform tr td {
	border: 1px solid #ddd;
	text-align: left;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.touroku {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.mail {
	font-size: 96%;
	color: #666;
}
.touroku #submit_button {
	width: 180px;
	padding-bottom: 6px;
	padding-top: 6px;
}
.nyuryoku {
	background-color: #CCC;
}

.form2{
	border: none;
	padding: 2px 2px;
	border: solid 1px #c0c0c0;
	background-color: #F7F7F7;
}

#sample {
	font-size: 140%;
	font-weight: bold;
	color: #444;
	margin-bottom: 12px;
}

#containor #main #colum2 .samhoso {
	font-size: 100%;
	color: #666;
	margin-bottom: 12px;
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
ul.app li{
	list-style-type: none;
	margin-bottom: 5px;
}
ul.app li.mb{
	margin-bottom: 20px;
}
ul.app li textarea{
	width: 500px;
	height: 80px;
	resize: none;
}
.mailmaga td{
	padding: 10px;
	
}
#contact_infomation_list {
    list-style-type: none; /* リストマーカーを非表示に */
    padding: 0; /* パディングをリセット */
    margin: 50px 0 50px 0; /* マージンをリセット */
}
/* 最初のli要素（見出し）のスタイルを特別に定義 */
#contact_infomation_list li:first-child {
    font-size: 120%;
    font-weight: bold; /* フォントを太字に */
    color: #333; /* 文字色を暗めのグレーに */
    margin-bottom: 8px; /* 見出しとその他の行との間隔 */
}
/* その他のli要素のスタイル */
#contact_infomation_list li {
    padding-left: 10px; /* 文頭余白 */
    line-height: 2; /* 行間隔 */
}
}