
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.border {
	border:1px solid #000;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  border-top:3px solid #429ed5;
  background-image: url(../images/bk.jpg);
  background-position: top -7px left;
  background-repeat: repeat-x;
}

b, strong, .bold{
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  color: #429ed5;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}

.container p a:hover {
  color:#0075ab;
  outline: none;
  text-decoration:underline;
}

p {
  padding: 0;
  margin: 0 0 30px 0;  
  font-size:18px;
  line-height: 180%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

p.non_margin {
	margin:0;
}

ul {
	margin:0 0 0 10px;
	padding: 0;
}

ul li {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: relative;
  display: none;
  background: #429ed5;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 0px;
  bottom: 5px;
  transition: background 0.5s;
  z-index: 11;
  float: right;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.for_sp {
	display: none;
}

.for_xs {
	display: none;
}

@media (max-width: 1179px) {
.back-to-top {
  bottom: 10px;
}
}

@media (max-width: 767px) {
.back-to-top {
  width: 38px;
  height: 38px;
  bottom: 8px;
  font-size: 20px;
  right: 10px;
}
.back-to-top i {
  padding-top: 7px;
  color: #fff;
}
}

@media (min-width: 768px) {
.container {
    max-width: 100%;
}
}

@media screen and (min-width: 1025px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.for_pc_tel {
		color:#333;
	}
}

@media (min-width: 992px) {
.container {
    max-width: 100%;
}
	}

@media (min-width: 1180px) {
.container {
    max-width: 1180px;
}
}



.back-to-top-for-sp {
	display: none !important;
}

@media (max-width: 767px) {
.for_sp {
	display: inherit;
}
.back-to-top-for-sp {
	display: inherit!important;
}
.for_pc {
	display: none;
	}
.sp_indent_01 {
	padding-left:1.0em;
	display: inline-block;
	margin:0;
	}
}

@media (max-width: 590px) {
	.for_xs {
		display: inherit;
	}  

}

.container img {
	max-width: 100%;
	height: auto;
}



/*--------------------------------------------------------------
# footbar
--------------------------------------------------------------*/
#header {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  color:#FFF;
  background: rgba(0, 117, 171, 0.9);
  font-size:16px;
  padding: 20px 0 0 0;
  height: 75px;
  line-height: 0;
}



#header a {
	color:#FFF;
}

#header a:hover {
	color:#f9cf47;
}

@media (min-width: 1180px) {
#header {
  font-size:21px;
  padding: 16px 0;
  height: 75px;	
}
}

#header.header-scrolled {
  background: rgba(0, 117, 171, 0.8);
  transition: all 0.5s;
}

@media (min-width: 1180px) {
#header.header-scrolled {
  padding: 12px 0;
  height: 65px;
}
}

@media (max-width: 1179px) {
#header.header-scrolled {
  padding: 15px 0 0 0;
  height: 65px;
}
	
	#home button {
		display: none;
	}
	
	#home button.scrolled {
		display: inherit;
	}
}

#header #logo {
  float: none;
  line-height: 140%;
  position: relative;
  top:5px;
}

@media (min-width: 1180px) {
#header #logo {
  width:1180px;
  margin:0 auto;
}
}






#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #429ed5;
}

#header #logo img {
  padding: 0;
  margin: 0;
}


.ft_consulting {
  background: rgba(66, 158, 213, 0.8);
  color:#FFF;
  padding:10px 20px;
  border-radius: 7px;
  margin-right:15px;
}




@media (max-width: 1179px) {
.ft_consulting {
  margin-right:10px;
  margin-left:60px;
}
}

.footbar-tel {
	position: relative;
	top:2px;
}

.footbar-tel a {
	color:#FFF !important;
	text-decoration: none !important;
}

@media (max-width: 1179px) {
#header .font28 {
  font-size:21px;
}
#header .font25 {
  font-size:21px;
}
}

@media (max-width: 991px) {
#header span.address {
  display: none;
}
}

@media (min-width: 768px) {
#home #header {
	display: none;
}

#home #header.header-scrolled {
	display: inherit;
}	
}

@media (max-width: 768px) {
#home button {
	display: inherit;
}
}


/*--------------------------------------------------------------
# Head Gnavi
--------------------------------------------------------------*/
#head-gnavi {
  background-image: url(../images/hd_bk.jpg);
  background-position: top -10px center;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
}

.sub_contents #head-gnavi {
  height: 290px;
}

