/*--------------------------------------------------------*/

/*  見出しと詳細ボタン　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

p.eng_tit{
	text-align:center;
	font-family: 'Roboto Condensed',sans-serif;
	font-size:19px;
	color:#333;
	font-weight:bold;
	line-height:1.0em;
	letter-spacing:0.4px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

h2.jpn_tit{
	margin-top:5px;
	text-align:center;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	color:#333;
	font-weight:400;
	line-height:1.0em;
	letter-spacing:1.2px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.bt_more a{
	display:block;
	width:150px;
	padding:9px 0;
	text-align:center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:11px;
	font-weight:400;
	color:#005FAA;
	line-height:1.0em;
	letter-spacing:1.5px;
	text-decoration:none;
	border:1px solid #14A5EB;
	background:#FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.bt_more a:hover{
	background:#D2EBFA;
	text-decoration:none;
}

}

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

p.eng_tit{
	text-align:center;
	font-family: 'Roboto Condensed',sans-serif;
	font-size:19px;
	color:#333;
	font-weight:bold;
	line-height:1.0em;
	letter-spacing:0.4px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

h2.jpn_tit{
	margin-top:5px;
	text-align:center;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	color:#333;
	font-weight:400;
	line-height:1.0em;
	letter-spacing:1.2px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.bt_more a{
	display:block;
	width:150px;
	padding:9px 0;
	text-align:center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:11px;
	font-weight:400;
	color:#005FAA;
	line-height:1.0em;
	letter-spacing:1.5px;
	text-decoration:none;
	border:1px solid #14A5EB;
	background:#FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.bt_more a:hover{
	background:#D2EBFA;
	text-decoration:none;
}

}

/*--------------------------------------------------------*/

/*  メイン写真　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.main_imageBox{
	margin-top:15px;
	width:100%;
	background:url("../img/index/slide/bg.jpg") top center no-repeat;
}

.main_imageBox .flexslider{
	width:980px;
	margin:0 auto;
	background-color:#FFF;
}

}

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

.main_imageBox{
	margin-top:15px;
}

.main_imageBox .flexslider{
}

}

/*--------------------------------------------------------*/

/*  最初のメッセージ　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.messageBox{
	width:980px;
	margin:65px auto 0;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.messageBox .message_left{
	width:420px;
}

.messageBox .message_right{
	width:560px;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.messageBox .message_right .message_illust{
	width:320px;
	margin-left:39px;
	margin-right:55px;
}

.messageBox .message_right .message_copy{
	width:131px;
	padding-right:15px;
}

.messageBox .message_left p.message_txt{
	padding-left:10px;
	font-size:14px;
	color:#333;
	font-weight:normal;
	line-height:1.9em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.messageBox .message_left .danraku{
	margin-top:20px;
}

}

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

.messageBox{
	margin-top:50px;
	padding:0 20px;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.messageBox .message_left{
	margin-top:30px;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}

.messageBox .message_right{
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.messageBox .message_right .message_illust{
	width:65%;
}

.messageBox .message_right .message_copy{
	width:27%;
}

.messageBox .message_left p.message_txt{
	padding-left:10px;
	font-size:13px;
	color:#333;
	font-weight:normal;
	line-height:1.8em;
	letter-spacing:0.3px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.messageBox .message_left .danraku{
	margin-top:20px;
}

}

/*--------------------------------------------------------*/

/*  バナー　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.banner{
	width:980px;
	margin:50px auto 0;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.banner .onetent_banner_pc{
	margin-bottom:20px;
}

.banner .onetent_banner_sp{
	display:none;
}

.banner .bannerBox{
	width:480px;
}

.banner .banner_mt{
	margin-top:20px;
}

}

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

.banner{
	margin-top:35px;
	padding:0 15px;
}

.banner .onetent_banner_pc{
	display:none;
}

.banner .onetent_banner_sp{
	margin-bottom:10px;
}

.banner .bannerBox{
	margin-bottom:10px;
}

.banner .banner_mt{
}

.banner img{
	width:100%;
}

}

/*--------------------------------------------------------*/

