/*
    Theme Name: Standard
    Description: FinanceTime2.5（https://flexithemes.com/financetime-wordpress-theme/）のカスタマイズ
    Author: Yusuke Noguchi
    Author URI: http://fukushima-web.com/
    Version: 2.0
*/

/* INDEX:

    =GENERAL
    =LAYOUT
    =HEADER
    =MENUS
    =POST
    =WP-PAGENAVI
    =FOOTER
    =WIDGETS
    
    Main Color: 0065AD
    Sub Color: 
    Logo Color: 00a7cb
    Link Color(normal): 2882e6;
    Link Color(hover): 1370d8;
*/

/* =GENERAL
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	background: #FFFFFF url(images/background.png) left top repeat-x;
	color: #333333;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 1px;
}

a {
    color: #2882e6;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #1370d8;
    text-decoration: none;
}

a:focus { 
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 1;
}


/* =LAYOUT 1010=720+40+250 …ページレイアウト
-------------------------------------------------------------- */

#main {
	margin: 30px 0 0 0;
}
#main-home {
    margin: 0;
}
#main-fullwidth {
    margin: 30px 0 0 0;
}

#container {
	width: 1010px;
	margin: 0 auto;
}
.width960 {
	width: 960px !important;
}
.width1200 {
	width: 1200px !important;
}
.width1500 {
	width: 1500px !important;
}

#content {
    overflow: hidden;
    float: left;
    width: 720px; /* 1010px */
}

#sidebar-primary {
	overflow: hidden;
	float: left;
	width: 250px;
	margin-left: 40px;
}

#slide {
	
}
#slide-container {
	width: 1200px;
	margin: 0 auto;
}
#slide #slide-container img {
	display:block;
}
#slide #slide-container img.aligncenter {
	margin: 0;
}

/* =HEADER
-------------------------------------------------------------- */
#header-seo {
	background: #eeeeee;
}
#header-seo h1 {
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

#header {
	height: 60px;
	padding: 15px 0;
}

.logo {
    float: left;
}

.header-right {
    float: right;
    text-align: right;
}

/* =MENUS
-------------------------------------------------------------- */

#menu {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background: #0065AD;
}

#footer-menu {
	background: #fafafa;
}


/* Menu Secondary
----------------------------*/

.menu-secondary-container {
	position:relative;
	height: 54px;
	z-index: 300;
	background: none;
	background: url(images/bg-nav-li.png) left center no-repeat; /* メニューの仕切り線 */
}

.menu-secondary {}

.menu-secondary ul {
    min-width: 200px; /* サブメニューの横幅 */
}

/* First Level - Menu Secondary */
.menu-secondary li {
	background: url(images/bg-nav-li.png) right center no-repeat; /* メニューの仕切り線 */
}

.menu-secondary li a {
	color: #fff;
	padding: 19px 20px 19px 20px; /* 上下の調整：メニューの縦幅とline-heightの差を測って半分に上下の値をふる 19+15+20=54 */
	margin: 0;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-decoration: none;
	
	min-width: 128px; /* メニュー数6つ  (20+128+20)x5=1008 */
	/*min-width: 162px;  メニュー数5つ  (20+162+20)x5=1010 */
	text-align: center;
}
.menu-secondary li:first-child a {
	
}
.menu-secondary li:last-child a {
	
}

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus,
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
	color: #fff;
	background-color:rgba(0, 0, 0, 0.10);
	outline: 0;
}

/* Child Levels - Menu Secondary */

.menu-secondary li li a {
	color: #fff;
	background: #0065AD; /* サブメニューの背景色 */
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	padding: 14px 15px;
	margin: 0;

	border-top: 1px solid rgba(255,255,255,0.5);
	border-left: none !important;
	border-right: none !important;
}

.menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus, 
.menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
	color: #fff;
	background: #045087; /* サブメニューの背景色：オンクリック時 */
	outline: 0;
	margin: 0;
}

/* Arrows - Menu Secondary */