#home #head-gnavi {
  border-top: 3px solid rgb(66, 158, 213);
}

#head-gnavi .container {
  position: relative;
}
	
#head-gnavi .head-logo{
	margin-top:28px;
}

@media (max-width: 1179px) {
#head-gnavi .head-logo{
	margin-left:auto;
	margin-right: auto;
}
#head-gnavi {
  background-position: top -30px center;
  height: 390px;
}
}

@media (min-width: 768px) {
#home #head-gnavi {
  position: absolute;
  top:0;
  width:100%;
  height: 120px;
  background-image: url(../images/hd_bk_home.png);  
}

}

#head-gnavi nav {
    position: absolute;
	right:0;
	padding-right:0;
	top:38px;
}

#head-gnavi h2 {
    clear:both;
	text-align: center !important;
    font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 38px;
	position: relative;
	letter-spacing:3px;
	margin-top:80px;
}

.sub_contents #head-gnavi h2 {
	margin-top:110px;
}

#head-gnavi p.lead-txt {
	font-size:18px;
}

#head-gnavi ul.page-navi {
	list-style-type: none;
	margin:0px auto 0 auto;
	padding: 0;
}

#head-gnavi ul.page-navi li {
	display: inline;
	font-size:20px;
	color:#FFF;
	padding:0 60px;
}

@media (max-width: 991px) {
#head-gnavi {
  background-position: top -30px center;
  height: 350px;
}
#head-gnavi h2 {
  margin-top:60px;
}
.page-navi-area {
	height: 70px;
}
#head-gnavi ul.page-navi {
    margin: 0px auto 0 auto;
	line-height: 140%;
}
#head-gnavi ul.page-navi-long {
    margin: 10px auto 0 auto;
}
}



@media (max-width: 767px) {
#head-gnavi h2 {
	font-size: 28px;
	margin-top:60px;
	margin-bottom:20px;
}
	
#head-gnavi h2.longh2 {
	font-size: 28px;
	margin-top:60px;
	margin-bottom:20px;
}
#head-gnavi p.lead-txt {
	font-size:16px;
	line-height: 140%;
	text-align: left;
}
#head-gnavi ul.page-navi li {
    display: inline;
    font-size: 16px;
    color: #FFF;
    padding: 0 10px;
}
#logo {
  display: none;
}
.sp_clear {
  clear:both;
  display: block !important;
}
.sub_contents #head-gnavi {
  height: 150px;
}
.sub_contents #head-gnavi h2 {
	margin-top:60px;
	font-size:24px;
}
}

.page-navi-area {
	width:100%;
	height: 92px;
	position: absolute;
	bottom:0;
	background: rgba(0, 117, 171, 0.7);
	text-align: center;
	display: table;
}

.page-navi-area .container {
  display: table-cell;
  vertical-align: middle
}

.page-navi-area a {
	color:#FFF;
}

.page-navi-area a:hover {
	color:#FFF;
	text-decoration: underline;
}


.gnavi_home {
	background-color:#DDD;
	border-radius: 20px;
	width:38px;
	height: 38px;
	text-align: center;
	position: relative;
	top:-10px;
}

.gnavi_home i {
  top: 7px;
  left: -1px;
  position: relative;
  color: #FFF;
  font-size: 22px;
}

/*--------------------------------------------------------------
# 共通
--------------------------------------------------------------*/

#main {  
	font-size:18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	line-height: 180%;
}

span.icon_allow:before {
	padding-right: 8px;
    font-family: FontAwesome;
    content: "\f105";
}

span.icon_allow_mizu:before {
	padding-right: 8px;
    font-family: FontAwesome;
    content: "\f105";
	color:#b0d4de;
}

.mb10 {
	margin-bottom:12px;
}

.mb20 {
	margin-bottom:24px;
}

.mb30 {
	margin-bottom:33px;
}

.mb40 {
	margin-bottom:42px;
}

.mb50 {
	margin-bottom:54px;
}

.mb60 {
	margin-bottom:60px;
}

.mb80 {
	margin-bottom:80px;
}

@media (max-width: 767px) {
.mb80 {
	margin-bottom:40px;
}
}
	
.mt10 {
	margin-top:12px;
}

.mt20 {
	margin-top:24px;
}

.mt30 {
	margin-top:33px;
}

.mt40 {
	margin-top:42px;
}

.mt50 {
	margin-top:54px;
}

.mt60 {
	margin-top:60px;
}

