body {
	color: #222;
	margin: 0;
	font-size: 15px;
	line-height: 27px;
	font-family: "Noto Sans JP", sans-serif,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
}



img {
	width:100%;
}

a {
	cursor: pointer;
}
a:hover {
	opacity:0.7;
}
.size28 {
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 1px;
	font-weight: bold;
}
.size24	{
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 1px;
	font-weight: bold;
}

.faxnumber-fax {
	font-size:16px;
	letter-spacing: 1px;
	font-weight: bold;
}
.faxnumber-number {
	font-size:20px;
	margin:0 10px;
	font-weight: bold;
}
.faxnumber-time {
	font-size:12px;
}

.inner {
	width: 92%;
	margin: auto;
}
#container {
	margin-top:60px;
	margin-bottom:80px;
}
.page-heading {
	font-size: 24px;
	text-align: center;
}
.t-center {
	text-align: center;
}
.none-smp {
	display: none;
}

/*=============================
ヘッドライン
=============================*/
#headline {
	position: fixed;
	top:0;
	z-index: 10000;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

#title {
	width:40%;
	text-align: center;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#title img {
	width: 70%;
	padding: 0;
	padding-right: 4%;
}
#head-navigation {
	width:70%;
}

#head-faxnumber {
	width:100%;
	background: #DEE3E8;
	color:#014BA0;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}
#head-faxnumber .head-navigation-wrap {
	width:100%;
	height:48px;
	padding-right:10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#head-menu {
	width:100%;
	background: #014BA0;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#head-menu .head-navigation-wrap {
	width:100%;
	height:50px;
	padding:0 10px;
	box-sizing:border-box;
	font-size: 13px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;

}
#head-menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#head-menu a:hover {
	text-decoration: underline;
}

#head-menu-mail {
	width: 100% !important;
	white-space: nowrap;
}


#head-menu-mail a {
	padding:10px 20px;
	color:#014BA0;
	background: #FFFFC1;
	border-radius: 40px;
}

#head-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

.site-menu {
	padding:0 20px;
	width:100px;
	height:40px;
}
.site-menu img {
	width: 100%;
	height: 100%;
}

.list-category a {
		/*
	width:70%;
		*/
	text-align: left;
	display: block;
	padding:2px;
	/*
	background: #ddd;
	*/
}


/*=============================
フッター
=============================*/
#footer {
	background: #F0F0F0;
	margin-top:60px;
	padding-top:75px;
	padding-bottom:20px;
}
#footer-wrap {
	line-height: 29px;
	padding-bottom:75px;
	text-align: center;
}
#footer-logo {
	width:100px;
	margin: auto;
	text-align: center;
}
#footer-info {
	width: 92%;
	margin:auto;
}
#footer-info a {
	color:#222;
	font-weight: bold;
}

.footer-link ul {
	margin: 0;
	padding:0;
	list-style: none;
}
.footer-link a {
	color:#222;
	text-decoration: none;
}
.footer-link a:hover {
	text-decoration: underline;
}
#copyright {
	text-align: center;
	font-size: 12px;
}

/*=============================
トップページ
=============================*/
/*-----------------------------
イメージ
-----------------------------*/
#main-image {
	font-size: 22px;
	line-height: 42px;
	font-weight: bold;
	background-image: url(/asset/img/main/main-image.jpg);
	background-position:center 35px;
	background-size: cover;
}
#main-image .inner {
	color: #fff;
	text-shadow:0 0 6px #222,0 0 6px #222,0 0 8px #222;
	padding-top: 160px;
	width:90%;
	margin: auto;
}

/*-----------------------------
コンセプトとフロー
-----------------------------*/
#main-wrap {
	margin-top:60px;

}


#main-flow {

	font-size: 20px;
}
#main-flow ol {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	border-top: 1px solid #222;
}
#main-flow li {
	background: url(/asset/img/main/flow-arrow.png) no-repeat 18px 6px;
	background-size: 16px;
	font-size: 16px;
	margin:14px 0;
	padding:0 0 14px 44px;
	border-bottom: 1px solid #222;
}
#main-flow li:first-child {
	background: url(/asset/img/main/flow-start.png) no-repeat 18px top;
	background-size: 18px;
}
#main-flow li:last-child {
	background: url(/asset/img/main/flow-end.png) no-repeat 18px top;
	background-size: 28px auto;
}