.menu-secondary a.sf-with-ul {
	padding-right: 20px;
	min-width: 1px;
	min-width: 128px; /* メニュー数6つ  (20+128+20)x5=1008 */
	/*min-width: 162px;  メニュー数5つ  (20+162+20)x5=1010 */
}
.menu-secondary  .sf-sub-indicator {
	position: absolute;
	display: block;
	overflow: hidden;
	right: 0;
	top:  0;
	padding: 18px 15px 0 0; /* サブメニュー有の矢印の高さ調整 */
}

.menu-secondary li li .sf-sub-indicator {
	padding: 13px 13px 0 0;
}

/* Shadows - Menu Secondary */

.wrap-menu-secondary .sf-shadow ul {
    background:	url('images/menu-secondary-shadow.png') no-repeat bottom right;
}



/* Menu Footer
----------------------------*/

.menu-footer-container {
    padding:20px 0;
    position:relative;
    z-index: 400;
    overflow: auto;
}

.menu-footer {
}

.menu-footer ul {
	min-width: 200px;
}

/* First Level - Menu Footer */

.menu-footer li a {
    color: #333;
    padding: 5px 30px 5px 0;
	text-decoration: none;
    font-size: 13px;
    font-weight: normal;
}

.menu-footer li a:hover, .menu-footer li a:active, .menu-footer li a:focus, 
.menu-footer li:hover > a, .menu-footer li.current-cat > a, .menu-footer li.current_page_item > a, .menu-footer li.current-menu-item > a {
    color: #666;
    outline: 0;
    background: none;
}

/* Child Levels - Menu Footer */

.menu-footer li li a {
	color: #fff;
    text-transform: none;
    background: #1980B2;
    padding: 10px 15px;
    margin: 0;
    border: 0;
    font-weight: normal;
}

.menu-footer li li a:hover, .menu-footer li li a:active, .menu-footer li li a:focus, 
.menu-footer li li:hover > a, .menu-footer li li.current-cat > a, .menu-footer li li.current_page_item > a, .menu-footer li li.current-menu-item > a {
	color: #fff;
    background: #076A9A;
    outline: 0;
    border:0;
    text-decoration: none;
    margin: 0;
}


/* Arrows Menu Footer */

.menu-footer a.sf-with-ul {
    padding-right: 20px;
    min-width: 1px;
}
.menu-footer  .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    top:  0;
    padding: 8px 10px 0 0;
}

.menu-footer  li li .sf-sub-indicator {
    padding: 9px 10px 0 0;
}

/* Shadows Menu Footer */

.wrap-menu-footer .sf-shadow ul {
    background:	url('images/menu-footer-shadow.png') no-repeat bottom right;
}


/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.post {
    margin-bottom: 20px;
    background: #fff;
    padding: 0;
    
    font-size: 15px;
    line-height: 26px;
}

.title, .title-home {
	color: #333333;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	
	border-left: 5px solid #0065AD;
}
.title-home {
	margin: 0;
}

.title a,
.title-home a {
    color: #333;
    text-decoration: none;
}

.title a:hover,
.title-home a:hover {
    color: #1370d8;
    text-decoration: none;
}

