@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
.carousel2{
max-width:1000px;
margin:auto;
padding-top:40px;
}
.carousel2 .img_span{
box-sizing:border-box;
padding:5px;
}
.carousel2 img{
width:100%;
}


.slick-prev{left:15px!important;}
.slick-next{right:15px!important;}
.slick-prev, .slick-next{z-index:10;width:40px!important;height:40px!important;}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 40px!important;
    
}
body{
	background:#fff;
	color:#333;
	line-height:1.7;
}
a,
a:visited,
a:hover{
	color:#333;
}

/**/
#header .inner,
#content .inner,
#footer .inner,
.totop .inner,
#nav .inner{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.column{
box-sizing:border-box;
}
.bn1 a,.bn2 a,.bn3 a,.bn4 a{
    background-size: cover;
    position: relative;
    height: 150px;
    line-height: 130px;
    display: block;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 5px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    -webkit-transition: 200ms;
    transition: 200ms;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    border: 10px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    margin-bottom: 10px;
font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
a{
    -webkit-transition: 200ms;
    transition: 200ms;
}
a:hover,a:hover img{
opacity:0.8;
}

.bn1 a{background:url(/images/bn1.jpg) center center no-repeat , 
linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%) , 
-webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%)}
.bn2 a{background:url(/images/bn2.jpg) center center no-repeat , 
linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%) , 
-webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%)}
.bn3 a{background:url(/images/bn3.jpg) center center no-repeat , 
linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%) , 
-webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%)}
.bn4 a{background:url(/images/bn4.jpg) center center no-repeat , 
linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%) , 
-webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%)}

.bn1 span,.bn2 span,.bn3 span,.bn4 span{
position:absolute;
top:0px;
left:0px;
bottom:0px;
right:0px;
margin:auto;
color:#fff;
font-size:16px;
font-weight:bold;
}

/* header */
#header {
	/*
	height:130px;
	*/
}
#header h1 {
    float: left;
    margin-top: 25px;
    width: 37.2%;
    max-width: 372px;
}
#header .info {
    float: right;
    width: 27%;
    margin-top: 30px;
}
.header_tel {
	text-align:right;
	
}
.header_tel span {
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	line-height:1;
}
.header_tel img {
	vertical-align:bottom;
	width:100%;
}
.headwrap{
    text-align: right;
}
.headwrap.wrap > .inner{
	padding-top:5px;
}
/* nav */
#nav {
    width: 100%;
    float: none;
    background: #027af2;
	padding:10px 0;
}
#nav #menu > li {
    float: left;
    list-style: none;
    width: 14.2%;
    height: 50px;
    box-sizing: border-box;
    border-right: 1px dashed #7ec1d8;
}
#nav li.nav01 {
	border-left:1px dashed #7ec1d8;
}
#nav li a, #nav li p{
    display: block;
    height: 50px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 1.4;
    padding: 8px 0 0;
}
#nav li a span.nav_span, #nav li p span.nav_span{
    font-size: 10px;
    display: block;
}
#nav li a:hover,#nav li p:hover{
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
}
.submenu_ul{
position:absolute;
z-index:1;
}
.submenu_ul > li {
    background: #356d92;
    list-style: none;
    width: 210px;
    height: 40px;
    box-sizing: border-box;
    border-collapse: collapse;
    border-bottom: 1px solid #fff;
}
.submenu_ul>li a{
	color: #fff!important;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.submenu_ul>li a:hover{
	color: #ccc!important;
}
/* content */

#content {
	margin-bottom:40px;
	min-height:500px;
}
.top #content {
	margin-bottom:0;
}

#content .wrap p {
	margin-bottom:1.2em;
}
.wrap .inner{
max-width:1000px;
margin:0 auto;
}

/* メイン */

.carousel {
	padding-bottom:0;
	width:100%;
	overflow:hidden;
}
.carousel > div {
	width:100%;
	margin:0 auto;
}
.carousel .slick-list {
  overflow: visible;
}
.carousel .slick-slide {
  position: relative;
  outline: 0;
}
.slick-dots{}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
	content:'';

    width: 10px;
    height: 10px;
	background:#f3f2ee;
	border-radius:50%;
}
.slick-dots li.slick-active button:before {
	background:#fdcc07;
}
.carousel .slick-arrow {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 37px;
  height: 37px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}
.carousel .slick-arrow:hover {
  opacity: 0.5;
}

/* フッター */
.totop {
	text-align:right;
	line-height:1;
	height:47px;
}
.totop img {
	display:block;
	float:right;
}
.top .totop {
	background:#000c1c;
	padding-top:30px;
}
#footer {
	text-align:center;
}
#footer .inner {
	padding:1em 0;
}
#footer ul {
	text-align:center;
}
#footer ul li {
	display:inline-block;
	list-style:none;
	color:#ffffff;
}
#footer ul li a,
#footer ul li a:visited {
	text-decoration:none;
	color:#ffffff;
}
#footer ul li a:after{
content:" | ";
}

#footer ul li a:hover {
	text-decoration:underline;
}
.copyright {
	width:100%;
	text-align:center;
	font-size:14px;
	line-height:1.8;
}