/*  商品ラインアップ　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.lineup{
	width:1080px;
	margin:70px auto 0;
}

.lineup h3.tit_eng{
	text-align:center;
	font-family: 'Roboto Condensed',sans-serif;
	font-size:20px;
	color:#333;
	font-weight:bold;
	line-height:1.0em;
	letter-spacing:0.4px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.lineup h2.tit_jpn{
	margin-top:4px;
	text-align:center;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	font-weight:400;
	line-height:1.4em;
	letter-spacing:1.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.lineup h3.tit_eng a,
.lineup h2.tit_jpn a{
	color:#333;
}

.lineup .productsBox{
	margin-top:35px;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.lineup .productsBox::after {
	display: block;
	content:"";
	width:31.5%;
}

.lineup .productsBox .box{
	width:31.5%;
	margin-bottom:35px;
}

.lineup .productsBox .box .product_icon{
	position: absolute;
	z-index:10;
}

.lineup .productsBox .box .product_ph{
	margin-bottom:15px;
	text-align:center;
	position: relative;
}

.lineup .productsBox .box .product_ph img{
	height:180px;
}

.lineup .productsBox .box .product_ph:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

.lineup .productsBox .box h2.eng_name{
	text-align:center;
	font-family: 'Roboto Condensed',sans-serif;
	font-size:24px;
	color:#333;
	font-weight:bold;
	line-height:1.0em;
	letter-spacing:0.4px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.lineup .productsBox .box h3.jpn_name{
	margin-top:3px;
	text-align:center;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	font-weight:500;
	line-height:1.4em;
	letter-spacing:1.2px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.lineup .productsBox .box .sizeBox{
	margin-top:15px;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.lineup .productsBox .box .sizeBox .size{
	width:48.5%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #14A5EB;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:12px;
	color:#333;
	font-weight:500;
	line-height:1.0em;
	letter-spacing:2.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.lineup .productsBox .box .sizeBox .size a {
	display: block;
	padding:5px 0;
	color:#005FAA;
}

.lineup .productsBox .box .sizeBox .size a:hover {
	background:#ECF7FD;
	color:#005FAA;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.lineup .productsBox .box .sizeBox .sizsemt{
	margin-top:8px;
}

.lineup .productsBox .box .txt_mt{
	padding-top:31px;
}

.lineup .productsBox .box p.products_txt{
	margin-top:15px;
	font-size:12px;
	color:#333;
	font-weight:normal;
	line-height:1.7em;
	letter-spacing:0.3px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.lineup .productsBox .box p.products_txt a{
	color:#333;
}

.lineup .productsBox .box p.products_txt a:hover{
	color:#333;
	text-decoration:underline;
}

.lineup .productsBox .box .onetent_nameBox{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.lineup .productsBox .box .onetent_nameBox .onetent_nameBox_left{
	width:31%;
	text-align:right;
}

.lineup .productsBox .box .onetent_nameBox .onetent_nameBox_right{
	width:64%;
	text-align:left;
}

.lineup .productsBox .box .onetent_nameBox .onetent_nameBox_left img{
	width:30px;
}

.lineup .productsBox .box .onetent_nameBox .onetent_nameBox_right h2,
.lineup .productsBox .box .onetent_nameBox .onetent_nameBox_right h3{
	text-align:left;
}

}

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

.lineup{
	padding:35px 15px 0;
}

.lineup h3.tit_eng{
	text-align:center;
	font-family: 'Roboto Condensed',sans-serif;
	font-size:19.5px;
	color:#333;
	font-weight:bold;
	line-height:1.0em;
	letter-spacing:0.2px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.lineup h2.tit_jpn{
	margin-top:4px;
	text-align:center;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	font-weight:400;
	line-height:1.4em;
	letter-spacing:1.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.lineup h3.tit_eng a,
.lineup h2.tit_jpn a{
	color:#333;
}

.lineup .productsBox{
	margin-top:25px;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.lineup .productsBox::after {
	display: block;
	content:"";
	width:48.0%;
}

.lineup .productsBox .box{
	width:48.0%;
	margin-bottom:25px;
}

.lineup .productsBox .box .product_icon{
	position: absolute;
	z-index:10;
}

.lineup .productsBox .box .product_icon img{
	width:54px;
}

.lineup .productsBox .box .product_ph{
	margin-bottom:15px;
	text-align:center;
	position: relative;
}

.lineup .productsBox .box .product_ph img{
	height:140px;
}

.lineup .productsBox .box .product_ph:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

.lineup .productsBox .box h2.eng_name{
	text-align:center;
	font-family: 'Roboto Condensed',sans-serif;
	font-size:18px;
	color:#333;
	font-weight:bold;
	line-height:1.0em;
	letter-spacing:0.4px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.lineup .productsBox .box h3.jpn_name{
	margin-top:3px;
	text-align:center;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	font-weight:500;
	line-height:1.4em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.lineup .productsBox .box .sizeBox{
	margin-top:15px;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.lineup .productsBox .box .sizeBox .size{
	width:48.0%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #14A5EB;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:11px;
	color:#333;
	font-weight:500;
	line-height:1.0em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.lineup .productsBox .box .sizeBox .size a {
	display: block;
	padding:5px 0;
	color:#005FAA;
}

.lineup .productsBox .box .sizeBox .size a:hover {
	background:#ECF7FD;
	color:#005FAA;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.lineup .productsBox .box .sizeBox .sizsemt{
	margin-top:8px;
}

.lineup .productsBox .box .txt_mt{
}

.lineup .productsBox .box p.products_txt{
	margin-top:13px;
	font-size:11px;
	color:#333;
	font-weight:normal;
	line-height:1.7em;
	letter-spacing:0.3px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.lineup .productsBox .box p.products_txt a{
	color:#333;
}

.lineup .productsBox .box p.products_txt a:hover{
	color:#333;
	text-decoration:underline;
}

.lineup .productsBox .box .onetent_nameBox{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.lineup .productsBox .box .onetent_nameBox .onetent_nameBox_left{
	width:27%;
	text-align:right;
}

.lineup .productsBox .box .onetent_nameBox .onetent_nameBox_right{
	width:67%;
	text-align:left;
}

.lineup .productsBox .box .onetent_nameBox .onetent_nameBox_left img{
	width:27px;
}

.lineup .productsBox .box .onetent_nameBox .onetent_nameBox_right h2,
.lineup .productsBox .box .onetent_nameBox .onetent_nameBox_right h3{
	text-align:left;
}

}

/*--------------------------------------------------------*/