.title-container {
	padding-bottom: 15px;
	border-bottom: 1px dotted #cccccc;
}
.title-container .title-home {
	float: left;
}
.title-container .link {
	float: right;
}
.title-container ul.link {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.title-container .link li {
	font-size: 13px;
	margin-left: 20px;
	padding: 0 0 0 0;
	float: left;
}
.title-container .link li a {
	color: #333333;
	text-decoration: none;
}
.title-container .link li a:hover,
.title-container .link li a:focus {
    color: #1370d8;
    text-decoration: none;
}
.title-container:after, .title-container .link:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.entry {
	border-top: 1px dotted #aaaaaa;
	padding: 20px 0;
}

.page-title {
    color: #333;
    margin: 0px 0 10px 0;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 2px solid #333;
}

/* Post Metas
----------------------------*/

.postmeta-primary {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-secondary {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-primary span, .postmeta-secondary span {
    /*padding:3px 0 3px 20px;*/
    background-position:left center;
    background-repeat: no-repeat;
}

/*-- Font Awesomeで代用
.meta_date {
    background-image: url(images/date.png);
}

.meta_author {
    background-image: url(images/author.png);
}

.meta_comments {
    background-image: url(images/comments.png);
}

.meta_edit {
    background-image: url(images/edit.png);
}

.meta_categories {
    background-image: url(images/category.png);
}

.meta_tags {
    background-image: url(images/tags.png);
}
--*/

.postmeta-primary i.fa,
.postmeta-secondary i.fa {
	color: #999999;
	font-size: 14px !important;
}

/* =WP-PAGENAVI
-------------------------------------------------------------- */
.navigation {
/*
	padding: 10px;
	background: #eeeeee;
*/
	margin-bottom: 50px;
}

.wp-pagenavi {
    float: left;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 8px;
	margin: 2px;
    font-size: 15px;
    line-height: 15px;
    float: left;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #0065AD;
    background:none;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff;
    background: #0065AD;
    border: 1px solid #0065AD;
    padding: 4px 7px;
}

.wp-pagenavi a:hover {
    color: #ffffff;
    background: #0065AD;
    border: 1px solid #0065AD;
    padding: 4px 7px;
}

.wp-pagenavi span.pages {
    color: #0065AD;
    background: none;
    padding: 4px 8px 4px 0;
}

.wp-pagenavi span.extend {
    background:transparent;
    color: #0065AD;
    background: none;
}

/* =FOOTER
-------------------------------------------------------------- */

#footer-container {
    background: #0065AD;
}

#footer {
    width: 1010px;
    margin: 0 auto;
    padding: 25px 0;
}

#copyrights {
    color: #ffffff;
    background: none;
    float: left;
}

#copyrights a {
    color: #ffffff;
} 

#copyrights a:hover {
    color: #ffffff;
    text-decoration: none;
} 

#credits {
    color: #ffffff;
    font-size: 12px;
    float: right;
}

#credits a {
    color: #ffffff;
    text-decoration: none;
} 

#credits a:hover {
    text-decoration: none;
    color: #ffffff;
}

/* Footer Widgets
----------------------------*/
#footer-widgets-container {
    background: #eeeeee;
    /*background: #ffffff url(images/bg-stripe.png) left top repeat;*/
    padding: 40px 0;
}

#footer-widgets {
    width: 1010px;
	margin: 0 auto;
}


/* =WIDGETS
-------------------------------------------------------------- */

/* Widgets Defaults
----------------------------*/

.widget-container {
    list-style-type: none;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    color: #666666;
    font-size: 13px;
}

.widget-container a {
    color: #666666;
    text-decoration: none;
}

.widget-container a:hover {
    color: #0F6F9D;
    text-decoration: none;
}

.widgettitle {
    background: #fafafa;
    margin: 0 0 10px 0;
    padding: 9px 0 9px 10px;
    border: 1px solid #dddddd;
}

.widgettitle, .widgettitle a, .widgettitle a:hover {
    color: #07618C;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none;
}

.widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
	line-height: 20px;
	padding: 0 0 0 12px;
	margin: 10px 0 10px 5px;
	background: url(images/widget-list.png) left center no-repeat;
	border-bottom: 0;
}

/* Search
----------------------------*/

#search {
    border: 1px solid #D8D8D8;
    background: #fff url(images/search.png) 99% 50% no-repeat;
    text-align: left;
    padding: 6px 24px 6px 6px;
}

#search #s {
    background: none;
    color: #979797;
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
}

#content-search {
    width: 300px;
    padding: 15px 0;
}


/* Posts Widget
----------------------------*/

.posts-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.posts-widget ul li {
    list-style-type: none;
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 0;
}

.posts-widgettitle {
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 14px;
}

.posts-widgettitle a {}

.posts-widgettitle a:hover {}

.posts-widget-meta {
    padding: 0 0 5px 0;
}

.posts-widget-entry {
    line-height: 20px;
}

.posts-widget-more {
    font-weight: bold;
}

.posts-widget-more:hover {}

.posts-widget-featured-image {
    border: 1px solid #BDBDBD;
    padding: 4px;
    background-color: #fff;
}

.posts-widget .alignleft {
    margin: 0 8px 8px 0;
}

.posts-widget .alignright {
    margin: 0 0 8px 8px;
}

.posts-widget .aligncenter {
    margin-bottom: 8px;
}


/* Info Box Widget
----------------------------*/