.lh200 {
	line-height: 200%;
}


.pd10 {
	padding:12px 0;
}

.pd20 {
	padding:24px 0;
}

.font14 {
	font-size:14px;
}

.font16 {
	font-size:16px;
}

.font20 {
	font-size:20px;
}

.font25 {
	font-size:25px;
}

.font28 {
	font-size:28px;
}

.font30 {
	font-size:30px;
}

.font32 {
	font-size:32px;
}

.font34 {
	font-size:34px;
}

@media (max-width: 767px) {
.font34 {
	font-size:33px;
}
.font25 {
	font-size:23px;
}
	.font14_sp{
	font-size:14px;	
	}
}

.font60 {
	font-size:60px;
}

.text_orange {
	color:#f39f39;
}

.text_black {
	color:#333;
}

.bk_beige {
	background-color:#faf9f8 !important;
}

.bk_white {
	background-color:#ffffff !important;
}


ul.ul_indent {
	margin:0;
	padding:0;
}

ul.ul_indent_01 li {
	margin-left:1.0em;
	text-indent: -1.0em;
	list-style-type: none;
}

ul.ul_indent_15 li {
	margin-left:1.5em;
	text-indent: -1.5em;
	list-style-type: none;
}

ul.ul_indent_02 li {
	margin-left:1.0em;
	text-indent: -2.0em;
	list-style-type: none;
}

ul.ul_indent_03 li {
	margin-left:3.0em;
	text-indent: -3.0em;
	list-style-type: none;
}

ul.ul_indent_04 li {
	margin-left:4.2em;
	text-indent: -4.2em;
	list-style-type: none;
}

ul.ul_indent_04h li {
	margin-left:4.5em;
	text-indent: -4.5em;
	list-style-type: none;
}

.contents_box {
	padding:60px 0 75px 0;
}

.ttl_head {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size:14px;
	letter-spacing: 1px;
	color:#77b2d5;
    min-height: 58px;
	background-image: url(../images/ttl_bk.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top:20px;
	margin-bottom: 32px;
    line-height: 130%;
}

.color_mizu {
	color:#77b2d5;
}

.bk_mizu {
	background-color:#eef6fc;
}

.th_beige th {
	background-color:#faf9f8;
}

.bk_gray {
	background-color:#f7f7f7 !important;
}

.bk_gray02 {
	background-color:#f1f0ef !important;
}



.table th {
	font-weight: normal;
}

.cta_tel {
	position: relative;
	top:-2px;
}

@media (max-width: 767px) {
.contents_box {
	padding:30px 0 30px 0;
}
.ttl_head {
	margin-bottom: 15px;
	font-size:12px;
}
.text_left_for_sp {
	text-align: left !important;
	}
	.text_strong_for_sp {
		font-weight: 700;
	}
.h4, h4 {
    font-size: 1.3rem;
	line-height: 160%;
}
	iframe {
		width:96%;
		height: 300px;
	}
}


@media (max-width: 587px) {
.text_left_for_xs {
	text-align: left !important;
	}
}

.box_blue {
	background-color:#429ed5;
	color:#FFF;
	padding:10px 20px;
	width:300px;
	text-align: center;
}

@media (max-width: 767px) {
.box_blue {
	width:90%;
}
.hoho_box .box_blue {
	width:100%;
}
}


a.box_blue {
	display: inline-block;
}

a.box_blue:hover {
	color:#FFF;
	background-color:#7db4d5;
}

.txt_mincho {
	font-family: "Yu Mincho", "YuMincho", serif;
}

.box_white {
	background-color:#FFF;
	color:#333;
	padding:10px 20px;
	width:300px;
	text-align: center;
}

a.box_white {
	display: inline-block;
}

a.box_white:hover {
	color:#333;
	background-color:#7db4d5;
}

.nowrap {
	white-space: nowrap;
}

a.hover_link {
	color:#333;
}

a.hover_link:hover {
	color:#0075ab;
}

a.hover_link:active {
	color:#0075ab;
}

/*--------------------------------------------------------------
# トップページ
--------------------------------------------------------------*/

#home .top_practice ul {
	margin-left:10px;
	list-style-type:none;
}

#home .top_practice ul li{
	margin-left:20px;
	list-style-type:none;
	margin-bottom:7px;
}

#home h4.promise {
	background-color:#FFF;
	padding:18px 0;
	text-align: center;
	color:#f39f39;
	font-size:18px;
	margin-bottom:50px;
}

