/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
原則として、許可なしの再配布は禁止させていただきます。
また、無料でお使いになる場合は、【ＰＲ枠】のリンクは全て削除禁止です。
（※加工後の削除も禁止させていただいておりますのでご了承ください。）
PR枠の削除（有料プラン）に関するお問い合わせや、その他ご不明な点は、
http://www.s-hoshino.com/info.html、または、
https://www.megapx.com/contact.htmlのフォームよりお問い合わせください。
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
  height: 100%;
}

@media screen and (min-width: 960px) {
	.sp{
		display: none !important;
	}
}
body {
	color: #111;
    opacity: 1 !important;
	background-color: #FFFFFF;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	/*	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;*/
	word-wrap: break-word;
	height: 100%;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font_garamond {
	font-family: 'Cormorant Garamond', serif;
}
.font_raleway {
	font-family: 'Raleway', sans-serif;
}

.cfx:after{
	content:"";
	display:block;
	clear:both;
}

.txal_c{
	text-align: center;
}

.pc_none,
#g_navi ul li.pc_none{
	display:none;
}
.sp_none,
.sp_none02,
#g_navi ul li.sp_none{
	display:block;
}

section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

strong {
	font-weight: normal;
}

.txt_red{
	color:#fe0000;
}

li {
	list-style-type: none;
}

ul.list{
    padding-left: 1.5em;
}

ul.list li{
    list-style-type: disc;
}

a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	background-color: #FFF;
	position: fixed;
	z-index: 300;
}

/*
header h1 a img {
	display: block;
	position: absolute;
}
*/
header h1 {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    line-height: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
header h1 a{
    text-decoration: none;
}
header h1 a span {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-top: 6px;
    line-height: 1;
}

header .h_btn{
    position: absolute;
    right: 0;
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
    gap: 20px;
}

header .h_btn a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
    background-color: #fe5000;
	letter-spacing: 1px;
	border: 1px solid #898989;
}
header .h_btn a:hover {
	color: #FFF;
	background-color: #898989;
	border: 1px solid #FFF;
}

header .h_btn01 a.h_btn_b {
	margin-right: 30px;
}
header .h_tel a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
    color: #6a6a6a;
	letter-spacing: 1px;
}
header .h_btn a i,
header .h_tel a i {
	padding-left: 5px;
	padding-right: 5px;
}
#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.pankuzu {
	background-color: #F6F6F6;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
}

.pankuzu li a {
	text-decoration: none;
	color: #999;
}

.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li a:hover {
	color: #111;
}

.pankuzu li i {
	padding-right: 5px;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.bl_img_txt:after{
	content:"";
	display:block;
	clear:both;
}
.bl_img_txt .img{
	display:inline-block;
	float:left;
	text-align:center;
}
.bl_img_txt .img img{
    padding: 10px;
    max-width: 300px;
	text-align:center;
}
.bl_img_txt .img_L img{
    max-width: 450px;
}
.bl_img_txt .img .cap{
	margin-top:0;
}

#sub_top {
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	line-height: 30px;
	padding-top: 280px;
	width: 100%;
	background-size: cover;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.5em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	background-image: url(../img/sub_top.jpg);
    color: #333;
    text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
    font-size: 30px;
    position:relative;
}
#sub_top:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
    top: 0;
    background: rgba(0,0,0,0.3);
}
#sub_top span{
    position: relative;
    z-index: 10;
}

#index_top {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#index_top ul.sm-slider {
	position: relative;
}

#index_top #top_catch {
	position: absolute;
    top: 35%;
	z-index: 10;
	text-align: center;
	width: 100%;
    color: #333;
text-shadow: 2px 2px 3px #fff ,
-2px 2px 3px #fff ,
2px -2px 3px #fff ,
-2px -2px 3px #fff;
}

#index_top #top_catch h2 {
    font-size: 50px;
	letter-spacing: 2px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
}
#index_top #top_catch p {
	font-size: 14px;
}

.content h2 {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	font-weight: normal;
	letter-spacing: 1px;
	color: #111;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
}

.content h2 span {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 14px;
	color: #999;
}

.content h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
	background-color: #F6F6F6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 44px;
	font-weight: normal;
	color: #111;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	clear: both;
}

.content h3::after {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
    background-color: #fe5000;
	content: '';
}