#footer .footer_bn01{
	padding:60px 0;
	max-width:700px;
	margin:0 auto;
}
#footer .footer_bn01 a{
	display:block;
	float:left;
	width:45.714285714%;
	max-width:320px;
}
#footer .footer_bn01 a:last-child{
	float:right;
}
#footer .footer_bn01 a img{
	display:block;
}
#footer .footertop{
	background:url(/images/bottom_bg.jpg) no-repeat center top;
	background-size:cover;
}
#footer .footertop .inner{
	padding:50px 0;
	background:rgba(255,255,255,0.9);
}
#footer .footertop .ttl_p{
    text-align: center;
    box-sizing: border-box;
    padding: 0 0 5px 0;
    border-bottom: none;
    display: block;
    font-size: 32px;
    letter-spacing: 0.05em;
    color: #027af2;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height:1.4;
}
#footer .footertop .ttl_p span{
	color:#ffbb03;
	font-size:16px;
	display:block;
}
.footertop p.p01{
	margin:20px 0;
}
.footertop .footer_bn02 {
    max-width: 840px;
    margin: 0 auto;
    width: 94%;
}
.footertop .con_l{
	float:left;
	width:48%;
	max-width:400px;
}
.footertop .con_r{
	float:right;
	width:48%;
	max-width:400px;
}
.footertop .con_l img,.footertop .con_r img{
	width:100%;
}
.footertop .con_r a{
	display:block;
}
.f_logo{
	margin: 15px auto 0;
	width:96%;
}

.f_iso {
    margin: 10px auto 20px;
}

.f_navbox{
	background:#027af2;
}
/* table */

.menu_table {
	width:100%;
	margin-bottom:10px;
	border-top:1px solid #e8e9e3;
}
.menu_table th,
.menu_table td {
	padding:14px 14px;
	border-bottom:1px solid #e8e9e3;
}
.menu_table th {
	text-align:left;
}
.menu_table td {
	text-align:right;
}

table.news {
	border-top:1px solid #e8e9e3;
	max-width:800px;
	margin:0 auto;
	width: 100%;
}
table.news th,
table.news td {
	padding:15px 10px 14px ;
	border-bottom:1px solid #e8e9e3;
}
table.news th {
	width:20%;
	color:#b4c22e;
	padding:15px 0 14px 20px;
}

table.info {
	border-top:1px solid #e8e9e3;
}
table.info th,
table.info td {
	padding:15px 5px 14px ;
	border-bottom:1px solid #e8e9e3;
	text-align:left;
}
table.info th {
	width:20%;
}


/* BTN */

.anchor_wrap a {
	width:180px;
	display:inline-block;
	height:32px;
	line-height:30px;
	color:#fff;
	text-decoration:none;

	background:#afcaf2;
	border-radius:16px;
	text-align:center;
	box-sizing:border-box;
	padding-top:2px;
}
.anchor_wrap a:hover {
	opacity:0.7;
}

/*TOP*/

h3 {
	font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align:center;
	letter-spacing:0.1em;
}

.top h3.title{
    text-align: center;
    box-sizing: border-box;
    padding: 0 0 5px 0;
    border-bottom: none;
    display: block;
    font-size: 32px;
    letter-spacing: 0.05em;
    color: #027af2;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height:1.4;
}
.top h3.title span{
	color:#ffbb03;
	font-size:16px;
	display:block;
}
.under .wrap.h3_title_wrap ,.blog_body .wf_bread_ul + .wrap{
    max-width: 100%;
    padding: 2em 0;
    background: url(/images/top01_bg01.png) repeat center top;
    margin-bottom: 40px;
}
.under .h3_title_wrap h3,.blog_body .wf_bread_ul + .wrap h3 {
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    display: block;
    font-size: 30px;
    color:#027af2;
    letter-spacing: 4px;
    border-left: none;
    margin: 0;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height:1.4;
}
.under h3 {
	text-align:center;
}

.under h3{
text-align: center;
box-sizing: border-box;
padding: 0 0 0px 20px;
display: block;
font-size: 28px;
display: inline-block;
border-left: 5px solid #027af2;
margin: 10px 0;
color:#333;
}

.top h4 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:1em;
}
.under h4{
    font-size: 22px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    padding: 0 0 8px;
    border-bottom: 4px solid #a1c5d2;
    color: #027af2;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.under h5 {
    font-size: 19px;
    color: #027af2;
    padding: 0 0 8px 22px;
    position: relative;
    margin: 0;
    text-align: left;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    border-bottom: 1px solid #027af2;
}
.under h5::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #027af2;
    left: 2px;
    top: 10px;
}
.under h6{
    color: #027af2;
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #0094b9;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align:left;
}
.top  .bg_block {
	background:#000c1c;
}
.top .concept-block,
.top  .item-block {
	padding-bottom:2.5em;
	padding-top:2.5em;
	margin-bottom:2.5em;
}
.top  .info-block {
	margin-bottom:2.5em;
}
.top .concept-block img {
	margin-right:20px;
}
.top .concept-block h4,
.top .concept-block p ,
.top .concept-block .btn-style{
	/*padding-left:52%;*/
}
.top .shop-block img {
	/*margin-left:20px;*/
}
.top .shop-block p.entry_p {
	width:48%;
}
.top .shop-block .anchor_wrap {
	padding-top:1em;
}

