@charset "UTF-8";
/****************************************
	common.cssにあったもの
*****************************************/



/****************************************
	html内にあったもの
*****************************************/
a:link,
a:visited {
	color: unset;
}

img {
	vertical-align: top;
}

.center {
	margin: 0 auto;
}

.column {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

#undercolumn {
	background-color: inherit;
	width: 100%;
	line-height: 1.5em;
	margin-top: 0;
}

#undercolumn img {
	width: 100%;
	height: auto;
}

.howto h2 {
	display: block;
	position: relative;
	color: #333;
	font-size: 1.5rem;
	text-align: center;
	margin: 1rem auto;
	padding-bottom: 0.5em;
	border-bottom: rgb(195, 0, 0) 3px solid;
	background: none;
}

p.center {
	text-align: center;
	margin-bottom: 2rem;
}

dl.hari,
dl.hari dd {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

dl.hari dd:nth-of-type(2) {
	flex-direction: row-reverse;
}

dl.hari {
	margin-bottom: 5rem;
}

dl.hari dt {
	margin: 1em auto;
	font-size: 1.25rem;
	font-weight: bolder;
	color: #FFF;
	padding: 0.25em 1em;
}

dl.hari dt:first-child {
	background-color: rgb(0, 40, 119);
}

dl.hari dt:nth-child(3) {
	background-color: rgb(119, 0, 0);
}


dl.hari dt,
dl.hari dd,
dl.hari dd h3 {
	width: 100%;
	height: auto;
}

dl.hari dd img {
	width: 30% !important;
}

dl.hari dd p {
	width: 70%;
	padding: 0 1em 1em 1em;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {

	dl.hari dd img,
	dl.hari dd p {
		width: 100% !important;
	}
}

ul.best {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 1em auto 3em auto;
}

ul.best li {　　　/* ul.best li a { →　ul.best li {　*/
	display: block;
	background-color: #333;
	color: #FFF;
	border: #333 1px solid;
	padding: 0.25rem 1rem;
	border-radius: 15px;
	font-size: 0.8rem;
	width: fit-content;
	margin: 0 1em 1em 0;
}

/* 削除 */
/* ul.best li a:hover {
	background-color: #FFF;
	color: #333;
	font-weight: bold;
} */
/* 削除 */

ul.howto {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.howto li {
	width: 49%;
	margin-bottom: 3rem;
}

ul.howto li div {
	width: 100%;
	height: 180px;
	border-radius: 15px;
	background-size: cover;
	background-position: center;
	border: #333 2px solid;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 0.5em;
}



ul.howto li div a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	color: #000;
	font-weight: bold;
	z-index: 3;
}

ul.howto li div a span {
	display: block;
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	padding: 0.25em 1em;
	z-index: 3;
	text-align: center;
}

ul.howto li div:hover:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1;
	border-radius: 12px;
}

ul.howto li a.dbtn{
	display: block;
	margin: 0 auto;
	padding: 0.25em 1em;
	text-align: center;
	width: 90%;
	background-color: rgb(195, 0, 0);
	color: #FFF;
	border: rgb(195, 0, 0) 2px solid;
	border-radius: 20px;
}

ul.howto li a.dbtn:hover{
	background-color: #FFF;
	color: rgb(195, 0, 0);

}
@media screen and (max-width: 600px) {
ul.howto li div a span {
	border-radius: 0;
	font-size: 0.9em;
}

  ul.howto li a.dbtn{
  font-size: 0.9em;
  width: 100%;
  padding: 0.25em 0.5em;
}
}

@media screen and (max-width: 5000px) {   
  ul.bit {
	margin-left: 1rem;
	text-indent: -1rem;
	}   

   }              


ul.howto li:first-child div{
	background-image: url("https://gigaplus.makeshop.jp/hasepro/img/howto/icon_emb.jpg");
}

ul.howto li:nth-child(2) div{
	background-image: url("https://gigaplus.makeshop.jp/hasepro/img/howto/icon_kick.jpg");
}

ul.howto li:nth-child(3) div{
	background-image: url("https://gigaplus.makeshop.jp/hasepro/img/howto/icon_pillar.jpg");
}

ul.howto li:nth-child(4) div{
	background-image: url("https://gigaplus.makeshop.jp/hasepro/img/howto/icon_rvs.jpg");
}

ul.howto li:nth-child(5) div{
	background-image: url("https://gigaplus.makeshop.jp/hasepro/img/howto/icon_pianoppf.jpg");
}

ul.howto li:nth-child(6) div{
	background-image: url("https://gigaplus.makeshop.jp/hasepro/img/howto/icon_bon.jpg");
}

ul.howto li:nth-child(7) div{
	background-image: url("https://gigaplus.makeshop.jp/hasepro/img/howto/icon_line.jpg");
}

ul.howto li:nth-child(8) div{
	background-image: url("https://gigaplus.makeshop.jp/hasepro/img/howto/icon_stech.jpg");
}

ul.howto li:nth-child(9) div{
	background-image: url("https://gigaplus.makeshop.jp/hasepro/img/howto/icon_decol.jpg");
}

ul.howto li:nth-child(10) div{
	background-image: url("https://gigaplus.makeshop.jp/hasepro/img/howto/icon_cenp.jpg");
}

ul.howto li:nth-child(11) div{
	background-image: url("https://gigaplus.makeshop.jp/hasepro/img/howto/icon_gbox.jpg");
}



button {
	margin: 1rem auto;
	padding: 0.25rem 1rem;
	border-radius: 25px;
	display: block;
}
span.d2{
	padding-left: 7.5em;
}
@media screen and (max-width: 600px) {
	span.d2{
	padding-left: 0em;
}
}