.content h3 span {
	font-size: 16px;
	color: #888;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-left: 15px;
}
.content h4 {
	font-size: 20px;
	color: #555;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.content h5 {
	font-size: 20px;
	color: #fe5000;
	letter-spacing: 0.1em;
	padding: 4px 0;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.content h6 {
	font-size: 16px;
	color: #555;
	letter-spacing: 0.1em;
	padding: 4px 0;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.content p {
	font-size: 16px;
	line-height: 1.8;
	padding:0;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}

.content .ul_news li {
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
.content .ul_news li span {
	color: #999;
	padding-right: 20px;
}

/*
コンテンツ大ボタン
-------------------------------------------*/
.content .btn_001 a {
	font-size: 20px;
	color: #FFF;
	text-align: center;
	border: 5px solid #F6F6F6;
	text-decoration: none;
	display: block;
	width: 88%;
	background-color: #333333;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;
	clear: both;
}
.content .btn_001 a i {
	padding-right: 10px;
}
.content .btn_001 a:hover {
	color: #333333;
	text-align: center;
	background-color: #FFF;
	width: 90%;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.img_left {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.img_right {
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.content .img_left p {
	font-size: 12px;
	margin: 0px;
}

/*-----トップへ戻るボタン------*/

.to_top {
	position: fixed;
	right: 10px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.to_top a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	font-size: 10px;
    background-color: #fe5000;
	padding: 20px;
	height: 30px;
	width: 30px;
}
.to_top a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/*
フッター
-------------------------------------------*/
.gmap iframe{
    vertical-align: bottom;
}

footer {
	background-color: #898989;
    color: #fff;
	clear: both;
	width: 100%;
	display: block;
}

footer::after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

footer .left{
    float: left;
    margin: 40px 0;
}
footer .left p{
    font-size: 14px;
}
footer .left p + p{
    margin-top: 1em;
}
footer .left p a{
	color:#fff;
}
footer .right{
    float: right;
    display: table;
    margin: 40px 0;
}
footer .right .cell{
    display: table-cell;
    padding-left: 40px;
}
footer .right .cell li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
footer .right .cell li a:hover{
    text-decoration: underline;
}
footer .right .cell li ul.second li:before{
	content:"ー";
    padding-right: 4px;
}

address {
	font-size: 12px;
	font-style: normal;
	padding-right: 10px;
	padding-left: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

footer ul.f_bn {
	display: block;
	float: left;
}
footer .f_bn li {
	display: inline;
}
footer .f_bn li a {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #FFF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	margin-left: 10px;
	font-weight: bold;
}
footer .f_bn li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
footer .f_bn li a i {
	padding-right: 5px;
}

footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	color: #CCC;
}

.box_pr ul li {
	display: inline;
	padding: 5px;
}

.box_pr ul li a {
	color: #CCC;
}

/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 20px;
}
.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
    width: 130px;
    text-align: left;
}
.content table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #FFF;
}
.content table.table_01 td.td_price {
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	color: #008C69;
	font-weight: bold;
}

.content table.table_02 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 600px;
}
.content table.table_02 th,
.content table.table_02 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 20px;
}
.content table.table_02 th {
	font-size: 18px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
	background-color: #F6F6F6;
}
.content table.table_02 td {
	font-size: 16px;
	line-height: 30px;
	background-color: #FFF;
}
.content table.table_02 td .price {
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
	color: #000000;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}


#mailform table.m_form {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#mailform table.m_form th {
	text-align: right;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#cont_base #mailform table.m_form th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
#cont_base #mailform table.m_form th span {
	color: #FF0000;
	padding-left: 5px;
	padding-right: 5px;
}
#mailform table.m_form td {
	padding: 10px;
	background-color: #FFF;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	font-size: 14px;
}
form input.form_btn {
	background-color: #333;
	color: #FFF;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
form input.form_btn:hover {
	background-color: #FFF;
	color: #333;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	cursor: pointer;
}
.small {
	font-size: smaller;
	color: #666;
}
.chui {
	color: #F03600;
}
#cont_base .content .navi_sitemap li {
	padding-left: 20px;
}
.table_01 caption {
	font-size: 14px;
	line-height: 30px;
	background-color: #E5E5E5;
	color: #111;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}
.table_01 th span {
	font-size: 12px;
	color: #CCC;
}


/*
製品紹介
-------------------------------------------*/
.product_page .product_odd .inner,
.product_page .product_even .inner{
    display: flex;
}
.product_page .product_odd .txt_box{
    order: 1;
    width: 70%;
}
.product_page .product_odd .img_box{
    order: 2;
    width: 25%;
}
.product_page .product_even .txt_box{
    order: 2;
    width: 70%;
}
.product_page .product_even .img_box{
    order: 1;
    width: 25%;
}
.product_page .product_odd .img_box img,
.product_page .product_even .img_box img{
    width: 100%;
    height: auto;
    max-width: 220px;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
}
.product_page .product_odd .inner .btn,
.product_page .product_even .inner .btn{
    padding-top: 0;
}
.product_page .product_odd .inner .btn a,
.product_page .product_even .inner .btn a{
    display: inline-block;
    border: 1px solid #898989;
    color: #6a6a6a;
    text-decoration: none;
    padding: 6px 30px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}
.product_page .product_odd .inner .btn a:hover,
.product_page .product_even .inner .btn a:hover{
    color: #FFF;
    background-color: #898989;
    border: 1px solid #FFF;
}

.product_ikada_page .d_01 .mainimg img{
	max-width:400px;
}

.product_kogata_page .page_link_list li{
    float: left;
    margin: 10px;
}
.product_kogata_page .page_link_list li a{
    display: block;
    background-color: #898989;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #898989;
}
.product_kogata_page .page_link_list li a:hover{
    color: #898989;
    background-color: #fff;
    border: 1px solid #898989;

}


/*
会社案内
-------------------------------------------*/
.about_page .values .detail{
	background-color: #F6F6F6;
	padding: 30px 0 1px;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-right: 30px;
}
@media screen and (max-width: 959px) {
	.about_page .values .detail{
		padding: 20px 10px 1px;
		margin-bottom: 15px;
		margin-left: 10px;
		margin-right: 10px;
	}
}
.about_page .values .detail > div:first-child{
	display: flex;
	margin-left: 30px;
}
@media screen and (max-width: 959px) {
	.about_page .values .detail > div:first-child{
		display: block;
		margin-left: 10px;
	}
}
.about_page .values .detail > div:first-child{
	margin-bottom: 20px;
}
.about_page .values .detail div img{
	max-width: 200px;
}
@media screen and (max-width: 959px) {
	.about_page .values .detail div img{
		width: 150px;
	}
}
.about_page .values .detail h5{
	font-size: 36px;
	margin-bottom: 0;
	margin-top: 10px;
}
@media screen and (max-width: 959px) {
	.about_page .values .detail h5{
		font-size: 24px;
		margin-left: 0;
	}
}
.about_page .values .detail h6{
	margin-top: 0;
}
@media screen and (max-width: 959px) {
	.about_page .values .detail h6{
		margin-left: 0;
	}
}
.about_page .values .detail p{
	margin-top: 0;
}


/*
FAQ
-------------------------------------------*/

.content dl.faq {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.content dl.faq dt {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #F6F6F6;
	color: #111;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.content dl.faq dt span {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	text-align: center;
	display: block;
	width: 50px;
	padding-top: 10px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -10px;
	z-index: 10;
}
.content dl.faq dt span::before{
	content: "";
	position: absolute;
	bottom: -5px;
	right: -3px;
 	margin-left: -12px;
  border-right: 12px solid transparent;
  border-top: 20px solid #333;
  border-left: 12px solid transparent;
 	z-index: 0;
	transform: rotate(-40deg);
}
.content dl.faq dd {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/*
グーグルマップ
-------------------------------------------*/

.g_map_base {
	background-color: #FFF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

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

/*
トップ下部ピックアップ
-------------------------------------------*/
.pick_up {
    height: 24%;
	max-height: 500px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.7);
}
.pick_up .sc_btm a {
	line-height: 50px;
	color: #333;
	background-color: #FFF;
	height: 100px;
	width: 100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 2px;
	background-image: url(../img/sc_btm.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -50px;
	z-index: 80;
	text-align: center;
}
.pick_up .sc_btm a:hover {
	color: #000;
	height: 110px;
	width: 110px;
	border-radius: 55px;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	margin-top: -10px;
	margin-left: -55px;
}

.pick_up .read_txt{
    width: 100%;
    max-width: 50%;
    padding: 30px 30px 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
}
.pick_up .read_txt span{
	display: block;
}
.pick_up .read_txt span + span{
    margin-top: 1em;
}
.pick_up ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pick_up ul li {
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.pick_up ul li a {
	display: block;
    max-height: 200px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	overflow: hidden;
}
.pick_up ul li a img {
    max-height: 200px;
    width: 100%;
	max-width: 100%;
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.pick_up ul li a:hover img {
	-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.pick_up ul li a:hover {
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
}

a .btn_check {
	color: #FFF;
	font-size: 14px;
    line-height: 1.6;
    padding: 8px 0;
	text-decoration: none;
	text-align: center;
	display: block;
    width: 80%;
	margin-top: -15px;
    margin-left: -10%;
	border: 2px solid #FFF;
	position: absolute;
    left: 20%;
	top: 50%;
	font-weight: bold;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover .btn_check {
	color: #000;
	background-color: #FFF;
}
a .btn_check i {
	padding-right: 10px;
	padding-left: 5px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover .btn_check i {
	padding-right: 5px;
	padding-left: 10px;
}
.balloon {
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -50px;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 100;
	background-color: #FF6633;
}

.balloon:before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
 	margin-left: -12px;
  border-right: 12px solid transparent;
  border-top: 20px solid #FF6633;
  border-left: 12px solid transparent;
 	z-index: 0;
}


/*
実績一覧
-------------------------------------------*/
ul.works_list {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.works_list li {
	width: 21%;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
ul.works_list li a {
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border: 1px dotted #CCC;
	background-color: #FFF;
	text-decoration: none;
	color: #333;
}
ul.works_list li a img {
	width: auto;
	max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}

ul.works_list li a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

ul.works_list li a span {
	display: block;
	padding-top: 10px;
	font-size: 12px;
	letter-spacing: 1px;
}

ul.works_list li a:hover {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	border: 1px solid #000;
	color: #000;
}



@media screen and (min-width:960px){
body {
	font-size: 16px;
}
.sm-slider, .sm-slider::after {
	top: 0 !important;
}
/*
ヘッダー
-------------------------------------------*/
header {
    height: 160px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	position: fixed;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*
header h1 a img {
	top: 20px;
	left: 10px;
}
*/

header h1 {
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
}
header h1 a img {
    width: 180px;
}
header h1 a span {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    line-height: 1;
}

header .h_btn a {
	/*width: 160px;*/
	width: 260px;
	/*top: 20px;*/
	top: 32px;
	right: 10px;
	line-height: 38px;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
}
	/*20240517追加*/
	header .h_btn01 a{
    right: 290px;
	}

	header .h_btn01 a.h_btn_b {
	right: 10px;
	}
header .h_tel a {
	width: 180px;
	top: 20px;
	right: 180px;
	line-height: 38px;
	padding-top: 2px;
	font-size: 14px;
}
header .h_tel a strong {
	font-size: 18px;
}
header.fixed {
    height: 120px;
}

header.fixed h1{
    top: 10px;
}
header.fixed h1 a img {
	height: 40px;
    width: auto;
}
header.fixed h1 a span {
    margin-top: 6px;
}
header.fixed .h_btn a,
header.fixed .h_tel a {
    top: 18px;
}


.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 98%;
	padding-left: 2%;
    background-color: #898989;
	display: block;
	height: 50px;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#g_navi ul.navi_base {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

#g_navi ul li{
	display: inline;
	flex:1;
}

#g_navi li a {
    width: 100%;
	padding-top: 15px;
	height: 35px;
	display: block;
    color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	position: relative;
	float: left;
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
    background-color: #898989;
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: #fe5000;
	top:0px;
}

#g_navi li a:hover,
#g_navi li a.active,
#g_navi ul li:hover > a {
	color: #fff;
}

#g_navi ul li:hover > a.ac_menu,
#g_navi li a.ac_menu:hover {
	position: relative;
}

#g_navi li a.ac_menu::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
 	margin-left: -15px;
  border-right: 15px solid transparent;
    border-bottom: 20px solid #898989;
  border-left: 15px solid transparent;
 	z-index: 300;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi ul li:hover > a.ac_menu::after,
#g_navi li a.ac_menu:hover::after {
    border-bottom: 20px solid #5a5a5a;
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 50px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: auto;
    background-color: #5a5a5a;
}
#g_navi ul li ul{
  width: 96%;
  padding-left: 2%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
#g_navi li ul li{
	flex:auto;
}
#g_navi li ul li a {
    width: auto;
    white-space: nowrap;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 22px;
	height: 22px;
	color: #FFF;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/*
#g_navi li ul li a::after {
	content: "+";
	color: #FFF;
	position: absolute;
	display: block;
	left: 15px;
	top: 8px;
	font-size: 9px;
}
*/
#g_navi li ul li a:hover::after {
	color: #333;
}
#g_navi ul li ul li a:hover{
	color: #000;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}
#g_navi li li a::before {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}


header.fixed #g_navi {
	height: 40px;
}

header.fixed #g_navi ul li div {
	top: 40px;
}

header.fixed #g_navi li a {
	padding-top: 10px;
	height: 30px;
}

header.fixed #g_navi li ul li a {
	padding-top: 9px;
	height: 22px;
}