.top dl.info { margin-bottom:20px;}

/* item */	

.item-list li {
	float:left;
	width:25%;
	box-sizing:border-box;
	padding:0 2% 2%;
	text-align:center;
}
.item-list li img {
	width:100%;
	border-radius:50%;
	margin-bottom:10px;
}
.item-list li span.item-price {
	padding-top:6px;
	font-size:16px;
	font-weight:bold;
	color: #b0bf24;
	display:block;
}

/* under */

.page_title {
	background:#000c1c;
	text-align:center;
	margin-bottom:30px;
	padding:2em 0;
}
h2.title {
	max-width:1000px;
	margin:0 auto;
	font-size:40px;
	font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

/* template */

.under .wrap {
	margin-bottom:10px;
}
.type_basic_fl img {
	width:30%;
	margin-right:2%;
	float:left;
}
.type_basic_fr img {
	width:30%;
	margin-left:2%;
	float:right;
}
.img-half .type_basic_fl img {
	width:48%;
	margin-right:2%;
}
.img-half .type_basic_fr img {
	width:48%;
	margin-left:2%;
}

/* 画像 */

.wrap img {
	max-width:100%;
}

.img_list1 img {
	margin:0 0 2%;
}
.img_list3 li {
	width:32%;
	margin:0 0 2% 2%;
	float:left;
	display:block;
}
.img_list3 li:first-child {
	margin-left:0;
}

/*-------------------
 Responsive 
-------------------*/

.sp { display:none !important;}

.map {
position: relative;
padding-bottom: 65%;
height: 0;
overflow: hidden;
}
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


@media only screen and (max-width: 1010px) {
#header .inner,
#content .inner,
#footer .inner,
.totop .inner,
#nav .inner,
.headwrap.wrap > .inner{
    margin-left: auto;
	margin-right:auto;
    width: 94%;
	float:none;
}
#nav li {
}
.map {
padding-bottom: 45%;
}

/**/

}
@media only screen and (max-width: 1000px) {
.carousel > div {
    width: 100%;
}
.carousel .slick-arrow.slick-next { right:5px;}
.carousel .slick-arrow.slick-prev { left:5px;}
}
@media only screen and (max-width: 767px) {

.sp { display:block !important;}
.pc { display:none !important;}

img {
	max-width:100%;
}
#header {
    height: 70px;
}
#header h1 {
	position:absolute;
	margin-top:0;
	top:20px;
	left:10px;
	width:50%;
}
#header .info {
	position:absolute;
	top:20px;
	right:10px;
	margin-top:0;
	width:166px;
	max-width:36%;
	padding-top:0;
	float:right;
}
#header .info a {
	margin-right:4.5%;
	display:block;
	width:30.5%;
	float:left;
}
#header .info img {
	width:100%;
	display:block;
}

#nav {
	background:none;
	padding:0;
}
#menu { display:none;}
#toggle {
	display: block;
	position: absolute;
	top:20px;
	right:10px;
	max-width:50px;
	width:11%;
}
#header  #toggle a {
	width:100%;
	margin:0;
	float:none;
	position: relative;
}
#nav ul {
    background: rgba(0,0,0,.7);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
	position:absolute;
	z-index:9999;
}
#nav #menu > li {
    width: 100%;
}
#nav li a span.nav_span, #nav li p span.nav_span {
    display: none;
}
#nav ul li {
	display:block;
	text-align:left;
	float:none;
	height:auto;
	width:100%;
	padding:0;
	box-sizing:border-box;
	border:none;
	border-bottom:1px solid #ccc;
	margin:0;
}nav ul li.nav01 { border-left:none;}
#nav ul li a ,#nav li p{
	display:block;
	padding:14px 10px;
	width:100%;
	float:none;
	box-sizing:border-box;
	text-align:left;
	height:auto;
	line-height:1.5;
}

#nav .nav02 ul {
    top: 100px;
}
#nav .nav05 ul {
    top: 250px;
}

.item-list li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
}

#content {
	width:100%;
}

/* top */
.top .concept-block img,
.top .shop-block img {
    margin:0 0 20px;
    max-width: 100%;
}

.top .concept-block h4,
.top .concept-block p,
.top .concept-block .anchor_wrap {
	padding-left:0;
}
.top .shop-block .anchor_wrap,
.top .concept-block .anchor_wrap {
	text-align:center;
}
.top .shop-block p.entry_p {
	width:100%;
}

/* template */

.type_basic_fl img,
.type_basic_fr img ,
.img-half .type_basic_fl img,
.img-half .type_basic_fr img,
.img_list3 img ,
.img_list3 a {
	float:none;
	width:100%;
	margin:0 0 20px ;
}

}