@media (min-width: 768px) {
#home h4.promise {
	font-weight: 700;
	}
}

#home h4.promise i {
	margin-left:10px;
	margin-right:10px;
}

#home h5.question {
	color:#429ed5;
	font-weight: 400;
	font-size:27px;
	text-indent:-1.4em;
	margin-left:1.4em;
}

#home h5.question span {
	font-size:29px;
	margin-right:0.5em;
	margin-left:-2px;
}

h4.soudan {
	font-size:28px;
	letter-spacing: 3px;
}

.s1 {
	font-size: 24px;
	display: flex;
	align-items: center;
}
.s1:before, .s1:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #e6e4e1;
	display: block;
}
.s1:before {
	margin-right: .8em;
}
.s1:after {
	margin-left: .8em;
}

h3.anshin span {
	background-image:url(../images/line.png);
	background-position: right bottom;
	background-size:5.5em;
	background-repeat: no-repeat;
	padding-bottom:15px;
}

p.answer span {
	color:#429ed5;
	font-size:29px;
	margin-right:0.7em;
}

p.answer {
	text-indent:-2.3em;
	margin-left:2.3em;
}

p.comment_hashimoto {
	font-size:15px;
	background-image:url(../images/top_qa_photo3.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:120px;
    min-height: 95px;
	padding-top:5px;
	background-size: 94px;
}
.test p.comment_hashimoto {
	font-size:15px;
	background-image:url(../images/top_qa_photo3.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:120px;
    min-height: 95px;
	padding-top:5px;
	background-size: 94px;
}



.oshirase p{
position: relative;
display: inline-block;
margin-bottom: 2.5em;
width: 100%;
}
.oshirase p:before {
content: '';
position: absolute;
top: -15px;
display: inline-block;
width: 50px;
height: 3px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #f39f39;
}

.top_obi {
  position: absolute;
  bottom:0;
  color:#FFF;
  background: rgba(0, 117, 171, 0.7);
  font-size:16px;
  padding: 25px 0;
  width:100%;
}

#intro .top_obi p {
	color:#FFF;
	margin-bottom:20px;
}

#intro .top_obi a {
	color:#FFF;
}

#intro .top_obi a.box_white {
	color:#333;
	white-space: nowrap;
}

@media (max-width: 767px) {
#home .top_practice ul li{
	margin-left:20px;
	list-style-type:disc;
	margin-bottom:7px;
}
#home h4.promise {
	padding:10px;
	margin-bottom:20px;
}
#home h5.question {
	font-size:22px;
	text-indent:-1.3em;
	margin-left:1.3em;
}
#home h5.question span {
	font-size:24px;
}
p.answer span {
	color:#429ed5;
	font-size:22px;
	margin-right:0.7em;
}

p.answer {
	text-indent:-1.7em;
	margin-left:1.7em;
}
p.comment_hashimoto {
	font-size:15px;
	background-image:url(../images/top_qa_photo3.png);
	background-position: top 20px center;
	background-repeat: no-repeat;
	/*background-color:#eef6fc;*/
	border:1px dashed #e6e4e1;
	padding:130px 5px 15px 15px;
    min-height: auto;
	width:100%;
}
.test p.comment_hashimoto {
	font-size:15px;
	background-image:url(../images/top_qa_photo3.png);
	background-position: top 20px center;
	background-repeat: no-repeat;
	/*background-color:#eef6fc;*/
	border:1px dashed #e6e4e1;
	padding:130px 5px 15px 15px;
    min-height: auto;
	width:100%;
}
}

/*--------------------------------------------------------------
# 弁護士紹介
--------------------------------------------------------------*/

section {
	text-align: center;
}

.lawyers_dt {
	border-top:3px solid #429ed5;
	padding:30px 0;
	text-align: center;
	line-height: 180%;
	font-weight: 600;
}

.lawyers_dd {
	border-top:3px solid #e9e7e4;
	padding:30px 0 30px 15px!important;
	text-align: left;
	line-height: 180%;
}

.message_box {
	padding:51px 45px 60px 45px;
}

.message_box h4 {
	font-family: "Yu Mincho", "YuMincho", serif;
	color:#429ed5;
	font-size: 24px;
	font-weight: 400;
	font-style: oblique;
	letter-spacing: 1px;
}