#index_top {
	min-height: 850px;
}

/*
サブトップ
-------------------------------------------*/
/*
#sub_top.faq {
	background-image: url(../img/sub_top_faq.jpg);
}
#sub_top.works {
	background-image: url(../img/sub_top_works.jpg);
}
#sub_top.contact {
	background-image: url(../img/sub_top_contact.jpg);
}
#sub_top.company {
	background-image: url(../img/sub_top_company.jpg);
}
#sub_top.sample {
	background-image: url(../img/sub_top_sample.jpg);
}
*/
/*
フッター
-------------------------------------------*/

address {
	letter-spacing: 1px;
	display: block;
	float: right;
	padding-right: 10px;
}

.no_pc {
	display: none;
}
footer .left{
    margin-left: 10px;
}
footer .right{
    margin-right: 10px;
}

}

@media screen and (min-width:1200px){
header h1{
    left: 50%;
    margin-left: -600px;
}
header .h_btn a {
	right: 50%;
}
/*20240517追加*/
header .h_btn01 a {
	background-color:#fe5000;
	color:#fff;
 /*  margin-right: -320px; */
}
header .h_btn01 a.h_btn_a {
	margin-right: -320px;
	right: 640px;
}
header .h_btn01 a.h_btn_b {
	margin-right: 30px;
}
header .h_tel a {
	right: 50%;
	margin-right: -400px;
}
header h1 a img {
    width: 180px;
}
footer .left{
    margin-left: 0;
}
footer .right{
    margin-right: 0;
}

}

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