@media only screen and (max-width: 480px) {
#nav ul { top: 88px;}
.top .recommend-block .block-inner {
	background-size:20px;
	background-position:0 0;
}
.top .recommend-block .block-inner .fl {
	padding-left:0;
}

table.news th,
table.news td,
.info_dt,
.info_dd {
	display:block;
	float:none;
	width:100%;
	text-align:left;
}
table.news th,
.info_dt {
	padding:15px 2px 4px;
}
table.news td,
.info_dd {
	padding:4px 2px 15px;
}
table.news th,
.info_dt {
	border-bottom:none;
}

.menu_table th,
.menu_table td {
	display:block;
}
.menu_table th {
	border-bottom:none;
	padding-bottom:4px;
}
.menu_table td {
	padding-top:4px;
}

}
@media only screen and (max-width: 320px) {
#header h1 {
	top:10px;
}
#header .info {
	top:15px;
}
#toggle {
	top:15px;
}
#nav ul { top:65px;}

}
/***********BLOG************/
/***********BLOG************/
.wf_blog_ul{
max-width:1000px;
width:100%;
margin:5px auto;
display:block;
}
.wf_blog_ul .wf_blog_li_thumb,.wf_blog_ul .wf_blog_li_thumb:hover{
width:45px;
height:45px;
border-radius:100%!important;
display:block;
overflow:hidden;
float:left;
margin-right:10px;
}

.wf_blog_ul .wf_blog_li_thumb img{
width:100%;
min-width:45px;
max-width:200px;
min-height:45px;
max-height:200px;
}
.wf_blog_ul  li{
display:block;
padding-top:10px;
padding-bottom:10px;
border-bottom:1px dashed #ccc;
font-size:12px;
}
.wf_blog_ul li:after{
content:"";
clear:both;
display:block;
}
.wf_blog_ul .wf_blog_li_date,.wf_blog_ul .wf_blog_li_title{
display:block;
float:left;
margin:0px!important;
padding:10px;
box-sizing:border-box;
max-width:100%;
}


.wf_lic_雑誌掲載記事等 .wf_blog_li_date {
    display: none;
}

.wf_bread_ul li{
display:inline;
}
.wf_blog_ul li a{
color:#888;
}
.wf_bread_ul {
width:100%;
max-width:1000px;
display:block;
margin:0px auto;
padding:5px;
}
.wf_blog_li_date_time{
display:none;
}
form .wrap{
}
@media screen and (max-width: 768px) {
form .wrap{
}
}

/* *******************************************************************************
 ■ 追記
******************************************************************************* */
.page_edit .topcon_s img {
    max-width: 150px;
}



body {
    font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    line-height: 180%;
    background: #fff!important;
}
input, button, select, textarea,
.nav-collapse_ .nav > li > a,
.nav-collapse_ .nav > li >p,
.nav-collapse .sub-menu > ul li a,
.btn.btn-info  {
    font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.word_break {
 word-break: break-all;
}
a:focus,
*:focus {
 outline: none;
}
a {
color: #333333;
text-decoration: none;
}
a:hover {
color: #333333;
 text-decoration: underline;
}
a:hover img {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
}
#header h1 a:hover img {
 opacity: 1;
 filter: alpha(opacity=100);
 -ms-filter: "alpha( opacity=100 )";
}
.mb0 {
 margin-bottom: 0!important;
}
.mb_h3 {
 margin-bottom: 20px !important;
}
.mb_h4 {
 margin-bottom: 18px!important;
}
.mb_h5 {
 margin-bottom: 10px!important;
}
.mb_01 {
 margin-bottom: 27px!important;
}
.mb_02 {
 margin-bottom: 60px!important;
}
.mb_03 {
 margin-bottom: 75px!important;
}
ul.list_dot {
 list-style: none;
}
ul.list_dot li {
 padding: 0 0 5px 22px;
 position: relative;
 word-wrap: break-word;
}

.list_dot.power li {
    font-size: 20px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}


