@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav {
display: block
}
ol, ul {
list-style: none
}
blockquote, q {
quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
content: '';
display: table;
}
.clearfix:after {
clear: both;
}
html, body {
width: 100%;
height: 100%;
font-size: 62.5%;
}
body {
position: relative;
background: #fff;
text-align : center;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: 400;
color: #000;
line-height: 1.8;
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-text-size-adjust: 100%;
word-break: break-all;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
}

@media print, screen and (min-width:1025px) {
body {
font-size: 1.4rem;
letter-spacing: 0.05em;
}
.br-pc {
display: block;
}
.br-sp {
display: none;
}
.pc {
display: none !important;
}
.txtSmall {
font-size: 12px;
}
.blank {
margin-top: -120px;
padding-top: 120px;
}
#stalker {
pointer-events: none;
position: fixed;
background:rgba(104,176,216,.1);
top: -8px;
left: 0px;
width: 30px;
height: 30px;
border-radius: 20px;
transform: translate(0, 0);
transition: transform 0.2s;
transition-timing-function: ease-out;
z-index: 2000;
}
}

@media print, screen and (max-width:1024px) {
body {
font-size: 1.2rem;
letter-spacing: 0.01em;
}
.br-pc {
display: none;
}
.br-sp {
display: block;
}
.sp {
display: none !important;
}
.txtSmall {
font-size: 11px;
}
.taCSp {
text-align: center !important;
}
.blank {
margin-top: -70px;
padding-top: 70px;
}
}

:root {
--themeColor: #68b0d8;
}

.rc {
color: var(--themeColor);
}

p {
margin-bottom: 32px;
}
a:link {
color: #464646;
text-decoration: none;
}
a:visited {
color: #464646;
text-decoration: none;
}
a:hover {
color: var(--themeColor);
text-decoration: underline;
}
a:active {
color: #464646;
}
img {
border: 0px;
max-width: 100%;
height: auto;
vertical-align: bottom;
}
button:focus {
outline:0;
}
*:focus {
outline: none;
}
.taL {
text-align: left !important;
}
.taC {
text-align: center !important;
}
.taR {
text-align: right !important;
}
.taJ {
text-align: justify !important;
}
.normal {
display: none;
}
.wrapperOf {
overflow: hidden;
}
.palt {
font-feature-settings: "palt";
}

.postid-67 .wideLawyerTxt h2::after {
background: #75ba2a !important;
}

.postid-67 .wideLawyerTxt h2 span,
.postid-67 .wideLawyerPhoto .sign {
color: #75ba2a !important;
}

.postid-68 .wideLawyerTxt h2::after {
background: #f3ca4b !important;
}

.postid-68 .wideLawyerTxt h2 span,
.postid-68 .wideLawyerPhoto .sign {
color: #f3ca4b !important;
}

.wp-pagenavi {
clear: both;
width: 100%;
text-align: center;
margin: 0 auto;
margin-top: 40px;
}

.wp-pagenavi a, .wp-pagenavi span {
font-family: 'Barlow Condensed', sans-serif; 
font-size: 11px;
text-decoration: none;
border: 1px solid #ddd;
padding: 6px 10px;
margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #ddd;
}

.wp-pagenavi span.current {

}

.pp dt {
clear: left;
float: left;
text-align: left;
margin: 0;
padding: 0;
}

.pp dd {
text-align: left;
margin: 0;
padding: 0 0 0 24px;
}

@media print, screen and (min-width:1025px) {

.mouse {
position: absolute;
background: #ddd;
width: 2px;
height: 80px;
left: 100px;
bottom: 0;
margin: auto;
z-index: 200;
}
.arrow {
position: absolute;
width: 2px;
left: 100px;
bottom: 60px;
margin: auto;
z-index: 200;
animation: scroll 2.5s infinite;
-webkit-animation: scroll 2.5s infinite;
-moz-animation: scroll 2.5s infinite;
}
.arrow::before {
content: "";
display: block;
margin: 0 auto;
width: 2px;
height: 20px;
background: var(--themeColor);
}
 @keyframes scroll {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 transform: translateY(70px);
}
}
@-webkit-keyframes scroll {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 transform: translateY(70px);
}
}
@-moz-keyframes scroll {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 transform: translateY(70px);
}
}

#scroll {
position: absolute;
font-family: 'Barlow Condensed', sans-serif;
font-size: 10px;
font-weight: 600;
color: var(--themeColor);
bottom: 100px;
left: 89px;
transform: rotate(90deg);
line-height: 1;
z-index: 30;
letter-spacing: .1em;
}

}

@media print, screen and (max-width:1024px) {

.mouse {
position: absolute;
background: #ddd;
width: 2px;
height: 80px;
left: 60px;
bottom: 0;
margin: auto;
z-index: 200;
}
.arrow {
position: absolute;
width: 2px;
left: 60px;
bottom: 60px;
margin: auto;
z-index: 200;
animation: scroll 2.5s infinite;
-webkit-animation: scroll 2.5s infinite;
-moz-animation: scroll 2.5s infinite;
}
.arrow::before {
content: "";
display: block;
margin: 0 auto;
width: 2px;
height: 20px;
background: var(--themeColor);
}
 @keyframes scroll {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 transform: translateY(70px);
}
}
@-webkit-keyframes scroll {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 transform: translateY(70px);
}
}
@-moz-keyframes scroll {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 transform: translateY(70px);
}
}