#main-news h2, #main-mail h2 {
	font-size: 28px;
	line-height: 64px;
}
#main-mail {
	margin: 0;
	padding-top:90px;
	margin-top:-90px;
}
/*-----------------------------
中盤ボタン
-----------------------------*/
#main-button {
	margin:40px 0;
}
.main-button-content {
	font-size: 15px;
	letter-spacing: 1.5px;
	width:60%;
	margin:20px auto;
	margin-bottom: 0;
}
.main-button-content a {

	cursor: pointer;
	background: #313131;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 40px;
	padding:20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}


/*-----------------------------
新着アコーディオン
-----------------------------*/
#main-news-content {
	border-top: 1px solid #ccc;	
}
.news-button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin:50px auto;
}

.accordion-item {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.accordion-header {
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	cursor: pointer;
	list-style: none;
	position: relative;
}

.accordion-header .question {
	font-size: 16px;
}
.question span {
	padding-right: 40px;
	margin-right: 40px;
}
.accordion-header .icon {
	font-size: 20px;
	position: relative;
	top: -10px;
}

.accordion-header .icon::before {
	content: "+";
	position: absolute;
	right: 0;
	font-size: 20px;
	transition: transform 0.3s ease, content 0.3s ease;
}

.accordion-content {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease-out;
}

.accordion-content p {
	padding: 10px;
	margin: 0;
}

.accordion-item.open .accordion-content {
	max-height: 1000px; 
}

.accordion-item.open .accordion-header .icon::before {
	content: "-";
}


/*-----------------------------
ヘッドライン　アコーディオン
-----------------------------*/


.menu {
	position: fixed;
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
	left: 0;
	transform: translateX(100%);
	transition: .5s;/* 追記 */
}
.menu.active{
	transform: translateX(0);
}

#smp-navi .accordion {
	margin: 0;
	padding: 0;
}
#smp-navi {
	padding-top:80px;
	text-align: left;
}


#smp-navi .accordion-header {
	width:100%;
	margin: 0;
	padding: 0;
	padding-left:10px;
	border-bottom:1px dotted #000;
}

#smp-navi .question {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	margin:auto;
	display: flex;
	justify-content: space-between;
}
#smp-navi .icon {
	width:60px;
}
#smp-navi .accordion-content {
	border-bottom:1px solid #000;
}
#smp-navi .accordion-content p {
	padding-left:20px;
}





.menu-informaton p {
	border-bottom:1px dotted #000;
	padding:10px;
}

#smp-navi .remodal p {
	top:0 !important;
	margin:0 !important;
}

.accordion a {
	border: none;
	color:#000;
	font-weight: bold;
	text-decoration: none;
	width:100%;
	display: block;
}


/*-----------------------------
問い合わせ
-----------------------------*/
#main-formarea {
	width: 92%;
	margin:auto;
}
#mail-form,#mail-form dl {
}
#mail-form p {
	width: 100%;
	margin: 0;
}/*
#mail-form p:nth-child(even) {
	width:30%;
}
#mail-form p:nth-child(odd) {
	width:68%;
}*/
#mail-form dt {
	margin: 0;
}
#mail-form dd {
	text-align: left;
	width: 100% !important;
	margin: 0;
}
#mail-form select {
	font-size:15px;
	width: 100% !important;
	padding: 10px 0;
	box-sizing: border-box;
}
#mail-form dd input ,#mail-form dd textarea {
	width: 100% !important;
	padding: 16px 20px;
	box-sizing: border-box;
}

/*-----------------------------
Contactform7　カスタマイズ部分
-----------------------------*/
.wpcf7-form-control-wrap {
	width: 100% !important;
}

