	@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
 1.0 - Page Global
	 - Form
	 - Post Meta
	 - Page Navigation
	 - Load More Button
 2.0 - Template: tmpl-index
       Pages:    INDEX トップ画面
 3.0 - Template: tmpl-service-top
       Pages:    FR-SERV-TOP サービス・製品TOP画面
 4.0 - Template: tmpl-service-category
       Pages:    FR-SERV-001〜014 サービス・カテゴリー (全14ページ)
 5.0 - Template: tmpl-product
       Pages:    FR-PROD-001〜049 製品詳細画面 (全48ページ／#7が存在しません)
 6.0 - Template: tmpl-arcvlist
       Pages:    FR-ARCV-001 研究成果　プロジェクト一覧
                 FR-ARCV-002 研究成果　メディア一覧
                 FR-ARCV-003 研究成果　講演・論文
 7.0 - Template: tmpl-titlepage
       Pages:    FR-CO-TOP  MTIについてTOP画面
                 FR-ARCV-TOP　研究成果TOP画面
 8.0 - Template: tmpl-2col-wideleft
       Pages:    FR-CO-001 社長挨拶
                 FR-CO-003 企業概要
                 FR-CO-005 沿革
                 FR-CO-007 受賞歴
                 FR-CAR-001 採用情報
 9.0 - Template: tmpl-2col
       Pages:    FR-CO-002 経営理念
                 FR-CO-004 事業紹介
10.0 - Template: tmpl-offices
       Pages:    FR-CO-006 事業所・アクセス
11.0 - Template: tmpl-newslist
       Pages:    FR-NEW-TOP ニュース＆トピックスTOP画面
12.0 - Template: tmpl-newspost
       Pages:    FR-NEW-yyyymmdd ニュース＆トピックス個別記事画面
13.0 - Template: tmpl-lecture
       Pages:    FR-CO-008 Monohakobi Techno Forum
14.0 - Template: tmpl-blog-top
       Pages:    FR-BLOG-TOP ブログ　トップ画面
                 FR-BLOG-002 ブログ　アーカイブ画面
                 FR-BLOG-003 ブログ　筆者画面
15.0 - Template: tmpl-blog-post
       Pages:    FR-BLOG-001 ブログ　個別記事画面
16.0 - Template: tmpl-form
       Pages:    FR-INQ-001  お問い合わせフォーム
                 FR-MAIL-001 メルマガ登録フォーム
17.0 - Template: tmpl-1col
       Pages:    FR-INQ-002  お問い合わせフォーム　確認画面
                 FR-INQ-003  お問い合わせフォーム　完了画面
                 FR-MAIL-002 メルマガ登録フォーム　確認画面
                 FR-MAIL-003 メルマガ登録フォーム　完了画面
                 FR-PRIV-001 個人情報保護方針
                 FR-TERM-001 ご利用条件
18.0 - Template: tmpl-sitemap
       Pages:    FR-MAP-001  サイトマップ
19.0 - Template: tmpl-unit
       Pages:    FR-UNIT-001.html 単位変換ツール
20.0 - Template: tmpl-search
       Pages:    FR-SERCH-001 検索結果画面
21.0 - Template: tmpl-1col-wide
       Pages:    MTI Journal
--------------------------------------------------------------*/


/*==============================================================
1.0 Page Global
==============================================================*/

/* Form
--------------------------------------------------------------*/
input[type=text],
textarea {
	min-width: 300px;
	height: 36px;
	padding: 0 10px;
	border: #ccc 1px solid;
	background-color: #f5f5f5;
	font-size: 15px; font-size: 1.5rem;
	line-height: 36px;
}
textarea {
	min-height: 200px;
}
select {
	min-width: 180px;
	background-color: #f5f5f5;
	text-indent: 5px;
	padding:5px\9;
}
select option {
	font-size: 14px; font-size: 1.4em;
}
select,
input[type="submit"],
.btn-submit {
	height: 36px;
	border: #ccc 1px solid;
	border-radius: 4px;
	font-size: 15px; font-size: 1.5rem;
}
.btn-wrap {
	text-align: center;
}
input[type="submit"],
.btn-submit {
	padding: 0 1.5em;
	background: #444;
	background: -webkit-linear-gradient(#777, #555);
	background: -moz-linear-gradient(#777, #555);
	background: linear-gradient(#777, #555);
	border: #555 1px solid;
	color: #fff;
	cursor: pointer;
}
input[type="submit"]:hover,
.btn-submit:hover {
	background: #888;
	background: -webkit-linear-gradient(#999, #777);
	background: -moz-linear-gradient(#999, #777);
	background: linear-gradient(#999, #777);
	border: #777 1px solid;
}

input[name="submitBack"] {
	margin-right: 5px !important;
	background: #aaa !important;
	background: -webkit-linear-gradient(#bbb, #999) !important;
	background: -moz-linear-gradient(#bbb, #999) !important;
	background: linear-gradient(#bbb, #999) !important;
	border: #999 1px solid !important;
}

input[name="submitBack"]:hover {
	background: #ccc !important;
	background: -webkit-linear-gradient(#ddd, #bbb) !important;
	background: -moz-linear-gradient(#ddd, #bbb) !important;
	background: linear-gradient(#ddd, #bbb) !important;
	border: #bbb 1px solid !important;
}

/* TABLET */
@media screen and (max-width:1024px) {
	select {
		min-width: auto;    
	}
	select option {    
		font-size: 1em;
	}
	
	select, input[type="submit"], .btn-submit {
    
    font-size: 1.2rem;
}
}
/* SMART PHONE */
@media screen and (max-width:767px) { 
	
	
	
}
/* SMART PHONE narrow */
@media screen and (max-width:479px) { 
	
	
}







/* Post Meta
--------------------------------------------------------------*/
.post-meta {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px; font-size: 1.4rem;
}
.post-meta span {
	display: inline-block;
	height: 19px;
	margin-right: 1.2em;
	padding-left: 17px;
	line-height: 19px;
}
.post-date {
	background: url(../images/icon_date.png) no-repeat 0 50%;
	font-size: 15px; font-size: 1.5rem;
	font-weight: bold;
}
.post-theme {
	background: url(../images/icon_theme.png) no-repeat 0 50%;
}
.post-author {
	background: url(../images/icon_pen.png) no-repeat 0 50%;
}

/* Page Navigation
--------------------------------------------------------------*/
.page_navi {
	margin: 40px 0 0 0 !important;
}
.page_navi li{
	display: inline-block;
	font-size: 15px; font-size: 1.5rem;
	line-height: 3em;
	text-align: center;
}
.page_navi li a,
.page_navi li span {
	display: inline-block;
	width: 3em;
	height: 3em;
	border: #ccc 1px solid;
}
.previous a,
.next a{
	width: 4em !important;
}
.page_navi a:hover {
	background-color: #eee;
}
.page_navi .current {
	background-color: #ddd;
}

/* Load More Button
--------------------------------------------------------------*/
.button-load-container {
	/*margin-left: -24px;*/
	padding-top: 20px;
	text-align:center;
}
.button-load a{
	display:inline-block;
	width: 14em;
	height: 48px;
	margin: 0 auto;
	padding: 0 1.5em;
	background: #444;
	background: -webkit-linear-gradient(#777, #555);
	background: -moz-linear-gradient(#777, #555);
	background: linear-gradient(#777, #555);
	border: #555 1px solid;
	border-radius: 4px;
	font-size: 15px; font-size: 1.5rem;
	line-height: 48px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.button-load a:hover {
	background: #888;
	background: -webkit-linear-gradient(#999, #777);
	background: -moz-linear-gradient(#999, #777);
	background: linear-gradient(#999, #777);
	border: #777 1px solid;
	text-decoration: none;
	}
	#infscr-loading img{
	display:none;
}

/*==============================================================
2.0 - Template: tmpl-index
      Pages:    INDEX トップ画面
==============================================================/

/* Main Visual (Slider)
--------------------------------------------------------------*/
.slider-container {
	padding-top: 10px;
}
/* See css/nivo-slider.css for the slider styles */

/* News Post List
--------------------------------------------------------------*/



.news-lab-container {
	margin-top: 5px;
}
.new-posts-list {
	/**width: calc(100% - 367px); **/ /** Subru 09/01/2025 **/
	width: 100%;  /** Subru 09/01/2025 **/
	height: 124px;
	float: left;
	overflow: hidden;
	background-color: #eaf4ff;
	/**border-right: #fff 5px solid; **/ /** Subru 09/01/2025 **/
   border-right: #fff 0px solid; /** Subru 09/01/2025 **/
}
.new-posts-list li a {
	display: flex;
	align-items: baseline;
	height: 43px;
	padding-left: 15px;
	overflow: hidden;
	border-bottom: #fff 5px solid;
	font-size: 13px; font-size: 1.3rem;
	font-weight: bold;
	line-height: 38px;
	color: #404040;
}
.new-posts-list li a:hover {
	background-color: #e5e5e5;
}
.new-posts-list li span {
	display: inline-block;
}
.new-posts-list .news-bullet {
	color: #2c8aff;
}
.new-posts-list .date {
	padding: 0 10px 0 5px;
	font-weight: normal;
	min-width: 8.5rem;
}
.post-title {
	padding-left: 85px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-note {
	background-image: url(../images/icon_news_note.png);
}
.post-event {
	background-image: url(../images/icon_news_event.png);
}
.post-press {
	background-image: url(../images/icon_news_press.png);
}
.post-other {
	background-image: url(../images/icon_news_other.png);
}

/* TABLET */
@media screen and (max-width:1024px) {
	
	.new-posts-list {
    width: 100%;
    height: auto;
    float: none;
	border-right: none;
	}
	.new-posts-list li a {
		display: flex;
		height: auto;
		padding: 15px;
		line-height: 2.4rem;
		align-items: flex-start;
	}
	
	.new-posts-list .date {
		padding: 0 10px 0 5px;
		font-weight: normal;
		word-break: unset;
		min-width: 8.5rem;
		line-height: 1;
	}
	.post-title {
		padding-left: 85px;
		background-repeat: no-repeat;
		background-position: initial;
		line-height: 1.4;
		/* margin-top: -0.4rem; */
	}
	.tmpl-service-category .grid-wrap {
		margin: 20px 0 0 0 !important;
	}
}
/* SMART PHONE */
@media screen and (max-width:767px) { 
	
	
	
}
/* SMART PHONE narrow */
@media screen and (max-width:479px) { 
	
	/* コンテナ */
	.new-posts-list li a {
		display: grid;
		grid-template-rows:  auto 1fr;
		grid-template-columns: 15px 1fr;
		grid-template-areas:
			"news-bullet date"
			"post-title .";
	}

	/* アイテム */
	.news-bullet {
		grid-area: news-bullet;
		
	}
	.date {
		grid-area: date;
		
	}
	.post-title {
		grid-area: post-title;
		margin-top: 1rem;
		grid-column: 1 / 3;
	}

	
	
	
	
	.post-title {
		padding-left: 83px;		
	}
	
}
/* Yokohama Lab Banner
--------------------------------------------------------------*/







.banner-yokohama-lab {
	width: 367px;
	float: right;
}
.banner-yokohama-lab a {
	width: 100%;
	height: 124px;
	display: block;
	background: #4e9dff;
	background: url(../images/icon_triangle.png) no-repeat right bottom,
		url(../images/bg_banner_yokohama.png) repeat-x top;
	color: #fff;
	font-size: 15px; font-size: 1.5rem;
	font-weight: bold;
}
.banner-yokohama-lab img {
	/*width: 124px;*/
	width: 367px;
	height: 124px;
	float: left;
	transition: all .15s ease-in-out;
}
.yokohama-lab-label {
	float: left;
	margin: 35px 0 0 40px;
}
.banner-yokohama-lab span {
	color: #404040;
}
.banner-yokohama-lab a:hover {
	background: #2e8bff;
	background: url(../images/icon_triangle.png) no-repeat right bottom,
		url(../images/bg_banner_yokohama.png) repeat-x bottom;
}
.banner-yokohama-lab a:hover img {
	opacity: 0.7;
}

/* TABLET */
@media screen and (max-width:1024px) {
		.banner-yokohama-lab {
	margin-top: 20px;
    width: 100%;
    float: none;
    display: flex;    
    justify-content: center;
	
}
	.banner-yokohama-lab a {
	width: auto;
	height: auto;
	
}
	.banner-yokohama-lab img {
    max-width: 100%;
    height:auto;
    
}
	
}


/* SMART PHONE */
@media screen and (max-width:767px) { 
	


	
	
}
/* Highlights
--------------------------------------------------------------*/
.title-toppage {
	height: 60px;
	min-height: 0;
	margin: 25px 0 10px -24px !important;
	padding: 0 0 0 0.5em;
	border-left: #4e9dff 4px solid;
	font-weight: normal;
	font-size: 30px; font-size: 3rem;
	line-height: 60px;
}
.tmpl-index {
	padding-top: 0;
	padding-right: 0;
}
.tmpl-index .grid-wrap {
	margin: 0 -2.5% 0 -24px;
}
.tmpl-index .grid {
	width: 30.83%;
	margin: 0 2.5% 2.5% 0%;
	float: left;
	position: relative;
}
.tmpl-index .grid a {
	display: block;
	background: #f6f6ef url(../images/icon_triangle_grid.png) no-repeat right bottom;
	border-bottom: #4e9dff 2px solid;
}
.tmpl-index .grid a .grid-info {
	transition: all .15s linear !important;
}
.tmpl-index .grid a:hover {
	text-decoration: none !important;
	background-color: #e5e5e5;
}
.tmpl-index .grid-thumbnail {
	width: 100%;
	height: 240px;
}
.tmpl-index .grid-info {
	padding: 17px 20px;
}
.tmpl-index .grid-info h2 {
	min-height: 0;
	margin: 0 0 0.4em 0;
	padding: 0;
	border: 0;
	font-size: 20px; font-size: 2rem;
	font-weight: bold;
	line-height: 1.65;
	color: #404040;
}
.tmpl-index .grid-info p {
	margin: 5px 0 0;
	font-size: 15px; font-size: 1.5rem;
	line-height: 1.65;
	color: #404040;
}



/* TABLET */
@media screen and (max-width:1024px) {
	.tmpl-index .grid-wrap {
		margin: 0 -15px;
	}
	.tmpl-index .grid {
		width:33.3%;
		margin: 0 0 15px 0;
		padding: 0 15px;
		float: left;
		position: relative;
	}
	.title-toppage {    
		margin: 20px 0 !important;
		padding: 0 0 0 0.5em;

	}
	.tmpl-index .grid-thumbnail {
		max-width: 100%;
		height: 18vw;
	}
	
	
}
/* SMART PHONE */
@media screen and (max-width:767px) { 
	.tmpl-index .grid {
		width:50%;		
	}
	.tmpl-index .grid-thumbnail {
		max-width: 100%;
		height: 28vw;
	}
}
/* SMART PHONE narrow */
@media screen and (max-width:479px) { 
	.tmpl-index .grid {
		width: 100%;
		margin: 0 0 20px 0;
		float: none;		
	}
	.tmpl-index .grid-thumbnail {
		max-width: 100%;
		height: 61vw;
	}
	
}
/*==============================================================
3.0 - Template: tmpl-service-top
      Pages:    FR-SERV-TOP サービス・製品　トップ画面
==============================================================*/
.tmpl-service-top {
	padding-right: 0;
}
.tmpl-service-top ul {
	padding: 0;
}
.tmpl-service-top .grid-wrap {
	margin: 40px -2.5% 0 -24px;
}
.tmpl-service-top .grid {
	width: 30.83%;
	margin: 0 2.5% 2.5% 0%;
	padding-bottom: 1px;
	float: left;
	background-color: #f6f6ef;
	border-bottom: #4e9dff 2px solid;
}
.tmpl-service-top .grid-thumbnail {
	width: 100%;
	height: 200px;
}
.title-service {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	color: #404040;
}
.title-service a {
	display: block;
	margin-top: 0px !important;
	padding: 0.5em 0 0.5em 17px;
	background: #e1e2d9 url(../images/icon_triangle_grey.png) no-repeat right 3px bottom 3px;
	color: #404040;
}
.title-service a:hover {
	text-decoration: none !important;
	background: #cecfc6 url(../images/icon_triangle_grey.png) no-repeat right 3px bottom 3px;
}
.title-service a.no-link,
.title-service a:hover.no-link {
	background: #e1e2d9;
}
.tmpl-service-top .grid-info ul {
	margin: 0;
	list-style: none;
}
.tmpl-service-top .grid-info li {
	margin: 0 !important;
	font-size: 15px; font-size: 1.5rem;
	line-height: 1.6;
}
.tmpl-service-top .grid-info li a {
	display: block;
	padding: 0.6em 20px 0.6em 17px;
	background: url(../images/icon_triangle_grey.png) no-repeat right 3px bottom 3px;
	border-bottom: #bbb 1px dotted;
	color: #404040;
}
.tmpl-service-top .grid-info li a:hover {
	background: #fcfcfc url(../images/icon_triangle_grey.png) no-repeat right 3px bottom 3px;
	text-decoration: none;
}
.tmpl-service-top .products-wrap {
	max-height: 216px;
	overflow-y: auto;
	background-color: #f6f6ef;
}


/* TABLET */
@media screen and (max-width:1024px) {
	.tmpl-service-top .grid {
		width: calc(50% - 30px);
		margin: 0 15px 30px 15px;		
	}
	.tmpl-service-top .grid-wrap {
		 margin: 0 -15px;
	}
	.products-wrap {
		width:100%;
	}
}
/* SMART PHONE */
@media screen and (max-width:767px) { 
	.tmpl-service-top .grid {
		width: calc(100% - 30px);
		
	}
	.tmpl-service-top .grid-wrap {
		 margin: 0 -15px;
	}
	
}
/* SMART PHONE narrow */
@media screen and (max-width:479px) { 
	
	
}




   












/* JS Vertical scroll bar
--------------------------------------------------------------*/
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}
.jspCap {
	display: none;
}
.jspTrack {
	background: #e5e5e5;
	position: relative;
}
.jspDrag {
	background: #999;
	border: #e5e5e5 2px solid;
	border-radius: 8px;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

/*==============================================================
4.0 - Template: tmpl-service-category
      Pages:    FR-SERV-001〜014 サービス・カテゴリー (全14ページ)
==============================================================*/
.tmpl-service-category {
	padding-right: 0;
}
.tmpl-service-category h2 {
	margin: -5px 0 30px -24px;
}
.tmpl-service-category .grid-wrap {
	margin: 20px -2.5% 0 -24px;
}
.tmpl-service-category .grid {
	width: 30.83%;
	margin: 0 2.5% 2.5% 0%;
	float: left;
	background-color: #f6f6ef;
}
.tmpl-service-category .grid a {
	display: block;
	background: #f6f6ef url(../images/icon_triangle_grid.png) no-repeat right bottom;
	border-bottom: #4e9dff 2px solid;
	transition: all .15s linear !important;
}
.tmpl-service-category .grid a:hover {
	background-color: #e5e5e5;
	text-decoration: none;
}
.tmpl-service-category .grid-thumbnail {
	width: 100%;
	height: 240px;
	position: relative;
}
.tmpl-service-category .grid-info {
	padding: 17px 20px;
}
.tmpl-service-category .title-product {
	min-height: 0;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 20px; font-size: 2rem;
	font-weight: bold;
	line-height: 1.7;
	color: #404040;
}
.tmpl-service-category .grid-info p {
	margin: 0.6em 0 0 0;
	font-size: 15px; font-size: 1.5rem;
	line-height: 1.6;
	color: #404040;
}
.credit {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 12px; font-size: 1.2rem;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}


/* PC narrow */
@media screen and (max-width:1259px) {
	.tmpl-service-category .grid-thumbnail {		
		height: 18vw;		
	}

}


/* TABLET */
@media screen and (max-width:1024px) {
	.tmpl-service-category .grid-thumbnail {		
		height: 20vw;		
	}
	.tmpl-service-category h2 {
		margin: -5px 0 30px 0;
	}
}
/* SMART PHONE */
@media screen and (max-width:767px) { 
	.tmpl-service-category .grid {
		width: 100%;
		margin: 0 0 24px 0;		
	}
	.tmpl-service-category .grid-thumbnail {		
		height: 50vw;		
	}
	
}
/* SMART PHONE narrow */
@media screen and (max-width:479px) { 
	
	
}












/*==============================================================
5.0 - Template: tmpl-product
      Pages:    FR-PROD-001〜049 製品詳細画面 (全48ページ／#7が存在しません)
==============================================================*/
.col-lt{
	word-wrap:break-word;
	word-break:break-all;
}
.tmpl-product .col-lt {
	width: 47%;
	float: left;
}
.tmpl-product .col-rt {
	width: 47%;
	float: right;
}
.tmpl-product .col-rt img{
	width:100%
}
.product-description h2:first-child {
	margin-top: 0;
}

/* TABLET */
@media screen and (max-width:1024px) {
	.product-description h2 {
		margin-left: 0;
	}
	.tmpl-product .product-info h3 {		
		margin: 30px 0 10px 0;		
	}
}

/* SMART PHONE */
@media screen and (max-width:767px) { 
	.tmpl-product .col-lt {
		width: 100%;
		float: none;
	}
	.tmpl-product .col-rt {
		width: 100%;
		float: none;
	}
	
}







/*==============================================================
6.0 - Template: tmpl-arcvlist
      Pages:    FR-ARCV-001 研究成果　プロジェクト一覧
                FR-ARCV-002 研究成果　メディア一覧
                FR-ARCV-003 研究成果　講演・論文
==============================================================*/
.tmpl-arcvlist .option-selctor {
	position: absolute;
	right: 74px;
	top: 110px;
}
.tmpl-arcvlist h2 {
	margin: 65px 0 25px -24px;
	padding: 20px 0 20px 20px;
	border-left: #4e9dff 4px solid;
	line-height: 1;
	padding-bottom:0\9;
}
.tmpl-arcvlist .post-entry h2:first-of-type {
	margin-top: 0;
}
.tmpl-arcvlist h3 {
	min-height: 0px;
	margin: 0 0 0.375em;
	padding: 0.375em 0 !important;
	border: none;
	border-bottom: #ccc 1px dotted;
	font-size: 18px; font-size: 1.8rem;
}
.tmpl-arcvlist dl {
	margin: 0 0 25px -24px;
	padding: 5px 0 5px 20px;
	border-left: #ddd 4px solid;
}
.tmpl-arcvlist dd {
	padding: 0.1em 0 0.375em;
	font-size: 15px; font-size: 1.5rem;
	line-height: 1.8;
}
.tmpl-arcvlist blockquote {
	margin: 0 0 25px -24px;
	padding: 10px 20px;
}
.tmpl-arcvlist .patent-table tr{
	height:auto!important;
}
.tmpl-arcvlist .patent-table th{
	border-right: #bbb 1px dotted;
	border-left: #bbb 1px dotted;
	height:auto!important;
	padding:8px;
}
.tmpl-arcvlist .patent-table td{
	border-right: #bbb 1px dotted;
	border-left: #bbb 1px dotted;
	height:auto!important;
	width:auto!important;
	padding:8px;
}


/* TABLET */
@media screen and (max-width:1024px) {
	.tmpl-arcvlist h2 {
		margin: 65px 0 25px 0;
		
	}
	.tmpl-arcvlist dl {
    	margin: 0 0 25px 0;		
	}
}

/* SMART PHONE */
@media screen and (max-width:767px) { 
	
}











/*==============================================================
7.0 - Template: tmpl-titlepage
      Pages:    FR-CO-TOP  MTIについて　トップ画面
                FR-ARCV-TOP　研究成果　トップ画面
==============================================================*/
.tmpl-titlepage {
	padding-right: 0;
}
.tmpl-titlepage .title-banner,
.tmpl-titlepage .link-buttons {
	margin: 0 -2% 0 -24px;
}
.tmpl-titlepage .title-banner {
	position: relative;
}
.title-img {
	width: 97.9%;
	height: 275px;
	-webkit-background-size: 50 50%;
}

.tmpl-titlepage .title-banner h1 {
	width: 31.3%;
	height: 275px;
	position: absolute;
	left: 24px;
	top: 0;
	padding: 0 0 0 20px;
	background-color: #4e9dff;
	font-size: 30px; font-size: 3rem;
	line-height: 275px;
	color: #fff;
	opacity: 0.9;
}
.tmpl-titlepage .link-buttons {
	margin-top: 10px;
}
.tmpl-titlepage .link-buttons ul {
	margin-left: 0;
}
.tmpl-titlepage .link-buttons li {
	width: 31.3%;
	margin: 15px 2% 0 0%;
	padding: 0;
	float: left;
	list-style: none;
}
.tmpl-titlepage .link-buttons a {
	display: block;
	height: 60px;
	padding-left: 20px;
	background: #f6f6ef url(../images/icon_triangle_grid.png) no-repeat right bottom;
	border-bottom: #4e9dff 2px solid;
	font-size: 18px; font-size: 1.8rem;
	line-height: 60px;
	color: #404040;
	transition: all .15s linear !important;
}
.tmpl-titlepage .link-buttons a:hover {
	background: #e5e5e5 url(../images/icon_triangle_grid.png) no-repeat right bottom;
	text-decoration: none;
}


/* TABLET */
@media screen and (max-width:1024px) {
	.tmpl-titlepage .title-banner h1 {
		width: 31.3%;
		height: 140px;
		left:0;
		font-size: 3rem;

		display: flex;
		justify-content: flex-start;		
		align-items: center;
	}
	.tmpl-titlepage .link-buttons li {
		width: 48%;
	}
	
	.title-img {
		height: 140px;
		margin-left: 0 !important;
	}
	.tmpl-titlepage .title-banner,
	.tmpl-titlepage .link-buttons {
		margin: 0 0 24px 0;
	}
	.tmpl-titlepage .link-buttons a {
		
		font-size: 1.4rem;
		
	}
	
}
/* SMART PHONE */
@media screen and (max-width:767px) { 
	.tmpl-titlepage .title-banner h1 {
		width: 40%;
		height: 80px;
		font-size: 1.6rem;
		
	}
	.title-img {
		width: 100%;
		height: 80px;
	}
	.tmpl-titlepage .title-banner, .tmpl-titlepage .link-buttons {
		margin: 0;
	}
	.tmpl-titlepage .link-buttons li {
		width: 100%;

	}
	
}
/* SMART PHONE narrow */
@media screen and (max-width:479px) { 
	.tmpl-titlepage .title-banner h1 {
		width: 50%;		
	}
	
}





/*==============================================================
8.0 - Template: tmpl-2col-wideleft
      Pages:    FR-CO-001 社長挨拶
                FR-CO-003 企業概要
                FR-CO-005 沿革
                FR-CO-007 受賞歴
				FR-CAR-001 採用情報（情報なし）
				FR-CAR-002 採用情報（情報あり）
==============================================================*/
.tmpl-2col-wideleft .col-lt {
	width: 59%;
	float: left;
}
.tmpl-2col-wideleft .col-rt {
	width: 35%;
	float: right;
}
.tmpl-2col .col-rt img{
	width:100% !important;
}
.tmpl-2col-wideleft .col-lt h2:first-child,
.tmpl-2col-wideleft .col-lt h3:first-child {
	margin-top: 0;
}

/* TABLET */
@media screen and (max-width:1024px) {
	/* 企業概要 */
	.outline .tmpl-2col-wideleft .col-lt {
		width: 100%;		
	}
	.outline .tmpl-2col-wideleft .col-rt {
		width: 100%;		
	}
}

/* SMART PHONE */
@media screen and (max-width:767px) { 
	.tmpl-2col-wideleft .col-lt {
		width: 100%;		
	}
	.tmpl-2col-wideleft .col-rt {
		width: 100%;		
	}
}

/* SMART PHONE narrow */
@media screen and (max-width:479px) { 
	
}







/*==============================================================
9.0 - Template: tmpl-2col
      Pages:    FR-CO-002 経営理念
                FR-CO-004 事業紹介
==============================================================*/
.tmpl-2col .col-lt {
	width: 48%;
	float: left;
}
.tmpl-2col .col-rt {
	width: 48%;
	float: right;
}
.tmpl-2col .col-lt h2:first-child {
	margin-top: 0;
}


/* SMART PHONE */
@media screen and (max-width:767px) { 
	
}

/* SMART PHONE narrow */
@media screen and (max-width:479px) { 
	.tmpl-2col .col-lt {
		width: 100%;
		float: none;
	}
	.tmpl-2col .col-rt {
		width: 100%;
		float: none;
	}
}

/*==============================================================
10.0 - Template: tmpl-offices
       Pages:    FR-CO-006 事業所・アクセス
==============================================================*/
.office-location {
	margin: 0 0 30px -24px;
	background-color: #f8f8f8;
	border-left: #ddd 4px solid;
}

.office-location-info {
	width: 536px;
	float: left;
	margin: 20px 0 0 20px;
}
.office-location-map {
	width: 565px;
	float: right;
}
.office-location-info h2 {
	margin: 0 0 0.75em 0;
	padding: 0;
	border: 0;
	font-size: 18px; font-size: 1.8rem;
}

/* PC */
@media screen and (max-width:1248px) {
	.office-location-map {	
		width: 100%;
		float: none;
	}
	.office-location-map iframe {	
		width: 100%;
	}
}

/* TABLET */
@media screen and (max-width:1024px) {
	.office-location {
		margin: 0 0 30px 0;   
	}
	.office-location-info {
		max-width: 100%;
		margin: 0;
		padding: 0 24px;
	}
	.office-location-map {	
		max-width: 100%;
		float: left;
	}
	
}
/* SMART PHONE */
@media screen and (max-width:767px) { 
	.office-location-info {
		padding: 0 15px;
	}
	.office-location-map iframe {
		max-width: 100%;
		height: 50vh;
	}
	
}
@media screen and ( max-width: 640px ){
    .office-location {
        height: auto;
    }
}
/* SMART PHONE narrow */
@media screen and (max-width:479px) { 
	
	
}

/*==============================================================
11.0 - Template: tmpl-newslist
       Pages:    FR-NEW-TOP ニュース＆トピックス　トップ画面
==============================================================*/
.tmpl-newslist .option-selctor {
	position: absolute;
	right: 74px;
	top:110px;
}
.tmpl-newslist .option-selctor-label {
	padding-right: 0.5em;
	font-size: 15px; font-size: 1.5rem;
	font-weight: bold;
}
.tmpl-newslist table {
	width: 100%;
}
.tmpl-newslist td {
	padding-left: 0;
	padding-right: 15px;
	vertical-align: middle;
	word-break: break-all;
}
.tmpl-newslist .icon-new,
.tmpl-newslist .icon-category,
.tmpl-newslist .date {
	width: 1px;
	white-space: nowrap;
}
.tmpl-newslist .icon-new img,
.tmpl-newslist .icon-category img {
	width: auto;
	max-width:none;
}
.tmpl-newslist td br {
	display: none;
}


/* TABLET */
@media screen and (max-width:1024px) {
	
	body[class*="media_"] .post-entry h1,
	body[class*="media-releases-"] .post-entry h1,
	body[class*="project_"] .post-entry h1,
	body[class*="completed-projects-"] .post-entry h1,
	body[class*="lectures_"] .post-entry h1 {
		margin-bottom:9rem !important;		
	}
	body[class*="media_"] .post-entry .option-selctor,
	body[class*="media-releases-"] .post-entry .option-selctor,
	body[class*="project_"] .post-entry .option-selctor,
	body[class*="completed-projects-"] .post-entry .option-selctor,
	body[class*="lectures_"] .post-entry .option-selctor {	
		position: absolute !important;
		right: auto !important;
		top: 8rem !important;
	}
	.option-selctor {
		position: relative !important;
		right: auto !important;
		top: auto !important;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 20px 0;
	}
	body[class*="media_"] .page-intro,
	body[class*="media-releases-"] .page-intro,
	body[class*="project_"] .page-intro,
	body[class*="completed-projects-"] .page-intro,
	body[class*="lectures_"] .page-intro {
		margin-bottom:2rem !important;
	}
	.option-selctor-label {   
		font-size: 1.2rem !important;
	}
	.tmpl-newslist td {    
    vertical-align: baseline;
}
	.tmpl-newslist .icon-new, .tmpl-newslist .icon-category, .tmpl-newslist .date {
    
    border: none;
}
	
}
/* SMART PHONE */
@media screen and (max-width:767px) { 
		
	/* コンテナ */
	.option-selctor .searchform {
		display: grid;
		grid-template-rows:  auto auto;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-areas:
			"selctor-label . ."
			"select1 select2 btn1";
		grid-gap: 5px 5px;
	}

	/* アイテム */
	.option-selctor-label {
		grid-area: selctor-label;
		grid-column: 1 / 4;
	}
	input[name="news_category"] {
		grid-area: select1;
		
	}
	input[name="y"] {
		grid-area: select2;
		
	}
	input.submit {
		grid-area: btn1;
		
	}
	/* コンテナ */
	#news-table > tbody > tr {
		display: grid;
		grid-template-rows:  auto auto;
		grid-template-columns: 8.5rem 2fr 50px ;
		grid-template-areas:
			"date icon-category icon-new "
			"title-listing . .";
		grid-gap: 5px 5px;
		justify-items: start;
  align-items: center;
		border-top: #bbb 1px dotted;
	}
	#news-table > tbody > tr > td {
		
	}
	/* アイテム */
	td.icon-new {
		grid-area: icon-new;
		
		
	}
	td.date {
		grid-area: date;
		
	}
	td.icon-category{
		grid-area: icon-category;
		
	}
	td.title-listing {
		grid-area: title-listing;
		border: none;
		grid-column: 1 / 4;
		padding-top:0;
		padding-right:0;
		margin-top:-1rem !important;
		
	}
}
/* SMART PHONE narrow */
@media screen and (max-width:479px) { 
	

	
}




/*==============================================================
12.0 - Template: tmpl-newspost
       Pages:    FR-NEW-yyyymmdd ニュース＆トピックス　個別記事画面
==============================================================*/
.tmpl-newspost .col-lt {
	width: 59%;
	margin-top: 10px;
	float: left;
}
.tmpl-newspost .col-lt.full{
	width:100%;
}
.col-lt.full p{
	font-size:15px; font-size:1.5rem;
	max-height: 999999px;
}
.tmpl-newspost .col-rt {
	width: 35%;
	margin-top: 10px;
	float: right;
}

/* TABLET */
@media screen and (max-width:1024px) {
	
}
/* SMART PHONE */
@media screen and (max-width:767px) { 
	.tmpl-newspost .col-lt, .tmpl-newspost .col-rt {
		width: 100%;		
		float: none;
	}
	
}
/* SMART PHONE narrow */
@media screen and (max-width:479px) { 
	
	
}









/*==============================================================
13.0 - Template: tmpl-lecture
       Pages:    FR-CO-008 Monohakobi Techno Forum
==============================================================*/
.tmpl-lecture .col-lt {
	width: 59%;
	float: left;
}
.tmpl-lecture .col-rt {
	width: 35%;
	float: right;
}
.tmpl-lecture dl {
	margin: 0 0 25px -24px;
	padding: 5px 0 5px 20px;
	border-left: #ddd 4px solid;
}
.tmpl-lecture dt,
.tmpl-lecture dd {
	font-size: 15px; font-size: 1.5rem;
	padding-bottom: 0.375em;
}
.tmpl-lecture h2 {
	min-height: 0px;
	margin: 0 0 0.3em;
	padding: 0.375em 0 !important;
	border: none;
	border-bottom: #bbb 1px dotted;
	font-size: 16px; font-size: 1.6rem;
}


/* TABLET */
@media screen and (max-width:1024px) {
	.tmpl-lecture dl {
		margin: 0 0 25px 0;
	}
	
}
/* SMART PHONE */
@media screen and (max-width:767px) { 
	.tmpl-lecture .col-lt {
		width: 100%;
		float: none;
	}
	.tmpl-lecture .col-rt {
		width: 100%;
		float: none;
	}
	
}





/*==============================================================
14.0 - Template: tmpl-blog-top
       Pages:    FR-BLOG-001 ブログ　トップ画面
                 FR-BLOG-TOP ブログ　トップ画面
                 FR-BLOG-002 ブログ　アーカイブ画面
                 FR-BLOG-003 ブログ　筆者画面
==============================================================*/
.tmpl-blog-top .col-lt {
	width: 59%;
	float: left;
}
.tmpl-blog-top .col-rt {
	width: 35%;
	float: right;
}
.tmpl-blog-top h2.blog-subheader {
	min-height: 0;
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
	font-size: 22px; font-size: 2.2rem;
}
.tmpl-blog-top h2.blog-subheader span {
	font-weight: normal;
}
.tmpl-blog-top .page-intro {
	width: 100%;
}
.tmpl-blog-top .blog-post-recent,
.tmpl-blog-top .author-profile {
	margin: 0;
	list-style: none;
}

/* 最新記事
--------------------------------------------------------------*/
ul.blog-post-recent {
	margin: 0;
	list-style: none;
}
.blog-post-recent li {
	margin-bottom: 15px;
	position: relative;
}
.blog-post-recent .post-banner-new {
	position: absolute;
	left: 0;
	top: 0;
	width: 65px !important;
	height: auto;
}
.blog-post-recent a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 10px;
	background: url(../images/icon_triangle_grey.png) no-repeat right 3px bottom 3px;
	background-color:#f6f6ef;
	border-bottom: #ccc 2px solid;
	cursor: pointer;
	color: #404040;
}
.blog-post-recent a:hover {
	background-color: #eee;
}
.blog-post-recent #infscr-loading img {
	display:none;	
}
.blog-post-recent .post-img-thumbnail {
	width: 135px;
	height: 110px;
	float: left;
}
.blog-post-recent .post-info {
	margin: 0.2em 0.5em 0 155px;
}
.blog-post-recent .post-info h3 {
	display: inline-block;
	min-height: 0;
	margin: 0 0 0.75em 0;
	padding: 0 !important;
	font-size: 15px; font-size: 1.5rem;
	border: none;
	line-height: 1.7;
}
.blog-post-recent .post-meta {
	padding: 7px 0 0;
	margin-bottom: 0;
	
	border-top: #d5d5d5 1px solid;
}

/* 筆者プロフィール
--------------------------------------------------------------*/
.author-profile li {
	position: relative;
	border-bottom: #ddd 1px solid;
}
.author-profile li:first-child {
	border-top: #ddd 1px solid;
}
.author-profile a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 14px 10px 14px;
	background: #fff url(../images/icon_triangle_grey.png) no-repeat right 3px bottom 3px;
	cursor: pointer;
}
.author-profile a:hover {
	background-color: #eee;
	text-decoration: none !important;
}
.author-profile .author-img-thumbnail {
	width: 110px;
	height: 110px;
	float: left;
}
.author-profile .author-info {
	margin: 0 0 0 125px;
	color: #404040;
}

/* 筆者プロフィール Typography
--------------------------------------------------------------*/
.author-name {
	display: inline-block;
	margin: 0 0 0.25em;
	font-size: 15px; font-size: 1.5rem;
	line-height: 1;
}
.post-number {
	padding-left: 5px;
	font-size: 14px; font-size: 1.4rem;
	color: #4e9dff;
}
.author-title {
	margin-bottom: 0.75em;
	font-size: 13px; font-size: 1.3rem;
	line-height: 1.4;
}
.author-detail {
	margin-bottom: 0;
	font-size: 13px; font-size: 1.3rem;
	line-height: 1.6;
}

/* 筆者プロフィール Full
--------------------------------------------------------------*/
.author-profile-full {
	padding: 20px;
	background-color: #f6f6ef;
	border-bottom: #4e9dff 2px solid;
}
.author-profile-full .author-name {
	margin-top: 2em;
}
.author-profile-full .author-detail {
	margin-top: 15px;
	font-size: 14px; font-size: 1.4rem;
	line-height: 1.8;
}

/* セレクタ
--------------------------------------------------------------*/
.tmpl-blog-top .option-selctor {
	margin-top: 40px;
}
.tmpl-blog-top .option-selctor select {
	min-width: 0;
	width: 100%;
	margin-bottom: 10px;
}

/*==============================================================
15.0 - Template: tmpl-blog-post
       Pages:    FR-BLOG-001 ブログ　個別記事画面
==============================================================*/

.tmpl-blog-post .col-lt {
	width: 63%;
	float: left;
}
.tmpl-blog-post .col-rt {
	width: 30%;
	float: right;
	margin-top: 60px;
}
.tmpl-blog-post ul {
	margin: 0;
	list-style: none;
}
.tmpl-blog-post h3.widget-header {
	font-size: 20px; font-size: 2rem;
	margin-top: 0;
}

/* 筆者プロフィール
--------------------------------------------------------------*/
.tmpl-blog-post .author-profile {
	margin: 0 !important;
}
.tmpl-blog-post .author-profile a {
	padding: 10px;
	border: none;
	background-color: #f6f6ef;
	border-bottom: #4e9dff 2px solid;
}
.tmpl-blog-post .author-profile a:hover {
	background-color: #eee;
}
.tmpl-blog-post .author-profile .author-img-thumbnail {
	width: 90px;
	height: 90px;
}
.tmpl-blog-post .author-profile .author-info {
	margin-left: 105px;
}

/* セレクタ
--------------------------------------------------------------*/
.tmpl-blog-post .option-selctor {
	margin: 40px 0 20px;
}
.tmpl-blog-post select {
	width: 100%;
	margin-bottom: 10px;
}

/* 最新記事
--------------------------------------------------------------*/
.tmpl-blog-post .blog-post-recent {
	margin-left: 0;
}
.tmpl-blog-post .blog-post-recent .post-img-thumbnail {
	width: 100px;
	height: 100px;
	float: left;
}
.tmpl-blog-post .blog-post-recent .post-info {
	margin: 0 0 0 115px;
}
.tmpl-blog-post .blog-post-recent .post-info h4 {
	display: inline-block;
	margin: 0 0 0.5em 0;
	font-size: 14px; font-size: 1.4rem;
	line-height: 1.6;
}
.tmpl-blog-post .blog-post-recent .post-meta {
	margin: 0;
	padding: 0.5em 0 0 0;
	border-top: #d5d5d5 1px solid;
}
.tmpl-blog-post .blog-post-recent .post-date {
	font-size: 14px; font-size: 1.4rem;
	font-weight: normal;
}

/*==============================================================
16.0 - Template: tmpl-form
       Pages:    FR-INQ-001  お問い合わせフォーム
                 FR-MAIL-001 メルマガ登録フォーム
==============================================================*/
.tmpl-form {
	padding-right: 350px;
}
.tmpl-form th,
.tmpl-form td {
	padding-right: 0;
	border: none;
}
.tmpl-form th {
	padding-top: 1.125em;
	padding-left: 0;
	background: none;
}
.tmpl-form table {
	width: 75%;
}
.tmpl-form input[type=text],
.tmpl-form textarea,
.tmpl-form select {
	width: 100%;
}
.tmpl-form .txt-area {
	height: 250px;
}
.required {
	color: #da2128;
}

.confirm .required{
	display:none;
}


/* TABLET */
@media screen and (max-width:1024px) {
	
}
/* SMART PHONE */
@media screen and (max-width:767px) {
	.tmpl-2col .col-lt {
		width: 100%;		
	}
	.mw_wp_form table {
		width: 100%;
	}
	.mw_wp_form tr {
		display: flex;
		flex-direction: column;
	}
	.mw_wp_form th,
	.mw_wp_form td {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
	}
	.mw_wp_form_confirm th, .mw_wp_form_confirm td{
		padding: 0.75em 1.125em 0.75em 1.125em !important;
	}
	
}
/* SMART PHONE narrow */
@media screen and (max-width:479px) { 
	
	
}


/*==============================================================
17.0 - Template: tmpl-1col
       Pages:    FR-INQ-002  お問い合わせフォーム　確認画面
				 FR-INQ-003  お問い合わせフォーム　完了画面
                 FR-MAIL-002 メルマガ登録フォーム　確認画面
				 FR-MAIL-003 メルマガ登録フォーム　完了画面
                 FR-PRIV-001 個人情報保護方針
                 FR-TERM-001 ご利用条件
==============================================================*/
.tmpl-1col {
	padding-right: 250px;
}
.tmpl-1col h2 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.125em !important;
}

/*==============================================================
18.0 - Template: tmpl-sitemap
       Pages:    FR-MAP-001  サイトマップ
==============================================================*/
.tmpl-sitemap {
	margin-right: -2.5%;
}
.tmpl-sitemap .col-lt {
	width: 30.8%;
	margin: 0 2.5% 2.5% 0%;
	float: left;
	position: relative;
}
.tmpl-sitemap h2 {
	min-height: 0;
	margin: 30px 0 15px 0;
	padding: 0 0 5px 0;
	border: none;
	border-bottom: #aaa 2px solid;
	font-size: 15px; font-size: 1.5rem;
}
/* SMART PHONE */
@media screen and (max-width:767px) {
	.tmpl-sitemap .col-lt {
		width: 100%;		
	}
	.tmpl-sitemap {
		margin-right: 0;
	}

}



/* UL LI reset
--------------------------------------------------------------*/
.tmpl-sitemap ul,
.tmpl-sitemap li {
	margin-left: 0 !important;
	list-style: none;
}

/* UL indent
--------------------------------------------------------------*/
.tmpl-sitemap ul ul {
	margin-left: 1em !important;
}

/* Font Size
--------------------------------------------------------------*/
.tmpl-sitemap ul li {
	font-size: 15px; font-size: 1.5rem;
}

/* Leading
--------------------------------------------------------------*/
.tmpl-sitemap ul {
	margin-top: 5px;
}
.tmpl-sitemap li {
	padding: 0.625em 0;
}
.tmpl-sitemap ul ul {
	margin-top: 0.75em;
	margin-bottom: 0
}
.tmpl-sitemap ul ul li {
	padding: 0;
}

/* Border
--------------------------------------------------------------*/
.tmpl-sitemap li {
	background: url(../images/hr_grey1px_dotted.png) repeat-x 0 35px;
}
.tmpl-sitemap ul ul li {
	background: none;
}

/* List Style
--------------------------------------------------------------*/
.tmpl-sitemap ul {
	list-style: none;
}
.tmpl-sitemap ul ul li {
	padding-left: 1em;
	background: url(../images/arrow_grey.png) no-repeat 0 0.4em;
}

/* Font Weight
--------------------------------------------------------------*/


/*==============================================================
19.0 - Template: tmpl-unit
       Pages:    FR-UNIT-001 単位変換ツール
==============================================================*/
.tmpl-unit .col-lt {
	width: 45%;
	float: left;
}
.tmpl-unit .col-rt {
	width: 45%;
	float: right;
}
.tmpl-unit h2 {
	margin-top: 0;
}
.convert {
	min-height: 220px;
	margin: 40px 0 20px;
	padding: 15px 20px;
	background-color: #f8f8f8;
	border: #eee 1px solid;
}
.convert .unit {
	margin-bottom: 20px;
	font-size: 15px; font-size: 1.5rem;
}
.convert table {
	min-width: 0;
	margin: 0 !important;
}
.convert td {
	padding: 10px;
}
.convert .label {
	padding-right: 1em;
	font-weight: bold;
}
.convert select {
	width: 170px;
	background-color: #fff;
}
.convert table span {
	display: inline-block;
	padding: 0.75em 0 0 0.75em;
}
table.i td {
	border: none;
	vertical-align: middle;
}
.convert .value input {
    min-width:0;
	width: 170px;
	height: 36px;
	padding: 0 10px;
	border: #ccc 1px solid;
	background-color: #fff;
	line-height: 36px;
}
.btn-convert{
	padding-left: 30px;
}
table.o {
	margin-top: 30px !important;
}
table.o td {
	padding-right: 70px !important;
}
.btn-convert button {
    height: 36px;
    border: #ccc 1px solid;
    border-radius: 4px;
    padding: 0 1.5em;
    background: #444;
    background: -webkit-linear-gradient(#777, #555);
    background: -moz-linear-gradient(#777, #555);
    background: linear-gradient(#777, #555);
    border: #555 1px solid;
    font-size: 15px; font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
	word-break: keep-all;
}
/* PC narrow */
@media screen and (max-width:1259px) {
	/* コンテナ */
	.convert table > tbody > tr {
		display: flex;
		flex-direction: column;
		
	}
	.convert table > tbody > tr > td:nth-child(3) {
		height: 0;
		padding:0;
	}
	/* アイテム */
	
	td.btn-convert {
		padding: 10px !important;
		margin-bottom: 20px;
		
	}
	
	
}
/* TABLET */
@media screen and (max-width:1024px) {
	.tmpl-unit .col-lt {
		width: 100%;
	}
	.tmpl-unit .col-rt {
    	width: 100%;
	}
}
/* SMART PHONE */
@media screen and (max-width:767px) {
	.convert {		
		padding: 15px 10px;		
	}
}
/* SMART PHONE narrow */
@media screen and (max-width:479px) { 
	
	
}

/*==============================================================
20.0 - Template: tmpl-search
       Pages:    FR-SERCH-001 検索結果画面
                 FR-SERCH-001 検索結果画面（結果なし）
==============================================================*/
.tmpl-search {
	padding-right: 250px;
}
.tmpl-search .search-container {
	width: 540px;
	margin-bottom: 30px;
}
.tmpl-search .search-field {
	width: 500px;
}
.tmpl-search span {
	font-size: 13px; font-size: 1.3rem;
}
.tmpl-search h2 {
	margin-bottom: 5px;
}
.tmpl-search .post-meta {
	margin-bottom: 15px;
	font-size: 15px; font-size: 1.5rem;
}
.tmpl-search .post-meta span {
	display: inline-block;
	height: 20px;
	margin-right: 1.2em;
	padding-left: 17px;
	line-height: 20px;
}
.tmpl-search .post-type {
	width: auto;
	padding: 0 0.5em !important;
	background-color: #555;
	border: #555 1px solid;
	font-size: 12px; font-size: 1.2rem;
	text-align: center;
	color: #fff;
}
.tmpl-search .post-date {
	background: url(../images/icon_date.png) no-repeat 0 50%;
	font-size: 14px; font-size: 1.4rem !important;
	font-weight: bold;
}
.tmpl-search .post-theme {
	background: url(../images/icon_theme.png) no-repeat 0 50%;
}
.tmpl-search .post-author {
	background: url(../images/icon_pen.png) no-repeat 0 50%;
}


#infscr-loading img{
	display:none;
}

/*==============================================================
21.0 - Template: tmpl-1col-wide
       Pages:    MTI Journal
==============================================================*/
.tmpl-1col-wide {
	margin-right: -2.5%;
}
.tmpl-1col-wide .h1{
    max-width: 1100px;
    min-height: 63px;
    margin: 0 0 25px -24px;
    padding: 0.4em 0 0.4em 20px;
    border-left: #4e9dff 4px solid;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.6;
}
.tmpl-1col-wide h2{
    margin: 1.75em 0 0.5em 0;
}


/* TABLET */
@media screen and (max-width:1024px) {
	.tmpl-1col-wide .h1 {
		margin: 0 0 25px 0;
	}
	.product-info h3 {		
		margin: 30px 0 10px 0;
		
	}
}
/* SMART PHONE */
@media screen and (max-width:767px) { 
	.tmpl-1col-wide {
		margin-right: 0;
	}
	.tmpl-search .search-container {
		width: 100%;
		
	}
	.tmpl-search .search-field {
		width: 100%;
	}
	
}
/* SMART PHONE narrow */
@media screen and (max-width:479px) { 
	
	
}


