@charset "UTF-8";
/* CSS Document */

/*===========================================

/* base

=========================================== */
#container {
    width: 100%;
    position: relative;
	padding: 80px 0 160px;
}
.wrap{
	width: 950px;
	margin: 0 auto;
	box-sizing: border-box;
}
hr {
	margin: 20px 0;
}
@media screen and (min-width: 768px) {
body,html{
	width: 1050px;
	margin: 0 auto;
}
br.sponly { display: none; }
}
@media screen and (max-width: 767px) {
#container {
    width: 100%;
	z-index: 9999;
	padding: 30px 0 0;
}
.wrap{
	width: auto;
	margin: 0 15px;
}
input[type="text"] {
	font-size: 16px!important;
	scale(0.8)!important;
}
footer ul {
	margin-bottom: 20px;
}
}


/*===========================================

h1, h2

=========================================== */

#header h1{
	border-left: solid 6px #89A2D3;
	border-bottom: solid 1px #89A2D3;
	padding: 0 0 5px 10px;
	line-height: 1.4;
	margin: 0 0 45px;
    font-size: 1.5em;
}

h2{
	background-color : #89A2D3;
	padding: 10px 20px;
	color: white;
	line-height: 1.4;
	margin: 45px 0 25px;
}

@media screen and (max-width: 767px) {
#header h1{
    border-bottom: solid 1px #89A2D3;
    border-left: solid 4px #5775B7;
    padding: 3px 0 5px 8px;
    margin: 0 0 20px;
}
}

/*===========================================

/* コンテンツ（フォーム）

=========================================== */

article {
	width: 870px;
	margin: 0 auto;
}
article > p {
	font-size: 14px;
	margin-bottom: 10px;
}
article p a {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}
article p a:hover {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}
table{
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	table-layout: fixed;
}
table th,
table td{
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}
table th{
	background: #F3F3F3;
	font-size: 14px;
	font-weight: normal;
	width: 300px;
	padding: 20px 20px 20px;
}
table td{
	background: #fff;
	font-size: 14px;
	padding: 20px 10px 20px 20px;
}
table th .must{
	background: #E52020;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px;
	line-height: 1;
	display: inline-block;
	float: right;
}
table th .ninyi{
	background: #777;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px;
	line-height: 1;
	display: inline-block;
	float: right;
}
table th .ninyi2{
	background: #E52020;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px;
	line-height: 1;
	display: inline-block;
	float: right;
}
table th p {
	margin-left: 20px;
}
table td p {
	margin: 0 0 10px;
}
table td label {
	position: relative;
	top: -2px;
	margin-right:10px;
}
table td p.caution {
	display: none;
	margin: 20px 10px 0 0;
	padding: 10px 15px;
	background-color: #E52020;
	color: #FFF;
}
table td p.caution2 {
	margin: 10px 0 0 0;
	font-size:12px;
	color: red;
}
table td p#caution2 {
	margin: 10px 0 0 0;
	font-size:12px;
	color: red;
}
table td input#reply3  {
	display: none;
}
div.submit {
	margin: 50px 0;
	text-align: center;
}

footer {
	width: 870px;
	margin: 30px auto;
}
footer ul li {
	padding: 0 20px 0 20px;
	display: inline-block;
}
footer ul li:first-child {
	border-right: solid 1px #aaa;
}


@media screen and (max-width: 767px) {
article{
	width: 100%;
	margin: 0 auto;
}
table {
	margin: 0;
}
table th,
table td{
	display: block;
	width: 100%;
	float:left;
	border: none;
	vertical-align: middle;
}
table th{
	font-weight: bold;
	width: 100%;
	padding: 10px;
}
table th .must{
	float: none;
	margin: 0 0 0 10px;
}
table th .ninyi{
	float: none;
	margin: 0 0 0 10px;
}
table td{
	width: 100%;
	padding: 10px;
	margin: 0 0 30px;
}
table td label{
	display: inline-block;
	margin: 20px 0 10px;
}

footer {
	width: 100%;
	margin: 0 auto;
}
}