#mail-form input[type="text"],
#mail-form input[type="tel"],
#mail-form input[type="email"],
#mail-form textarea {
	width: 100% !important;
	padding: 4px 8px;
	box-sizing: border-box;
}

.required {
	font-size:12px;
padding: 0 3px;
background: #cc0000;
color: #fff;
border-radius: 4px;
margin-left: 20px;

}
.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
color: #c00;
font-weight: bold;
}
input[type="submit"] {
	font-size: 18px;
	margin:auto;
	cursor: pointer;
	background: #313131;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 40px;
	padding:10px 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
	

.fax-area {
	text-align: center;
	background: #EDEDED;
	padding:31px;
	color:#014BA0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#mail-form dt, #mail-form dt p {
	margin-bottom: 0;
}
#mail-form dd,#mail-form dd p {
	margin-top: -5px;
}

/*=============================
製品一覧
=============================*/
#content-image {
	margin-top:70px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}
#content-image h1 {
	font-size: 24px;
	letter-spacing:1.5px;
	color: #fff;
}
.bg-opacity {
	width:100%;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:rgba( 0, 0, 0, 0.4);
}


#product-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
#product-list ul::after {
	display: block;
	content:"";
	width: 48%;
}
#product-list li {
	padding: 6px;
	width: 48%;
	box-sizing: border-box;
}
#product-list img {
	border:1px solid #ccc;
}
#product-list li a {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
/*-----------------------------
製品個別
-----------------------------*/


#item-detail-image {
	width: 80%;
	margin: auto;
}
#item-detail-text {
	width: 92%;
	margin: auto;
}
#item-info.fax-area {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#item-info p {
	color:#313131;
}
#item-info p span {
	color:#014BA0;
}

/*-----------------------------
仕様のtable
-----------------------------*/
#product-table {
	margin:40px auto;
	overflow: scroll;
}
#product-table table {
	width:180%;
	border:1px solid #333;
}
#product-table tr:nth-child(even) {
	background: #fff;
}
#product-table tr:nth-child(odd) {
	background: #F0F0F0;
}
#product-table tr:first-child {
	background: #D1D1D1;
}
#product-table td {
	text-align:center;
	padding:14px 0;
}

#product-table a {
	color: #333;
	font-weight: bold;
	background: url(/asset/img/common/icon-pdf.png) no-repeat right center;
	background-size:15px auto;
	padding-right:20px;
}

/*-----------------------------
他の製品を見る
-----------------------------*/
#product-recommend {
	margin-top: 60px;
}
#product-recommend ul {
	margin:0;
	padding: 0;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#product-recommend li {
	padding: 6px;
	width: 48%;
	box-sizing: border-box;
}
#product-recommend ul::after {
	display: block;
	content:"";
	padding:22px;
	width: 48%;
	box-sizing: border-box;
}

#product-recommend img {
	border:1px solid #ccc;
}
#product-recommend li a {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.image-wrapper {
    position: relative; /* 子要素を相対基準に配置 */
    display: inline-block;
}

.image-wrapper::after {
    content: ''; /* 疑似要素を生成 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 黒の透過レイヤー */
    z-index: 1; /* 画像の上に表示 */
    pointer-events: none; /* クリック操作を透過 */
}

.image-wrapper img {
    display: block; /* 画像を整列 */
    width: 100%;
    height: auto; /* 縦横比を保持 */
}
.current-post p, .current-postnone p {
    margin-top:6px;
}
#product-recommend .image-wrapper img {
    border:0px solid #fff;
}



/*=============================
お取引について
=============================*/
/*-----------------------------
お手伝いできること
-----------------------------*/
#transaction-image {
	font-size: 21px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#transaction-image-company {
	width: 100%;
	text-align: center;
	color: #fff;
	background: #67B9FF;
	display: flex;
	justify-content: space-between;
}
#transaction-image-company p{
	width: 48%;
}

.transaction-image-arrow {
	width:100%;	
	height: 40px;
	background: url(/asset/img/transaction/arrow-vertical.png) no-repeat center;
	background-size: 20px auto;
}
#transaction-image-logo img {
	width: 180px;
	text-align: center;
}
#transaction-image-guest {
	text-align: center;
	width: 100%;
	background: #075322;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}


