/*
Theme Name: Themify Ultra Child
Description: Child theme for Themify Ultra
Author: Themify
Template: themify-ultra
*/

/* custom css */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body{
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
}
.minchou{
	font-family: serif;
}
.centering{
	margin: 0 auto;
}
.centering2{
	max-width: 1000px;
	margin: 0 auto;
}
.centering3{
	width: 1200px;
	margin: 0 auto;
}
.centering4{
	width: 700px;
	margin: 0 auto;
}
.centering5{
	width: 500px;
	margin: 0 auto;
}
.lighting{
    margin: 0 0 0 auto;
}

/* お知らせ */
div.whatsnew a{
    padding: 3% 0;
}
div.whatsnew .newmark{
    font-size: 70%;
    padding: 3% 7%;
    vertical-align: middle;
    color: #ffffff;
    background-color: #173c96;
    border-radius: 0px;
    margin-right: 8%;
}
div.whatsnew dt{
    float: left;
    width: 150px;
    overflow: hidden;
    font-size: 16px;
}
div.whatsnew dd{
    overflow: hidden;
    padding-left: 150px;
}
dd{
    color: #000;
    font-size: 16px;
}

.linkimg img{
    padding-bottom: 10px;
}

/* header */
#searchform #s{
    display: none;
}
#searchform .icon-search{
	display: none;
}

.hd-in{
    max-width: 1200px;
	width: 100%;
    margin: 0 auto;
    display: flex;
/*    padding-top: px;*/
    font-size: 18px;
	min-height: 80px;
}
.hd-in-right{
    padding-top: 30px;
	width: 100%
}
.hd-in-menu{
	max-width: 700px;
}

div#headerwrap{
    display: none;
}
#header{
	height: 85px;
}
#header ul#main-nav{
    color: #000;
}
#header ul#main-nav a{
    padding-left: 11px;
    padding-right: 11px;
}

.hd-in-left{
/*	width: 250px;
	padding-top: 15px;*/
	width: 150px;
	min-width: 150px;
/* 	height: 100%; */
	height: 80px;
}
.hd-in-left img{
	width: 100%;
	height: 100%;
/* 	min-width: 180; */
}

.hd{
    position: fixed;
    z-index: 200;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    background-color: #fff;
}

.contbtn{
    width: 100px;
    padding: 10px 20px;
    background: linear-gradient(-20deg, #1C5A8A
 0%, #30A3C0
 100%);
    color: #fff;
	border: 1px solid #fff;
	margin-left: 3%
}
.contbtn:hover{
    width: 100px;
    padding: 10px 20px;
    background: #FFF;
    color: #156492;
	border: 1px solid #156492;
	text-decoration: none;
}
.contbtn2{
    width: 100px;
    padding: 10px 20px;
    background: linear-gradient(-20deg, #1C5A8A
 0%, #30A3C0
 100%);
    color: #fff;
	border: 1px solid #fff;
	margin-left: 3%
}
.contbtn2:hover{
    width: 100px;
    padding: 10px 20px;
    background: #FFF;
    color: #156492;
	border: 1px solid #156492;
	text-decoration: none;
}
#main-nav a:hover, #main-nav .current_page_item>a, #main-nav .current-menu-item>a, #main-nav ul a:hover{
    color: #175f8d;
    border-bottom: 1px solid #4cb2a2;
}

/* fotter */
.ft{
    height: 150px;
    background: #595959;
    padding: 50px 0px;
    padding-bottom: 10px;
}
div#footerwrap{
    display: none;
}

.ftwarp{
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
}
.ft-left{ max-width: 200px; }
.ft-right{ max-width: 1000px; margin-left:20px; display:flex; }
.ft-right ul{ display: flex; list-style: none; }
.ft-right li a{ padding: 0px 20px; color: #fff; }

.ft-pp a{
    float: left;
    color: #fff !important;
}
.ft-cp{
    color: #fff;
    width: 80%;
}

@media screen and (max-width:1200px){
	.col-md-12{
		padding: 10px;
	}

	.hd{
		display: none;
		}

	.centering3{
		width: 100%;
		margin: 0 auto;
	}
	.centering4{
		width: 100%;
		margin: 0 auto;
	}
	.centering5{
		width: 100%;
		margin: 0 auto;
	}
	.ft{
	    height: auto;
	    background: #595959;
	    padding: 50px 0px;
	}
	.ftwarp{
    	max-width: 1200px;
    	margin: 0px auto;
    	display: block;
	}
	.ft-right ul{
    	display: block;
    	list-style: none;
	}
	.ft-right{
	    max-width: 1000px;
    	margin-left: 20px;
    	display: block;
	}
	div.whatsnew dd{
    	overflow: hidden;
    	padding-left: 5%;
    	font-size: 12px;
	}
	.ft-left{
    	max-width: 140px;
    	padding: 0 20px;
    	margin-bottom: 20px;
	}
	.ft-pp a{
    	float: none;
    	color: #fff !important;
		text-align: center;
	}
	.ft-cp{
    	color: #fff;
    	width: 80%;
    	margin: 0 auto;
	}
	td.mbbk{ background-color: #eee; }
}

.jirei-template-default #body{
    padding-top: 100px;
}

.archive #layout{
    padding-top: 110px;
}
@media screen and (max-width:1200px){
	.maincontents{
    	max-width: 1200px;
    	width: 100%;
    	float: left;
    	padding-right: 0px !important;
	}
	.jirei-template-default #body{
    	padding-top: 0px;
	}
	.archive #layout{
    	padding-top: 10px;
	}
	.centering2{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.centering3{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.centering4{
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}
	.centering5{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.voice_box figure{ padding-right: 0px !important; }

	.hd-in-left{
		min-width: none;
		min-height: none;
	}
	.hd-in-left img{
		min-height: none;
	}

	#wprmenu_bar{
/*		position: relative; */
	}

	.menu_title{
/*		position: absolute;
		top: 50%; */
		transform: translateY(-15%);
	}

	.menu_title a{
	}

	.bar_logo{
		height: 50px !important;
		width: 100px !important;
	}

	.hamburger.hamburger--slider{
		position: absolute;
		top: 35%;
		right: 40px;
	}
}

/* -------投稿ページの上部余白--------- */
.single-post #content, .single-post #sidebar{
	margin-top: 100px;
}
.single-post #content,.single-post #sidebar{
	padding-top: 1.75%;
}