@media (max-width: 767px) {
.lawyers_dt {
	padding:15px 0;	
}
.message_box {
	padding:20px;
}
.message_box h4 {
	font-size: 18px;
}
.lawyers_dd {
	padding:20px 10px 20px 10px!important;
}
}


/*--------------------------------------------------------------
# 事務所紹介
--------------------------------------------------------------*/

.rinen_txt{
	clear: both;
    text-align: center !important;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 34px;
    position: relative;
    letter-spacing: 3px;
    line-height: 180%;
	margin-bottom:30px;
}

	.massage_txt {
		padding-left:30px !important;
	}

@media (max-width: 767px) {
.rinen_txt{
    font-size: 24px;
    position: relative;
    letter-spacing: 1px;
    line-height: 160%;
	margin-bottom:0px;
}
	h4.rinen_txt_sub {
		margin-bottom:0;
	}
	.massage_txt {
		padding-left:0px !important;
	}	

}

.rinen_txt_sub {
	padding:15px;
}

.hyo_01 .col-lg-2{
    border-top:1px solid #e7eff3;
	padding:24px 15px;
	font-weight: 700;
	text-align: left;
}

.hyo_01 .col-lg-8{
    border-top:1px solid #e7eff3;
	padding:24px 15px;
}

.hyo_01 .row:last-child .col-lg-2{
    border-bottom:1px solid #e7eff3;
}

.hyo_01 .row:last-child .col-lg-8{
    border-bottom:1px solid #e7eff3;
}

@media (max-width: 767px) {
.hyo_01 .col-lg-2{
	padding:10px 15px;
	font-weight: 700;
	text-align: left;
	background-color:#F1F1F1;
    border-top:3px solid #e3e3e3;
}

.hyo_01 .col-lg-8{
    border-top:0px;
	padding:18px 15px;
}
	
.hyo_01 .row:last-child .col-lg-2{
    border-bottom:0px solid #e3e3e3;
}

.hyo_01 .row:last-child .col-lg-8{
    border-bottom:0px solid #e3e3e3;
}
}




/*--------------------------------------------------------------
# 弁護士業務一覧
--------------------------------------------------------------*/

#practices_kojin .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    width:calc(50% - .25rem);
}

#practices_kojin .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px 42px;
    background-color:#FFF;
	text-align: left;
	font-size:16px;
}

#practices_kojin .card-body ul {
    list-style-type: none;
	margin:0;
}

#practices_kojin .card-body ul li {
	margin:20px 0;
	line-height: 140%;
	padding-left:15px;
	text-indent: -3px;
}

#practices_kojin .card-body ul li:before{
content: "";
border-right: 3px solid #429ed5;
position: relative;
left: -18px;
}

#practices_hojin .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    width:calc(50% - .25rem);
}

#practices_hojin .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px 42px;
    background-color:#faf9f8;
	text-align: left;
	font-size:16px;
}

#practices_hojin .card-body ul {
    list-style-type: none;
	margin:0;
}

#practices_hojin .card-body ul li {
	margin:20px 0;
	line-height: 140%;
	padding-left:15px;
	text-indent: -3px;
}

#practices_hojin .card-body ul li:before{
content: "";
border-right: 3px solid #429ed5;
position: relative;
left: -18px;
}

@media (max-width: 767px) {
#practices_kojin .d-flex {
    display: block!important;
}
#practices_kojin .card {
    width:calc(100% - .25rem);
}
#practices_kojin .card-body {
    padding: 10px 20px 10px 30px;
}
#practices_kojin .mb30 {
    margin-bottom:0;
}
#practices_kojin h5 {
    margin-top:30px;
}
#practices_kojin .section-header {
    padding-bottom: 0px;
}
#practices_hojin .d-flex {
    display: block!important;
}
#practices_hojin .card {
    width:calc(100% - .25rem);
}
#practices_hojin .card-body {
    padding: 10px 20px 10px 30px;
}
#practices_hojin .mb30 {
    margin-bottom:0;
}
#practices_hojin h5 {
    margin-top:30px;
}
#practices_hojin .section-header {
    padding-bottom: 0px;
}
}


/*--------------------------------------------------------------
# 費用
--------------------------------------------------------------*/

.label_blue {
	background-color:#429ed5;
	border-radius: 30px;
	padding:10px 20px;
	margin-right:12px;
	color:#FFF;
}

.strong {
	font-weight: 600;
}

h5.top_bar{
position: relative;
display: inline-block;
text-align: center;
margin:0 auto 35px auto;
font-size:24px;
letter-spacing: 3px;
}

