@charset "utf-8";
/* CSS Document */
#formWrap {
	width:1000px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
#thanks {
  background: #eeeeee;;
  width: 1000px;
  padding: 10px;
  text-align: center;
  border: 1px solid #cccccc;
  margin: 30px auto;
}

form{
  width: 100%;
}
/*テーブルここから*/
table.formTable{
  width: 100%;
  border-collapse: collapse;
}

/*table.formTable tr{
  border-bottom: solid 2px white;
}

table.formTable tr:last-child{
  border-bottom: none;
}
*/
table.formTable th{
  position: relative;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
	border-bottom: solid 2px white;
}

table.formTable th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.formTable td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 25px;
	border-bottom: solid 2px white;
}
/*テーブルここまで*/

/*テキストボックス*/
formTable {
	position: relative;
	width: 80%;
	margin: 40px 3%;
}
.formTable input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.5em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #000000;
	border: 1px solid #1b2538;
	border-radius: 4px;
}
.ef input[type='text']:focus {
	border: 1px solid #3C57DA;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

.formTable textarea {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #000000;
	border: 1px solid #1b2538;
	border-radius: 4px;
}
.ef textarea:focus {
	border: 1px solid #da3c41;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}


/*テキストボックス*/

header {
	position: relative;
	text-align: center;	/*内容を中央よせ*/
}
body {
font-family:Arial, sans-serif;
}

span.hp{
  /*padding-right: 0.3em;*/
  font-size: 120%;
  color: #ff9900;
  margin-right: 0.5em;
}

span.hl{
  text-decoration: underline;
}

h1 {
	text-align: center;
  position: relative;
  background: #A7E0E7;
  box-shadow: 0px 0px 0px 5px #A7E0E7;
  border: dashed 2px white;
  padding: 0.5em 0.5em;
  color: #454545;
  line-height:  1.2em;
}

h1:after {	
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h1 span {
	text-align: center;
  display: block;
  margin-bottom: .8em;
  color: #585858;
  font-size: .7em;
  line-height:  1.2em;
}

h2 {
	padding: 0.5em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	background: #fffaf4;/*背景色*/
	border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
	line-height: normal;
	font-size: 120%;
}
h3 {
  /*線の種類（二重線）太さ 色*/
  border-bottom: double 5px #52c2d0;
}
h4 {
	clear: both;
	margin-bottom: 5px;
	padding: 2px 15px;	/*上下、左右への余白*/
}
 p {
	padding: 2px 20px 14px;	/*上、左右、下への余白*/
}

p.Sname{
	text-align: right;
}

.arart{
	color: red;
	padding-left: 10px;
}

/*ボタン*/
.button1 {
	display: inline-block; 
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #52c2d0;
	border: 2px solid #52c2d0;
	border-radius: 3px;
	transition: .4s;
	font-size     : 12pt;        /* 文字サイズ */
	background-color: #eee;
	font-weight: bold;
}
.button1:hover {
	background: #52c2d0;
	color: #fff;
}

.button2 {
	display: inline-block; 
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #52c2d0;
	border: 2px solid #CDEDF1;
	border-radius: 3px;
	transition: .4s;
	font-size     : 12pt;        /* 文字サイズ */
	background-color: #eee;
	font-weight: bold;
}
.button2:hover {
	background: #52c2d0;
	color: #fff;
}

/*ラジオボタンのラベル文字が長い時の回り込み　ここから　*/

.divWrapperID_4 input[type="checkbox"] {
	float: left; 
}

.divWrapperID_4 label {
  margin-top:-25px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 20px;
  display: block;
 }

/*ここまで　*/

fs1{
	font-size:95%;
}
fs2{
	font-size:90%;
}

input[type="radio"]{
 margin: 5px 2px 10px 20px;

}

input[type="checkbox"] {
 margin: 5px 2px 10px 5px;
}

ul {
	padding-left:30px;
	}

.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}

.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 10px 50px 5px 0px !important;
}

li.indent {
	padding-left:40px;
}

.thxmessage {
	font-size: large;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
#thanks {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}

}