.sp_br{
    display: none;
}
@media screen and (max-width: 768px){
	.sp_br{
		display: block; 
	}
}

/* -------カスタム投稿関係--------- */
.jirei_ttl h4{
	font-size: 20px!important;
}

/* ------- TOPページ個別設定 --------- */
.page-id-15 .tb_2iw1880{ width: 148%; }
.page-id-15 .tb_5stj966{ position: relative; left: -25%; width: 125%; }
.page-id-15 .tb_r8ua458{ text-align: right; }

@media screen and (max-width: 768px){
	.page-id-15 .tb_3w9j808>div, .page-id-15 .tb_pjkw966{ display: flex; flex-direction: column-reverse; }
	.page-id-15 .tb_6uba880{ display: flex; }
	.page-id-15 .tb_5stj966{ position: relative; left: 0; width: auto; }
}

/* ------- SERVICEページ個別設定 --------- */
.page-id-961 .tb_yfux525 .tb_col_count_2{ display: flex; }
.page-id-961 .tb_yfux525 .first{ flex-basis: 35.6%; }
.page-id-961 .tb_yfux525 .last{ flex-basis: 64.4%; }

@media screen and (max-width: 768px){
	.page-id-961 .tb_ukhu795, .page-id-961 .tb_6t26429, .page-id-961 .tb_w542748, .page-id-961 .tb_4v0z169{
		display: flex;
		flex-direction: column;
	}
	.page-id-961 .tb_yfux525 .tb_col_count_2{ flex-direction: column; }
	.page-id-961 .tb_4825756{ display: flex; flex-direction: column-reverse; }
}

/* ------- ABOUT USページ個別設定 --------- */
.page-id-21 .tb_gn8t294{ width: 130%; }
.page-id-21 .tb_wq42338{ display: flex; }
.page-id-21 .tb_wq42338 .first{ flex-basis: 20%; }
.page-id-21 .tb_wq42338 .last{ flex-basis: 80%; }

@media screen and (max-width: 768px){
	.page-id-21 .tb_pit8293{ display: flex; }
	.page-id-21 .tb_wq42338{ flex-direction: column; }
}

/* ------- USEFULページ個別設定 --------- */
/* COLUMN */
.page-id-451 .post-content-inner{ text-align: center; }
.page-id-451 .post-content-inner h2{ font-weight: 600; line-height: 140%; }

/* コラム記事 */
.single-post h1{ font-size: 2.38em; line-height: 142%; }
.single-post h2{ font-size: 2.08em; font-weight: 500; }
.single-post h3{ font-size: 1.45em; font-weight: 600; }
.single-post .tb_wy7h640 h2{ text-align: left; font-size: .7em; }
.single-post .tb_wy7h640 h2 a{ font-size: .7em; }

@media screen and (max-width: 768px){
	.single-post h1{ font-size: 1.6em; line-height: 142%; }
	.single-post h2{ font-size: 1.6em; font-weight: 600; }
	.single-post h3{ font-size: 1.35em; font-weight: 600; }
}

/* ------- NEWSページ個別設定 --------- */
.page-id-29 .post-content-inner p{ margin-top: 10px; }

@media screen and (max-width: 768px){
	.page-id-29 .entry-title a{ font-size: 1.37em; line-height: 140%; }
}

/* ------- archiveページ（事例別カテゴリー/コラム一覧/news一覧） ------- */
.archive .page-title{ font-size: 2.5em; }
.archive .post-content-inner{ text-align: center; }
.archive .post-content-inner h2{ font-weight: 600; line-height: 140%; }
.archive .post-content-inner h2 a{ font-size: 0.96em; }
.archive .tb_wy7h640 .post-content-inner{ line-height: 100%; }
.archive .tb_wy7h640 h2{ text-align: left; font-size: .7em; }
.archive .tb_wy7h640 h2 a{ font-size: .7em; }

@media screen and (max-width: 768px){
	.archive .page-title{ font-size: 1.9em; }
	.archive .post-content-inner h2 a{ font-size: 1.05em; }
	.archive .tb_wy7h640 h2 a{ font-size: 0.98em; }
}

/* ------- 資料請求/お問い合わせページ個別設定 --------- */
.page-id-826 .tb_oelw776, .page-id-322 .tb_oelw776{ width: 120%; }

@media screen and (max-width: 768px){
	.page-id-826 .tb_oelw776, .page-id-322 .tb_oelw776{ width: 100%; }
}