/*  プリント事例　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.works{
	margin-top:65px;
	width:100%;
}

.works #works_slide{
	margin-top:40px;
	width:100%;
	height:250px;
	position: relative;
}

.works #works_slide ul li {
	list-style: none;
	margin: 0 1px 0 0;
	padding: 0;
}

.works #works_slide ul li img{
	width:250px;
	height:250px;
}

.works .btBox{
	width:180px;
	margin:25px auto 0;
}

.works .btBox .bt_works a{
	display:block;
	width:180px;
	padding:12px 0;
	text-align:center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:11px;
	font-weight:400;
	color:#005FAA;
	line-height:1.0em;
	letter-spacing:1.5px;
	text-decoration:none;
	border:1px solid #005FAA;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.works .btBox .bt_works a:hover{
	background:#D2EBFA;
	text-decoration:none;
}

}

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

.works{
	margin-top:40px;
}

.works #works_slide{
	margin-top:30px;
	width:100%;
	height:200px;
	position: relative;
}

.works #works_slide ul li {
	list-style: none;
	margin: 0 1px 0 0;
	padding: 0;
}

.works #works_slide ul li img{
	width:200px;
	height:200px;
}

.works .btBox{
	width:180px;
	margin:25px auto 0;
}

.works .btBox .bt_works a{
	display:block;
	width:180px;
	padding:12px 0;
	text-align:center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:11px;
	font-weight:400;
	color:#005FAA;
	line-height:1.0em;
	letter-spacing:1.5px;
	text-decoration:none;
	border:1px solid #005FAA;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.works .btBox .bt_works a:hover{
	background:#D2EBFA;
	text-decoration:none;
}

}

/*--------------------------------------------------------*/