body {
	font-size: 16px;
}

body.fixed {
	overflow: hidden;
}

.pc_none,
#g_navi ul li.pc_none{
	display:block;
}
.sp_none,
#g_navi ul li.sp_none{
	display:none;
}

img {
	max-width: 100% !important;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}

.content h4 {
	margin-right: 10px;
	margin-left: 10px;
}

ul.works_list li {
	width: 31%;
}

/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 9px;
    right: 2%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #555;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
.menu_btn{
    right: 15px;
}
#g_navi {
	position: fixed;
	width: 80%;
	height: 100%;
	top: 0px;
	left: 100%;
	padding-top: 50px;
	overflow: auto;
	z-index: 3000;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}

#g_navi ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}

#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	line-height: 22px;
	vertical-align: middle;
}
#g_navi ul li a:hover {
	color: #999;
}


/*
アコーディオン
--------------------------------------------------*/


#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #555;
}
#g_navi ul li a.ac_menu.active {
	color: #999;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}
#g_navi ul li ul li {
	border-bottom: none;
}
#g_navi ul li li:first-child {
	border-top: none;
}
#g_navi ul li ul li a {
	border-bottom: none;
}
#g_navi ul li ul li a::before {
	content: "・";
	padding-right: 5px;
	color: #999;
}

#g_navi ul li ul li a:hover {
	color: #999;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/