.list_dot li:before {
 background: none repeat scroll 0 0 #f39800;
 border-radius: 50%;
 content: "";
 height: 5px;
 left: 6px;
 position: absolute;
 top: 10px;
 width: 5px;
}
.float_ul01 li {
 margin: 0 20px 0 0;
 float: left;
 width: 40%;
}
ul.ul_check li {
    padding: 6px 0px 5px 32px;
    position: relative;
}
ul.ul02 {
    list-style: none;
    background: #e9f7fe;
    padding: 10px;
    box-sizing: border-box;
}
ul.ul02 li {
 padding: 0 0 5px 14px;
 position: relative;
}
ul.ul02.float_ul01 li {
 box-sizing: border-box;
 float: left;
 margin: 0 2% 0 0;
 padding: 0 0 5px 14px;
 position: relative;
 width: 48%;
}
ul.ul02 li a {
 font-weight: bold;
}
.ul02 li:before {
 display: block;
 content: "";
 position: absolute;
 top: 8px;
 left: 3px;
 width: 0;
 height: 0;
 border: 5px solid transparent;
 border-left: 5px solid #3584d5;
}
ul.ul_check li:before {
 background: url(/images/check_icon.png) repeat center top;
 content: "";
 height: 20px;
 left: 0;
 position: absolute;
 top: 9px;
 width: 20px;
 z-index: 0;
}
p.point_p {
 color: #cab52c;
 font-size: 22px;
 font-weight: bold;
 line-height: 1.3;
 padding: 7px 5px 8px 16px;
 position: relative;
 text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
 z-index: 1;
}
p.point_p:before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 25px;
 height: 25px;
 border: 9px solid #d7f0f9;
 border-radius: 50%;
 z-index: -1;
}
.number_p {
 font-size: 19px;
 font-weight: bold;
 line-height: 1.4;
 margin: 0 0 10px;
 padding: 0 0 0 110px;
 text-indent: -110px;
}
.number {
 background: none repeat scroll 0 0 #cab52c;
 border-radius: 5px;
 box-shadow: 3px 3px 0 #ccc;
 color: #fff;
 font-size: 23px;
 margin: 0 10px 0 0;
 padding: 0 8px;
}
.arrow_box {
 position: relative;
 height: 40px;
 width: 100%;
}
.arrow_box:before {
 content: "";
 position: absolute;
 background: none;
 top: 10px;
 left: 0px;
 height: 0;
 border-top: dotted #E6DDB8 2px;
 width: 100%;
}
.arrow_box:after {
 display: block;
 content: "";
 position: absolute;
 top: 10px;
 left: 50%;
 margin: 0 0 0 -30px;
 width: 0px;
 height: 0px;
 border: 30px solid transparent;


 border-top: 16px solid #faeaa9;
}
.merit01 {
 padding: 0px 6px 0px 6px;
 border-radius: 5px;
 background: #cdb827;
 font-size: 20px;
 color: #fff;
 margin: 0 0 8px;
 display: inline-block;
}
.merit02 {
 padding: 0px 6px 0px 6px;
 border-radius: 5px;
 margin: 0 0 8px;
 background: #6a91c4;
 font-size: 20px;
 color: #fff;
 display: inline-block;
}
.text_box {
 float: right;
 width: 62%;
}
.border_box01, .border-box01 {
    background-color: #e9f7fe;
    border: 1px solid #ddd;
    padding: 15px 10px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
.border_box02 {
 background-color: #f8f8f8;
 border: 1px solid #ddd;
 border-radius: 7px;
 padding: 10px;
}
.text_01 {
 color: #cdb827;
 font-size: 24px;
 font-weight: bold;
 letter-spacing: 0;
 line-height: 1.6 !important;
 padding: 0;
 text-align: center;
}

.link_btn {
    width: 100%;
    max-width: 320px;
    display: block;
    margin: auto;
}
.link_btn a {
    line-height: 1.4;
    display: block;
    padding: 13px 20px 13px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #fff;
    background:#027af2;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    letter-spacing: 0.05em;
	font-size:16px;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.link_btn a:before {
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 content: "";
 display: block;
 height: 8px;
 margin-top: -4px;
 position: absolute;
right: 10px;
 top: 50%;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 width: 8px;
}
.link_btn a:hover {
 opacity: 0.8;
 color: #fff;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
 text-decoration: none;
 /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3db0e7', endColorstr='#0197e0')";*/
}


/*--------------------------------------
	table01
--------------------------------------*/
table.table01, table .table01 {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin:0 0 15px;
}
.table01 th, .table01 td {
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
}
.table01 thead th {
	background: #002e4e;
	color: #fff;
}
.table01 tbody th {
    background: #e9f7fe;
    width: 25%;
}
.table01 th, .table01 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.table01.price th {
    width: 75%;
}
table.table02 {
	border-collapse: collapse;
	background: none;
	width: 100%;
	margin-bottom:20px;
	font-size:15px;
}
table.table02 th {
	padding: 1%;
	text-align: left;
	border-bottom: solid 1px #cccccc;
	width: 26%;
	font-weight: normal;
}
table.table02 td {
    padding: 1%;
    text-align: left;
    border-bottom: solid 1px #cccccc;
}
.table01.small{
	font-size:13px;
}
.table01.small tr th,.table01.small tr td{
	width:auto;
	text-align:center;
}
.table01.small tr td:first-child {
    text-align:left;
}
.table01.small tr th:first-child {
    width: 15%;
}
.small{
	font-size:12px;
}
@media screen and (max-width: 767px) {
table.table01, table .table01 {
	font-size: 85%;
}
.table01 th, .table01 td {
	padding: 0.2em;
}
}
@media (max-width: 480px) {
table.table01, table .table01 {
	font-size: 70%;
}
}
@media screen and (max-width: 767px) {
table.table01,  table .table01 {
	font-size: 85%;
}
.table01 th,  .table01 td {
	padding: 0.2em;
}
}
@media (max-width: 480px) {
table.table01,  table .table01 {
	font-size: 70%;
}
}

/* =====================================
 共通
===================================== */
.slick-dots {
    display: none !important;
}
.mainimage {
    position: relative;
}
.mainimage .slick-prev::before {
    display:none;
}
.mainimage .slick-next::before {
    display:none;
}
.mainimage::after {
content: "";
width: 100%;
height: 100%;
max-width: 903px;
max-height: 191px;
position: absolute;
display: block;
top: 32%;
margin: auto;
background: url(/images/catch.png) no-repeat center center;
left: 0;
right: 0;
}

.top0 {
    margin: 30px 0 0;
}

.top01{
	background: url(/images/top01_bg01.png) repeat center top;
	padding:80px 0 60px
}
.top .top02 {
    margin: 0;
	color:#fff;
	text-align:center;
}
.top02 .columns {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}
.top02 .column{
	background: url(/images/top02_bg01.png) repeat center top;
	background-size:cover;
	position:relative;
	padding:160px 0;
	box-sizing:border-box;
	text-align: center;
color: #fff;
}


.top02 .column02{
	background: url(/images/top02_bg02.png) repeat center top;
	background-size:cover;
	color: #fff;
	text-align: center;
}
.top02 .column03{
	background: url(/images/top02_bg03.png) repeat center top;
	background-size:cover;
	color: #fff;
	text-align: center;
}
.top02 .column04{
	background: url(/images/top02_bg04.png) repeat center top;
	background-size:cover;
	color: #fff;
	text-align: center;
}
#content .wrap.top02 .column p.p01 {
    font-size: 56px;
    margin: 0 0 20px;
    letter-spacing: 0.1em;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 1.2;
	text-align: center;
}
#content .wrap.top02 .column p.p01 span {
    display: block;
    font-size: 30px;
    padding-top: 5px;
}
#content .wrap.top02 .column p.p02{
display: inline-block;
font-size: 16px;
background: none;
color: #fff;
padding: 10px 80px;
box-sizing: border-box;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
letter-spacing: 0.05em;
border: 1px solid;
position: relative;
background:rgba(255,255,255,0.1);

}
#content .wrap.top02 .column p.p02::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 8px;
}
.top02 .link_p{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
	-webkit-transition:none;
	transition:none;
	margin-bottom:0!important;
}
.top02 .link_p a{
    width: 100%;
    height: 100%;
    display: block;
	transition:none;
	-webkit-transition: none;
}
.top02 .link_p a:hover{
    background-color:#FFF;
    filter:alpha(opacity=10);
    -moz-opacity: 0.1;
    opacity: 0.1;
}
.top03{
	background: url(/images/top03_bg01.png) repeat center top;
	padding:60px 0;
}
.top03 .wf_blog_li_date_date{
	display:none;
}
.top03 .is-multiline a{
    font-size: 20px;
}
.top04{
	color:#fff;
	text-align:center;
}
.top04 .columns {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}
.top04 .column{
	background: url(/images/top04_bg01.png) no-repeat center top;
	background-size:cover;
	position:relative;
	padding:70px 50px;
	box-sizing:border-box;
}
.top04 .column02{
	background: url(/images/top04_bg02.png) no-repeat center top;
	background-size:cover;
}
.top04 .column03{
	background: url(/images/top04_bg03.png) no-repeat center top;
	background-size:cover;
}
#content .wrap.top04 .column p.p01 {
    font-size: 36px;
    margin: 0 0 10px;
    letter-spacing: 0.1em;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 1.2;
	background: url(/images/top04_icon01.png) no-repeat center top;
	padding-top:65px;
}
#content .wrap.top04 .column02 p.p01 {
	background: url(/images/top04_icon02.png) no-repeat center top;
}
#content .wrap.top04 .column03 p.p01 {
	background: url(/images/top04_icon03.png) no-repeat center top;
}
#content .wrap.top04 .column p.p01_2 {
    font-size: 22px;
    margin: 0 0 30px;
    letter-spacing: 0.05em;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 1.2;
}
#content .wrap.top04 .column p.p01 span {
    display: block;
    font-size: 30px;
    padding-top: 5px;
}
#content .wrap.top04 .column p.p02{
display: inline-block;
font-size: 16px;
background: none;
color: #fff;
padding: 10px 5px;
box-sizing: border-box;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
letter-spacing: 0.05em;
border: 1px solid;
position: relative;
background:rgba(255,255,255,0.1);
width:80%;
max-width:300px;
margin:0 auto;
}
#content .wrap.top04 .column p.p02::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 8px;
}
.top04 .link_p{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
	-webkit-transition:none;
	transition:none;
	margin-bottom:0!important;
}
.top04 .link_p a{
    width: 100%;
    height: 100%;
    display: block;
	transition:none;
	-webkit-transition: none;
}
.top04 .link_p a:hover{
    background-color:#FFF;
    filter:alpha(opacity=10);
    -moz-opacity: 0.1;
    opacity: 0.1;
}
.top05{
	background: url(/images/top05_bg01.png) no-repeat center top;
	background-size:cover;
	padding:50px 0;
}
.top .top05 h3.title {
    position: relative;
    padding: 0 0 15px 0;
}
.top .top05 h3.title:before{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-25px;
	width:50px;
	background:#f39800;
	height:2px;
}

