/*
Theme Name: remote-base
Theme URI: 
Description: 
Tags:
Author: 
Author URI: 
Text Domain:
Version: 
License: GNU General Public License
License URI: 

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

@media screen and (max-width: 460px){
.tparrows {display:none}
}

/* サイト全体のフォント指定 */
body {
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif!important; 
}

/* ボタン */

.button001 {
	background-color: rgba(254, 114, 0, .6);
	border: 1px solid #fe7200;
	color: #fff;
	padding:14px 33px 14px 33px;
	line-height: 50px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	display:block;
	width:100%;
}

.button001::before,
.button001::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button001,
.button001::before,
.button001::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button001:hover {
	background-color: rgba(255, 255, 255, .7);
	border: 1px solid #fe7200;
	color: #fe7200;
}

.button002 {
	background-color: rgba(0, 85, 143, .8);
	border: 2px solid #fff;
	color: #fff!important;
	padding:16px 27px 15px 27px;
	line-height: 50px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	display:block;
	width:100%;
}
.button002::before,
.button002::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button002,
.button002::before,
.button002::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button002:hover {
	background-color: rgba(255, 255, 255, .7);
	border: 2px solid #00558f;
	color: #00558f!important;
}

.button005 {
	background-color: rgba(0, 85, 143, .8);
	border: 2px solid #fff;
	color: #fff;
	padding:8px 20px 8px 20px;
	line-height: 30px;
	font-size:14px;
	font-weight:700;
	text-align:center;
	display:block;
	width:50%;
}
.button005::before,
.button005::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button005,
.button005::before,
.button005::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button005:hover {
	background-color: rgba(255, 255, 255, .7);
	border: 2px solid #00558f;
	color: #00558f;
}

.button003 {
	background-color: rgba(38, 70, 163, .6);
	border: 1px solid #fff;
	color: #fff;
	padding:16px 27px 15px 27px;
	line-height: 50px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	display:block;
	width:100%;
}
.button003::before,
.button003::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button003,
.button003::before,
.button003::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button003:hover {
	background-color: rgba(255, 255, 255, .7);
	border: 1px solid #fe7200;
	color: #fe7200;
}

.button006 {
	background-color: rgba(0, 85, 143, .8);
	border: 2px solid #fff;
	color: #fff!important;
	padding:5px 22px 5px 22px;
	line-height: 50px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	display:block;
	width:100%;
}
.button006::before,
.button006::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button006,
.button006::before,
.button006::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button006:hover {
	background-color: rgba(255, 255, 255, .7);
	border: 2px solid #00558f;
	color: #00558f!important;
}


.button007 {
	background-color: rgba(0, 85, 143, .8);
	border: 2px solid #00558f;
	color: #fff!important;
	padding:5px 22px 5px 22px;
	line-height: 50px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	display:block;
	width:100%;
}
.button007::before,
.button007::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button007,
.button007::before,
.button007::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button007:hover {
	background-color: rgba(255, 255, 255, .7);
	border: 2px solid #00558f;
	color: #00558f!important;
}

/* パンくずリストの位置 */
.breadcrumb {
	position:relative!important;
}





/* 見出しデザイン */
.midashi001 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}

.midashi001:before,
.midashi001:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

.midashi001:before {
  left: 0;
}

.midashi001:after {
  right: 0;
}

.midashi002 {
  padding: 1rem 0rem;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.midashi003 {
padding-left: 5px;/*上下 左右の余白*/
margin:5px 0 5px 0;
color: #264699;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #264699;/*左線*/
}

.midashi004 {
  padding: 1rem 2rem;
  color: #fff;/*文字色*/
  background: #00558f;
  margin:20px 0 20px 0!important;
}

.title.title_size_medium h1 {
	font-size:18px!important;
}

.breadcrumb {
	margin:20px 0 0 0;
}

/*
.column2 {
	background-color:#f2f2f2!important;
}
*/

aside .widget h5 {
	 padding: 1rem 0rem;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  text-align:center;
}


div#ez-toc-container {
	padding:30px!important;
}

/* Blog */
.post_info {
    display: none !important;
}

/* Blog */
/*.entry_title {
    display: none !important;
}*/