h5.top_bar:before {
content: '';
position: absolute;
top: -15px;
display: inline-block;
width: 48px;
height: 5px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #429ed5;
border-radius: 0px;
}

.table td, .table th {
    padding: .65rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.box_orange {
	border:3px solid #f39f39;
	padding:30px 10px;
	text-align: center;
	background-color: #faf9f8;
	line-height: 200%;
}

a.box_orange:hover {
	background-color:#f3eadf;
	text-decoration: none !important;
}

a.text_orange:hover {
	color:#f39f39 !important;
}

@media (max-width: 767px) {
	.box_fee p {
	margin:0 20px 20px 20px;
	line-height: 170%;
	}
	.label_blue {
	display: inline-block;
	margin-bottom:7px;
	padding:0px 20px;
	font-size:16px !important;
	margin-top:15px;
	margin-bottom:0;
	}
	.box_fee {
    padding:15px 0 10px 0;
	}
	.table td, .table th {
    font-size: 16px;
}
}



table.fees td {
	font-size:17px;
	line-height: 140%;
}

table.fees th {
	font-size:17px;
	line-height: 140%;
}

#fees .table-bordered {
    border: 0px solid #dee2e6;
	width:100%;
}

@media (min-width: 768px) {
#fees .table-responsive {
    display: table;
}
}

/*--------------------------------------------------------------
# お申し込み
--------------------------------------------------------------*/

.hoho_box {
	border-left:5px solid #429ed5;
	padding-left:30px !important;
}

@media (max-width: 767px) {
.hoho_box {
	padding-left:20px !important;	
	}

#consultation_hoho a.mr-5 {
		margin-right:0 !important;
	}
	
}

.hoho_box p {
	margin-bottom:0;
}

.hoho_box p.strong {
	margin-bottom:20px;
}



/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #4cb5f5;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  /*background-color: rgba(0, 0, 0, 0.7);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  position: absolute;
  bottom: 0;
  top: 150px;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #000;
  margin-top:10px;
  text-align: center;
}




#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #000;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #429ed5;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #429ed5;
}

@media (max-width: 768px) {
  #intro h2 {

  }
  #intro h2 img{
    width:74% !important;
	margin:0 13%;
  }
  #intro .carousel-container {
  top: 80px;
}
	#home .top_obi .mr-5 {
  margin-right:0px !important;
  margin-bottom:10px;
line-height: 180%;
		width:100%;
	}
#intro .carousel-item {
  background-position: top center;
	}
#intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}
#intro p {
  width: 90%;
  margin: 0 auto 15px auto !important;
  color: #000;
  font-size:14px;
}
.top_obi {
    position: absolute;
    bottom: 0;
    color: #FFF;
    background: rgba(0, 117, 171, 0.7);
    font-size: 16px;
    padding: 20px 0;
    width: 100%;
}
}

@media (max-width: 590px) {
  #intro h2 {
    font-size: 22px;
	letter-spacing: 0;
  }
  #intro .carousel-container {
  top: 80px;
}
  #intro h2 img{
    width:90% !important;
	margin:0 5%;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 1179px) {
  #nav-menu-container {
    display: none;
  }
}

#header #nav-menu-container {
    display: none;
  }


/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #333;  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  line-height: 100%;
  letter-spacing: 1px;
}

.nav-menu a span {
	font-size:9px;
	font-weight: 400;
}


.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #429ed5;
}

.nav-menu > li {
  margin-left: 25px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #429ed5;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  left: 0 !important;
  bottom: 10px;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 30px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 1179px) {
  #mobile-nav-toggle {
    display: inline;
	text-align: left;
	padding:0 0 0 10px;
	width:50px;
    left:20px!important; 
}
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(255, 255, 255, 0.95);
  left: -300px;
  width: 300px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
    text-transform: uppercase;
    overflow: hidden;
    padding: 7px 7px 7px 7px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 400;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color:#333;
}

#mobile-nav ul li a:hover {
  color:#2392d5;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #429ed5;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #429ed5;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
#mobile-nav ul li {
    border-bottom: 1px dotted #ccc;
	margin:0 10px;
}
#mobile-nav ul li:first-child {
    border-top: 1px dotted #ccc;
}
.mobile-nav-active #mobile-nav-toggle i {
  color:#0075ab;
}

/*--------------------------------------------------------------
# sp用HEAD
--------------------------------------------------------------*/

