@charset "utf-8";

.bc_brown {
	background-image: url(../img/bg_brown.jpg);
	background-size: 200px 200px;
}
h2, .catch {
	font-size: 24px;
}
.dott {
	padding: 0 5px 14px 5px;
	background-image: url(../img/title_dott_orange.png);
	background-size: 20px 4px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*---------------------------------
_about_01
-----------------------------------*/
#about_01 {
	background-image: url(../img/bg_blue.jpg);
	background-size: 200px 200px;
	padding: 3em 0 0 0;
}
#about_01 .catch {
	padding: 0 0 2em 0;
}

/*---------------------------------
_about_02
-----------------------------------*/
#about_02 {
	padding: 2em 0 1em 0;
}
#about_02 .catch {
	padding: 0 0 1em 0;
}
#about_02 .lead {
	color: #6a6661;
}

/*---------------------------------
_#howto #step
-----------------------------------*/
#howto #step {
	padding: 2em 0 1em 0;
}
#howto #step h2 {
	margin-bottom: 1.5em;
}
#howto #step .text {
	margin-bottom: 2em;
}
#howto #step ol li {
	margin-bottom: 1em;
}

/*---------------------------------
_#howto #use
-----------------------------------*/
#howto #use {
	padding: 3em 0 3em 0;
}
#howto #use h2 {
	font-size: 16px;
}
#howto #use .text {
	margin-bottom: 2em;
}
#howto #use ul {
	margin-bottom: 2em;
}
#howto #use ul li {
	float: left;
}
#howto #use ul li#use_01 {
	width: 23%;
	margin-right: 2%;
}
#howto #use ul li#use_02 {
	width: 33%;
	margin-right: 2%;
}
#howto #use ul li#use_03 {
	width: 40%;
}

.button {
	display: inline-block;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	outline: none;
	width: 100%;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	position: relative;
	z-index: 2;
	border: 1px solid #333;
	color: #333;
	line-height: 50px;
	overflow: hidden;
	border-radius: 5px;
}
.button:hover {
	color: #fff;
}
.button::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	top: 0;
	background-color: #333;
}

/*---------------------------------
_#backnumber
-----------------------------------*/
#backnumber {
	padding: 3em 0 3em 0;
}
#backnumber a:link {
	text-decoration: underline;	
}
#backnumber h2 {
	text-align: center;
}
#backnumber h2 img {
	height: 20px;
	width: auto;
}
#backnumber .left {
	text-align: center;
	margin-bottom: 2em;
}
#backnumber .left img {
	width: 80%;
}
#backnumber .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
}
#backnumber .price {
	color: #d83f2b;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 1em;
}

/*---------------------------------
_#member
-----------------------------------*/
#member {
	padding: 3em 0 3em 0;
}
#member h2 {
	text-align: center;
}
#member h2 img {
	height: 20px;
	width: auto;
}
#member ul li .photo {
	width: 70%;
	margin: 0 auto 1em auto;
}
#member ul li .title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.5em;
	letter-spacing: 2px;
}
#member ul li .name {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.5em;
	letter-spacing: 2px;
}
#member ul li .text {
	margin-bottom: 2em;
}

/*---------------------------------
_#contact
-----------------------------------*/
#contact {
	padding: 2em 0 1em 0;
}
#contact .lead{
	margin-bottom: 1em;
}
#contact dt {
	line-height: 24px;
	margin-bottom: 5px;
}
#contact dd {
	margin-bottom: 1em;
}
#contact .must_label {
	font-size: 10px;
	color: #ffffff;
	background-color: #cc0000;
	line-height: 24px;
	padding: 0 10px;
	display: inline-block;
	margin-right: 16px;
}

