@charset "UTF-8";
/* CSS Document */

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
a{
	text-decoration: none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
	vertical-align:bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { 
	border: 0;
}
footer, header, nav, section {
	display: block;
}


/* Common CSS
 * --------------------------------------- */
body{
	background-color: #fff;
	color: #0a104a;
	font-family: 'Montserrat',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: center;
	width: 100%;
}
.inner {
	margin: 0 auto;
	max-width: 1100px;
}
a:link, a:active, a:hover, a:visited{
	color: #0a104a;
}
a,
a::before,
a::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
img {
	vertical-align: bottom;
}
.pc {
	display: block;
}
.pctab {
	display: block;
}
.tab {
	display: none;
}
.smp {
	display: none;
}

@media screen and (max-width: 1200px) {
	.inner {
		box-sizing: border-box;
		padding: 0 50px;
		width: 100%;
	}
}
@media screen and (max-width: 980px) {
	.tab {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}
	.inner {
		padding: 0 3%;
	}
	.pc {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	body {
		letter-spacing: 0;
	}
	.pctab, .tab {
		display: none;
	}
	.smp {
		display: block;
	}
}


/* header .header_top
 * --------------------------------------- */
header {
	position: fixed;
	z-index: 100;
	width: 100%;
	background-color: white;
}
#mainVisual {
    padding-top: 155px;
}

.header_top {
	border-top: 8px solid #0a104a;
	box-sizing: border-box;
}
.header_top .inner {
	overflow: hidden;
}
.header_top h1 {
	float: left;
	margin-top: 10px;
}
.header_top h1 img {
	width: 450px;
}
.header_top .header_link {
	float: right;
	overflow: hidden;
	width: 520px;
}
.header_top .header_link .rightBox {
	float: right;
	margin-top: 17px;
	width: 250px;
}
/* .header_top .header_link .rightBox img {
	padding: 10px 0;
} */
.header_top .header_link .rightBox p {
	/* border-top: 1px solid #0a104a;
	border-bottom: 1px solid #0a104a; */
	font-size: 12px;
	letter-spacing: 0;
	/* padding: 3px 0; */
}

.header_top .header_link .leftBox {
	float: left;
	margin-top: 25px;
	text-align: left;
}
.header_top .header_link .leftBox .mail {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.header_top .header_link .leftBox .mail a {
	display: inline-block;
	padding: 0 8px 2px;
}
.header_top .header_link .leftBox .mail a:hover {
	background: url(../img/bg_stripe01.png) repeat;
}
.header_top .header_link .leftBox .mail img {
	padding-right: 10px;
	vertical-align: middle;
	width: 18px;
}
.header_top .header_link .leftBox .recruit a {
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
	padding: 0 8px 2px;
}
.header_top .header_link .leftBox .recruit a:hover {
	background: url(../img/bg_stripe01.png) repeat;
}
.header_top .header_link .leftBox .recruit img {
	padding-right: 10px;
	vertical-align: middle;
	width: 18px;
	height: 18px;
}
@media screen and (max-width: 1100px) {
	.header_top h1 img {
		width: 340px;
	}
}
@media screen and (max-width: 980px) {
	header {
		position: fixed;
		background-color: #fff;
		box-shadow: 0 0px 2px 2px rgba(0,0,0,0.2);
		width: 100%;
		z-index: 800;
	}
	.header_top {
		border-top: 4px solid #0a104a;
		height: 75px;
		width: 100%;
	}
	.header_top .inner {
		padding: 0 25px;
	}
	.header_top h1 {
		margin-top: 12px;
		text-align: left;
		width: 100%;
	}
	.header_top h1 img {
		width: 300px;
	}
	.header_top .header_link {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	header {
		padding-bottom: 0;
		height: 65px;
	}
	.header_top .inner {
		padding: 0 3%;
	}
	.header_top h1 img {
		width: 180px;
	}
}

/* header #gsc
 * --------------------------------------- */
#gsc{
	position: relative;
	font-family: 'Montserrat',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; 
    margin: 0 auto;
	height: 35px;
    width: 250px;
}

#gsc .gsc-control-cse, #gsc .gsc-control-cse-ja, #gsc .gsib_a {
	background-color: transparent;
	border: none;
    margin: 0 !important;
    padding: 0 !important;
}
#gsc form.gsc-search-box {
	margin: 0
}
#gsc table.gsc-search-box {
	margin: 0;
}
#gsc td.gsc-input {
	border: 1px solid #ccc;
	padding: 0;
	height: 33px;
}
#gsc div#gsc-iw-id1 {
	background-color: #fff;
	border: none;
	padding: 4px 10px;
    text-align: left;
	vertical-align: middle;
	height: 25px;
}
/*#gsc table#gs_id50 {
	vertical-align: middle;
}
#gsc td#gs_tti50 {
	vertical-align: middle;
}*/
#gsc input#gsc-i-id1 {
	color: #0a104a;
	font-family: "Montserrat","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	vertical-align: middle;
}