.nav-menu-btn{
  display: block;
  margin:10px 10px;
  padding:7px 7px;
  background-color:#faefe4;
  text-align: center;
  border:1px solid #f39f39;
}
a.nav-menu-btn {
  color:#333;
}

a.nav-menu-btn:hover {
  background-color:#FFF;
 color:#2392d5;
}

@media (max-width: 767px) {
#header {
  background:#fcfcfc;
  top:0;
  border-top: 3px solid #429ed5;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  height: 60px;
  color:#000;
  padding-top:15px;
}
#header.header-scrolled {
  background:#fcfcfc;
  top:0;
  border-top: 3px solid #429ed5;
  height: 60px;
  padding-top:15px;
}
.head-logo img{
  display: none;	
	}
#head-gnavi {
    background-position: top -100px center;
    height: 320px;
}

#home #head-gnavi {
    display: none;
}
	
#mobile-nav-toggle {
    display: inline;
    text-align: left;
    padding: 0 0 0 10px;
    width: 50px;
    left: 0px !important;
	top:9px;
    bottom:auto !important;
    color:#000;
	margin:0;
}
#mobile-nav-toggle i {
  color:#0075ab;
}	
	
#header .back-to-top {
    display: none !important;
}
#header i.fa-envelope {
	display: none;
	}
#header i.fa-phone-volume {
	display: none;
	}
#header i.fa-map-marker-alt {
	float:right;
  color:#0075ab;
	}
#header .sp_logo {
	margin-left:22px;
	}
#header .sp_logo img {
	max-height: 24px;
	top:3px;
	}
#header .font28 {
    font-size: 24px;
}
.sp_ft_navi {
	width:100%;
	position:relative;
	z-index:10;
	top:0;
	left:0;
	text-align: center;
}
.back-to-top {
    position: fixed;
    display: none;
    background: #429ed5;
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 10px;
    bottom: 30px;
    transition: background 0.5s;
    z-index: 11;
    float: right;
}
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 60px;
  bottom: 0;
  z-index: 998;
  left: -300px;
  width: 300px;
  overflow-y: auto;
  transition: 0.4s;
}
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 34px;
  color: #333;
  text-align: center;
  font-weight: 400;
  position: relative;
  letter-spacing: 2px;
  margin-bottom:15px;
}

.section-header p {
  text-align: center;
  color: #333;
}

.section-header {
	padding-bottom:30px;
}

@media (max-width: 767px) {
.section-header h3 {
  font-size: 25px;
}
.section-header p {
  padding-bottom: 0px;
  text-align: left;
}
.text_center_sp {
  text-align: center !important;
}

}

@media (max-width: 767px) {
.section-header {
	padding-bottom:20px;
}	
}


/*--------------------------------------------------------------
# コンタクトフォーム
--------------------------------------------------------------*/

#contactform table {
	width:100%;
}

#contactform table th {
	text-align: left;
	padding:20px;
	font-weight: 700;
	width:20%;
}

#contactform table td input {
	margin-right:7px;
}

#contactform table td {
	text-align: left;
	padding: 20px;
}

#contactform table td .input_txt {
	width:95%;
	padding:5px;
	border: 1px solid #EEE;
}

.form_notice {
	font-size:14px;
	padding-top:10px;
}

.form_notice02 {
	font-size:14px;
	margin:15px 0;
}

.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f8ab0b;/*ボタン色*/
    color: #FFF;
	border: 0px;
    border-bottom: solid 4px #f0a20a;
    border-radius: 3px;
	font-size:24px;
}

.square_btn:hover {/*ボタンを押したとき*/
	background: #f8bc3e;/*ボタン色*/
}

.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
	background: #f8bc3e;/*ボタン色*/
}

.modoru_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #BBB;/*ボタン色*/
    color: #FFF;
	border: 0px;
    border-bottom: solid 4px #AAA;
    border-radius: 3px;
	font-size:24px;
	margin-right:15px;
	margin-bottom:20px;
}

.modoru_btn:hover {/*ボタンを押したとき*/
	background: #ccc;/*ボタン色*/
    color: #FFF !important;
	text-decoration: none !important;
}

.modoru_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
	background: #f8bc3e;/*ボタン色*/
}

@media (max-width: 767px) {
 #contactform table th {
	width:100%;
	display: block;
	padding: 5px 10px;
}
 #contactform table td {
	width:100%;
	display: block;
}
 #contactform table tbody {
	width:100%;
	display: block;
}
 #contactform table tr {
	width:100%;
	display: block;
}
}

