@charset "UTF-8";


/* ------------------------------------------------
					見出し
------------------------------------------------ */

#content h2 {
	font-size: 2.6rem;
	color: #4D4D4D;
	border-bottom: solid 10px #4D4D4D;
	margin-bottom: 40px;
}




#content h3 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #4D4D4D;
	margin-bottom: 1em;
}

#content h2.stripe {
	background-image: url(../images/common/stripe.png), url(../images/common/stripe.png);
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
	background-size: auto, auto;
	border-bottom: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 40px;

}


h3.title_howto {
	border-bottom: solid 5px #4D4D4D;
	margin-bottom: .5em !important;
	}
		h3.title_howto span {
			background-color: #FF0000;
			color: #fff;
			font-size: 1.4rem;
			line-height: 1;
			border-radius:25px;
			padding: 3px 1em;
			margin-left: 1em;
		}
h4.sub-title {
	font-size: 1.4rem;
	margin-bottom: 40px;
}

p.notice {
	color: #4D4D4D;
}

p.notice-tension {
	color: #fff;
	background-color: #4D4D4D;
	padding: 4px 1em;
	display: inline-block;
	margin-top: 1em;
}


#wrapper {
	margin-bottom: 40px;
}

#left-box {
	width: 34%;
	max-width: 340px;
	float: left;
}

#left-box > img {
	width: 100%;
	max-width: 340px;
	margin-bottom: 20px;
}

	#left-box .thumb {
		width: 20%;
		height: auto;
		float: left;
		margin-right: .75em;
	}

	
#left-box dl {
	font-size: 1.2rem;
	margin-bottom: 1.5em;
}
	#left-box dl dt {
		width: 4em;
		float: left;
	}
	
	
	#left-box dl dd {
		padding-left: 4em;
	}
	
	#left-box dl dd:before {
		content: "："；
	}
	
#right-box {
	float: right;
	width: 65%;
}
	

	
ul.list-howto {
	font-size: 1.2rem;
}

		
	ul.list-howto li {
		width: 24.6%;
		max-width: 145px;
		float: left;
		margin-right: 3.5%;
		margin-bottom: 20px;
	}
	ul.list-howto li:nth-child(4n+4) {
		margin-right: 0;
	}

	ul.list-howto img {
		width: 145px;
		height: auto;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	
	ul.list-howto li a {
		text-decoration: none;
		color: #4d4d4d;
	}
	
	ul.list-howto li a img {
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	    filter: gray;
	    -webkit-filter: grayscale(80%);
		}
	
	ul.list-howto li a img:hover {
		filter: none;
    -webkit-filter: grayscale(0%);
    }
	


	
ul.list-3 li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
	}
	
	ul.list-3 li img {
		width: 100%;
		margin-bottom: 10px;
		}
	
	ul.list-3 li:nth-child(3n+3) {
		margin-right: 0;
		}

ul.list-3 li h3 {
	font-size: 1.6rem !important;
	font-weight: bold;
	}
	
	ul.list-3 li p {
		margin-bottom: 0;
		}
	

p.btn-text {
	font-size: 1.6rem;
	border: solid 1px #4D4D4D;
	text-align: center;
	width: 20%;
	display: block;
	margin: 80px auto 0 auto;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	
}
	p.btn-text a {
		display: block;
		padding: 1em 0;
		text-decoration: none;
		color: #4D4D4D;
	}
	p.btn-text:hover {
		background-color: #eee;
	}

	
section.notice ul {
	font-size: 1.4rem;
	margin-bottom: 40px;
}
	section.notice ul li {
		list-style: disc;
		margin: 0 0 1em 1.5em;
	}
	section.notice ul li:last-child {
		margin-bottom: 0;
	}
	
	
/* テキストボタン */

.button a {
	display: block;
	width: 90%;
	max-width: 200px;
	height: 54px;
	margin: 0 auto;
}

.button a {
	display: block;
	width: 80%;
	max-width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}


.button a::before,
.button a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button a,
.button a::before,
.button a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button a {
	background-color: #fff;
	border-color: #59b1eb;
	border: 2px solid #59b1eb;
	color: #59b1eb;
	line-height: 50px;
}

	
.button a:hover {
	background-color: #59b1eb;
	color: #fff;
}


@media screen and (max-width: 768px){		/* -------------------------------------------------  768px以下用（iPad）の記述 */

ul.list-howto li {
		width: 30%;
		max-width: inherit;
		float: left;
		margin-right: 5%;
	}

ul.list-howto li:nth-child(3n+3) {
		margin-right: 0;
	}

ul.list-howto img {
		width: 100%;
		height: auto;
	}


ul.list-howto li a img {
		filter: inherit;
	    filter: inherit;
	    -webkit-filter: inherit;
		}
	
	ul.list-howto li a img:hover {
		filter: none;
    -webkit-filter: grayscale(0%);
    }






}

@media screen and (max-width: 640px){		/* -------------------------------------------------  640px以下用の記述 */
#content h2 {
	text-align: center;
}


#left-box {
	width: 100%;
	max-width: inherit;
	float: none;
	margin-bottom: 40px;
}


#right-box {
	float: none;
	width: 100%;
}


#left-box > img {
	display: block;
	width: 60%;
	max-width: inherit;
	margin: 0 auto 20px auto;
}









}


@media screen and (max-width: 480px) {		/* -------------------------------------------------  480px以下用（スマートフォン用）の記述 */

#content h2 {
	font-size:  1.8rem;
	text-align: center;
}

#content h3 {
	font-size: 1.6rem;
}

h3.title_howto,
h4.sub-title {
	text-align: center;
}


p.notice-tension {
	text-align: center;
	display: inherit;
}

	
ul.list-3 li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 40px;
	}
	


}