#gsc td.gsc-search-button {
	background-color: #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 33px;
}
#gsc input.gsc-search-button {
	background-color: #ccc;
	border: none;
}
#gsc .gsc-search-button:hover, #gsc td.gsc-search-button:hover input {
	background-color: #999;
}
#gsc .gsc-search-button,
#gsc .gsc-search-button::before,
#gsc .gsc-search-button::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}
#gsc .gsc-search-button-v2 {
	border: none;
	margin: 0;
	padding: 0 10px;
	width: auto;
	min-width: 0;
	height: auto;
}

#gsc .gsc-result .gs-title {
	height: auto;
}


/* header #gNav
 * --------------------------------------- */
.header_bottom {
	border-top: 1px solid #0a104a;
	border-bottom: 1px solid #0a104a;
	box-sizing: border-box;
	margin: 0px auto 0px;
	padding: 5px 0;
	max-width: 1340px;
}
.header_bottom .inner {
	height: 38px;
}
.header_bottom #gNav {
	display: block;
}
.header_bottom #gNav li {
	display: inline-block;
}
.header_bottom #gNav li a {
	display: block;
	font-size: 15px;
	padding: 5px 24px;
}
.header_bottom #gNav li a:hover {
	background-color: #f5f5f5;
}
.header_bottom .navbar_btn {
	display: none;
}

@media screen and (max-width: 1100px) {
	.header_bottom #gNav li a {
		padding: 5px 16px;
	}
}
@media screen and (max-width: 980px) {
	.header_bottom {
		border: none;
		margin: 0 auto;
		padding: 0;
	}
	.header_bottom .inner {
		height: 10px;
	}
	.header_bottom #gNav {
		display: none;
		position: absolute;
		top: 85px;
		right: 0;
		background-color: #fff;
		box-shadow: 0 2px 1px 1px rgba(51, 51, 51, 0.2) ;
		margin: 0;
		padding: 15px 0 10px;
		width: 100%;
		z-index: 920;
	}
	.header_bottom #gNav li {
		display: block;
		margin: 0;
		font-size: 14px;
		font-weight: bold;
		padding: 0 2%;
		width: 96%;
	}
	.header_bottom #gNav li a {
		background: none;
		border-top: 1px dotted #0a104a; 
		padding: 10px 20px;
	}
	.header_bottom #gNav li a:hover {
		background-color: #f5f5f5;
	}
	.header_bottom .navbar_btn {
		position: absolute;
		display: block;
		top: 15px;
		right: 5px;
		background-color: #fff;
	}
	.header_bottom .navbar_btn ul {
		overflow: hidden;
	}
	.header_bottom .navbar_btn ul li {
		float: right;
		cursor: pointer;
		padding: 8px 12px;
	}
	.header_bottom .navbar_btn ul li.tel {
		display: none;
	}
	.header_bottom .navbar_btn ul li .icon {
		
	}
	.header_bottom .navbar_btn ul li .txt {
		font-size: 10px;
		font-weight: bold;
		letter-spacing: 0;
	}
	.header_bottom .navbar_btn ul li.menu .icon span {
		display: block;
		background-color: #0a104a;
		margin: 0 auto 6px;
		width: 30px;
		height: 4px;
	}
}
@media screen and (max-width: 480px) {
	.header_bottom #gNav {
		top: 65px;
	}
	.header_bottom #gNav li a {
		font-size: 14px;
		padding: 8px 20px;
	}
	.header_bottom .navbar_btn {
		top: 14px;
		right: 0;
	}
	.header_bottom .navbar_btn ul li {
		padding: 0 7px;
	}
	.header_bottom .navbar_btn ul li.tel {
		display: block;
	}
	.header_bottom .navbar_btn ul li.menu .icon {
		margin-top: 1px;
	}
	.header_bottom .navbar_btn ul li.menu .icon span {
		margin: 0 auto 5px;
		width: 24px;
		height: 4px;
	}
	.header_bottom .navbar_btn ul li.tel .icon img {
		width: 26px;
	}
	.header_bottom .navbar_btn ul li.tel .txt {
		margin-top: 2px;
	}
}



/* parts
 * --------------------------------------- */




/* footer
 * --------------------------------------- */
footer {
	background-color: #eee;
	margin-top: 50px;
}

