/*
Theme Name: meviy04_2
Description: Meviy Blog Template
Author: MASAtoshi OKA
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meviy04_2
Version: 4.0
*/
.example_page{
	background: #ececec;
	margin-top: 109px;
	padding-top: 10px;
	min-height: calc(100vh - 160px);
	height: auto;
}
@media screen and (max-width:1024px) {
	.example_page{margin-top: 17vw;}
}
@media screen and (max-width: 900px) {
	.example_page{min-height: calc(100vh - 480px); }
}

.acv_text.example_header h2{border-bottom: 1px dotted #555; margin-bottom: 20px;}
/*
.example_cat{
	display: block;
	background: #ffffff;
	padding: 10px;
}
*/
.example_cat_title{
	display: block;
	float: none;
	font-weight: 600;
	font-size: 14px;
}
ul.example_area{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-pack: justify;
	justify-content:left;
	margin: 20px 0;
}
ul.example_area > li{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content:space-between;
	background-color: #fff;
	width: calc(25% - 20px);
	padding: 15px;
	margin: 10px;
	box-sizing: border-box;
}
@media screen and (max-width:900px) {
	ul.example_area > li{width: calc(33% - 20px);}
}
@media screen and (max-width:700px) {
	ul.example_area > li{width: calc(50% - 20px);}
}
@media screen and (max-width:450px) {
	ul.example_area{display: block;}
	ul.example_area > li{width: calc(100% - 20px);}
}
ul.example_area > li h3{
	font-size: 16px;
	font-weight: 600;
}
ul.example_area > li .ex_shape{
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 10px;
}
ul.example_area > li .ex_shape:before{content: "("}
ul.example_area > li .ex_shape:after{content: ")"}
ul.example_area > li img{width: 100%; height: auto; margin-bottom: 0px;}
.acv_example_contents{}
ul.example_area > li table{ width: 100%}
ul.example_area > li table tr td{
	padding: 5px 0;
	vertical-align: text-top;
	font-size: 12px;
	line-height: 120%;
}
ul.example_area > li table tr td ul{list-style: disc}
ul.example_area > li table tr td ul li{
	list-style-type: disc;
	margin-left: 17px;
	margin-bottom: 2px;
}
td.ex_table_left{width: 72px;}
ul.ex_price {list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
ul.ex_price li{
	width: 100%;
	border: 2px solid #555;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	margin-top: 10px;
}
ul.ex_price li small{font-size: 12px;}
a.ex_type{
	display: block;
	width: 100%;
	padding: 2px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
	background: #0a1464;
	-moz-border-radius:20px;
	border-radius:20px;
}
/* a.ex_type.ex_fa_machining_kaku{background: #0a1464;}
a.ex_type.ex_fa_machining_maru{background: #0060bc;}
a.ex_type.ex_fa_sheet-metal{background: #00937b;}
a.ex_type.ex_fa_sheet-metal_welding{background: #62e49c; color: #343434;}
a.ex_type.ex_resin{background: #666666;} */
a.ex_type:hover{background: #555; opacity: 1;}


/* バナー */
.example_btn_area{margin-bottom: 20px;}
.example_bnr{
	display: flex;
	width: calc(100% - 20px);
	float: none;
	margin: 30px auto;
	background: #0b1364;
	box-sizing: border-box;
	-moz-border-radius:7px;
	border-radius:7px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.example_bnr img{
	height: 100%;
	width: auto;
	padding: 0 10px;
	box-sizing: border-box;
	background: #fff;
}
.example_bnr_est{
	display: block;
	padding: 15px;
}


.example_bnr_est p{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.example_bnr_est a{
	display: block;
	float: none;
	margin: 30px auto 0 auto;
	padding: 10px;
	background: #ffc600;
	color: #343434;
	font-weight: 600;
	text-align: center;
	width: 300px;
	font-weight: 600;
	font-size: 25px;
	-moz-border-radius:7px;
	border-radius:7px;
}

.example_bnr_est a:hover{
	background: #fff;
	opacity: 1;
}
.example_date ul{
	list-style: none;
	display: block;
	margin: 0px 0 20px 0;;
}
.example_date ul li{
	list-style-type: none;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.example_bnr.example_bnr_no_img{
	display: block;
	float: none;
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
}
.example_bnr.example_bnr_no_img .example_bnr_est{width: 100%;}
.example_bnr.example_bnr_no_img .example_bnr_est p{text-align: center;}

@media screen and (max-width: 900px){
	.example_bnr{display: block;}
	.example_bnr img{width: 100%; max-width:500px ;height: auto; margin: 0 auto;}
}

@media screen and (max-width: 600px){
	.example_bnr_est{width: 100%; margin: 10px 0;}
	.example_bnr_est p{font-size: 15px}
	.example_bnr_est a{font-size: 20px;}
	.example_bnr.example_bnr_no_img .example_bnr_est p{text-align: left;}
}
@media screen and (max-width: 400px){
	.example_bnr{width: 100%}
	.example_bnr.example_bnr_no_img .example_bnr_est p br{display: none;}
}
.example_data{text-align: center;}
.example_data a{
	color: #555;
	text-decoration: underline;
	margin: 20px 0;
}