.infobox-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.infobox-widget ul li {
    list-style-type: none; 
    list-style: none;
    padding: 0; 
    margin: 5px 0 0 0;
}

.infobox-widget ul li a {
    text-decoration: none;
}

.infobox-widget-description {
    line-height: 20px;
}

.infobox-widget-more {
    font-weight: bold;
}

.infobox-widget-more:hover {
}


.infobox-widget .alignleft {
    margin: 0 10px 10px 0;
}

.infobox-widget .alignright {
    margin: 0 0 10px 10px;
}

.infobox-widget .aligncenter {
    margin-bottom: 10px;
}

.infobox-widget .inbottom {
    margin-top: 10px;
}

p.side-tel {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
p.side-fax {
	font-size: 16px;
	margin: 0 0 10px 0;
}
p.side-tel i.fa,
p.side-fax i.fa {
	color: #333;
}

/* =END
-------------------------------------------------------------- */
/* =RESPONSIVE
-------------------------------------------------------------- */

.menu-primary-responsive-container,
.menu-secondary-responsive-container,
.menu-footer-responsive-container  {
    display: none;
    margin: 10px;
}

.menu-primary-responsive,
.menu-secondary-responsive,
.menu-footer-responsive  {
	width: 100%;
	padding: 10px 5px;
	border: 1px solid #ddd;
	font-size: 16px;
}

.width50 {
	width: 50px;
}
.width80 {
	width: 80px;
}
.width100 {
	width: 100px;
}
.width120 {
	width: 120px;
}
.width150 {
	width: 150px;
}
.width160 {
	width: 160px;
}
.width170 {
	width: 170px;
}
.width200 {
	width: 200px;
}
.width300 {
	width: 300px;
}
.width400 {
	width: 400px;
}

/* Tablets ----------- */

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

	body#frontpage {
		background: none;
	}
	
	#wrapper {
		background: none;
	}

	#slide-container, #container, #footer-container {
		width: 100%;
	}
    
    #main, 
    #main-fullwidth, 
    #main-home, 
    #header, 
    #footer-widgets,
    #footer {
        padding-left: 10px;
        padding-right: 10px;
    }
        
    #main, #main-fullwidth {
        background-image: none;
    }
    
    #header {
        height: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .logo, .header-right {
        float: none;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .header-right {
        padding-top: 10px;
        text-align: center;
    }
    .header-right {
        display: none;
    }
    
    #topsearch {
        float: none;
        width: 96%;
        margin: 10px 2%;
    }
    
    #header #topsearch {
        margin-left: 0;
        margin-right: 0;
        width: 100%; 
    }
    
    #top-social-profiles {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }
    
    #content, #home-content, #home-sidebar-primary, #sidebar-primary, #sidebar-secondary {
    	width: 100%;
        float: none;
        padding: 0;
        margin: 0;
        display: block;
    }
    
    .menu-primary-container, .menu-secondary-container, .menu-footer-container {
        float: none;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }

    .menu-primary-responsive-container, .menu-secondary-responsive-container, .menu-footer-responsive-container {
        display: block;
    }
    
    .menu-primary-container, .menu-secondary-container, .menu-footer-container {
        display: none;
    }
    
    .fp-slider, #fb-root {
        display: none;
    }

    .post-box {
        width: 100%;
        height: 100%;
        float: none;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    
    #footer-widgets-container #footer-widgets {
        width: inherit;
    }
    
    #copyrights, #credits {
        display: block;
        float: none;
        text-align: center;
    }
    
    #footer-container #copyrights, #footer-container #credits {
        padding: 5px 0;
    }
    
    #footer-container #footer {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    
	#menu {
		background: none;
	}

	.su-row .su-column {
		margin-left: 0 !important;
	}

	.su-row .su-column .su-column-inner {
		text-align: center;
	}
	
	.su-row .su-column .su-column-inner h2,
	.su-row .su-column .su-column-inner h3,
	.su-row .su-column .su-column-inner h4 {
		text-align: left;
	}

	.width960, .width1200, .width1500 {
		width: 100% !important;
	}

	.mobile-hidden {
		display: none;
	}
}

/* Mobile Phones ----------- */