.top06{
	padding:60px 0;
}
.top06 h4 {
    font-size: 22px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    padding: 0 0 8px;
    border-bottom: 4px solid #a1c5d2;
    color: #027af2;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.top06 .wf_blog_ul .wf_blog_li_date,.top06 .wf_blog_ul .wf_blog_li_title {
    float: none;
    padding: 0px;
    color: #69c9ea;
	font-size:16px;
}
.top06 .wf_blog_ul .wf_blog_li_date{
	font-weight:bold;
}
.top06 .wf_blog_ul .wf_blog_li_title{
	color:#333;
}

.top07{
	background: url(/images/top07_bg01.png) no-repeat center top;
	background-size:cover;
	padding:80px 0;
}
.top07 .map {
    padding-bottom: 85%;
}
#bread span:hover {
    text-decoration: underline;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

form .wrap {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
}
.youtube {
    position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border:none;
}
.under .catch{
	font-size: 22px;
	letter-spacing: 0.05em;
	color: #027af2;
	line-height:1.4;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.bold{
	font-weight:bold;
}
.h5_title_wrap.qa_ttl h5 {
padding-left: 2.5em !important;
border-bottom: none;
padding-bottom: 0;
display: block;
position: relative;
color: #027af2;
padding-top: 5px;
	font-size: 22px;
}
.h5_title_wrap.qa_ttl h5::before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	background:#027af2;
	height: 2.0em;
width: 2.0em;
	border-radius:50%;
	margin-top:-0.15em;
}
.h5_title_wrap.qa_ttl h5::after {
    position: absolute;
content: "Q";
font-size: 120%;
top: 4px;
left: 0.60em;
color: #fff;
font-weight: normal;
border: none;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.qa_text .inner{
    padding-left: 3.5em !important;
    position: relative;
    padding: 2px;
    margin-left: 30px;
    margin-top: 20px;
	box-sizing:border-box;
}
.qa_text .inner p {
    padding: 0px 0 12px 5px;
}
.qa_text .inner::before {
position: absolute;
content: "";
top: -2px;
left: 0px;
background: #f39800;
height: 2.7em;
width: 2.7em;
border-radius: 50%;
margin-top: 0.1em;
}
.qa_text .inner::after {
position: absolute;
content: "A";
font-size: 160%;
top: 6px;
left: 0.62em;
color: #fff;
font-weight: normal;
border: none;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.case_box {
    border: 2px solid #0094b9;
    padding: 15px;
}
.color01{
	color:#c0392b;
}
.column.articleimg{
    max-width: 600px;
    margin: 0 auto;
}

.pagetop{
position:fixed;
bottom:20px;
right:10px;
}

.columns.is-mobile.inner.icons {
    max-width: 250px;
}


@media screen and (max-width:1200px) {
#content .wrap.top02 .column p.p01 {
    font-size: 40px;
}
.top02 .column {
    padding: 120px 0;
}
.top04 .column {
    padding: 40px 20px;
}
#content .wrap.top04 .column p.p01 {
    font-size: 24px;
}
#content .wrap.top04 .column p.p01_2 {
    font-size: 16px;
}
}