.sm-slider, .sm-slider::after {
	top: 50px !important;
}

header {
	height: 60px;
}
header h1{
    left: 2%;
}
header h1 a img {
	top: 5px;
	left:5px;
	height: 30px;
}

header .h_btn a {
	/*width: 120px;
	top: 14px;
    right: 70px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;*/
	display: none;
}
header .h_tel a {
	width: 120px;
	top: 14px;
    right: 210px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}
header .h_menu {
	display: none;
}

header #info {
	display: none;
}

/*
サブトップ
-------------------------------------------*/
#sub_top{
    padding-top: 180px;
}
/*
#sub_top.faq {
	background-image: url(../img/sub_top_faq_sp.jpg);
}
#sub_top.works {
	background-image: url(../img/sub_top_works_sp.jpg);
}
#sub_top.contact {
	background-image: url(../img/sub_top_contact_sp.jpg);
}
#sub_top.company {
	background-image: url(../img/sub_top_company_sp.jpg);
}
#sub_top.sample {
	background-image: url(../img/sub_top_sample_sp.jpg);
}
*/


/*
フッター
-------------------------------------------*/
address {
    width: auto;
	text-align: center;
	padding-top: 10px;
	display: block;
	clear: both;
}

footer ul.f_bn {
	float: none;
}