@media only screen and (max-width: 480px) {
 
    .menu-primary-responsive-container, .menu-secondary-responsive-container, .menu-footer-responsive-container {
        display: block;
    }
    
    .menu-primary-container, .menu-secondary-container, .menu-footer-container {
        display: none;
    }
    
    #header .menu-primary-responsive-container, #header .menu-secondary-responsive-container, #footer-menu .menu-footer-responsive-container {
        margin-left: 0;
        margin-right: 0;
        width: 100%; 
    }
    
	/*----- tableをレスポンシブ対応 -----*/
	/*-- biz_calendarは除外 --*/
	/*
	table tr{
		display: block;
		margin-bottom: 1.5em;
	}
	table th,
	table td{
		display: list-item;
		list-style-type: none;
		border: none;
	}
	*/
	
	.su-table table tr {
		display: block;
		margin-bottom: 1.5em;
	}
	.su-table table th,
	.su-table table td {
		display: list-item;
		list-style-type: none;
		border: none;
	}
	
	.width50, .width80, .width100, .width120, .width150, .width160, .width170, .width200, .width300, .width400 {
		width: auto;
	}

	.wpcf7-text {
		width: 90%;
	}
	.wpcf7-textarea {
		width: 90%;
	}
}

/* Some General Formattings ----------- */

embed,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* --------------------- FinanceTime2.5 CSS END --------------------- */