#footerLogo {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 25px 40px 30px;
}
#footerLogo .logo {
	float: left;
	text-align: left;
}
#footerLogo .logo .footer-menu ul {
	display: flex;
	column-gap: 16px;
}
#footerLogo .logo img {
	height: 54px;
}
#footerLogo .link {
	float: right;
	margin-top: 8px;
	overflow: hidden;
}
#footerLogo .link p {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 12px 15px 0 0;
}
#footerLogo .link .tel {
	float: left;
	margin: 10px 0 0;
}
#footerLogo .link .mail {
	float: left;
	margin-left: 15px;
}
#footerLogo .link .mail a {
	display: block;
	background-color: #0a104a;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
}
#footerLogo .link .mail img {
	margin: 0 10px 2px 0;
	vertical-align: middle;
	width: 20px;
}
#footerLogo .link .mail a:hover {
	background-color: #999;
}
@media screen and (max-width:1380px) {
	#footerLogo {
		align-items: center;
	}
	#footerLogo .link {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	#footerLogo .link .tel {
		margin-top: 0;
	}
}
@media screen and (max-width:1000px) {
	#footerLogo .footer-menu ul {
		flex-direction: column;
	}
}
@media screen and (max-width:640px) {
	#footerLogo {
		flex-direction: column;
		align-items: flex-start;
	}
}

#footerMap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#footerMap dl {
	float: left;
	font-size: 14px;
	margin-left: 1%;
	text-align: left;
	width: 23%;
	height: 100%;
}
#footerMap dl:nth-child(3n) {
	margin-right: 1%;
}

#footerMap dl dt {
	border-bottom: 2px solid #0a104a;
	font-weight: bold;
	margin-bottom: 7px;
	padding: 0 12px 5px;
}
#footerMap dl dd {
	padding: 0 12px;
}
#footerMap dl dd.map {
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
	height: 400px;
}
#footerMap dl dd span.kag {
	display: inline-block;
}
#footerMap dl dd .pc {
	display: inline-block;
	padding-right: 15px;
}
#footerMap dl dd .smp {
	display: none;
}

#footerContent {
	padding: 60px 0;
}
#footerContent .sns {
	padding-bottom: 30px;
}
#footerContent .sns a:hover {
	opacity: 0.75;
}
#footerContent .copy {
	font-size: 12px;
}
#footerContent .copy span {
	display: inline-block;
}
#footerContent .copyright small {
	font-size: 12px;
}

@media screen and (max-width: 768px) {
	#footerLogo {
		padding: 25px 20px 30px;
	}
	#footerMap dl dd.map {
		height: 300px;
	}
}
@media screen and (max-width: 480px) {
	footer {
		margin-top: 20px;
	}
	#footerLogo {
		padding: 15px 3% 30px;
	}
	#footerLogo .logo {
		float: none;
	}
	#footerLogo .logo img {
		width: 70%;
		max-width: 300px;
		height: auto;
	}
	
	#footerLogo .link {
		float: none;
		margin-top: 8px;
		width: 100%;
	}
	#footerLogo .link p {
		float: none;
		margin: 12px 15px 0 0;
	}
	#footerLogo .link .tel {
		margin: 10px 1% 0;
		width: 48%;
	}
	#footerLogo .link .tel a {
		display: block;
		background-color: #fff;
		border-radius: 3px;
		padding: 10px;
	}
	#footerLogo .link .tel img {
		width: 100%;
		max-width: 250px;
		vertical-align: middle;
	}
	#footerLogo .link .mail {
		margin: 10px 1% 0;
		width: 48%;
	}
	#footerLogo .link .mail a {
		padding: 10px;
	}
	
	
	#footerMap {
		box-sizing: border-box;
		padding: 0 3%;
	}
	#footerMap dl {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	#footerMap dl:nth-child(2n) {
		margin-right: 0;
	}
	
	#footerMap dl dt {
		font-weight: bold;
	}
	#footerMap dl dd {
		font-size: 13px;
		padding: 0 10px;
	}
	#footerMap dl dd.map {
		margin-bottom: 10px;
		padding: 0;
		width: 100%;
		height: 250px;
	}
	#footerMap dl dd .pc {
		display: none;
	}
	#footerMap dl dd .smp {
		display: inline-block;
		padding-right: 15px;
	}
	
	#footerContent {
		padding: 20px 0 40px;
	}
}


/* .pagetop
 * --------------------------------------- */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 200;
}
.pagetop a {
	display: block;
	padding: 10px 5px;
}

@media screen and (max-width: 980px) {
	.pagetop {
		bottom: 10px;
		right: 10px;
	}
	.pagetop a {
		padding: 0;
	}
	.pagetop a img {
		background-color: rgba(255, 255, 255, 0.75);
		padding: 12px 6px;
		width: 30px;
		height: auto;
	}
}

/* .footer_tel
 * --------------------------------------- */
.footer_tel {
	display: none;
}
@media screen and (max-width: 480px) {
	.footer_tel {
		display: block;
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 50px;
		z-index: 1000;
	}
	.footer_tel a {
		display: block;
		background-color: #0a104a;
		box-sizing: border-box;
		color: #fff;
		padding: 10px 3% 6px;
		width: 100%;
		height: 100%;
	}
	.footer_tel a p {
		font-size: 12px;
		letter-spacing: 0;
	}
	.footer_tel a .box {
		display: table;
		width: 100%;
	}
	.footer_tel a .box p.txt {
		display: table-cell;
		line-height: 1.2;
		margin-bottom: 8px;
		width: 30%;
		vertical-align: middle;
	}
	.footer_tel a .box div {
		display: table-cell;
		width: 65%;
	}
	.footer_tel a .box div img {
		width: 100%;
		max-width: 230px;
	}
	.footer_tel a p.info {
		border-top: 1px dotted #fff;
		margin-top: 8px;
		padding-top: 5px;
	}
}