#contact textarea {
	font-size: 16px;
	box-sizing: border-box;
	border: solid 1px #d4d4d4;;
	padding: 10px;
	width: 100%;
	height: 200px;
}
#contact input[type="submit"] {
	/*font-stretch: 30.pp*/
	-webkit-appearance: none;
	box-sizing: border-box;
	border-radius: 10px;
	height:50px;
	line-height: 50px;
	font-size: 14px;
	width: 100%;
	background-color: #333333;
	border: none;
	color: #ffffff;
	margin-bottom: 1em;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#contact input[type="submit"]:hover {
	filter:alpha(opacity=70);
    -moz-opacity:0.70;
    -khtml-opacity: 0.70;
    opacity:0.70;
}
#contact .entry input[type="text"] {
	box-sizing: border-box;
	height: 45px;
	border: solid 1px #d4d4d4;
	width: 100%;
	padding: 0 10px;
	font-size: 16px;
}
#contact dd .error {
	font-size: 12px;
	color: #cc0000;
	line-height: 1.5em;
}
#contact p.error {
	font-size: 12px;
	color: #cc0000;
	line-height: 1.5em;
}
#contact #privacypolicy	{
	box-sizing: border-box;
	padding: 5%;
	border: solid 1px #333;
	margin-bottom: 2em;
}
@media screen and (min-width : 640px),print {
	
	h2, .catch {
		font-size: 28px;
	}
	
	
	
	/*---------------------------------
	_about_01
	-----------------------------------*/
	#about_01 {
		padding: 80px 0 0 0;
		text-align: center;
	}
	#about_01 .inner {
		padding-bottom: 200px;
	}
	#about_01 .catch {
		font-size: 30px;
		padding: 0 0 60px 0;
	}
	#about_01 .ehon {
		margin-top: -100px;
	}

	/*---------------------------------
	_about_02
	-----------------------------------*/
	#about_02 {
		text-align: center;
		padding: 70px 0 70px 0;
	}
	#about_02 .catch {
		padding: 10px 0 50px 0;
	}
	
	/*---------------------------------
	_#howto #step
	-----------------------------------*/
	#howto #step {
		padding: 60px 0 15px 0;
	}
	#howto #step h2 {
		margin-bottom: 50px;
	}
	#howto #step .text {
		text-align: center;
		margin-bottom: 75px;
	}
	#howto #step ol {
		width: 990px;
		margin: 0 auto 35px auto; 
	}
	#howto #step ol li {
		margin-bottom: 1em;
		width: 495px;
		float: left;
	}
	
	/*---------------------------------
	_#howto #use
	-----------------------------------*/
	#howto #use {
		padding: 60px 0 75px 0;
	}
	#howto #use h2 {
		font-size: 28px;
		margin-bottom: 50px;
	}
	#howto #use .text {
		text-align: center;
		margin-bottom: 40px;
		
	}
	#howto #use ul {
		width: 842px;
		margin: 0 auto 42px auto;
	}
	#howto #use ul li {
		float: left;
	}
	#howto #use ul li#use_01 {
		width: 168px;
		margin-right: 100px;
	}
	#howto #use ul li#use_02 {
		width: 244px;
		margin-right: 70px;
	}
	#howto #use ul li#use_03 {
		width: 260px;
	}
	#howto #use .button {
		display: block;
		width: 400px;
		margin: 0 auto;
	}
	
	/*---------------------------------
	_#backnumber
	-----------------------------------*/
	#backnumber {
		padding: 75px 0 3em 0;
	}
	#backnumber h2 {
		text-align: center;
	}
	#backnumber h2 img {
		height: 25px;
		width: auto;
		margin-bottom: 40px;
	}
	#backnumber .left {
		width: 460px;
		float: left;
	}
	#backnumber .left img {
		width: 100%;
	}
	#backnumber .right {
		width: 480px;
		float: right;
	}
	#backnumber .title {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 30px;
	} 
	#backnumber .detail {
		font-size: 14px;
	}
	#backnumber .price {
		color: #d83f2b;
		font-size: 19px;
		font-weight: bold;
		margin-bottom: 30px;
	}

	/*---------------------------------
	_#member
	-----------------------------------*/
	#member {
		padding: 60px 0 60px 0;
	}
	#member h2 {
		text-align: center;
	}
	#member h2 img {
		height: 25px;
		width: auto;
	}
	#member ul li {
		width: 280px;
		margin-right: 80px;
		float: left;
	}
	#member ul li:last-child {
		margin-right: 0px;
	}
	#member ul li .photo {
		width: 100%;
		margin: 0 auto 1em auto;
	}
	#member ul li .title {
		text-align: center;
		font-weight: bold;
		margin-bottom: 0.5em;
		letter-spacing: 2px;
	}
	#member ul li .name {
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		margin-bottom: 0.5em;
		letter-spacing: 2px;
	}
	#member ul li .text {
		font-size: 14px;
		margin-bottom: 0px;
	}
	/*---------------------------------
	_#contact
	-----------------------------------*/
	#contact {
		padding: 60px 0 60px 0;
	}
	#contact .lead {
		text-align: center;
		margin-bottom: 40px;
	}
	#contact dl {
		width: 800px;
		margin: 0  auto;
	}
	#contact input[type="submit"] {
		width: 400px;
		margin: 0 auto;
		display: block;
	}
	#contact #privacypolicy	{
		width: 600px;
		margin: 0 auto 40px auto;
		padding: 50px;
		border: solid 1px #333;
	}
}