@charset "utf-8";

body#flow .flow_image {
	width: 100%;
	margin: 10px -1px 60px -1px;}

body#flow ul h3,
body#flow .flow_image h3 {
	border: 0px none;
	margin: 0;
	padding: 0;}


body#flow ul img { display: block;}

body#flow .flow_image img {
	margin: 0;
	padding: 0;
	float:unset;}

body#flow .flow_image h3 img { float: unset;}


#article h3.bg_border {
	background: url(../common/img/bg_border.gif) no-repeat 0 100%;
    border-left: 0px none;
    color: #4d4d4d;
	font:1.1em "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 1.3em;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0; }

	.confirmation .alignleft{ margin: 0 35px 70px 0;}
	.confirmation .alignright{ margin: 0 27px 70px 20px;}



#article .making {
	background:url(../common/img/bg_table_border.gif) repeat-x 0 100%;
	padding:0 0 40px 0;
	margin:0 0 35px 0 ; }


#article .pc { background : none; }

#article .making strong {
	display:block;
	color: #33a6b8;
    margin: 12px 0 40px 0;
    padding: 0 0 0 50px;
	font-weight:normal;
	font-size: 1.15em; }

#article .soft strong { color: #D48697; }
#article .pc strong { color: #aaae00; }

#article .making img.img {
	float:unset;
	width: auto;
	height: fit-content;
	object-fit: contain;
    margin: 0;
    padding: 0;
	border: 1px solid #e1e1e1;
	-moz-box-shadow: 1px 1px 5px #e1e1e1;
	-webkit-box-shadow: 1px 1px 5px #e1e1e1;
	box-shadow: 1px 1px 5px #e1e1e1;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#e1e1e1');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#e1e1e1')"; }


#article div.sample {
	margin: 0 0 40px 0;
	}


#article .making div.text {
	float:unset;
	width: 50%;
	/* width:420px; */
    margin: 0 -10px 0 0;
    padding: 0; }

	#article .making div.text { font-size: 1.0em;}

	#article .making div.text a img {
		display:block;
		margin: 10px 0 30px 0;
		width: 80%;}


table.houhou td{ padding: 0 0 1em 0;}

.fcont {
	display: flex;
	width: 100%;
	margin: 10px auto;
}
.fcont a img {
	width: 100%;
	display: block;
}
.mt-50 {
	margin: 50px auto 0 !important;
}
img.w100 {
	width: 100%;
	display: block;
	margin: 50px auto;
}
#article h3.flow_h3_img {
	width: 40%;
}
#article h3.flow_h3_img02 {
	width: 60%;
}
.flow_flex {
	display: flex;
	justify-content: space-between;
}
.flow_flex02 {
	display: flex;
	width: unset;
}
.nagare_flex {
	display: flex;
}
.flow_step {
	position: relative;
}
.flow_step:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 98%;
    transform: translate(0, -50%);
    background-image: url(img/flow_step_arrow.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.flow_step {
	width: 25%;
}
.banner_img img {
	width: 60%;
}
.houhou_btn {
	width: 40%;
}
.houhou_btn02 {
	width: 100%;
	margin-bottom: 10px;
}



@media screen and (max-width: 1000px) {
	.flow_flex {
		display: block;
	}
	.fcont {
		display: block;
		width: 80%;
		margin: 10px auto;
	}
	.flow_flex02 {
		display: block;
		width: 100%;
	}
	.flow_flex02 li {
		width: 100%;
		margin-bottom: 20px;
	}
	#article .making div.text {
		float: unset;
		width: 100%;
		margin: 0 -10px 0 0;
		padding: 0;
	}
	#article .making img.img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.making_soft_img {
		padding: 0 10px;
	}
	#article .making div.text {
		width: 100%;
		margin: 0 -10px 0 0;
		padding: 0;
		margin-top: 30px;
	}
	.sample_flex-sp {
		display: flex;
    	flex-wrap: wrap;
    	justify-content: unset;
	}
	.sample_flex-sp img{
		margin: 0 0 15px 10px;
	}

	#article .making div.text a img {
		display:block;
		margin: 10px 0 30px 0;
		width: 100%;
		max-width: 320px;
	}
	.banner_img img {
		width: 100%;
		max-width: 320px;
	}
	.houhou a img {
		width: 100%;
		max-width: 320px;
	}
}


@media screen and (max-width: 600px) {
	#article h3.flow_h3_img {
		width: 60%;
	}
	#article h3.flow_h3_img02 {
		width: 90%;
	}
	.sample_flex-sp a {
		display: block;
		width: 100%;
	}
	.sample_flex-sp a:nth-child(3),
	.sample_flex-sp a:last-child {
		width: 50%;
	}
	.sample_flex-sp img {
		margin: 0 0 10px;
	}
}