/* .cf
 * --------------------------------------- */
.cf:before, .cf:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.cf:after {
    clear: both;
}



.foot-map{
display:flex;
flex-wrap: nowrap;
justify-content: space-between;
}

.foot-map dl{
Width:32%;
Margin-bottom:30px;
}

@media screen and (max-width:767px) {
.foot-map{
flex-wrap: wrap;
justify-content: space-between;
}

.foot-map dl{
Width:100%;
}

}


/* グレイス共通css
 * --------------------------------------- */

.txt-box {
    border: 2px solid #ddd;
    padding: 1rem;
}
.newstxt-box {
    border: 2px solid #ddd;
    padding: 1rem;
	background: #DDDDDD;
}
.newstxt-box-red {
    border: 2px solid #ddd;
    padding: 1rem;
	background: #fee1d9;
}

.kome-mark{
	font-size: 0.6rem !important;
}

.mb2rem{
	margin-bottom: 2rem;
}

.mb3rem{
	margin-bottom: 3rem;
}

.mt2rem{
	margin-top: 2rem;
}
.mt3rem{
	margin-top: 3rem;
}

.flex-img {
    display:flex;
}
.flex-img img {
    margin-right: 20px;
}
@media screen and (max-width: 768px) {
.flex-img {
    flex-direction: column;
}
.flex-img img {
    margin-right: 20px;
	margin-bottom: 2rem;
	width:100%;
}	
}
.container-img {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 3rem;
	
}
.container-img img{
	margin-bottom: 0.8rem;
	
}
.container-img .container-img-ttl{
	text-align: center;
	font-size: 1.2em;
}
.container-img p{
	max-width: 200px;
	font-size: 0.9em;
}

.container-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.container-box div {
	width: 30%;
}
.container-box div .h4head {
	text-align: center;
}
@media screen and (max-width: 768px) {
.container-img, .container-box {
	display: flex;
	flex-direction: column;
}
.container-img img{
	margin-bottom: 0.8rem;
	width:100%;	
}
.container-img .container-img-ttl{
	text-align: center;
	font-size: 1.2em;
}
.container-img p{
	max-width: 100%;
	font-size: 0.9em;
}	
}

.container-img2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 3rem;
}
.container-img2 img{
	margin-bottom: 0.8rem;
	padding-right: 50px;
}
.container-img2 .container-img-ttl2{
	text-align: center;
	font-size: 1.2em;
}
.container-img2 p{
	max-width: 200px;
	font-size: 0.9em;
	padding-right: 15px;
}

@media screen and (max-width: 768px) {
.container-img2 {
	display: flex;
	flex-direction: column;
}
.container-img2 img{
	margin-bottom: 0.8rem;
	width:100%;
	padding-right: 0px;
}
.container-img2 .container-img-ttl2{
	text-align: center;
	font-size: 1.2em;
}
.container-img2 p{
	max-width: 100%;
	font-size: 0.9em;
}
.container-box div {
	width: 100%;
	}	
}



/*お客様の声吹き出し*/
.fukidashi-voice {
	margin-top: 60px;
}

.fukidashi-voice ul {
	margin-top: -10px;
	padding: 0 10px;
}
.fukidashi-voice ul li {
	display: table;
	margin-bottom: 10px;
	width: 100%;
}
.fukidashi-voice ul li p {
    position: relative;
    display: table-cell;
    background-color: #F5F5F5;
    padding: 15px;
    vertical-align: middle;
}
.fukidashi-voice ul li p::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(245, 245, 245, 0);
	border-left-color: #F5F5F5;
	border-width: 10px;
	margin-top: -10px;
}
.fukidashi-voice ul li .icon {
	display: table-cell;
	padding: 0 20px;
	vertical-align: middle;
	width: 70px;
}
.fukidashi-voice ul li .icon img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.fukidashi-voice {
		margin-top: 40px;
	}
	
	.fukidashi-voice ul {
		margin-top: -10px;
		padding: 0;
	}
	.fukidashi-voice ul li .icon {
		padding: 0 15px;
	}
}

ul.common-ul-list {
	list-style:none;
}
ul.common-ul-list li:before{
content: "●";
color:#9B89AE;
padding-right:5px;

}