/* =========================================================
 * 余白設置
========================================================= */
.alignleft {
	padding: 0 15px 5px 0;
}
.alignright {
	padding: 0 0 5px 15px;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
/* =========================================================
 * テキスト装飾
========================================================= */
.txtcenter {
	text-align: center;
}
.txtright {
	text-align: right;
}
.txtleft {
	text-align: left;
}
.txtbig {
	font-size: 24px;
	line-height: 30px;
}
.txtmiddle {
	font-size: 18px;
	line-height: 26px;
}
.txtnormal {
	font-size: 14px;
	line-height: 22px;
}
.txtsmall {
	font-size: 12px;
	line-height: 18px;
}
.txtbold {
	font-weight: bold;
}
.txtnoto {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.txtGothic {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.txtMincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.txtblack {
	color: #333;
}
.txtred {
	color: #d00000;
}
.txtpurple {
	color: #3d258e;
}
.txtblue {
	color: #0c419a;
}
.txtgreen {
	color: #1b9850;
}
.txtorange {
	color: #ff8c00;
}

/* =========================================================
 * 背景色
========================================================= */

.bgwhite {
	background: #ffffff;
}
.bggray {
	background: #fafafa;
}
.bgblue {
	background: #d8f5f8;
}
.bggreen {
	background: #e5f5eb;
}
.bgpink {
	background: #f8d8ed;
}
.bgblack {
	background: #1b1b1b;
}
.bgstripe {
	background: #ffffff url(images/bg-stripe.png) left top repeat;
}
.bgstripe2 {
	background: #ffffff url(images/bg-stripe2.png) left top repeat;
}

/* =========================================================
 * 余白
========================================================= */
.mt0 {
	margin-top: 0px;
}
.mt5 {
	margin-top: 5px;
}
.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;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.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;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}

/* =========================================================
 * フッターウィジェットのメニュー
========================================================= */
.footer-widget-menu {
}
.footer-widget-menu-title {
	font-size: 16px;
	line-height: 34px;
}
.footer-widget-menu ul,
.footer-widget-menu ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 24px;
}
.footer-widget-menu li {
	margin: 0;
	padding: 0;
}
.footer-widget-menu li a {
	color: #333333;
	text-decoration: none;
}
.footer-widget-menu li a:hover,
.footer-widget-menu li a:focus {
	color: #1370d8;
	text-decoration: none;
}
.footer-widget-menu li.footer-widget-menu-child {
	margin-left: 18px;
}
.footer-widget-logo {
	margin-bottom: 10px;
}
.footer-widget-cmp {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.footer-widget-add {
	line-height: 20px;
}
.footer-widget-tel {
	margin-top: 5px;
}
.footer-widget-tel,
.footer-widget-fax,
.footer-widget-mail {
	font-weight: bold;
	line-height: 20px;
}
.footer-widget-tel .fa,
.footer-widget-fax .fa,
.footer-widget-mail .fa {
	width: 15px;
	text-align: center;
}

/* =========================================================
 * 1行のお知らせ
========================================================= */
ul.info1column {
	margin: 0;
    padding: 0;
    list-style-type: none;
}
.info1column li {
    border-bottom: 1px dotted #ccc;
}
.info1column li a {
    padding: 10px 10px 9px 130px;
    position: relative;
    display: block;
}
.info1column li a:hover, .info1column li a:focus, .info1column li a:active {
    background-color: #fafafa;
}
.info1column li a:hover .date, .info1column li a:focus .date, .info1column li a:active .date {
    color: #333333;
}
.info1column li a .cat {
    position: absolute;
    background: #0065AD;
    top: 10px;
    left: 10px;
    
    padding: 0 7px;
    font-size: 12px;
    color: #ffffff;
}
/*-- カテゴリのスラッグ毎に色を変える --*/
.info2column li a .cat.news {
    background: #0065AD;
}
.info2column li a .cat.staff,
.info2column li a .cat.genba {
    background: #00A7CB;
}

.info1column li a .content {
    display: block;
}
.info1column li a .content .date {
    margin-right: 20px;
    display: block;
    float: left;
    color: #333333;
}
.info1column li a .content .text {
    display: block;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .info1column li a {
        padding-left: 10px;
        position: static;
        text-decoration: none !important;
    }
    .info1column li a:hover, .info1column li a:focus, .info1column li a:active {
        text-decoration: none !important;
    }
    .info1column li a .cat {
        margin-right: 10px;
        position: static;
        top: 0;
        left: 0;
        display: inline;
    }
    .info1column li a .content {
        display: inline;
    }
    .info1column li a .content .date {
        margin-right: 0;
        display: inline;
        float: none;
    }
    .info1column li a .content .text {
        padding-top: 7px;
    }
    .info1column li a .content:after {
        display: none !important;
    }
    .info1column.important-news li a .cat {
        padding-bottom: 7px;
        display: block;
    }
}


/* =========================================================
 * 2行のお知らせ
========================================================= */
.info2column {
	margin: 0;
	padding: 0;
}

.info2column .info-column {
	padding: 15px 10px 10px 10px;
	border-bottom: 1px dotted #ccc;
}

.info2column .info-meta {
	line-height: 16px;
}

/*-- カテゴリのスラッグ毎に色を変える --*/
.info2column .info-meta .news {
    background: #0065AD;
}
.info2column .info-meta .staff,
.info2column .info-meta .genba {
    background: #00A7CB;
}
.info2column .info-cat {
    padding: 2px 6px;
    font-size: 12px;
    color: #ffffff;
}

.info2column .info-cat a {
    color: #ffffff;
    text-decoration: none;
}

.info2column .info-date {
    padding: 0 10px;
    font-size: 14px;
}

.info2column .info-title {
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	.info2column {
		text-align: left
	}
}

/* =========================================================
 * サムネイル＋タイトルのお知らせ
========================================================= */
.show-thumbnail-title {
	margin-top: 15px;
}
.show-thumbnail-title-content {
	padding: 0 5px;
}
.show-thumbnail-title .su-row, 
.show-thumbnail-title-content .su-row {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
}
.show-thumbnail-title .su-row .su-column, 
.show-thumbnail-title-content .su-row .su-column {
	margin-bottom: 5px;
}

.show-thumbnail-title .info-meta {
	line-height: 22px;
}

/*-- カテゴリのスラッグ毎に色を変える --*/
.show-thumbnail-title .info-meta .news {
    background: #0065AD;
}

.show-thumbnail-title .info-cat {
    padding: 2px 6px;
    font-size: 12px;
    color: #ffffff;
}

.show-thumbnail-title .info-date {
    padding: 0 10px;
    font-size: 14px;
}
.show-thumbnail-title .info-title {
    margin-top: 5px;
}
@media screen and (max-width: 768px) {
	.show-thumbnail-title .info-meta,
	.show-thumbnail-title .info-title {
		text-align: left !important;
	}
	.show-thumbnail-title .info-title {
		padding-bottom: 20px;
	}
}


/* =========================================================
 * 前の記事へ、次の記事へ
========================================================= */
.navigation-post{
	clear: both;
	overflow: hidden;
	margin-bottom: 60px;
}
.navigation-post > div{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.navigation-post > div + div{
	border-top: 0;
	border-bottom: 1px solid #ddd;
}


.navigation-post .alignright{
	text-align: right;
}

.navigation-post a{
	display: block;
	font-size: 15px;
	padding: 1.3em 1em;
	border: none;
}

.navigation-post a i{
	color:#ddd;
	padding-right:10px;
	margin-top:-8px;
	clear:left;
}
.navigation-post a:hover{
	background: #eee;
}

.navigation-post .alignright a:hover{
	border-left: 1px solid #ddd;
}


/* =========================================================
 * カスタマイズ
========================================================= */

.breadcrumbs {
	font-size: 12px;
	line-height: 18px;
	padding: 15px 0;
}

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

.img-border img {
	border: 1px solid #ddd;
	margin: -1px;
}

.p-non p {
	padding: 0;
	margin: 0;
}

i {
	color: #0065AD;
}

.show-thumbnail-title-content {
	padding: 0 5px;
}
.show-thumbnail-title-content .su-row {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
}
.show-thumbnail-title-content .su-row .su-column {
	margin-bottom: 5px;
}

.subtitle, .subtitle0,.subtitle1 {
	color: #333;
	margin: 40px 0 20px 0;
	padding: 0 0 0 10px;
	font-size: 22px;
	line-height: 40px;
	font-weight: bold;
	background: #eee;
	border-left: 5px solid #0065AD;
}
.subtitle0 {
	margin: 0 0 15px 0;
}
.subtitle1 {
	font-weight: normal;
	padding: 0 0 0 5px;
	background: none;
}
.subtitle2 {
	font-size: 18px;
	line-height: 34px;
	font-weight: normal;
	padding: 0;
	margin: 30px 0 15px 0;
	border-bottom: 1px dotted #0065AD;
}
.subtitle3 {
	color: #fff;
	background: #0065AD;
	font-size: 18px;
	line-height: 36px;
	font-weight: normal;
	padding: 0 10px;
	margin: 0 0 15px 0;

	border-radius: 4px; /* CSS3草案 */
	-moz-border-radius: 4px; /* for Firefox, Mozilla */
	-webkit-border-radius: 4px; /* for Safari, Chrome */
	-khtml-border-radius: 4px; /* for Old Safari, KHTML */
}

.wp-caption {
	margin-top: 0;
	padding-top: 0;
}
/*----- トップページ -----*/
h2.service-title {
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h2.service-title a {
	color: #333;
	text-decoration: none;
}
h2.service-title a:hover,
h2.service-title a:focus {
	color: #1370d8;
	text-decoration: none;
}

/*---- コンタクトフォームのボタン ----*/
input.wpcf7-submit {
	font-size: 16px;
	font-wight: bold;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	padding: 10px 50px;
}
.su-table th {
	vertical-align: middle;
}

/*----- セレクトボックス -----*/
ul.widget-container select {
	padding: 5px;
	height: 30px;
	width: 100%;
}

ul.widget-container option {
	padding: 5px;
}

/*----- ヘッダー -----*/
.seo-box h1 {
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	margin: 1px 0 4px 0;
}

.contact-box {
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
.contact-box em {
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
}
.telbox {
	color: #fff;
	background: #0065AD;
	font-size: 12px;
	line-height: 12px;
	padding: 0px 4px;
}

/*----header side widget-------*/
.header-right {
	width: 490px; /* 掲載コンテンツの幅で調整 */
}
.header-right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header-right ul li {
	float: right;
	font-size: 12px;
	color: #333;
}
.header-right ul li:before {/* AwesomeIcon表示用 */
	content: "\f0da";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin: 0 .5em;
	text-decoration: none;
	color: #0065AD;
}

.header-right ul li a {
	text-decoration: none;
	color: #333;
}
.header-right ul li a:hover,
.header-right ul li a:focus {
	color: #1370d8;
}

.header-right .su-button {
	
}
.header-right .header-tel {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0;
}
.header-right .header-txt {
	font-size: 11px;
	line-height: 11px;
}
.header-right .su-column {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.header-right .su-column-size-1-2 {
	width: 49% !important;
}

/*----- トップページ・サイドバー -----*/
.widget .screen-reader-text {
	display: none;
}

.sidebanner {
	border: 1px solid #ddd;
	background: #ffffff;
	padding: 13px 10px 5px 10px;
}
.sidebanner a {
	color: #2882e6;
	text-decoration: none;
}

.sidebanner a:hover, a:focus {
	color: #1370d8;
	text-decoration: none;
}

.sidebanner .bnimg {
	float: left;
	width: 26%;
}
.sidebanner .bnimg img {
	background: #fff;
	padding: 4px;
	border: 1px solid #ccc;
}
.sidebanner .bntxt {
	text-align: left;
	float: right;
	width: 68%;
}
.sidebanner .bntxt h2 {
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	padding: 0;
}
.sidebanner .bntxt p {
	margin: 0;
	padding: 0;
}

.widget ul.sidebn li {
	list-style-type :none;
	padding: 0;
	margin: 0 0 5px 0;
	background: none;
	border: none;
}

.img-box-shadow img {
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.4);
	box-shadow: 0px 0px 3px rgba(0,0,0,.4);
}

.white-box {
	background: #ffffff;
	box-shadow: 0px 0px 1px #666;
	-moz-box-shadow: 0px 0px 1px #666; /* Firefox用 */  
	-webkit-box-shadow: 0px 0px 1px #666; /* Safari,Google Chrome用 */  
}
.inner-box {
	padding: 0 15px 10px 15px;
}


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

	.white-box {
		background: none;
		box-shadow: none;
		-moz-box-shadow: none; /* Firefox用 */  
		-webkit-box-shadow: none; /* Safari,Google Chrome用 */  
	}
	.inner-box {
		padding: 0;
	}
	
	.rinen .su-column-size-1-5 {
		height: 30px;
		margin-bottom: 0 !important;
	}
	.rinen .su-column-size-2-5, .rinen .su-column-size-4-5 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

}
/*-----------------------------*/
h3.his-title {
	color: #00A6CB;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px dotted #00A6CB;
	padding: 5px 10px;
}
/*-------------*/
.txticon {
	display: block;
	padding: 3px 10px 1px 10px;
	color: #00A6CB;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.txticon2 {
	display: block;
	padding: 5px 10px;
	background: #00A6CB;
	color: #fff;
	font-size: 22px;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.iconbig {
	color: #00A6CB;
	font-size: 20px;
	line-height: 36px;
	border-top: 1px solid #00A6CB;
	border-bottom: 1px solid #00A6CB;
	text-align: center;
}
ul.spring {
	background: url(images/bg-03.png) right center no-repeat;
	list-style-type: none;
}
ul.autumn {
	background: url(images/bg-04.png) right center no-repeat;
	list-style-type: none;
}
.ba {
	text-align: center;
	background: #aaa;
	color: #fff;
	padding: 5px 20px;
}

.quote-title {
	font-size: 30px;
	font-style: normal !important;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* =========================================================
 * よくあるご質問
========================================================= */

.su-spoiler .su-spoiler-content {
	padding-right: 1em !important;

	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 5px; /* CSS3草案 */
	-moz-border-radius: 5px; /* for Firefox, Mozilla */
	-webkit-border-radius: 5px; /* for Safari, Chrome */
	-khtml-border-radius: 5px; /* for Old Safari, KHTML */
}

/* 2022.6.29 */
/* 実績紹介2列表示 */
.col_2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col_2 > div{
	width: calc(50% - 20px);
	padding: 0 10px;
}
@media screen and (max-width: 768px) {
	.col_2 > div{
		width: 100%;
		padding: 0;
	}
}
.col_2_thumbnail img {
  width: 400px;
  height: 250px;
  object-fit: cover;
}
.title_col_2 {
	color: #333333;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
}
.title_col_2 a {
    color: #333;
    text-decoration: none;
}
.title_col_2 a:hover {
    color: #1370d8;
	text-decoration: none;
}