/*  ブログ＆会社情報　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.blog_and_company{
	margin:80px auto 0;
	width:980px;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.blog_and_company .blogBox{
	width:720px;
}

.blog_and_company .companyBox{
	width:220px;
}

.blog_and_company .blogBox .blog_titBox{
	background:url("../resource/image/bg/stripeslight.png") center top repeat;
	padding:12px 0;
}

.blog_and_company .blogBox ul.blog_list{
	margin-top:25px;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.blog_and_company .blogBox ul.blog_list::before{
	content:"";
	display: block;
	width:162px;
	order:1;
}
.blog_and_company .blogBox ul.blog_list::after{
	content:"";
	display: block;
	width:162px;
}

.blog_and_company .blogBox ul.blog_list li{
	width:162px;
}

.blog_and_company .blogBox ul.blog_list li .photo{
	width:162px;
	position: relative;
}

.blog_and_company .blogBox ul.blog_list li .photo img{
	width:162px;
	height:122px;
	object-fit: cover;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.blog_and_company .blogBox ul.blog_list li .photo:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

.blog_and_company .blogBox ul.blog_list li .blog_info{
	margin-top:15px;
}

.blog_and_company .blogBox ul.blog_list li .blog_info p.date{
	font-size:11px;
	color:#555;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:7px;
}

.blog_and_company .blogBox ul.blog_list li .blog_info h3{
	line-height:1.4em;
}

.blog_and_company .blogBox ul.blog_list li .blog_info h3 a{
	font-size:14px;
	color:#333;
	font-weight:600;
	line-height:1.4em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blog_and_company .blogBox ul.blog_list li .blog_info h3 a:hover{
	text-decoration:underline;
}

.blog_and_company .blogBox ul.blog_list li .blog_info p.blog_txt{
	margin-top:8px;
	font-size:11px;
	color:#666;
	font-weight:normal;
	line-height:1.7em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blog_and_company .instagram{
	margin-bottom:25px;
}

.blog_and_company .instagram img{
	width:100%;
	transition: all  0.2s ease;
}

.blog_and_company .instagram img:hover{
	opacity: 0.6;
}

.blog_and_company .companyBox_inner{
	background-color:#D2EBFA;
	padding:2px;
}

.blog_and_company .companyBox_inner .inner{
	border:1px solid #FFF;
	padding:13px;
}

.blog_and_company .companyBox_inner .inner .company_photo{
}

.blog_and_company .companyBox_inner .inner .company_photo img{
	border:1px solid #FFF;
}

.blog_and_company .companyBox_inner .inner .company_photo:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

.blog_and_company .companyBox_inner .inner .company_info{
	padding:20px 5px 10px;
}

.blog_and_company .companyBox_inner .inner .company_info p.company_name{
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:1.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:5px;
}

.blog_and_company .companyBox_inner .inner .company_info p.company_add{
	font-size:13px;
	color:#333;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blog_and_company .companyBox_inner .inner .company_info p.company_tel{
	font-size:13px;
	color:#333;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blog_and_company .companyBox_inner .inner .company_info p.company_fax{
	font-size:13px;
	color:#333;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blog_and_company .companyBox_inner .inner .bt_more{
	width:160px;
	margin:15px auto 0;
}

}

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

.blog_and_company{
	margin-top:50px;
}

.blog_and_company .blogBox{
}

.blog_and_company .companyBox{
	margin-top:25px;
}

.blog_and_company .blogBox .blog_titBox{
	background:url("../resource/image/bg/stripeslight.png") center top repeat;
	padding:12px 0;
}

.blog_and_company .blogBox ul.blog_list{
	margin-top:10px;
}

.blog_and_company .blogBox ul.blog_list li{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border-bottom:1px dashed #CCC;
	padding:15px 15px;
}

.blog_and_company .blogBox ul.blog_list li:last-child{
	border:none;
}

.blog_and_company .blogBox ul.blog_list li .photo{
	width:100px;
	margin-right:15px;
	position: relative;
}

.blog_and_company .blogBox ul.blog_list li .photo img{
	width:100px;
	height:75px;
	object-fit: cover;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.blog_and_company .blogBox ul.blog_list li .photo:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

.blog_and_company .blogBox ul.blog_list li .blog_info{
	flex:1;
}

.blog_and_company .blogBox ul.blog_list li .blog_info p.date{
	font-size:11px;
	color:#555;
	font-weight:normal;
	line-height:1.2em;
	letter-spacing:0.3px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blog_and_company .blogBox ul.blog_list li .blog_info h3 a{
	margin-top:2px;
	font-size:13px;
	color:#333;
	font-weight:bold;
	line-height:1.5em;
	letter-spacing:0.3px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blog_and_company .blogBox ul.blog_list li .blog_info h3 a:hover{
	text-decoration:underline;
}

.blog_and_company .blogBox ul.blog_list li .blog_info p.blog_txt{
	margin-top:2px;
	font-size:11px;
	color:#666;
	font-weight:normal;
	line-height:1.6em;
	letter-spacing:0.3px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blog_and_company .companyBox_inner{
	background-color:#D2EBFA;
	padding:2px;
}

.blog_and_company .companyBox_inner .inner{
	border:1px solid #FFF;
	padding:13px;
}

.blog_and_company .companyBox_inner .inner .company_photo{
}

.blog_and_company .companyBox_inner .inner .company_photo img{
	border:1px solid #FFF;
}

.blog_and_company .companyBox_inner .inner .company_photo:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

.blog_and_company .companyBox_inner .inner .company_info{
	padding:20px 5px 10px;
}

.blog_and_company .companyBox_inner .inner .company_info p.company_name{
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:1.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:5px;
}

.blog_and_company .companyBox_inner .inner .company_info p.company_add{
	font-size:13px;
	color:#333;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blog_and_company .companyBox_inner .inner .company_info p.company_tel{
	font-size:13px;
	color:#333;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blog_and_company .companyBox_inner .inner .company_info p.company_fax{
	font-size:13px;
	color:#333;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.blog_and_company .companyBox_inner .inner .bt_more{
	width:160px;
	margin:17px auto 0;
}

}