#transaction-process {
	padding-top:60px;
}
#transaction-process01, #transaction-process02 {
	padding-bottom:70px;
	margin-bottom:6px;
	background: url(/asset/img/transaction/process-border.png) no-repeat;
	background-position: bottom center;
}
#transaction-process01-heading p {
	margin:0;
	padding:10px 0;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background: #67B9FF;
	color: #fff;
}
#transaction-process02-heading p {
	margin:0;
	padding:10px 0;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background: #014BA0;
	color: #fff;
}
#transaction-process03-heading p {
	margin:0;
	padding:10px 0;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background: #192153;
	color: #fff;
}
.transaction-process-text {
	margin: 0;
	background-color: #fff;
}

.transaction-process-text p {
	margin: 0;
}

/*-----------------------------
納品フロー
-----------------------------*/
#transaction-flow-anchor {
	padding-top:110px;
	margin-top: -110px;
}
#transaction-flow-common, #transaction-flow-custum {
	width: 100%;
	margin: auto;
}
#flow-common-heading {
	margin: auto;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: #1857A0;
}
#flow-common-heading p {
	padding:4px 0;
}

#flow-custum-heading {
	margin: auto;
	text-align: center;
	font-size: 28px;
	color: #fff;
	background: #67B9FF;
}
#flow-custum-heading p {
	padding:4px 0;
}
#transaction-flow ol {
	counter-reset: li;
}
#transaction-flow li {
	position: relative;
	font-size: 34px;
	padding-left: 20px;
	margin: 0 0 10px;
	list-style: none;
}
#transaction-flow-custum li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	color: #67B9FF;
	counter-increment: li;
	content: counter(li)'';
}
#transaction-flow-custum li:last-child {
	background-image: none;
}

#transaction-flow-common li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	color: #014BA0;
	counter-increment: li;
	content: counter(li)'';
	background: #fff;
}
#transaction-flow-common li:last-child {
	background-image: none;
}
#transaction-flow ol strong {
	font-size: 18px;
}
#transaction-flow ol p {
	min-height:20px;
	margin: 6px 0 0 0;
	padding-left: 20px;
	padding-bottom:20px;
	font-size: 15px;
	background: url(/asset/img/transaction/process-border.png) no-repeat;
	background-position: left bottom;
}


/*=============================
会社概要
=============================*/


#company-profile {
	margin-top:80px;
}
#company-profile dl {
	border-top:1px solid #ccc;
}
#company-profile dt {
	padding-top:23px;
	padding-left:20px;
	box-sizing: border-box;
}
#company-profile dd {
	box-sizing: border-box;
	padding-bottom:23px;
	padding-left:20px;
	margin-left: 0;
	border-bottom:1px solid #ccc;
}
#president-profile {
	margin-top:50px;
}
#access-map {
	margin-top: 50px;
}
#access-map iframe {
	height: 420px !important;
}


/*=============================
Q & A
=============================*/
.accordion {
	margin-bottom:60px;
}
#faq-heading {
	margin-bottom: 120px;
}
#faq-heading a {
	font-weight: bold;
	color:#313131;
}
#faq-heading ul {
	margin:0;
	padding: 0;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
}
#faq-heading li {
	width: 33%;
	text-align: center;
}
#faq-heading li a {
	border:1px solid #333;
	width:100%;
	box-sizing: border-box;
	padding:20px;
	display: block;
}


.faq-category-heading {
	border-bottom:1px solid #333;
	padding-left:20px;
}


/*=============================
フォーム送信後のメッセージ
=============================*/
div.wpcf7-mail-sent-ok {
background-color: #56b379;
color:#ffffff;
font-weight:bold;
font-size:120%;
padding:10px;
}
form.sent {
	height:200px;
	padding-top:280px;
	margin-top:-280px;
}
form.sent p{
		
	padding-top:280px;
	margin-top:-280px;
display:none;
}

#smp-navi .icon::before {
	right: 0;
	bottom: 4px;
	position: absolute;
}