* {
	margin: 0;
	padding: 0;
	color: #333333;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body {
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	font-size: 0.8rem;
}

#copy-footer {
	padding-top: 10px;
	text-align: center;
	border-top: solid 1px #ffffff;
	padding-bottom: 10px;
}

#copy-footer p {
	color: #ffffff;
}

#pagetop{
	background:rgba(255, 255, 255, 0.5);
	border-radius:5px;
	border: solid 1px rgba(0, 0, 0, 0.2);
	color:#FFF;
	padding:10px;
	position:fixed;
	bottom:10px;
	right:10px;
	font-size: 2em
}

#pagetop:hover{
	background:rgba(0, 0, 0, 0.1);
}

/*----- 相続対策セミナーお申し込みフォーム ------*/

#header #header-title {
	width: 94%;
	height: auto;
	overflow: hidden;
	margin: 0.5em auto;
	border: solid 1px #159246;
}

#header #header-title h1 {
	width: 100%;
	background-image: none;
	background-size: 100% auto;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0.5em;
	color: #159246;
	font-size: 1.5em;
	font-weight: bold;
}

#contents {
	width: 100%;
}

#main-box h2 {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding: 0.3em;
	background: #E7B345;
	color: #ffffff;
	margin-bottom: 0.5em;
}

#form-box {
	width: 100%;
}

#souzoku #formWrap {
    width: 94%;
    margin: 0 auto;
}

#souzoku table.formTable {
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
	border-collapse: collapse;
	border-bottom: solid 1px #ccc;
}

#souzoku table.formTable tr {
	width: 100%;
}

#souzoku .formTable .tr-last td {
	border-bottom: 1px solid #ccc;
}

#souzoku table.formTable span.hissu {
	font-weight: bold;
	color: #ff0000;
}

#souzoku table.formTable th,
#souzoku table.formTable td {
	display: block;
    	width: 100%;
	margin: 0 auto;
	font-size: 1.2em;
    	line-height: 1.6em;
	border: 1px solid #ccc;
	padding: 10px;
    	border-bottom: none;
}

#souzoku table.formTable th {
	font-weight: normal;
	background: #efefef;
	text-align: left;
}

#souzoku table.formTable input,
#souzoku table.formTable textarea,
#souzoku table.formTable select {
	width: 100%;
	font-size: 1.2em;
	padding: 0.2em;
}

#souzoku table.formTable select {
	background-color: #ffffff;
}

#souzoku table.formTable input[type="submit"],
#souzoku table.formTable input[type="button"],
#souzoku input[type="submit"],
#souzoku input[type="button"] {
	display: block;
	width: 90%;
	height: auto;
	padding: 1em 0.2em;
	margin: 1rem auto;
	color: #ffffff;
	background-color: #159246;
	border: none;
	border-radius: 0.5rem;
}

#souzoku input[type="button"] {
	color: #159246;
	background-color: #ffffff;
	border: solid 1px #159246;
}

#souzoku table.formTable .inspace1 input {
	font-size: 1.2em;
    	width: 10%;
}

#souzoku table.formTable .inspace1 .input-text input {
	width: 100%;
}

#souzoku table.formTable .input-area {
	padding: 0.5em 0;
}

#souzoku table.formTable textarea {
	font-size: 1.2rem;
}

#souzoku .notice {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

#souzoku #thanks {
	width: 94%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#souzoku #button-area {
	width: 94%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	text-align: center;
}

#souzoku #button-area input {
	font-size: 1.4em;
	margin: 0.5em;
	padding: 1em 0;
}

.seminar table.formTable input[type="radio"] {
	width: 10% !important;
}

#souzoku .seminar-check {
	width: 10% !important;
}

#souzoku .seminar-text,
#souzoku .radio-check {
	padding: 15px 20px 15px 5px;
}

#souzoku .seminar-btn,
#souzoku .radio-btn  {
	margin: 20px auto;
}

.formError {
	left: 50% !important;
}
#souzoku #formWrap form .button-box {
	width: 100%;
	height: auto;
	margin: 2rem auto;
}

#souzoku .button-box input#submit_button {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	background-color: #e6001c;
	color: #ffffff;
	padding: 0.7rem;
	border: none;
	border-radius: 0.5rem;
	font-size: 1.2rem;
	text-align: center;
}
.privacy .privacy-title {
	width: 100%;
	height: auto;
	padding: 0.5rem;
	background-color: #0068b7;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
	margin: 1rem auto;
}

.privacy .privacy-title p {
	color: #ffffff;
}

.privacy .privacy-area {
	width: 100%;
	height: 250px;
	overflow: auto;
	margin-top: 20px;
	padding: 0.5rem;
	border: 1px solid #c7c7c7;
}

.privacy .privacy-area h3 {
	color: #0068b7;
	text-align: center;
}

.privacy .privacy-area .ceo-box {
	width: 100%;
	height: auto;
	margin: 1.4rem 0;
	text-align: right;
}

.privacy .privacy-area h4 {
    margin: 1rem 0;
}

.privacy .privacy-area .kaiji-box {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 1.4em 0;
}

.privacy .privacy-area ol {
	padding-left: 1em;
}

#footer {
	clear: both;
	margin-top: 40px;
	background-color: #333333;
}