.solved_detail {
	margin: 15px auto 30px;
	text-align: center;
	width: 97%;
}
.solved_detail th {
	background-color: #9B89AE;
	text-align: center;
}
.solved_detail td {
	background-color: #f5f5f5;
}
.solved_content {
	margin: 0 10px 30px;
}
.solved_content .solved_box {
	margin: 0 0 30px;
	width: 100%;
}
.solved_content .solved_box p {
	margin: 0 10px 15px;
}
.solved_content .solved_box .solved_title {
	background: url(https://www.kagoshima-kotsujiko.com/img/titlebg_kaiketsu.gif) repeat top left;
	box-sizing: border-box;
	color: #444;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
	margin: 0 0 15px;
	padding: 5px 10px;
	width: 100%;
}
.solved_content .solved_box .solved_title span {
	display: inline-block;
	border-left: 6px solid #ffcc00;
	padding: 3px 0 0 10px;
}
.solved_content .solved_box .solved_tabletitle {
	margin: 20px 10px 5px;
}
.solved_content .solved_box .solved_result_table {
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.solved_content .solved_box .solved_result_table tr td:nth-child(2n-1) {
	background-color: #9B89AE;
}
.solved_content .solved_box .solved_result_table tr td:nth-child(2n) {
	background-color: #dddcd6;
}
.solved_content .solved_box .solved_result_table tr.row01 td:nth-child(2) {
	background-color: #9B89AE;
}
.solved_content .solved_box .solved_result_table tr.row01 td:nth-child(3) {
	background-color: #dddcd6;
}

.practiceAreaNav {
  margin-bottom:20px; }

/* line 2345, ../scss/o-1910.scss */
.practiceAreaNav ul {
  margin: 0 10px;
  overflow: hidden; }

/* line 2349, ../scss/o-1910.scss */
.practiceAreaNav ul li {
  float: left;
  margin: 0 2% 8px 0;
  width: 32%;
  list-style: none; }

/* line 2355, ../scss/o-1910.scss */
.practiceAreaNav ul li:nth-child(3n) {
  margin-right: 0; }

/* line 2358, ../scss/o-1910.scss */
.practiceAreaNav ul li a {
  display: table;
  background-color: #f5f5f5;
  border-radius: 5px;
  box-sizing: border-box;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 12px;
  width: 100%; }

/* line 2369, ../scss/o-1910.scss */
.practiceAreaNav ul li a:hover {
  background-color: #ddd;
  text-decoration: none; }

/* line 2373, ../scss/o-1910.scss */
.practiceAreaNav ul li a,
.practiceAreaNav ul li a::before,
.practiceAreaNav ul li a::after {
  -webkit-transition: all .5s;
  transition: all .5s; }

/* line 2379, ../scss/o-1910.scss */
.practiceAreaNav ul li a span {
  display: table-cell; }

/* line 2382, ../scss/o-1910.scss */
.practiceAreaNav ul li a span.txt strong {
  display: inline-block;
  color: #9B89AE;
  font-size: 13.5px;
  margin-right: 3px; }

/* line 2388, ../scss/o-1910.scss */
.practiceAreaNav ul li a span.arrow {
  color: #9B89AE;
  font-size: 13.5px;
  font-weight: bold;
  text-align: right;
  width: 15px; }

@media screen and (max-width: 768px) {
  /* line 2397, ../scss/o-1910.scss */
  .practiceAreaNav {
    margin: -10px 0 10px; }

  /* line 2400, ../scss/o-1910.scss */
  .practiceAreaNav ul {
    margin: 0 5px; }

  /* line 2403, ../scss/o-1910.scss */
  .practiceAreaNav ul li {
    float: none;
    margin: 0 0 8px 0;
    width: 100%; } }

a.btn-flat-logo {
  position: relative;
  font-weight: bold;
padding-top: 1.5em;
  padding-right: 3em;
  padding-left: 3em;
  padding-bottom: 1.5em;
  text-decoration: none;
  color: #FFF !important;
  background-color: #0B104A;
  transition: .4s;
  margin-top: 30px;
  margin-bottom: 40px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: table; }

/* line 1782, ../scss/o-1910.scss */
a.btn-flat-logo:hover {
  background-color: #001753;
  color: #FFF; }

/* line 1786, ../scss/o-1910.scss */
a.btn-flat-logo:visited {
  color: #FFF; }

.faqDetail .num {
	display: table;
	border-radius: 25px;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	width: 50px;
	height: 50px;
}
.faqDetail .num span {
	display: table-cell;
	font-weight: bold;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.faqDetail .num {
		border-radius: 20px;
		font-size: 15px;
		width: 40px;
		height: 40px;
	}
}


/*qBox*/
.faqDetail .qBox {
	position: relative;
	background-color: #f5f5f5;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 30px 0 20px;
	padding: 20px;
}
.faqDetail .qBox .num {
	position: absolute;
	top: -15px;
	left: 15px;
	background-color: #9B89AE;
	color: #fff;
}
.faqDetail .qBox h3 {
	font-size: 15px;
	line-height: 1.6;
	padding-left: 65px;
}
@media screen and (max-width: 768px) {
	.faqDetail .qBox {
		margin-bottom: 0;
		padding: 15px 20px;
	}
	.faqDetail .qBox h3 {
		font-size: 14px;
		font-weight: bold;
		margin-top: 15px;
		margin-bottom: 0;
		padding-left: 0;
	}
}


/*aBox*/
.faqDetail .aBox {
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px 15px 0;
}
.faqDetail .aBox .num {
	float: left;
	background-color: #eee;
	color: #9B89AE;
}
.faqDetail .aBox .txtBox {
	margin-top: 15px;
	padding-left: 20px;
}
.faqDetail .aBox .txtBox p {
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.faqDetail .aBox {
		margin-bottom: 0;
		padding: 20px 15px;
	}
	.faqDetail .aBox .num {
		float: none;
	}
	.faqDetail .aBox .txtBox {
		margin-top: 10px;
		padding-left: 0;
	}
}

.feeNote {
  margin: 0 0 50px; }

/* line 3200, ../scss/o-1910.scss */
.feeNote dl {
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  padding: 15px 7px; }

/* line 3205, ../scss/o-1910.scss */
.feeNote dl dt {
  float: left;
  color: #9B89AE;
  font-weight: bold;
  width: 150px; }

/* line 3211, ../scss/o-1910.scss */
.feeNote dl dd {
  padding-left: 170px; }

@media screen and (max-width: 768px) {
  /* line 3216, ../scss/o-1910.scss */
  .feeNote dl {
    margin-bottom: 0;
    padding: 15px 7px; }

  /* line 3220, ../scss/o-1910.scss */
  .feeNote dl dt {
    float: none;
    margin-bottom: 10px;
    width: 100%; }
	.feeNote dl dt img{
    margin-left: 0rem;
    margin-right: auto;
	}

  /* line 3225, ../scss/o-1910.scss */
  .feeNote dl dt br {
    display: none; }

  /* line 3228, ../scss/o-1910.scss */
  .feeNote dl dd {
    padding-left: 0; } }

.faqBox {
  margin-bottom: 20px; }

/* line 916, ../scss/o-1910.scss */
.faqBox .box {
  display: table;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%; }

/* line 923, ../scss/o-1910.scss */
.faqBox .box .label {
  display: table-cell;
  background-color: #f5f5f5;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 30px; }

/* line 933, ../scss/o-1910.scss */
.faqBox .box .txt {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle; }

/* line 938, ../scss/o-1910.scss */
.faqBox .qBox {
  background-color: #f5f5f5; }

/* line 941, ../scss/o-1910.scss */
.faqBox .qBox .label {
  background-color: #fff;
  color: #333; }

/* line 945, ../scss/o-1910.scss */
.faqBox .qBox .txt {
  font-size: 14px;
  font-weight: bold; }

/* line 949, ../scss/o-1910.scss */
.faqBox .aBox .label {
  background-color: #f5f5f5;
  color: #333; }

/* .lawyer_list
 * --------------------------------------- */
/*catList*/
.faq .faq_list .catList {
	margin-bottom: 50px;
}
.faq .faq_list .catList ul {
	overflow: hidden;
}
.faq .faq_list .catList ul li {
	float: left;
	margin: 0 2% 15px 0;
	width: 49%;
}
.faq .faq_list .catList ul li:nth-child(2n) {
	margin-right: 0;
}
.faq .faq_list .catList ul li a {
	display: table;
	border: 5px solid #EDE7F0;
	box-sizing: border-box;
	padding: 10px;
}
.faq .faq_list .catList ul li a:hover {
	background-color: #fafafa;
}
.faq .faq_list .catList ul li a p {
	display: table-cell;
	line-height: 1.6;
	padding-left: 10px;
	vertical-align: middle;
}
.faq .faq_list .catList ul li a p b {
	display: block;
	font-size: 1.8rem;
}
.faq .faq_list .catList ul li a .img {
	display: table-cell;
	width: 50%;
}
.faq .faq_list .catList ul li a .img img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.faq .faq_list .catList ul li a {
		display: block;
	}
	.faq .faq_list .catList ul li a p {
		display: block;
		padding: 0 10px 10px;
	}
	.faq .faq_list .catList ul li a p b {
		display: inline-block;
		font-size: 1.7rem;
	}
	.faq .faq_list .catList ul li a .img {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.faq .faq_list .catList ul li {
		margin: 0 2% 10px 0;
	}
	.faq .faq_list .catList ul li a {
		border: 4px solid #EDE7F0;
		padding: 8px;
	}
	.faq .faq_list .catList ul li a p {
		padding: 0 2px 10px;
	}
	.faq .faq_list .catList ul li a p b {
		display: inline-block;
		font-size: 1.6rem;
	}
}


/*.head*/
.faq .faq_list .head {
	display: table;
	border: 5px solid #EDE7F0;
	box-sizing: border-box;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 15px;
	width: 100%;
}
.faq .faq_list .head h4 {
	display: table-cell;
	font-size: 1.7rem;
	letter-spacing: 1px;
	padding-left: 15px; 
	vertical-align: middle;
}
.faq .faq_list .head h4 b {
	display: inline-block;
	font-size: 2.2rem;
	padding-right: 3px;
}
.faq .faq_list .head .img {
	display: table-cell;
	width: 280px;
}
.faq .faq_list .head .img img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.faq .faq_list .head h4 b {
		display: block;
	}
	.faq .faq_list .head .img {
		width: 240px;
	}
}
@media screen and (max-width: 480px) {
	.faq .faq_list .head {
		display: block;
		border: 4px solid #EDE7F0;
		padding: 10px;
	}
	.faq .faq_list .head h4 {
		display: block;
		font-size: 1.4rem;
		letter-spacing: 0;
		padding: 0 5px 10px; 
	}
	.faq .faq_list .head h4 b {
		display: inline-block;
		font-size: 1.8rem;
	}
	.faq .faq_list .head .img {
		display: block;
		width: 100%;
	}
}


/*.list*/
.faq .faq_list .list {
	margin-bottom: 50px;
}
.faq .faq_list .list .box {
	margin-bottom: 10px;
	overflow: hidden;
}
.faq .faq_list .list .box a {
	position: relative;
	display: table;
	box-sizing: border-box;
	padding: 10px 50px 10px 15px;
	width: 100%;
}
.faq .faq_list .list .box a::after {
	position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    display: block;
    background: url(../img/arrow_gray_w50.png) no-repeat center center;
    background-size: contain;
    content: "";
	margin-top: -2px;
    width: 15px;
    height: 15px;
}
.faq .faq_list .list .box a:hover {
	background-color: #f8f8f8;
}
.faq .faq_list .list .box a .num {
	display: table-cell;
	vertical-align: middle;
	width: 50px;
}
.faq .faq_list .list .box a .num > span {
	display: table;
	background-color: #9B89AE;
	border-radius: 25px;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	vertical-align: middle;
	width: 50px;
	height: 50px;
}
.faq .faq_list .list .box a .num > span > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.faq .faq_list .list .box a p {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
	.faq .faq_list .list .box a {
		padding: 15px 30px 15px 0;
	}
	.faq .faq_list .list .box {
		border-bottom: 1px dashed #ddd;
		margin-bottom: 0; 
	}
	.faq .faq_list .list .box:last-child {
		border-bottom: none;
	}
	.faq .faq_list .list .box a::after {
		right: 5px;
		margin-top: 0;
		width: 12px;
		height: 12px;
	}
	.faq .faq_list .list .box a .num {
		vertical-align: top;
		width: 30px;
	}
	.faq .faq_list .list .box a .num > span {
		border-radius: 18px;
		font-size: 1.5rem;
		width: 36px;
		height: 36px;
	}
	.faq .faq_list .list .box a p {
		padding-left: 10px;
	}
}




/* .faq_detail
 * --------------------------------------- */
/*.num*/
.faq_detail .num {
	float: left;
	display: table;
	background-color: #9B89AE;
	border-radius: 50%;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	width: 50px;
	height:50px;
}
.faq_detail .num span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
.faq_detail .num {
		font-size: 1.6rem;
		width: 42px;
		height:42px;
	}
}

/*.head*/
.faq_detail .head {
	margin: 40px 10px;
	overflow: hidden;
}

.faq_detail .head h4 {
	font-size: 1.8rem;
	padding: 5px 10px 10px 70px;
}
@media screen and (max-width: 480px) {
	.faq_detail .head {
		margin: 30px 5px;
	}

	.faq_detail .head h4 {
		font-size: 1.7rem;
		padding: 5px 5px 5px 65px;
	}
}

/*.answer*/
.faq_detail .answer {
	margin: 15px 10px;
	overflow: hidden;
}
.faq_detail .answer .num {
	background-color: #EDE7F0;
	color: #9B89AE;
}
.faq_detail .answer .txtBox {
	margin-bottom: 0;
	padding: 10px 10px 10px 20px;
}
.faq_detail .answer .txtBox strong {
	background-image: linear-gradient(transparent 55%, #ffec4d 55%);
}
@media screen and (max-width: 480px) {
	.faq_detail .answer {
		margin: 10px 5px;
	}
	.faq_detail .answer .txtBox {
		padding: 5px 5px 5px 23px;
	}
}

/*テーブル装飾*/

.table-rikon {
border-collapse: collapse;
text-align: left;
line-height: 1.5;
border: 1px solid #ccc;
width: 100%;	
}
.table-rikon th {
padding: 10px;
font-weight: bold;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #9B89AE;
color: #ffffff;
}
.table-rikon td {
padding: 10px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #ffffff;

}

ol.common-ol-list {
	list-style-type: decimal;
	margin-left: 2rem;
  
}
ol.common-ol-list li{
  text-indent: -1.3em;
  padding-left: 1.3em;
}



.h2head{
	border-bottom: 3px solid #0a104a;
	font-size: 24px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.h2head {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.h3head {
    background-color: #f5f5f5;
    color: #4f312d;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 8px 20px;
    text-align: left;
}


.h4head {
	border-bottom: 2px solid #4f312d;
    color: #4f312d;
    font-size: 1.0rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 8px 10px;
    text-align: left;
}
.h5head {
    color: #4f312d;
    font-size: 1.0rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 8px 10px;
    text-align: left;
}

.textLeft {
	text-align: left;
}

.contact-column {
	display: flex;
	padding: 30px 0 20px;
	border: 1px solid #4f312d;
}
.contact-column .column {
	width: 50%;
}
.contact-column .column:first-child {
	border-right: 1px solid #4f312d;
}
.contact-column .column img {
	position: relative;
	top: -5px;
}
.contact-column .column img.tel {
	height: 30px;
	width: auto;
}
.contact-column .column span.tel {
	font-size: 2em;
	font-weight: bold;
	line-height: 30px;
}
.contact-column .column span.mail {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 30px;
}
.contact-column .column .memo {
	font-size: 0.9em;
}
@media screen and (max-width: 768px) {
	.contact-column {
		display: block;
		padding: 0;
	}
	.contact-column .column {
		width: 100%;
		padding: 20px 0;
	}
	.contact-column .column:first-child {
		border-bottom: 1px solid #4f312d;
		border-right: 0;
	}

}

#mediacontact .column2 {
	display: flex;
	margin: 3em 0;
	padding: 0;
	border: 1px solid #4f312d;
}
#mediacontact .column2 .column {
	margin: 0;
	padding: 0;
	width: 50%;
	box-sizing: border-box;
	text-align: left;
}
#mediacontact .column2 .column.pd20 {
	padding: 20px;
}
#mediacontact .column2 .column img {
	width: 100%;
	height: auto;
}
#mediacontact .column2 .column .title {
	font-size: 1.3em;
	font-weight: bold;
}
#mediacontact .column2 .column .summary {
	margin: 1em 0;
}
#mediacontact .column2 .column .more {
	text-align: right;
}
@media screen and (max-width: 768px) {
	#mediacontact .column2 {
		display: block;
	}
	#mediacontact .column2 .column {
		width: 100%;
	}
}

