/*
	Theme Name: SmartWeb
	Theme URI: http://html5blank.com
	Description: SmartWeb WordPress Theme
	Version: 1.4.3
	Author: jpri
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html{
	font-size:62.5%;
}
body{
	font:300 16px/1.5 "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#2d2d2d;
}
/* clear */
.cf:before,
.cf:after{
    content:' ';
    display:table;
}
.cf:after{
    clear:both;
}
.cf{
    *zoom:1;
}
img{
	max-width:100%;
	vertical-align:bottom;
}
a{
	color:#004d92;
	text-decoration:none;
}
a:hover{
	color:#006ac9;
}
a:focus{
	outline:0;
}
a:hover,
a:active{
	outline:0;
}
input:focus{
	outline:0;
	border:1px solid #04A4CC;
}
.cf:after {
	display: block;
	content: "";
	clear: both;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper{
	width:100%;
	margin:0 auto;
	position:relative;
	overflow: hidden;
}

/* header */
.header{
	max-width:1100px;
	padding:15px 0;
	margin: 0 auto;
}
/* main */
main{
	max-width:1100px;
	margin: 0 auto;
    padding-bottom: 60px;
}
.page main,
.single main{
	padding: 0 0 60px;
}
/* logo */
.header .logo_wrap{
	margin-bottom: 25px;
}
.header .logo{
	float: left;
    width: 650px;
}
.header .logo .seo{
    font-size: 80%;
    padding-bottom: 5px;
}
.header .logo a.logoA{
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 45px;
	width: 350px;
	background: url(../images/common/logo.png) no-repeat;
	background-size: 350px;
    margin-bottom: 25px;
}
.header .h_contact{
	float: right;
    width: 267px;
    padding-top: 25px;
}
.header .h_contact p.time{
	padding: 8px 0;
    font-size: 85%;
}

/* nav */
.nav{
	font-family: "Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
.nav ul#menu {
	font-weight: bold;
}
.nav ul#menu > li{
    position: relative;
}
.nav ul#menu > li > a{
	display: block;
	float: left;
	padding: 0.3em 0;
	border-left: 1px solid #b7b5a9;
	width:30%;
	color: #2d2d2d;
	text-align: center;
	font-size: 110%;
}
.nav ul#menu > li:last-child > a{
	border-right: 1px solid #b7b5a9;
}
.nav ul#menu > li > a:hover{
	color: #006ac9;
}

.nav ul.child{
    display: none;
    position: absolute;
    top: 40px;
    left: 30%;
    width: 30%;
    overflow: hidden;
    border-top: 1px solid #c6c6c6;
    background: #797667;
    z-index: 5;
}
.nav ul.child li a{
    display: block;
    position: relative;
    padding: 15px;
    line-height: 20px;
    color: #fff;
}

.secondary_nav{
    display: none;
    position: absolute;
    top: 40px;
    left: 30%;
    width: 30%;
    overflow: hidden;
    border-top: 1px solid #c6c6c6;
    background: #797667;
    z-index: 5;
}
.secondary_nav.secondary_nav_company{
    display: none;
    position: absolute;
    top: 40px;
    left: 60%;
    width: 30%;
    overflow: hidden;
    border-top: 1px solid #c6c6c6;
    background: #797667;
    z-index: 5;
}
.secondary_nav li a{
    display: block;
    position: relative;
    padding: 15px;
    line-height: 20px;
    color: #fff;
}
.secondary_nav li:last-child a{
    border: none;
}
.secondary_nav li a:hover{
    background-color: #aca796;
}