/*===========================================

/* form

=========================================== */
div#id4100a {
	margin:7px 0 5px 20px;
}

input[type="text"],
textarea {
	padding: 6px;
	border-radius: 4px;
	background:#FFF8E5;
	border:solid 1px #ccc;
	-webkit-appearance: none;
	font-size: 108%;
	margin-right: 10px;
}
textarea {
	height:100px;
	width:96%;
	resize: none;
}
select:focus,
textarea:focus,
input[type="text"].focus {
	outline: none;
	-webkit-appearance: none;
	box-shadow:0px 0px 5px 0px #ff5500;
	-moz-box-shadow:0px 0px 5px 0px #ff5500;
	-webkit-box-shadow:0px 0px 5px 0px #ff5500;
	border:solid 1px #ff5500;
	background: #FDF0E0\9;
}
input[type="radio"],
input[type="checkbox"] {
	width:20px;
	height:20px;
	margin-right: 10px;
	position: relative;
	top: 6px;
}
select::-ms-expand {
    display: none;
}
.select_wrap{
	overflow: hidden!important;
}
.styleform{
	-moz-appearance: none!important;
	-webkit-appearance: none!important;
	appearance: none!important;
	border-radius: 4px;
	border:solid 1px #ccc;
	box-sizing: content-box!important;
	font-size: 108%;
	padding: 5px 25px 5px 12px;
	background: url(../img/member_btn_arrow03.gif) no-repeat 96% center #FFF8E5;
}
button#notyet {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:none;
	-webkit-appearance: none;
	color: #444;
	background: #AAA;
	border: solid 1px #AAA;
	padding: 15px 30px;
	margin: 0 auto;
	font-size: 16px;
}
button {
	color: #fff;
	padding: 15px 30px;
	font-size: 16px;
	border-radius: 4px;
	background-color: #718ac5;
	border: solid 1px #718ac5;
	margin: 0 auto;
}
button#confirm {
	display: none;
}

button#confirm:hover,button#chat:hover {
	opacity: 0.8;
	cursor: pointer;
}
button#chat {
	color: #fff;
	padding: 15px 30px;
	font-size: 16px;
	border-radius: 4px;
	background-color: #718ac5;
	border: solid 1px #718ac5;
	margin: 0 auto;
}
button#back {
	color: #fff;
	padding: 15px 30px;
	font-size: 16px;
	border-radius: 4px;
	background-color: #ff6347;
	border: solid 1px #ff6347;
	margin: 0 7px 0 0;
}
button:hover {
	opacity: 0.8;
	cursor: pointer;
}
#mail1, #mail2, #zip, #tel { ime-mode: disabled; }
#inq, #sei, #mei, #kanaSei, #kanaMei, #address1, #address2, #address3 { ime-mode: active ; }

.w95per{
	width: 95%;
}
.w80per{
	width: 80%;
}
.w75per{
	width: 75%;
}
.w70per{
	width: 70%;
}
.w65per{
	width: 65%;
}
.w60per{
	width: 60%;
}
.w55per{
	width: 55%;
}
.w50per{
	width: 50%;
}
.w45per{
	width: 45%;
}
.w40per{
	width: 40%;
}
.w35per{
	width: 35%;
}
.w30per{
	width: 30%;
}
.w20per{
	width: 20%;
}

@media screen and (max-width: 767px) {
div#submit2 {
	margin:0 auto 30px !important;
}
input[type="text"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom:10px;
}
textarea.w80per {
	width: 95%;
}
input[type="text"].w80per {
	width: 100%;
}
input[type="text"].w50per {
	width: 100%;
}
input[type="text"].w40per {
	width: 40%;
}
input[type="radio"],
input[type="checkbox"] {
	width:15px;
	height:15px;
	margin-right: 10px;
	position: relative;
	top: 0;
}

}
