@charset "UTF-8";
.mobile #content{ margin-top:0;}
.hh a{color:#333;}
.fblack{color:#000 !important;}
a { color: #006CC9; text-decoration: none;    transition: .1s ease-in-out;}
.m0{ margin: 0px !important; }
.mt0{ margin-top: 0px !important; }
.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mb0{ margin-bottom: 0px !important; }
.mb10{ margin-bottom: 10px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb100{ margin-bottom: 100px !important; }
.mr5{ margin-right:5px !important;}
.mr10{ margin-right:10px;}
.ml10{ margin-left:10px;}
.mr0{ margin-right:0px !important;}
.p0{ padding: 0px !important;}
.p10{ padding: 10px !important;}
.pt10{ padding-top: 10px !important;}
.txt-small{ font-size: 0.9em;}
.label {border-radius: .1rem; padding: .45em .5em;}*/
.badge { padding: .5em .4em !important;}
.txt-white{ color:#FFF;}
.inner { padding: 0 10px;}
a.none-deco{text-decoration: none;}
a:hover.none-deco{text-decoration: none;}
a:hover.btn{color:#fff;}
.black{ color:#333;}
.narrow {
    letter-spacing: -0.15em;
}
.indispensable{ color:#fff; background: #ffbd5b; padding:0 5px; font-size: 0.8rem; border-radius: 2px; float: right;}
.indent-1 {padding-left:1em;text-indent:-1em;}
.footer .widget ul li a { padding: 0px 0 0px 13px;}
.form-control{background-color:#eaedf2;}
.form-group label{display: block;}

.confirm-item{
	background: #F7F8FD;border-radius: 2px;padding:5px;
}
#flashMessage{
	background: #ffebeb;
	margin-bottom: 1.5em;
    padding: 1em;
    color: #ff8376;
    font-weight: bold;
    border-radius: 3px;
}
.nofound-img h2 {
    top: 35%;
    left: -10%;
    color: rgba(0,0,0,0.3);
}
.error-message{ color: #ff8376;}
#inner-content .hh.hhq + .hh.hha{ font-size: 1em; font-weight: 100;}
#breadcrumb li:first-child a:before {content:none;}

/*SPナビドロワー*/
#drawer__content,.drawer__title{ background:#F0F0E1; text-align: left;}
#drawer__content .widget{ margin: 7px 10px 5px; border: solid 1px #d5d5d5;}
.drawer__title{ background:url(/img/cmn/logo_fp.png) 13px 13px no-repeat; background-size: 35px 30px; padding-left: 55px;}
#nav_menu-2{ margin-top:0 !important;}

div.menu-sp-side-container,div.menu-sp-side-else-container{ padding:0;}
#drawer__content h4 i{color:#0D60BB;}
#drawer__content div.widget_nav_menu ul.menu li a {
    background: url(../img/cmn/arrow_r.png) no-repeat 97% center;
    background-size: 10px;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
#drawer__content div.widget_nav_menu ul.menu li:last-child a{ border-bottom:none;}
ul.sub-menu li a{ background: none !important; padding: 5px 7px 5px 13px !important; }
/*問い合わせフォーム*/
.wpcf7 label{display: block;}
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"] {
        width: 100% !important;
        height: 40px !important;
}

.wpcf7 textarea[name="your-message"] {
        width: 100% !important;
        height: 200px !important;
}
.wpcf7-not-valid-tip{background: #ffebeb;padding: .25em 1em;border-radius: .25rem;}
input.wpcf7-submit{margin-top:20px;padding:.5em 1em;}
/*タブ*/
#tab-panel-2 li {
	width: 47%;
	text-align: center;
}
.nav-tabs li a{ background: #eee; color:#999;}
.nav-tabs li a.active{ background: #fff; font-weight: bold; color:#000;}
/*ボタン*/
.btn-gray {
	border:2px solid #096DC3;
	-webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;
	/*text-decoration:none; text-shadow: -1px -1px 0 rgba(0,0,0,0.1);*/
	font-weight:bold;
	color: #096DC3;
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 49%, #DDDDDD 50%, #EEEEEE);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 49%, #DDDDDD 50%, #EEEEEE);
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 49%, #DDDDDD 50%, #EEEEEE);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 49%, #DDDDDD 50%, #EEEEEE);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 49%, #DDDDDD 50%, #EEEEEE);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF 0%, endColorstr=#EEEEEE);
}
.btn_orange {
    border: 3px solid #DC470A;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(221,69,10,1);
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background-image: -webkit-linear-gradient(top, #EE6F2B 0%, #EE6922 49%, #F75804 50%, #F75804);
    background-image: -moz-linear-gradient(top, #EE6F2B 0%, #EE6922 49%, #F75804 50%, #F75804);
    background-image: -ms-linear-gradient(top, #EE6F2B 0%, #EE6922 49%, #F75804 50%, #F75804);
    background-image: -o-linear-gradient(top, #EE6F2B 0%, #EE6922 49%, #F75804 50%, #F75804);
    background-image: linear-gradient(to bottom, #EE6F2B 0%, #EE6922 49%, #F75804 50%, #F75804);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EE6F2B 0%, endColorstr=#F75804);
    display: block;
}
.btn_orange a {
    color: #fff;
}
.btn-default ,input.wpcf7-submit{
	border:1px solid #ccc;
	-webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;
	/*text-decoration:none; text-shadow: -1px -1px 0 rgba(0,0,0,0.1);*/
	color: #333;
}
.badge{padding:5px 8px; border-radius: 2px;}
.btn-warning,.badge-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover ,.badge-warning:hover{
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
a:hover.btn-default {
	color: #096DC3;
}
.btn_Area .gray,.btn_gray {
    border: 2px solid #096DC3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #096DC3;
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 49%, #DDDDDD 50%, #EEEEEE);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 49%, #DDDDDD 50%, #EEEEEE);
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 49%, #DDDDDD 50%, #EEEEEE);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 49%, #DDDDDD 50%, #EEEEEE);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 49%, #DDDDDD 50%, #EEEEEE);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF 0%, endColorstr=#EEEEEE);
    display: block;
}
.btn_Area .gray a {
    color: #096DC3;
}
.btn_Area .blue,.btn_blue {
    border: 2px solid #0D60BB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFF;
    background-image: -webkit-linear-gradient(top, #086CC3 0%, #0869BF 49%, #0559A5 50%, #0869BF);
    background-image: -moz-linear-gradient(top, #086CC3 0%, #0869BF 49%, #0559A5 50%, #0869BF);
    background-image: -ms-linear-gradient(top, #086CC3 0%, #0869BF 49%, #0559A5 50%, #0869BF);
    background-image: -o-linear-gradient(top, #086CC3 0%, #0869BF 49%, #0559A5 50%, #0869BF);
    background-image: linear-gradient(to bottom, #086CC3 0%, #0869BF 49%, #0559A5 50%, #0869BF);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#086CC3 0%, endColorstr=#0869BF);
    display: block;
}
.btn_Area .blue a {
    color: #FFF;
}
.quick-btn {
    background: #eee;
    box-shadow: 0 0 0 1px #f8f8f8 inset, 0 0 0 1px #ccc;
    color: #444;
    display: inline-block;
    height: 5pc;
    margin: 5px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 90px;
    position: relative;
    overflow: hidden;
}
/*矢印*/
.arrow_cr {
    background: url(../img/cmn/arrow_cr.png) no-repeat right center;
    background-size: 18px;
    padding: 10px 30px;
}

/*見出し*/
.m-type1{
	font-size: 1rem;
}
.ttl_gray {
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 49%, #DDDDDD 50%, #EEEEEE);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 49%, #DDDDDD 50%, #EEEEEE);
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 49%, #DDDDDD 50%, #EEEEEE);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 49%, #DDDDDD 50%, #EEEEEE);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 49%, #DDDDDD 50%, #EEEEEE);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF 0%, endColorstr=#EEEEEE);
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #222;
    padding: 12px 8px 12px 8px;
    line-height: 1.2;
    position: relative;
}
h2.strongNum, h1.strongNum {
    background: url(/pc/design/h2Point2.png) no-repeat scroll left center #FFFFFF;
    border: none;
    border-bottom: 10px #DDD solid;
    margin: 30px 0 20px;
    padding: 25px 10px 5px 100px;
    position: relative;
    line-height: 22px;
    font-weight: bold;
}
h2 .number{
    position: absolute;
    top: 29px;
    left: 11px;
    font-family: verdana;
    line-height: 22px;
    font-weight: bold;
    font-size: 38px;
}
.link_right {
	margin-bottom: 10px;
	background: url(../img/cmn/arrow_r.png) no-repeat 97% center;
	background-size: 10px;
	border-bottom: 1px solid #ccc;
	padding: 10px 30px 10px 10px;
}
.link_right a{ color:#000;}
.link_right 3{ font-size:1rem}

.box_qa {
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
}
.q_day {
    font-size: 0.8em;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
}
/*サムネ*/
	.thumb {
	    background-size: cover;
	    background-position: center top;
	    background-repeat: no-repeat;
	    background-color: #eee;
	}
	.thumb-40 {
	    width: 40px;
	    height: 40px;
	    border: 1px solid #CCC;
	}
	.thumb-70 {
	    width: 70px;
	    height: 70px;
	    border: 1px solid #CCC;
    }
    .thumb-80 {
	    width: 80px;
	    height: 80px;
	    border: 1px solid #CCC;
	}
    .thumb-100 {
	    width: 100px;
	    height: 100px;
	    border: 1px solid #CCC;
	}
    .thumb-34-m {
	    width: 150px;
	    height: 200px;
	    border: 1px solid #CCC;
	}
	.thumb-150 {
	    width: 150px;
	    height: 150px;
	    border: 1px solid #CCC;
	}
	.quick-thumb {
	    background: #eee;
	    box-shadow: 0 0 0 1px #f8f8f8 inset, 0 0 0 1px #ccc;
	    color: #444;
	    display: inline-block;
	    height: 35px;
	    margin: 5px;
	    text-align: center;
	    padding-top: 0.4pc;
	    text-decoration: none;
	    width: 35px;
	    position: relative;
	    overflow: hidden;
	}
/*ページャー*/
.pagination ul {margin:0 auto; padding:0; text-align: center;}
.pagination li.current{background-color: #fff;}
.pagination li.current span{color:#fff; background-color: #6bb6ff;}

/*カルーセル*/
.slick-prev {left:5px !important;z-index: 1200;}
.slick-next {right:5px !important;}
.slider img{width:100%;}

/*アコーディオン*/
.hide_text_wrapper {
    position: relative;
    margin-bottom: 55px;
    
}
.hide_text {
    height: 150px;
    overflow: hidden;
}
.show_more {
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 130px;
    padding-top: 130px;
    text-align: center;
    line-height: 30px;
    /*background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);*/
    background:url('/img/alpha_back.png');
    cursor: pointer;
    transition: bottom 2.4s;
}
/*メインビジュアル*/
#top_visual{ background: #fff; margin-top:20px; text-align: center;}

/* 共通メインメニュー
******************************************/
	.mainMenu {
		background:#f5f5f5;
		padding:10px 0px;
		border:solid 1px #DDD;
		margin: 0 0 2.5em;
	}
	.mainMenu ul {
		margin:0px;
	
	}
	.mainMenu li {
		list-style-type:none;
		margin:0px;
	}
	.mainMenu a {
		display:block;
		width:286px;
		margin:0 auto 0;
		_margin:0 7px 0;
		text-indent:-9999px;
		transition:inherit;
	}
	.mainMenu a.merit{
		background:url(/pc/design/mainMenuBack.png) no-repeat 0 0px;
		height:100px;
		margin-bottom: 10px;
	}
	.mainMenu a:hover.merit{
		background:url(/pc/design/mainMenuBack.png) -291px 0px no-repeat;
	}
	.mainMenu a.bbs{
		background:url(/pc/design/mainMenuBack.png) 0px -194px no-repeat;
		height:47px;
	}
	.mainMenu a:hover.bbs{
		background:url(/pc/design/mainMenuBack.png) -291px -194px no-repeat;
	}
	.mainMenu a.search{
		background:url(/pc/design/mainMenuBack.png) 0px -151px no-repeat;
		height:44px;
	}
	.mainMenu a:hover.search{
		background:url(/pc/design/mainMenuBack.png) -291px -151px no-repeat;
	}
	.mainMenu a.login{
		background:url(/pc/design/mainMenuBack.png) 0px -105px no-repeat;
		height:46px;
	}
	.mainMenu a:hover.login{
		background:url(/pc/design/mainMenuBack.png) -291px -105px no-repeat;
	}
	.mainMenu ul{ padding:0px;border:none;}
	.mainMenu ul li{margin: 0;padding:0;}
	.consulting p.now{margin-bottom: 1rem;}
	.fp_box h3 {
		font-size: 0.95rem;
		font-weight: bold;
		color: #096DC3;
		padding: 3px 0 3px 0;
		line-height: 1.4;
		margin: 0;
	}
	.fp_box p {
		color: #222;
		line-height: 1.2;
		font-size: 0.9em;
		margin: 0;
		font-weight: bold;
	}
	.fp_box p.tantou,.fp_box p.address {
		color: #666;
	}
	.ttl_line {
	    background: #ddd;
	    border-radius: 4px;
	    -webkit-border-radius: 4px;
	    padding: 10px;
	}
	section.cta{ padding:0;}
	section.cta ul{ list-style-type: none; border:none; padding:0;}
	.related_articles{margin-top: 1em;}
/*モバイル*/
@media (max-width: 767px) {
	.top_txt{ margin:10px 0;}
	.box_inner {
		position: relative;
		width: 98%;
	}
		.top_faq a .txt{ padding-left:10px; }
	/*pc-side著書*/
	.book-box{ font-size:16px;}
	.book-box a{ color:#333 !important; text-decoration: none;}
	
}
/* タブレット */
@media (min-width: 768px) and (max-width: 1029px) {
	#logo img { height: 40px;}
}
/* デスクトップ */
@media (min-width: 1030px) {
	#logo img { height: 40px;}
}
/*================== 768px〜の場合 ==================*/
@media only screen and (min-width: 768px) {
	/*メインビジュアル*/
	#top_visual{ background: #f5f5f5; margin:0 0 10px 0; padding:10px; text-align: center;}
	
	/*
	.sidelong__article {width:49% !important;}
	.sidelong__article:nth-child(odd){
		margin-right: 0;
	}
	*/
	#breadcrumb { padding:3px 10px; font-size: 0.9rem; border-radius: 3px;background: transparent;}
	.h-big{
		background: url(/pc/design/h2Point.png) no-repeat scroll left center #FFFFFF;
	    border: none;
	    border-bottom: 10px #DDD solid;
	    margin: 30px 0 20px;
	    padding: 20px 10px 4px 100px;
	    position: relative;
	    font-size: 1em;
	}
	.type2{ padding: 15px 10px 4px 100px !important; line-height: 58px !important; font-size: 1.3em;}
	.type1 {

	    line-height: 40px;
	    font-weight: bold;
	}
	.type1 .small{    
		color: #FF3300;
	    font-size: 14px !important;
	    line-height: 15px;
	    font-weight: bold;
    }
    .type1 .big {
	    color: #000;
	    font-family: georgia;
	    font-size: 30px;
	    line-height:40px;
    }
	.pager_box {
	    margin-top: 20px;
	    text-align: center;
	}
	.pager_box .pagination{margin-top: 0px;}
	#top_fp_list,.new-fp {
		
	    position: relative;
	    font-size: 0.9em;
	    line-height: 1.5;
	}
	#top_fp_list .expKounin {
	    position: absolute;
	    top: -60px;
	    right: 10px;
	}

	table.question a{ color:#333; line-height: 2;}
	.sidelong h3 {
	    font-size: 16px;
	}
	#map-box{
		background: #dcefff url('/img/map.png') no-repeat 100px 60px;
		padding:20px;
		line-height: 1.5;
	}
	#map-box .btn{ margin: 0;}
	#map-box h3{ margin: 10px 0 0px 0; font-size: 16px;}
	
	#sidebar1 .widget{
		background: #dcefff;
    border: 1px solid #CCC;
    padding: 7px 0;
    }
    #sidebar1 .widgettitle{
		text-align: center;
	}
	#search-2{ background: #fff !important;border:none !important;}
	.textwidget,.toc_widget_list,.my-widget{
		background: #fff;margin:0 6px !important;
	}
	.widget ul { padding: 8px 7px;}
	
	#categories-2.widget ul li a,#nav_menu-3.widget ul li a,.link-menu ul li a{
		padding: 10px 10px 10px 10px;
		border-radius: 3px;
		margin-bottom: 5px;
	    display: block;
	    text-decoration: none;
	    line-height: 150%;
	    color: #777;
	    font-size: 13px;
	    background: #fff;
	    font-size: 0.9em;
	    font-weight: normal;
    /*background: url(/pc/design/sideNaviBack.png) no-repeat;*/
    }
    #categories-2.widget ul li a:before,#nav_menu-3.widget ul li a:before,.link-menu ul li a:before{
		content: "\f101";
		font-family: FontAwesome;
		margin-right: .6em;
		color:#6bb6ff;
	}
	#categories-2.widget ul li a:hover,#nav_menu-3.widget ul li a:hover{    background: #efefef;}
}
/*================== 1030px〜の場合 ==================*/
@media only screen and (min-width: 1030px) {
	.post-tab {margin: 0 0 1.5em 0;width: 100%;}
	.sidelong__article {width: 48%; margin: 0 2% 3% 0;}
}