/* sidebar */
.sidebar{

}
/* footer */
.footer{
	background: #7c7869;
	color: #fff;
	padding: 30px 0 20px;
	text-align: center;
    font-size: 85%;
}
.footer .logo a{
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 18px;
	width: 111px;
	background: url(../images/common/footer_logo.png) no-repeat;
	background-size: contain;
	margin: 0 auto 15px;
}
.footer .footerMenu{
	margin-bottom: 20px;
}
.footer .footerMenu li a{
	color: #fff;
	font-weight: bold;
	font-family: "Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
.footer .copyright{
	font-size: 100%;
}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face{
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection{
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection{
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection{
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone{
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter{
	display:block;
	margin:5px auto 5px auto;
}
.alignright{
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft{
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright{
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone{
	margin:5px 20px 20px 0;
}
a img.alignleft{
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption{
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone{
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft{
	margin:5px 20px 20px 0;
}
.wp-caption.alignright{
	margin:5px 0 20px 20px;
}
.wp-caption img{
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption{
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky{

}
.bypostauthor{

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print{
	*{
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited{
		text-decoration:underline;
	}
	a[href]:after{
		content:" (" attr(href) ")";
	}
	abbr[title]:after{
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after{
		content:"";
	}
	pre,blockquote{
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead{
		display:table-header-group;
	}
	tr,img{
		page-break-inside:avoid;
	}
	img{
		max-width:100% !important;
	}
	@page{
		margin:0.5cm;
	}
	p,
	h2,
	h3{
		orphans:3;
		widows:3;
	}
	h2,
	h3{
		page-break-after:avoid;
	}
}



/*------------------------------------*\
    style
\*------------------------------------*/
.mincho{
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.imgRight{overflow:hidden;}
.imgRight .txtArea{float:left; width:60%;}
.imgRight img{float:right; width:38%; margin: 0!important;}

.imgLeft{overflow:hidden;}
.imgLeft .txtArea{float:right; width:60%;}
.imgLeft img{float:left; width:38%; margin: 0!important;}

.mt0{margin-top:0;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mb0{margin-bottom:0;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}

.fc_gold{color: #BA9641;}
.fc_red{color: #ce0001;}
.fw_b{font-weight: bold;}

.txt_r{text-align: right;}
.txt_l{text-align: left;}
.txt_c{text-align: center;}

.txt150{font-size: 150%;}
.txt140{font-size: 140%;}
.txt130{font-size: 130%;}
.txt120{font-size: 120%;}
.txt110{font-size: 110%;}
.txt90{font-size: 90%;}
.txt85{font-size: 85%;}
.txt80{font-size: 80%;}

.box_A{
	padding: 1em;
	border: solid 4px #cccccc;
}

ul.disc li{
	list-style: disc;
	margin: 0 0 0.5em 1em;
}

table {
    width: 100%;
    border: 1px solid #8e8e8e;
    margin-bottom: 1.5em;
}
table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px;
}
tr {
    border-bottom: 1px solid #8e8e8e;
}
td {
    padding: 1em;
    border-right: 1px solid #8e8e8e;
}
td:last-child {
      border-right: 0;
}
th{
    background-color: #f6f2e1;
    border-bottom: 1px solid #8e8e8e;
    border-right: 1px solid #8e8e8e;
	min-width: 7em;
}
th:last-child {
      border-right: 0;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* common */
.breadcrumbs{
    margin-left: calc((100vw - 100%) * -1);
    margin-right: calc((100vw - 100%) * -1);
    background: #97927e;
    padding: 5px 0;
    font-size: 90%;
    letter-spacing: 1px;
    color: #fff;
}
.breadcrumbs .inner{
    width: 1100px;
    margin: 0 auto;
}
.breadcrumbs a{
    color: #fff;
}

/* TOP */
.home .movie-wrap {
    width: 100%;
    background: #000;
    text-align: center;
}
.home .fluid-box{
	width: 100%;
	overflow: hidden;
	margin-bottom:40px;
}
.home .fluid-box-inner{
	margin: 0 auto;
	background-color: #fff;
}
.home .sp_key{
	display: none;
}
.home .pc_key{
	display:block;
}
.home h1{
	height: 0;
	overflow: hidden;
}
.home .home_bnr{
	display: flex;
	width: 750px;
	margin: 0 auto 40px;
	justify-content: space-between;
}

@media only screen and (max-width:768px){
    .movie-wrap {
        position: relative;
        padding-bottom: 45.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    .movie-wrap iframe {
        background:#fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .keyvisual .txt_c img {
        width: 80%;
    }
		.home .home_bnr{
			display: block;
			width: 90%;
			margin: 0 auto 20px;
		}
		.home .home_bnr a{
			display: block;
			margin-bottom: 5px;
		}
}

.home .news{
	margin: 0 auto 50px;
	padding: 30px 10%;
	border: solid 4px #efefef;
    width: 84%;
    box-sizing: border-box;
}
.home .news h2{
    text-align: center;
    font-size: 30px;
    color: #7a7667;
	margin: 0 auto 20px;
    letter-spacing: 2px;
}
.home .news ul li{
	overflow: hidden;
	padding-bottom: 0.6em;
	margin-bottom: 0.6em;
    border-bottom: dotted 1px #e1dfd7;
}
.home .news ul li:first-child{
	padding-top: 0.6em;
    border-top: dotted 1px #e1dfd7;
}
.home .news ul li time{
	float: left;
	margin-right: 3em;
	font-weight: bold;
}
.home .news ul li .article_ttl a{
	float: left;
	margin: 0;
    color: #2d2d2d;
}
.home .news ul li .article_ttl a:hover{
    text-decoration: underline;
}
.home .news .btn{
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 35px;
	width: 195px;
	background: url(../images/top/news_btn.png) no-repeat;
	background-size: contain;
	margin: 35px auto 0;
}
.home a.btn:hover,
.top_product li a:hover{
	opacity: 0.8;
}

/* product */
.top_product h2{
    text-align: center;
    font-size: 34px;
    color: #7a7667;
	margin: 0 auto 30px;
    letter-spacing: 2px;
}
.top_product .btn{
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 62px;
	width: 570px;
	background: url(../images/top/btn_product.png) no-repeat;
	background-size: contain;
	margin:0 auto;
}
.top_product li a{
    float: left;
    width: 31.8%;
    margin: 0 0 2.2% 2.2%;
    color: #2d2d2d;
}
.top_product li:nth-child(3n+1) a{
    clear: both;
    margin-left: 0;
}
.top_product li:nth-child(odd) .inner{
    background: #f9f8f2;
}
.top_product li:nth-child(even) .inner{
    background: #fefdf8;
}
.top_product li .inner{
    position: relative;
    padding: 15px 15px 30px;
}
.top_product li .date{
    position: absolute;
    top:0;
    right: 0;
    background: #7c7869;
    padding: 3px 5px;
    color: #fff;
    font-size: 90%;
    text-align: right;
}
.top_product li .article_ttl{
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.5;
    color: #000;
}
.top_product li .inner .txt{
    font-size: 90%;
}
.top_product li .category{
    display: inline;
    background: #6d9ecc;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 80%;
    color: #fff;
}

/* product_detail */
.product_detail {
    width: 1100px;
    margin: 0 auto;
}
.product_detail main {
    float: left;
    width: 740px;
}
.product_detail .sidebar {
    float: right;
    width: 300px;
    padding-top: 80px;
}
.product_detail main .breadcrumbs .inner {
    width: 740px;
}
table.product_spec .odd td {
    background-color: #f9f9f9;
}
table.product_spec .column-1 {
    width: 25%;
    font-weight: bold;
}
.product_detail a.dl_btn {
    display: inline-block;
    background: #7C7869;
    color: #fff;
    padding: 0.8em 2em;
    margin: 0 5px 5px 0;
    font-size: 110%;
    font-family: "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.product_detail a.dl_btn:hover{
	opacity: 0.8;
}

.box-img-left {
	width: 100%;
	display: table;
	zoom: 1;
}
.box-img-left .img {
	margin: 0;
	display: table-cell;
	vertical-align: top;
}
.box-img-left img {
	width: 200px;
	height: auto;
}
.box-img-left .box {
	padding: 0 0 1px 15px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

/* product sidebar */
.sidebar #categories-3 {
    background: url("../images/common/side_bg.png");
    padding: 20px;
}
.sidebar #categories-3 h3 {
    text-align: center;
    font-size: 130%;
    margin-bottom: 15px;
}
.sidebar #categories-3 ul {
    background: #fff;
    border-radius: 6px;
    padding: 30px 20px;
}
.sidebar #categories-3 ul li {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px dotted #DBD9CF;
}
.sidebar #categories-3 ul li a {
    color: #2d2d2d;
}
.sidebar .side_bnr {
	margin-top: 20px;
}
.sidebar .side_bnr a {
	display: block;
	margin-bottom: 5px;
}

/* PAGE */
.page h1,
.product h1 {
	text-align: center;
	color: #797667;
	margin-bottom: 20px;
	font-size: 240%;
    letter-spacing: 2px;
}
.product h1{
	height: auto;
	overflow: visible;
}
.ttl_A {
	padding: 0.1em 0.5em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
	border-left: solid 8px #cbbf94;/*左線*/
	margin-bottom: 20px;
	font-size: 180%;
}

.contact_form{
	width: 750px;
	margin: 0 auto;
	padding: 30px;
	border: solid 6px #efefef;
}

/* COMPANY */
#post-16 h2{
    text-align: center;
    font-size: 180%;
    color: #c90039;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

/* NEWS */
.single-post h1,
.archive h1{
	color: #797667;
	margin: 30px 0 20px;
	font-size: 180%;
	text-align: center;
}
.single-post span.date{
	display: block;
	text-align: right;
	margin-bottom: 20px;
}
.single-post .news_content{
	margin-bottom: 40px;
}

ul.display-posts-listing li{
	margin-bottom: 1em;
	padding-bottom: 0.4em;
	border-bottom: dotted 2px #c4c4c4;
	list-style: square;
}
ul.display-posts-listing li a{
	font-weight:bold;
	padding-right: 1em;
}
/* Responsive Menu */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

.news_archive{
    width: 80%;
    padding: 30px 30px 20px;
    border: solid 4px #f1f0ea;
    border-radius: 4px;
    margin: 0 auto;
}
.news_archive li{
	overflow: hidden;
	padding-bottom: 0.8em;
	margin-bottom: 0.8em;
    border-bottom: dotted 1px #e1dfd7;
}
.news_archive li:first-child{
    border-top: dotted 1px #e1dfd7;
    padding-top:0.8em;
}
.news_archive li time{
	float: left;
	margin-right: 3em;
	font-weight: bold;
}
.news_archive li .article_ttl a{
	float: left;
	margin: 0;
    color: #2d2d2d;
}
.news_archive li .article_ttl a:hover{
    text-decoration: underline;
}

.single-post .category-news{
    width: 70%;
    margin: 0 auto;
}

/* 20240325 sp menu */
.rmp-menu {
  padding: 4vw;
}
.rmp-menu a {
  color: #fff;
  margin-bottom: 6px;
  display: block;
}
.rmp-menu .rmp-submenu-depth-1 {
  margin: 0 0 10px 0.8em;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:930px){
	.nav,
    .h_contact{
		display: none;
	}
    
}
@media only screen and (max-width:768px){
	.imgRight .txtArea{float:none; width:100%;}
	.imgRight img{float:none; width:100%; margin: 0 0 1em!important;}
	.imgLeft .txtArea{float:none; width:100%;}
	.imgLeft img{float:none; width:100%; margin: 0 0 1em!important;}
    
    body {
        font-size: 14px;
    }
    .wrapper {
        overflow: hidden;
    }
	.header{
		padding: 10px 0;
        width: 100%;
	}
    .header .logo_wrap{
        margin: 0;
    }
	.header .logo{
		margin-bottom: 0;
        float: none;
        width: 100%;
	}
	.header .seo{
        font-size: 10px!important;
		margin: 0 0 0 2%;
	}
	.header .logo a.logoA{
		float: none;
		height: 0;
		padding-top: 12vw;
		width:70%;
		background: url(/wp/wp-content/themes/html5blank-stable/images/common/logo.png) no-repeat;
		background-size: contain;
		margin: 0 0 0 2%;
	}
	.header .logo a.logoB{
		display: none;
	}
	main{
		padding: 0 3%;
		margin: 0 auto;
	}
	.home .pc_key{
		display: none;
	}
	.home .sp_key{
		display:block;
	}
	.home .fluid-box{
		margin-bottom:20px;
	}
	.home main{
		width: 100%;
		padding-bottom:50px;
	}
    .home .news{
        margin: 0 auto 30px;
        padding: 20px 6%;
        border: solid 2px #efefef;
        width: 96%;
        box-sizing: border-box;
    }
    .home .news h2 {
         font-size: 26px;
        margin-bottom: 10px;
    }
    .home .news ul li{
        font-size: 90%;
    }
    .home .news ul li time{
        float: left;
        margin-right: 1em;
        font-weight: bold;
    }
    .home .news .btn {
        margin-top: 20px;
    }
    .top_product h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .top_product li a {
        width: 48.5%;
        margin: 0 0 3% 3%;
        color: #2d2d2d;
    }
    .top_product li:nth-child(3n+1) a{
        clear:none;
        margin-left: 3%;
    }
    .top_product li:nth-child(2n+1) a{
        clear:both;
        margin-left: 0!important;
    }
    .top_product li .article_ttl{
        font-size: 17px;
    }
    .top_product li .inner{
        pading: 15px 5% 20px!important;
    }
    .top_product li .date{
        line-height: 1.2;
    }
    .product_detail {
        width: 100%;
    }
    .product_detail main {
        float: none;
        width: 96%;
        margin: 0 auto;
    }
    .product_detail .sidebar {
        float: none;
        width: 100%;
        padding-top: 0;
    }
    table.product_spec .column-1 {
        width: 30%;
    }
    
    .news_archive {
        width: 100%;
        margin-bottom: 60px;
    }
    .single-post .category-news {
        width: 94%;
    }
    .sidebar .side_bnr {
			margin: 20px;
		}
    
/* PAGE max768px */
    .breadcrumbs{    display: none;}
	.page h1,
    .product h1 {
		margin-bottom: 15px;
		font-size: 240%;
	}
    .page .maincont{
        padding: 0 4%;
    }
	.ttl_A {
		padding: 0.1em 0.5em;/*上下 左右の余白*/
		margin-bottom: 20px;
		font-size: 160%;
	}
	.contact_form{
		width: 94%;
		padding: 3%;
	}
}

@media only screen and (max-width:570px){
    .top_product .btn{
        padding-top: 19.87%;
        width: 100%;
    }
    .box-img-left {
        display: block;
        width: 100%;
    }
    .box-img-left .img {
        display: block;
    }
    .box-img-left .img img {
        width: 200px;
        display: block;
        vertical-align: top;
        margin: 0 auto 10px;
        padding-left: 0;
    }
    .box-img-left .box {
        display: block;
        vertical-align: top;
    }
}