@media screen and (max-width:1800px) {
.mainimage::after {
max-width: 903px;
max-height: 191px;
margin: auto;
background-size: 80%;
top: 33%;
}
}


@media screen and (max-width:1500px) {
.mainimage::after {
max-width: 903px;
max-height: 191px;
margin: auto;
background-size: 80%;
top: 27%;
}
}


@media screen and (max-width:1200px) {
.mainimage::after {
max-width: 903px;
max-height: 191px;
margin: auto;
background-size: 60%;
top: 17%;
}
}


@media screen and (max-width:1000px) {
.mainimage::after {
max-width: 903px;
max-height: 191px;
margin: auto;
background-size: 61%;
top: 9%;
}
}
@media screen and (max-width: 850px) {
.top04 .column {
    padding: 30px 10px;
}
#content .wrap.top04 .column p.p01 {
    font-size: 20px;
}
#content .wrap.top04 .column p.p01_2 {
    font-size: 13px;
}
#content .wrap.top04 .column p.p01_2 {
    font-size: 14px;
}
}


@media (min-width: 1200px) and (max-width: 1399px) {
#footer .footertop .inner {
    width: 55%;
}
}



@media (min-width: 980px) and (max-width: 1199px) {
#footer .footertop .inner {
    width: 60%;
}
}

@media (min-width: 768px) and (max-width: 979px) {

#footer .footertop .inner {
    width: 70%;
}


}






@media screen and (max-width: 768px) {
.columns{
margin-left:auto!important;
margin-right:auto!important;
text-align:center;
}
.under .columns p,.under .columns ul,.under .columns div.part{
	text-align:left;
}
.youtube_btn .img_anchor {
    max-width: 490px;
    margin: 0 auto;
}
.top03 .column {
    max-width: 236px;
    margin: 0 auto 15px;
}
.top06 .columns {
    text-align: left;
}
#mailform .column {
    padding: 0px;
    text-align: left;
}
ul.ul_check li {
    text-align: left;
}
}