footer .f_bn li a {
	font-size: 11px;
	padding: 8px;
}

.no_sp {
	display: none;
}

#index_top #top_catch{
    top: 50%;
}
#index_top #top_catch h2{
    font-size: 30px;
}

.cont_wrap{
    width: 96%;
}

.pick_up{
    height: 160px;
}
.pick_up ul{
    padding: 10px;
}
a .btn_check{
    font-size: 12px;
}


/*
トップ下部ピックアップ（SP）
-------------------------------------------*/
#index_02{
    padding-top: 0;
}
.pick_up_sp {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.pick_up_sp .sc_btm a {
	line-height: 50px;
	color: #333;
	background-color: #FFF;
	height: 100px;
	width: 100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 2px;
	background-image: url(../img/sc_btm.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -50px;
	z-index: 80;
	text-align: center;
}
.pick_up_sp .sc_btm a:hover {
	color: #000;
	height: 110px;
	width: 110px;
	border-radius: 55px;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	margin-top: -10px;
	margin-left: -55px;
}
.pick_up_sp ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pick_up_sp ul li {
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.pick_up_sp ul li a {
	display: block;
    max-height: 200px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	overflow: hidden;
}
.pick_up_sp ul li a img {
    max-height: 200px;
    width: 100%;
	max-width: 100%;
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.pick_up_sp ul li a:hover img {
	-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.pick_up_sp ul li a:hover {
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
}


/*
product
-------------------------------------------*/
.product_page .product_odd .img_box,
.product_page .product_even .img_box{
    width: 30%;
}
.product_page .product_odd .img_box img, .product_page .product_even .img_box img{
    margin-right: 0;
    margin-left: 0;
}

}

@media screen and (max-width:640px){
.table_wrap{
    overflow-x: scroll;
}
.sp_none02{
	display:none;
}
header h1 a img {
	top:5px;
	height: 30px;
}

header .h_btn a {
	width: 50px;
	font-size: 18px;
	border-top-style: none;
	border-bottom-style: none;
}
header .h_tel a {
	width: 50px;
	font-size: 18px;
    right: 120px;
}
header .h_tel a span,
header .h_btn a span {
	display: none;
}

	#mailform table.m_form th,
	#mailform table.m_form td {
		width: 100% !important;
		display: block;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
	#mailform table.m_form th {
	border-right-style: none;
	padding-bottom: 5px;
}


#index_top #top_catch p {
	font-size: 12px;
}

#sub_top {
	height: 150px;
	line-height: 150px;
    padding-top: 60px;
    font-size: 20px;
    background-position: center 0;
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
ul.works_list li {
	width: 47%;
}

.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

.pick_up ul {
	padding: 15px;
}
.pick_up ul li {
	width: 31%;
}
.balloon {
	top: -35px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

a .btn_check {
	width: 80%;
	margin-left: -40%;
}

#index_top #top_catch{
    top: 50%;
}


/*
トップ下部ピックアップ（SP）
-------------------------------------------*/
.pick_up_sp ul li{
    width: 100%;
    height: 100px;
}
.pick_up_sp ul li + li{
	margin-top: 20px;
}
.pick_up_sp ul li a{
    max-height: 100px;
    display: block;
    height: 100%;
    position: relative;
}
.pick_up_sp ul li a img{
    max-height: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}
.pick_up_sp ul li a .btn_check{
    margin-left: -10%;
}


/*
フッター
-------------------------------------------*/
footer .left{
    text-align: center;
}
footer .left,
footer .right{
    float: none;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 0;
}
footer .right .cell{
    padding-left: 0;
    padding-right: 40px;
}
address{
    margin-top: 20px;
}

}

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

input,
textarea {
	max-width: 300px !important;
}
.content table.table_01 th,
.content table.table_01 td {
	/* width: 100% !important; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content table.table_01 th {
	background-color: #F6F6F6;
    width: 30% !important;
    font-size: 14px;
}

.pick_up_sp ul{
    padding: 20px;
}
.pick_up_sp ul li a .btn_check{
    width: 90%;
    left: 10%;
    margin-left: -5%;
    margin-top: -25px;
}

#sub_top {
	font-size: 16px;
}

.content h2 {
	font-size: 24px;
}
.content h2 span {
	font-size: 12px;
}

a .btn_check {
	font-size: 12px;
	line-height: 30px;
}
a .btn_check i {
	padding-right: 5px;
	padding-left: 2px;
}
a:hover .btn_check i {
	padding-right: 2px;
	padding-left: 5px;
}

ul.works_list li {
	width: 98%;
}

/*
product
-------------------------------------------*/
.product_page .product_odd .inner, .product_page .product_even .inner {
    display: block;
}
.product_page .product_odd h3, .product_page .product_even h3 {
    margin: 60px 0 0;
}
.product_page .product_odd:first-child h3{
	margin-top:0;
}
.product_page .product_odd .txt_box,
.product_page .product_odd .img_box,
.product_page .product_even .txt_box,
.product_page .product_even .img_box{
    order: initial;
    width: 100%;
}
.bl_img_txt .img{
    padding: 0 10px;
}
.bl_img_txt .img img{
    padding: 10px 0;
}

}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}
.content p.check {
	color: #FF3333;
}
.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}
.moviewrap{
	display: flex;
	gap:20px;
	margin-bottom: 80px;
	padding:0 10px;
	box-sizing: border-box;
	@media screen and (max-width:960px){
		display: block;
	}
	div{
		flex:1;
	}
}
iframe.newsmovie{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-width: 800px;
	margin-bottom: 10px;
	height: auto;
	aspect-ratio: 16 / 9;
}