#scroll {
position: absolute;
font-family: 'Barlow Condensed', sans-serif;
font-size: 10px;
font-weight: 600;
color: #fff;
bottom: 100px;
left: 50px;
transform: rotate(90deg);
line-height: 1;
z-index: 30;
letter-spacing: .1em;
}

}

/**/

@media print, screen and (min-width:1025px) {

.input {
background: #f7f7f7;
font-family: 'Hiragino Sans','Hiragino Kaku Gothic ProN',"segoe ui",'游ゴシック体','Yu Gothic Medium', 'YuGothic','メイリオ', 'Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
width: 300px;
padding: 13px;
font-size: 1.4rem;
margin: 0;
border-radius: 5px;
vertical-align: middle;
border: 1px solid #f7f7f7;
transition: .3s;
}

.inputS {
background: #F7F7F7;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
width: 148px !important;
padding: 15px;
font-size: 1.4rem;
margin: 0;
border-radius: 5px;
border: 1px solid #F7F7F7;
transition: .3s;
}

textarea {
background: #F7F7F7;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
width: 100% !important;
height: 250px !important;
padding: 15px;
font-size: 1.4rem;
margin: 0;
border-radius: 5px;
border: 1px solid #F7F7F7;
-webkit-appearance: none;
transition: .3s;
}

.input:hover,
.inputS:hover,
textarea:hover {
border: 1px solid var(--themeColor);
}

}

@media print, screen and (max-width:1024px) {

input[type="text"],
input[type="email"]{
-webkit-appearance: none;
}

.input, .inputS {
background: #F7F7F7;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
width: 100% !important;
padding: 15px;
font-size: 1.2rem;
border: 0;
margin: 3px 0;
border-radius: 5px;
}

textarea {
background: #F7F7F7;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
width: 100% !important;
height: 200px !important;
padding: 15px;
font-size: 1.2rem;
border: 0;
margin: 0;
border-radius: 5px;
-webkit-appearance: none;
}
}

input:focus,
textarea:focus{
outline: none;
}

.requiredMark {
position: relative;
display: inline;
text-align: center;
font-size: 10px;
font-weight: 600;
color: #fff;
background: #B92F31;
margin-left: 8px;
padding: 2px 7px 3px 7px;
top: -2px;
line-height: 1;
border-radius: 5px;
}

div#mfp_hidden {
display: none;
}

div#mfp_loading {
z-index: 20001;
position: absolute;
display: none;
width: 40px;
height: 40px;
background-image: url(_images/mfp_loading.gif);
}

div.mfp_err {
clear: both;
display: none;
text-align: left;
margin: 5px 0px 0px 0px;
padding: 3px 0px 5px 0;
color: #F00;
font-size: 1.2rem;
line-height: normal;
}
.mfp_parent_error {
border: solid 2px #F00;
}

div.mfp_err::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f071";
}

.fs10 { font-size: 10px !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs14 { font-size: 14px !important; }
.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }
.fs17 { font-size: 17px !important; }
.fs18 { font-size: 18px !important; }
.fs19 { font-size: 19px !important; }
.fs20 { font-size: 20px !important; }
.fs21 { font-size: 21px !important; }
.fs22 { font-size: 22px !important; }
.fs23 { font-size: 23px !important; }
.fs24 { font-size: 24px !important; }
.fs25 { font-size: 25px !important; }
.fs26 { font-size: 26px !important; }
.fs27 { font-size: 27px !important; }
.fs28 { font-size: 28px !important; }
.fs29 { font-size: 29px !important; }
.fs30 { font-size: 30px !important; }

.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw800 { font-weight: 800; }

.mt2 { margin-top: 2px !important; }
.mt5 { margin-top: 5px !important; }
.mt7 { margin-top: 7px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }

.mt-10 { margin-top: -10px !important; }

.mr5 { margin-right: 5px !important; }
.ml20 { margin-left: 20px !important; }

.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.pat5 { padding-top: 5px !important; }
.pat10 { padding-top: 10px !important; }
.pat15 { padding-top: 15px !important; }
.pat20 { padding-top: 20px !important; }
.pat25 { padding-top: 25px !important; }
.pat30 { padding-top: 30px !important; }
.pat35 { padding-top: 35px !important; }
.pat40 { padding-top: 40px !important; }

.lh { line-height: 1 !important; }
.lh100 { line-height: 1 !important; }
.lh110 { line-height: 1.1 !important; }
.lh120 { line-height: 1.2 !important; }
.lh130 { line-height: 1.3 !important; }
.lh140 { line-height: 1.4 !important; }
.lh150 { line-height: 1.5 !important; }
.lh160 { line-height: 1.6 !important; }
.lh170 { line-height: 1.7 !important; }

.wid100 { width: 100% !important; }

.fl-l { float:left !important; }
.fl-r { float:right !important; }
.fl-n { float:none !important; }

/**
 * Animations
 */

.invisible {
transition: opacity 0.5s ease;
opacity: 0.0;
}
 
.visible {
transition: opacity 0.5s ease;
opacity: 1.0;
}

.media {
font-family: 'Barlow Condensed', sans-serif;
font-size: 12px;
font-weight: 700;
text-align: center;
margin: 60px auto !important;
margin-bottom: 40px !important;
}

.media .fab {
font-size: 3.4rem;
font-weight: 400;
color: var(--themeColor);
margin: 0 5px;
margin-top: 10px;
}

/**/

.prevNextArea {
font-family: 'Barlow Condensed', sans-serif;
font-size: 12px;
font-weight: 700;
text-align: center;
margin: 0 auto;
margin-bottom: 50px;
padding: 0 10px;
}

.prevNextArea a {
margin: 0 10px;
}