/************************
recaptcha
************************/
/*お問い合わせ以外ではreCAPTCHAマーク非表示*/
body:not(.page-id-18) .grecaptcha-badge {
	visibility: hidden;
}
.grecaptcha-badge {
	bottom: 70px !important;
}
@media only screen and (max-width: 1023px) {
	.grecaptcha-badge {
		bottom: 55px !important;
	}
}


/* #indexLawyer
 * --------------------------------------- */
 #indexLawyer .lawyer_list {
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;
}
#indexLawyer .lawyer_list dl {
	float: left;
	margin-right: 2.5%;
	margin-bottom: 40px;
	width: 18%;
}
#indexLawyer .lawyer_list dl:nth-child(5n) {
	margin-right: 0;
}
#indexLawyer .lawyer_list dl a {
	display: block;
}
#indexLawyer .lawyer_list dl a:hover {
	background: url(../img/bg_stripe01.png) repeat;
}
#indexLawyer .lawyer_list dl .img img {
	width: 100%;
}
#indexLawyer .lawyer_list dl a:hover .img img {
	opacity: 0.75;
}
#indexLawyer .lawyer_list dl a .img img,
#indexLawyer .lawyer_list dl a .img img::before,
#indexLawyer .lawyer_list dl a .img img::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}


#indexLawyer .lawyer_list dl .sub {
	font-size: 14px;
	line-height: 1.6;
	margin: 15px 0 10px;
}
#indexLawyer .lawyer_list dl .sub span {
	display: inline-block;
}
#indexLawyer .lawyer_list dl dt {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}
#indexLawyer .lawyer_list dl .en {
	font-size: 14.5px;
	font-style: italic;
	line-height: 1.3;
	padding-bottom: 10px;
}

@media screen and (max-width: 1100px) {
	#indexLawyer .lawyer_list dl .sub {
		font-size: 13.5px;
	}
}
@media screen and (max-width: 768px) {
	#indexLawyer .lawyer_list dl {
		margin-right: 3%;
		margin-bottom: 30px;
		width: 22.75%;
	}
	#indexLawyer .lawyer_list dl:nth-child(5n) {
		margin-right: 3%;
	}
	#indexLawyer .lawyer_list dl:nth-child(4n) {
		margin-right: 0;
	}
	#indexLawyer .lawyer_list dl .sub {
		font-size: 13px;
		letter-spacing: 0;
		line-height: 1.8;
	}
}
@media screen and (max-width: 480px) {
	#indexLawyer .lawyer_list dl {
		width: 48.5%;
	}
	#indexLawyer .lawyer_list dl:nth-child(4n) {
		margin-right: 3%;
	}
	#indexLawyer .lawyer_list dl:nth-child(2n) {
		margin-right: 0;
	}
	#indexLawyer .lawyer_list dl dt {
		font-size: 15px;
	}
	#indexLawyer .lawyer_list dl .en {
		font-size: 14px;
	}
}