.content .h_btn a{
	display: block;
	width: 400px;
	max-width: 80%;
	background-color: #fe5000;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	margin-bottom: 40px;
	margin-top: 40px;
}

.content .h_btn a:hover{
	background-color: #898989;
}


/*
recruit
-------------------------------------------*/
/*タブ切り替え全体のスタイル*/
.recruit{
	position:relative;
	.tabs {
	  width: 100%;
	  margin: 0 auto;
	}

	.tab-nav {
	  display: flex;
	  flex-wrap: wrap;
	  border-bottom: 3px solid #fe5000;
	  gap: .5rem;
	}

	.tab-nav-item {
	  appearance: none;
	  border: 0;
	  border-radius: 10px 10px 0 0;
	  padding: .75rem 1rem;
	  font-size: .9rem;
	  font-weight: 600;
	  color: #555;
	  line-height: 1.2;
	  cursor: pointer;
	  flex:1;
	}

	.tab-nav-item.is-active {
	  background: #fe5000;
	  color: #fff;
	  border-color: #fe5000;
	}

	.tab-panels {
	  padding: 1rem;
	  background: #fff;
		position: relative;
	}

	/* 全パネル非表示 */
	.tab-panel {
	  display: none;
	  opacity: 0;
	  transition: opacity .2s ease;
		position: relative;
	}

	/* アクティブだけ表示 */
	.tab-panel.is-active {
	  display: block;
	  opacity: 1;
	}
	.job_exp{
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		@media screen and (max-width: 959px) {
			display: block;
		}
		img{
			max-width: 450px;
			@media screen and (max-width: 749px) {
				width: 100%;
				max-width: 100%;
				height: auto;
			}
		}
	}
	.sub_contents{
		margin-bottom: 80px;
	}
	.job_content{
		display: flex;
	  	flex-wrap: wrap;
		gap:30px;
		margin-bottom: 80px;
		@media screen and (max-width: 749px) {
			gap:20px;
		}
		li{
			width: calc((100% - 60px) / 3);
			@media screen and (max-width: 959px) {
				width: calc((100% - 30px) / 2);
			}
			@media screen and (max-width: 749px) {
				width: 100%;
			}
			p{
				margin-left: 0;
				margin-right: 0;
				&.frame{
					background-color: #F6F6F6;
					border-radius: 10px;
					text-align: center;
					display: block;
					padding: 20px 0;
					margin-top: 0;
					margin-bottom:  0;
				}
			}
			img{
				width: 100%;
				height: auto;
			}
		}
	}
	.tables{
		tr{
			@media screen and (max-width: 749px) {
				border-bottom:1px solid #ccc;
			}
			td{
				@media screen and (max-width: 749px) {
					border-bottom:1px dotted #ccc;
					display: block;
					width: 100%;
				}
				&:first-child{
					font-weight: bold;
				}
				&:last-child{
					@media screen and (max-width: 749px) {
						border: none;
					}
				}
			}
		}
	}
	.inquiry{
		width: 30%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
        display: block;
        align-self: flex-end;
        background-color: #fa5002;
        color: #fff;
        border-radius: 4px;
        text-decoration: none;
        font-size: 1.4rem;
        padding: 15px 20px;
        padding-left: 10%;
        background-image: url(../img/products_mail.svg);
        background-repeat: no-repeat;
        background-position: left 10% center;
        background-size: auto 75%;
			@media screen and (max-width: 749px) {
			width: 90%;
			box-sizing: border-box;
			font-size: 3.8vw;
			padding: 3% 4% 3% 28%;
			}
		&.fixedbtn{
			position: fixed;
			bottom: 10px;
			right: 100px;
        	font-size: 1.0rem;
        	padding: 10px 10px;
        	width: 20%;
        	padding-left: 5%;
			transition: opacity 0.4s ease;
			opacity: 1;
			pointer-events: auto;
			@media screen and (max-width: 749px) {
			width: 70%;
			box-sizing: border-box;
			font-size: 3.2vw;
			padding: 2% 5% 2% 20%;
			}
			&.disabled{
				pointer-events: none;
				opacity: 0;
			}
		}
	}
}
/*
policy
-------------------------------------------*/
.policy{
	.policylist > .detail > ul > li h4{
		padding-left: 1em;
        text-indent: -0.5em;
	}
	.policylist > .detail > ul > li h4:before{
		display: inline-block;
	}
	.policylist > .detail > ul > li:nth-child(1) h4:before{content: "1.";}
	.policylist > .detail > ul > li:nth-child(2) h4:before{content: "2.";}
	.policylist > .detail > ul > li:nth-child(3) h4:before{content: "3.";}
	.policylist > .detail > ul > li:nth-child(4) h4:before{content: "4.";}
	.policylist > .detail > ul > li:nth-child(5) h4:before{content: "5.";}
	.policylist > .detail > ul > li:nth-child(6) h4:before{content: "6.";}
	.policylist > .detail > ul > li:nth-child(7) h4:before{content: "7.";}
	.policylist > .detail > ul > li:nth-child(8) h4:before{content: "8.";}
	.policylist > .detail > ul > li:nth-child(9) h4:before{content: "9.";}
	.policylist > .detail > ul > li:nth-child(10) h4:before{content: "10.";}
	.policylist > .detail > ul > li:nth-child(11) h4:before{content: "11.";}
	.policylist > .detail > ul > li:nth-child(12) h4:before{content: "12.";}
	.policylist > .detail > ul > li:nth-child(13) h4:before{content: "13.";}
	.policylist > .detail > ul > li:nth-child(14) h4:before{content: "14.";}
	.policylist > .detail > ul > li:nth-child(15) h4:before{content: "15.";}
	.policylist > .detail ol{
		margin-bottom: 30px;
	}
	.policylist > .detail ol li{
		list-style: decimal inside;
		padding-left: 1rem;
    	margin-left: 30px;
    	margin-bottom: 8px;
	}
}
/*
catalogue
-------------------------------------------*/
.catalogue{
	.cataloguebox{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		gap: 30px;
	}
	.cataloguebox li{
        width: calc((100% - 60px ) / 3);
        display: flex;
        a{
            text-decoration: none;
            display: flex;
            width: 100%;
            flex-direction: column;
            justify-content: space-between;
            flex-grow: 1;
	        box-sizing: border-box;
	        padding: 15px;
	        background-color: #f6f6f6;
	        h3.acbtn{
	        	background-color: #fff;
	        	margin: 0 0 15px;
	        }
	        div{
	        display: flex;
            flex-direction: column;
            gap:15px;
	        }
        }
		p {
            background-color: #fa5002;
            color: #fff;
            text-align: center;
            display: block;
            width: 100%;
            margin-top: 0;
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 0;
            border-radius: 4px;
            flex:1;
        }
        img{
        	object-fit:contain;
        	max-height: 250px;
        }
	}
}

/*
contact
-------------------------------------------*/
.contact_page .elink{
	background-color: #fe5000;
	color: #fff;
	padding:10px;
	display: block;
	margin: 10px auto;
	width: 300px;
	text-align: center;
	text-decoration: none;
    border: 1px solid #898989;
}
.contact_page .elink:hover{
	background-color: #898989;
}
.contact_estimate_page form .pbox .ptit{
	border-bottom: 1px dotted #898989;
	padding-top: 10px;
	margin-bottom: 5px;
}
.contact_estimate_page form .pbox .ptit:nth-child(1){
	padding-top: 0;
}
.contact_estimate_page form .other{
    font-size: 12px;
    line-height: 1.5em;
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 0;
    margin: 0;
}