@media screen and (max-width: 767px) {
	
	.mainimage::after {
top: 31%;
}
	

.mainimage::after {
margin: auto;
background-size: 77%;
max-width: 903px;
max-height: 191px;
}

.top01,.top03,.top05,.top06,.top07{
    padding: 50px 0;
}
#content .wrap.top04 .column p.p01_2 {
    font-size: 16px;
}
#content .wrap.top04 .column p.p01 {
    font-size: 24px;
}
.top02 .column {
    padding: 80px 0;
}
#content .wrap.top02 .column p.p01 {
    font-size: 32px;
}
#content .wrap.top02 .column p.p01 span {
    font-size: 26px;
}
.top06 h4 {
    margin-top: 20px;
}
.second_col .cont.column:first-child {
  margin-bottom: 10px;
}
.footertop .con_l {
    float: none;
    width: 100%;
    margin: 0 auto 15px;
}
.footertop .con_r {
    float: none;
    width: 100%;
    margin: 0 auto;
}
.youtube {
    padding-bottom: 50%;
}
#footer .footer_bn01 a {
    display: block;
    float: none;
    width: 96%;
    max-width: 320px;
    margin: 0 auto 15px;
}
#footer .footer_bn01 a:last-child{
	float:none;
	margin:0 auto;
}
table.table02 {
    font-size: 13px;
}
table.table01 {
    font-size: 13px;
}
.under h4 {
    font-size: 20px;
}
.under .catch {
    font-size: 20px;
}
.under .wrap.h3_title_wrap, .blog_body .wf_bread_ul + .wrap {
    padding: 1.5em 0;
}
.under .h3_title_wrap h3, .blog_body .wf_bread_ul + .wrap h3 {
    color: #027af2;
}
}
@media screen and (max-width: 480px) {
.mainimage::after {
background-size: 85%;
top: 19%;
}
}

@media screen and (max-width: 330px) {
.mainimage::after {
    background-size: 85%;
    top: 11%;
}
}

#sidecontact{
  display: block;
  position: fixed;
  top: 25%;
  z-index: 1000;
}
#sidecontact.rightContent{
  right:0;
}
@media screen and (max-width: 767px) {
  #sidecontact{
    display: none;
  }
}

.facebook div{
        max-width:500px;
        width:100%;
        margin:0 auto;
}



.cases_bn_wrap .cont{
position:relative;
padding:0px;
margin:1px;
background:#000;
}
.cases_bn_wrap .cont img{
opacity:0.6;
	vertical-align: top;

}

.cases_bn_wrap .cont a{
    transition: inherit;

}

.cases_bn_wrap .cont a img:hover{
opacity:0.4;
}
.cases_bn_wrap .cont p a,.cases_bn_wrap .cont p a:hover{
color:#fff;
text-decoration:none;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.cases_bn_wrap .cont p{
position:absolute;
color:#fff;
top:0;
left:0;
right:0;
bottom:0;
margin: auto !important;
text-align:center;
vertical-align:center;
height:50px;
line-height:1.8em;
}
.cases_bn_wrap .cont p:first-line{
font-size:28px;
}



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

.cases_bn_wrap .cont {
    position: relative;
    padding: 0px;
    margin: 1px;
        margin-right: 1px;
        margin-left: 1px;
    background: #000;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.carousel2 {
    padding-bottom: 0;
    width: 100%;
    overflow: hidden;
}
}


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

}


.top06 .column .part.wf_input_html{
	text-align:center;
}
.top06 .column .part.wf_input_html div{
        max-width:480px;
        width:100%;
        margin:0 auto;
}





.wf_lic_加工事例 .wf_blog_li_title::before {
    display: block;
    float: left;
    padding: 1px 3px 0px 5px;
    border-radius: 5px;
    background: #888;
    margin-right: 10px;
    margin-top: 0px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    width: 48px;
    text-align: center;
}
.wf_lic_加工事例.wf_lic_絞り .wf_blog_li_title:before{
content:"絞り";
}

.wf_lic_加工事例.wf_lic_曲げ抜き .wf_blog_li_title:before{
content:"曲げ抜き";
}

.wf_lic_加工事例.wf_lic_板バネ .wf_blog_li_title:before{
content:"板バネ";
}

.wf_lic_加工事例.wf_lic_小径 .wf_blog_li_title:before{
content:"小径";
}
.wf_lic_加工事例.wf_lic_精密・繊細 .wf_blog_li_title:before{
content: "精密繊細";
}




.under.blog_body .wf_blog_ul li {
    position: relative;
}
.under.blog_body .wf_blog_li_inner,.under.blog_body .wf_blog_ul .wf_blog_li_title  {
    position: static;
}
.under.blog_body .wf_blog_li_title::before {
    position: absolute;
    left: 0;
}
.under.blog_body .wf_blog_ul.加工事例 li.wf_lic_加工事例 {
    position: relative;
    padding-left: 70px;
}
/*
.under.blog_body .wf_blog_ul li.wf_lic_加工事例.wf_lic_曲げ抜き, .under.blog_body .wf_blog_ul li.wf_lic_加工事例.wf_lic_精密・繊細{
    padding-left: 75px;
}*/


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

.wf_lic_加工事例 .wf_blog_li_title{
    text-align: left;
    display: block;
}
.under.blog_body .wf_blog_li_title::before {
    left: 5px;
    top: 18px;
}
}