@charset "UTF-8";

/* CSS Document */

/*==================================================

contents
=================================================*/

#contents article {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
#contents article p span {
	color: #F00;
}
#contents article p.ce {
	text-align: center;
}
#contents article p.contact {
	width: 100%;
	max-width: 700px;
	text-align: center;
	border: 3px solid #999;
	background-color: #FFF;
	margin: 40px auto 0;
	padding: 40px 10px;
}

.select-title {
    width: 100%;
    max-width: 480px;
    font-size: 2rem;
    color: #22b473;
    line-height: 4.6rem;
    text-align: center;
    border: 3px solid #22b473;
    border-radius: 32px;
    margin: 3% auto;
}
.select-category {
    width: 100%;
    display: table;
    line-height: 2.4rem;
    background-color: #999;
}
.select-category li {
    width: 50%;
    display: table-cell;
    position: relative;
    border-right: 2px solid #FFF;
}
.select-category li.active {
    background-color: #22b473;
}
.select-category li.active::after {
    content: " ";
    width: 19px;
    height: 19px;
	display: block;
    position: absolute;
	background-image: url("../images/opt_arrow_d.png");
    left: 50%;
    bottom: -18px;
    -webkit-transform: translate(-50%, 0); 
    transform: translate(-50%, 0);
}
.select-category li a {
    display: block;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    background-image: url("../images/opt_arrow_s.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding: 30px 1em;
}
.select-category li p {
    display: block;
    color: #FFF;
    line-height: 2.4rem;
    text-align: center;
    text-decoration: none;
    
    background-image: url("../images/opt_arrow_d.png");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 30px 1em;
}

.data-tstyle caption {
    color: #FFF;
    line-height: 2.4rem;
    background-color: #22b473;
    padding: 20px 1em;
}

/* form */


.form-style {
	
}
.form-style input {
	font-size: 1.6rem;
}
.form-style select {
	font-size: 1.6rem;
}
.form-style input[type="checkbox"] {
	margin: 0 0.5em;
}
.form-style input[type="text"],.form-style textarea {
	border: 1px solid #999;
	border-radius: 4px;
	background: #FFF;
	margin: 10px 10px 10px 0;
	padding: 6px;
}
.form-style input[type="number"] {
	border: 1px solid #999;
	border-radius: 4px;
	background: #FFF;
	margin: 10px 10px 10px 0;
	padding: 6px;
}
.form-style input[type="radio"] {
	margin-left: 2px;
	margin-right: 6px;
}

.form-style select {
	border: 1px solid #CCC;
	margin: 10px 0;
}
.formwidth-ss {
	width: 15%;
}
.formwidth-s {
	width: 15%;
}
.formwidth-ms {
	width: 25%;
}
.formwidth-m {
	width: 45%;
}
.formwidth-l {
	width: 80%;
}
.regi-buttun {
	text-align: center;
	margin: 3% 0 0;
}

.entry-area {
	width: 520px;
	margin: 60px auto 0;
}

/* ボタン */

.add-bu {
	font-size: 1.2rem!important;
	-webkit-appearance: none;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	background: #666;
	border-radius: 6px;
	padding: 4px 10px;
}

.entry-b {
	width: 100%;
	max-width: 560px;
	display: block;
	-webkit-appearance: none;
	cursor: pointer;
	font-size: 1.8rem;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #a09052;
	margin: 80px auto 0;
	padding: 30px 10px;
}
.back-b {
	width: 100%;
	max-width: 260px;
	display: block;
	-webkit-appearance: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #b5b5b5;
	margin: 80px auto 0;
	padding: 3% 0;
}

.button-rd {
	background: #000;
}
.button-rd:hover {
	opacity: 0.7;
}
.button-gr {
	background: #b5b5b5;
}
.button-gr:hover {
	opacity: 0.7;
}
.button-gr2 {
	background: #b5b5b5;
}
.button-gr2:hover {
	opacity: 0.7;
}

[class^="button"] {
	width: 50%;
	display: block;
	-webkit-appearance: none;
	cursor: pointer;
	float: left;
	text-align: center;
	color: #FFF;
	padding: 3% 0;
}

/* cf */

.entry-area:after {
    content:" ";
    display:block;
    clear:both;
}


@media only screen and (max-width: 768px) {
		
	#contents article p.contact {
		margin: 8% auto 0;
		padding: 8% 10px;
	}
	
	.entry-area {
		width: 100%;
		margin: 5% auto 0;
	}
	.formwidth-m,.formwidth-l {
		width: 98%;
	}
	.formwidth-s {
		width: 60px;
	}
	.formwidth-ss {
		width: 100px;
	}
	.entry-b {
		font-size: 1.6rem;
		margin: 8% auto 0;
		padding: 20px 10px;
	}
	.back-b {
		font-size: 1.6rem;
		margin: 8% auto 0;
		padding: 3% 0;
	}

}

@media only screen and (max-width: 568px) {
	
	
}
	
@media only screen and (max-width: 480px) {
	
	
}