.form_error {
	text-align: center;
}

.form_error ul {
	margin:20px 0;
	color:#D02023;
}

.form_error ul li {
	list-style-type:none;
}

/* Section with background
--------------------------------
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------
#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #429ed5;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #429ed5;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------
#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #429ed5;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #429ed5;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #429ed5;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #429ed5;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #429ed5;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------
#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #429ed5;
  border: 2px solid #429ed5;
}

/* Call To Action Section
--------------------------------
#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------
#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #429ed5;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #429ed5;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background: #429ed5;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #429ed5;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Clients Section
--------------------------------
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #429ed5;
}

/* Testimonials Section
--------------------------------
#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #429ed5;
}

/* Team Section
--------------------------------
#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #429ed5;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #429ed5;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #429ed5;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .form #sendmessage {
  color: #429ed5;
  border: 1px solid #429ed5;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #429ed5;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #d6ebfb;
  padding-bottom: 70px;
  color: #333;
  font-size: 14px;
}

#footer-sitemap a {
	color: #FFF;
}

#footer-sitemap a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer .footer-top {
  background: #d6ebfb;
  padding: 40px 0 30px 0;
}

#footer .footer-top .footer-info {
	padding:0;
}

#footer .footer-top .footer-info h3 {
  font-size: 32px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
}

#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #429ed5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #429ed5;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #429ed5;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #429ed5;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: right;
  padding:130px 0 0 0;
  font-size:14px;
}

#footer .copyright p {
  font-size:14px;
  margin-bottom:0 !important;
}

#footer div {
	padding:0;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

#footer-sitemap {
	background-color:#429ed5;
	color:#FFF;
	padding:40px 0;
	font-size:14px;
}

#footer-sitemap dt {
	margin-bottom:5px;
	padding:0;
}

#footer-sitemap dd {
	margin:0 0 2px 13px;
	padding:0;
}

#footer-sitemap div {
	padding:0;
	padding:0;
}

#footer-sitemap div.consul {
	margin-right:40px;
}

#footer-sitemap div.about {
	margin-right:60px;
}

@media (max-width: 1179px) {
#footer div.container {
	width:90%;
	max-width: 90%;
	}	
#footer-sitemap div.container {
	width:90%;
	max-width: 90%;
}
#footer-sitemap div.about {
	margin-right:0px;
	white-space: nowrap;
}
#footer-sitemap div.consul {
	margin-right:0px;
}
#footer-sitemap .col-lg-1 {
	flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
#footer-sitemap .col-lg-2 {
	flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
#footer .footer-top {
    padding: 25px 0 15px 0;
}

#footer .copyright {
	flex: 0 0 95%;
    max-width: 95%;
	padding:20px 0 0 0;
	text-align: left;
}
}


@media (max-width: 991px) {
#footer-sitemap .col-lg-1 {
	flex: 0 0 50%;
    max-width: 50%;
}
#footer-sitemap .col-lg-2 {
	flex: 0 0 50%;
    max-width: 50%;
}	
}

@media (max-width: 767px) {
#footer-sitemap .col-lg-1 {
	flex: 0 0 90%;
    max-width: 90%;
	margin-left:5%;
}
#footer-sitemap .col-lg-2 {
	flex: 0 0 90%;
    max-width: 90%;
	margin-left:5%;
}
#footer .footer-top {
    padding: 25px 5% 15px 5%;
}
#footer .copyright p{
	font-size:12px !important;
}
#footer .footer-top .footer-info h3 {
  font-size: 25px;
  margin-bottom:10px;
}
#footer {
    background: #d6ebfb;
    padding-bottom: 20px;
    color: #333;
    font-size: 14px;
}

}


.corona_message {
background-color:antiquewhite;
padding:25px 15px 15px 15px;
margin-bottom:30px;
}

.corona_message dl dt{
font-size:20px;
margin-bottom:15px;
color:red;
}

.corona_message ul {
margin:15px auto;
width:auto;
display: block;
width:80%;
}

.corona_message ul li{
text-align: left;
width:auto;
margin-left:20px;
}

@media (max-width: 768px) {
.corona_message {
text-align: left;
padding:25px 15px 15px 15px;
margin-bottom:30px;
}
.corona_message dl dt{
text-align: left;
}
.corona_message ul {
width:100%;
}
}