.pointline001 {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

.pointline002 {
background: linear-gradient(transparent 60%, #fed8e2 60%);
}

.pointline003 {
background: linear-gradient(transparent 60%, #ccfff6 60%);
}

.mobile_menu_button {
	float:right!important;
	margin:0!important;
}

.pld-post-list.pld-design-1 .pld-post-list-content h2 a {
	font-size:80% !important;
}

.post_cat_color ul {
	list-style: none;
	width: 17em;
}
.post_cat_color ul li {
	color: #fff;
	padding: 1px 4px;
	display: inline-block;
	margin: 0 2px 2px 0;
}
/*.post_cat_color ul li a:hover{background: #333 !important;border-color: #333 !important;color: #fff !important;transition: 0.3s; }*/
.post_cat_color a:hover {color:#ffffff; transition: 0.3s; }
/*.post_cat_color a:hover {background: #333 !important;border-color: #333 !important;color: #fff !important;transition: 0.3s; }*/
/* a:focus{background: #333 !important;border-color: #333 !important;color: #fff !important;}*/

@media only screen and (max-width: 1150px)
.header_inner_right .has_header_fixed_right, .stick.menu_bottom, .header_inner_right, .header_bottom_right_widget_holder {
    display: none !important;
}

.date entry_date updated {
	display: none !important;
}

@media only screen and (max-width:1150px)
.has_header_fixed_right.stick.menu_bottom .header_inner_right,.header_bottom_right_widget_holder{display:none !important;}

@media only screen and (max-width:1150px)
.has_header_fixed_right.stick.menu_bottom .header_inner_right,.header_bottom_right_widget_holder{display:none}

/*弁護士紹介ページテーブル */

table.members {
	width:100%;
}

table.members th {
  width: 22%;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  text-align:left;
}
table.members td {
  width: 78%;
  padding: 10px;
  vertical-align: top;
  text-align:left;
 }

table.members tr:nth-child(even) {
  background: #ededed;
 }

@media (max-width: 600px) {
 table.members {
 width: 100%;
 }
 table.members th,td {
 width:90%!important;
 display: block;
 text-align: left;
}
}

/*タグ風見出し */

.tags {
  background: #5cd;
  border-radius: 0;
  color: #fff;
  display:inline-block;
  height: 55px;
  line-height: 50px;
  padding: 1em 2em 0 3em;
  position: relative;
}

.tags::before {
  border: 35px solid transparent;
  border-left-color: #5cd;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -35px;
  top: 0;
  width: 0;
}

.box1 {
    padding: 1em;
    margin: 0;
    font-weight: bold;
    border: solid 2px #000000;
	/*display:inline-block;*/
	font-size:140%;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
margin-right:auto; margin-left:auto;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 2px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 2px #d7d7d7;	
text-align:left!important;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 2px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#264699;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 text-align:center;
 padding:10px 20px 10px 20px;
 margin-top:30px;
 margin-right:auto; margin-left:auto;
 width:;
 background:#785fb2;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border-style: solid; border-color:#785fb2;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#785fb2;
 border-style: solid; border-color:#785fb2;
}

.tbody {
width:100%!important;
}

/*お問い合わせボタンcss*/
.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-c {
  font-size: 1.3rem;

  position: relative;

  padding: 2rem 2rem 2rem 2rem;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  color: #fff;
	
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#007adf),
    to(#a500ec)
  );
  background-image: -webkit-linear-gradient(left, #007adf 0%, #a500ec 100%);
  background-image: linear-gradient(to right, #007adf 0%, #a500ec 100%);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

a.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.3rem;
  line-height: 1;

  /*position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;*/

  margin: 0;
  padding: 0;

}

a.btn-c:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

/*お問い合わせボタンD css*/
.btnd,
 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #212529;
  /*border-radius: 0.5rem;*/
}

a.btn-d {
  font-size: 1rem;

  position: relative;

  padding: 1rem 1.5rem 1rem 1.5rem;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  color: #fff;
	
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#007adf),
    to(#a500ec)
  );
  background-image: -webkit-linear-gradient(left, #007adf 0%, #a500ec 100%);
  background-image: linear-gradient(to right, #007adf 0%, #a500ec 100%);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

a.btn-d:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.3rem;
  line-height: 1;

  /*position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;*/

  margin: 0;
  padding: 0;

}

a.btn-d:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}


/*スクロールバー*/
.scrollArea{
	height:150px!important;
	max-height:150px!important;
	overflow: scroll;
	padding:10px;
	background-color:#f0f0f0;
	font-size:10px;
	padding-right: 20px;
	margin-bottom:10px;
}
/*スクロールバーの横幅指定*/
.scrollArea.deco::-webkit-scrollbar {
    width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#09C9D9;
}