/*
Theme Name: 吉田宙税理士事務所
Author: R.kotsuka
Author URI: https://bondstrust.com
Version:1.0.0
*/
@charset "utf-8";

html,
body{
	margin: 0;
	padding: 0;
}
body{
    /*background: #f8f8f8;*/
    /*background: #eaf5f7;*/
    text-align: justify;
    font-feature-settings: "palt";
    color: #333;
    font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
h1,h2,h3,h4,h5,div,ul,li,dl,dt,dd,p,img,span,section,a,header,footer{
	box-sizing: border-box;
}
ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
a{
	color: #333;
    outline: none;
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
}
a:focus, *:focus { outline:none; }
img{
    max-width: 100%;
}
.sp{
    display: none;
}
/*
 *
 *  header
 *
 */
.header {
    padding: 30px 0;
    background-color: #FFF;
    box-shadow: 0 0 16px #e6e6e6;
    /*position: relative;*/
    z-index: 10;
}
.header.fixed {
    padding: 18px 0;
}
.siteTitle {
    font-size: clamp(14px,2vw,20px);
    font-weight: lighter;
    margin: 0;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-has-children{
    position: relative;
}
.menu-has-children li {
    display: none;
}
.menu-has-children ul{
    position: absolute;
    background-color: #FFF;
    padding: 10px;
    left: 0;
    right: 0;
    z-index: 20;
}
.menu-has-children:hover li {
    display: block;
}
.menu-has-children:hover li.navItem {
    padding: 7px 0 0;
}
.menu.nav {
    display: flex;
}
.navItem {
    width:120px;
    padding: 0 10px;
    font-size: 13px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#spNav {
    width: 30px;
    background-image: url(./img/spNav_on.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    cursor: pointer;
}
#spNav img {
    display: block;
}
#spNav.active img {
    visibility: hidden;
}

/*
 *
 *  slider
 *
 */
.slideContent {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.slick-dots {
    display: flex;
    justify-content: center;
    padding: 12px 0 0;
    align-items: center;
}
.slick-dots li {
    padding: 0 5px;
    cursor: pointer;
}
.slick-dots button {
    border: none;
    background-color: #DDD;
    overflow: hidden;
    text-indent: 5em;
    width: 50px;
    height: 6px;
    display: block;
    border-radius: 5px;
    cursor: pointer;
}
.slick-dots .slick-active button{
    background-color: #8abfff;
    height: 8px;
}



/*
 *
 *  content
 *
 */
.siteContent {
    padding-top: clamp(20px,3vw,50px);
}
.container {
    max-width: 1200px;
    margin: auto;
    color: #333;
}
.textCenter {
    text-align: center;
}
.text01 span {
    border-bottom: 3px solid #005daf;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.col3 {
    display: flex;
    justify-content: space-between;
}
.colInner {
    padding: 10px 24px;
    margin: 10px;
    background: #FFF;
}
.col3 .colInner {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    box-shadow: 0 0 16px #e6e6e6;
}
.colTitle {
    margin: 0;
}
.colDetail {
    font-size: 0.8rem;
}
.colInner .button {
    margin-top: auto;
    text-align: center;
}
.colInner .button a {
    display: inline-block;
    background-color: #064fab;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
}
.colInner .button a:hover{
    background-color: #00316f;
    opacity: 1;
}
.text02 {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 0.3rem;
    color: #005daf;
}
.text02 a{
    color: #005daf;
}

.topIcoWrap {
    text-align: center;
}
.topIcoWrap .icoImg {
    width: clamp(150px,50%,400px);
}

.col4 {
    display: flex;
    justify-content: center;
}

.siteContent .col4 .imageItem p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
}

.futureBtnWrap,
.financeBtnWrap {
  margin-top: 15px;
  text-align: center;
}

.futureBtn,
.financeBtn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #064fab;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  width: 90%;
}

.futureBtn:hover,
.financeBtn:hover {
  background-color: #00316f;
}


/*
 *
 *  footer
 *
 */
.siteFooter {
    padding: 10px;
    margin-top: clamp(30px,3vw,100px);
    background-color: #efeae2;
}
.footerContentWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.footerSiteTitle {
    color: #0650ab;
    font-size: clamp(14px,2vw,20px);
    font-weight: lighter;
}
.footerRight li {
    padding-top: 5px;
}
.footerRight .children li {
    /*padding-left: 1em;*/
}
.footerRight>ul {
    display: flex;
    flex-wrap: wrap;
}
.footerRight>ul>li {
    padding: 10px;
}
.copySection {
    text-align: center;
    font-size: 12px;
}

#toTop {
    position: fixed;
    right: 20px;
    bottom: clamp(50px,15vw,250px);
    text-align: center;
    background-color: #FFF;
    padding: 5px 12px;
    box-shadow: 0 0 16px #e6e6e6;
    cursor: pointer;
}
#toTop span {
    display: block;
}
#toTop .arrowWrap {
    width: 25px;
}
#toTop .arrowText {
    font-size: 11px;
}

#toTop .arrowWrap img {
    display: block;

}

#toTop:hover .arrowWrap img {
    animation: arrowAnimation 1s infinite;
}
@keyframes arrowAnimation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.contactButtonWrap {
    text-align: center;
    padding-bottom: 30px;
}
.contactButtonWrap a {
    display: inline-block;
    width: clamp(250px,70vw,350px);
}
.contactSideButtonWrap {
    position: fixed;
    right: 0;
    top: 20%;
    width: 32px;
    z-index: 5;
}


.gmap {
height: 0;
overflow: hidden;
padding-bottom: 30vw;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.contetn03 p {
    width: clamp(280px,89vw,800px);
    margin: auto;
    background-color: #FFF;
    padding: clamp(20px,3vw,40px);
    box-shadow: 0 0 16px #e6e6e6;
    line-height: 1.8;
}

/*
 *
 *  PAGE
 *
 */
.contetn_page {
    padding: 0 20px;
}
.contetn_page h2{
    text-align: center;
}
.contetn_page h2 span {
    border-bottom: 3px solid #005daf;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.text05 {
    text-align: center;
}
.col30_60 {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.colLeft30 {
    width: 30%;
    text-align: center;
    padding: 20px;
}
.colRight60 {
    width: 60%;
    padding: 20px;
}
.text07 {
    max-width: 550px;
    margin: auto;
}
.text07 li span {
    color: #005daf;
}
.contetn_page h3 {
    background-color: #EEE;
    padding: 15px;
    font-weight: normal;
    margin-bottom: 0;
    border-radius: 5px;
}
.contetn_page h3 + p{
    margin-top: 0;
    padding: 15px 20px;
}
.number {
    font-size: 2em;
    padding-right: .5em;
    color: #005daf;
    vertical-align: sub;
}
.col2_img {
    text-align: center;
}
.col2_img img {
    padding: 10px;
    border-radius: 16px;
}
.aboutTable th, .aboutTable td {
    padding: 20px;
    vertical-align: middle;
    font-weight: normal;
    border-bottom: 1px solid #DDD;
}
.aboutTable th {
    background-color: #efefef;
}
.aboutTable td {
    background-color: #FFF;
}
.aboutTable {
    border-collapse: collapse;
    margin: 30px auto;
    border-top: 1px solid #DDD;
}
.faqWrap p {
    padding: 0 20px;
    margin: 0;
}
.faqWrap h3 span {
    font-size: 2em;
    padding-right: .5em;
    color: #2ce422;
    vertical-align: sub;
}
.faqWrap p span {
    font-size: 1.8em;
    padding-right: .5em;
    color: #0061c7;
    vertical-align: sub;
}
.serviceContentWrap {
    display: flex;
    flex-wrap: wrap;
}
.serviceContent {
    width: calc((100% - 60px) / 3 );
    margin: 10px;
    background-color: #FFF;
    padding: 0 20px 20px;
    box-shadow: 0 0 16px #e6e6e6;
}
.serviceSubWrap img {
    display: block;
    margin: auto;
    padding-top: 10px;
}
p:empty{
    display: none;
}
.eibunkaikeiSub {
    display: flex;
    align-items: center;
    padding: 20px;
}
.eibunkaikeiSub img {
    padding-right: 20px;
}
.cloudContent {
    display: flex;
    align-items: center;
    padding: 20px;
}
.img05 {
    padding-right: 20px;
}
.box7 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    padding: 20px;
    box-shadow: 0 0 16px #e6e6e6;
}
.box7 div {
    width: 60%;
}
.box7 .img06 {
    padding-left: 20px;
}
.text8 {
    padding: 0 20px 30px;
    font-weight: bold;
    color: #dc7100;
}
.contactBox01 {
    max-width: 550px;
    margin: auto;
    background-color: #FFF;
    padding: 20px;
    box-shadow: 0 0 16px #e6e6e6;
}
.telLInk {
    color: #048a2d;
    font-weight: bold;
}
.contactBox02 {
    padding: 20px;
}
.contactBox02 .number {
    font-size: 1.5em;
}
.contactContentWrap h3 {
    background: no-repeat;
    border-left: 5px solid #ac00af;
    border-bottom: 1px solid #ac00af;
    border-radius: 0;
}
.contactContentWrap h4 {
    background-color: #EEE;
    padding: 15px;
    font-weight: normal;
    margin-bottom: 0;
    border-radius: 5px;
}
.contactContentWrap h4+p {
    margin-top: 6px;
    padding: 10px;
}
#formkey_field table {
    width: 100%;
    margin: auto;
    border-top: #ddd solid 1px;
    border-left: #ddd solid 1px;
    border-right: #ddd solid 1px;
}

.mw_wp_form_g-standard table th,
.mw_wp_form_g-standard table td{
    border-bottom: #ddd solid 1px;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.6;
    
    vertical-align: top;
}

.mw_wp_form_g-standard table th {
    background-color: #f5f5f5;
    width: 30%;
    padding: 10px;
}
.mw_wp_form_g-standard table td{
    border-bottom: #ddd solid 1px;
    background-color: #FFF;
}
input[type="text"],
input[type="email"],
textarea {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    border: none;
    border: 1px solid #c7c7c7;
}
.contactContentWrap .box {
    padding: 20px;
    border: 1px solid #c3c3c3;
    margin-top: 20px;
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 20px;
    font-size: 14px;
}
.chk {
    text-align: center;
}
.action-buttons {
    text-align: center;
}
input[type="submit"] {
    -webkit-appearance: none;
    background-color: #60b02f;
    border: 1px solid #246507;
    padding: 10px 20px;
    color: #FFF;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 20px;
}
.contactContentWrap {
    padding-bottom: 50px;
}

#notfound {
    text-align: center;
}
.notfoundText {
    font-size: clamp(20px,10vw,100px);
    color: #c1c1c1dd;
    margin-bottom: 0;
}
.notfoundText3 {
    font-size: 20px;
    text-decoration: underline;
}
.mw_wp_form_confirm .mw_wp_form_g-standard table td {
    padding: 10px;
}
.mw_wp_form_confirm .chk {
    display: none;
}
.contactContentWrap .mw_wp_form_confirm .box {
    display: none;
}

.imageWithCaption {
  text-align: center;
  margin-top: 10px;
}
.captionImage {
  width: 320px;
  height: auto;
}
.caption {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.spOnlyBr {
  display: none;
}
/*
 *
 *  SP
 *
 */
@media screen and (max-width: 1200px) {
.header,
.header.fixed {
    padding: 18px 10px;
}
}
@media screen and (max-width: 700px) {
.sp{
    display: initial;
}
#headerNav {
    display: none;
}
#header {
    position: fixed;
    width: 100%;
    top: 0!important;
}
body{
    padding-top: 50px;
}
#spNav {
    display: block;
}
.header,
.header.fixed {
    padding: 10px 5px;
}
#spNav {
    /*width: 25px;*/
}
.text01 {
    font-size: clamp(16px,6vw,20px);
}
.col3,
.col4 {
    display: block;
    padding: 0 20px;
}
.col3 .colInner,
.col4 .colInner {
    width: 100%;
}
.footerContentWrap {
    display: block;
    text-align: center;
}
.footerRight>ul {
    display: block;
    border-top: 1px solid #d6cfc3;
    padding-top: 10px;
}
.footerRight>ul>li,
.footerRight .children li {
    padding: 3px;
}
.colInner {
    margin: 0 0 10px;
}
#headerNav.active {
    display: block;
    position: fixed;
    top: 50px;
    z-index: 14;
    background-color: #FFF;
    width: 100%;
    left: 0;
    right: 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding-top: 20px;
    padding-bottom: 20px;
}
#header.active {
    position: fixed;
    top: 0!important;
    width: 100%;
}
#headerNav.active .menu.nav {
    display: block;
    text-align: center;
}
#headerNav.active .menu-has-children ul {
    position: relative;
    padding: 0;
}
#headerNav.active .menu-has-children li {
    display: block;
}
#headerNav.active .navItem {
    padding: 10px 10px 0;
    width: auto;
}
#headerNav.active .menu-has-children:hover li.navItem {
    padding: 10px 10px 0;
}
#toTop:hover .arrowWrap img {
    animation: none;
}
.siteTitle {
    font-size: clamp(16px,2vw,20px);
}
body.fixedNav {
    padding-top: 50px;
}
.slick-dots button {
    width: 30px;
}
#toTop {
    right: 0;
}
.colTitle {
    /*font-size: 14px;*/
}

.col30_60 {
    display: block;
}
.colLeft30 {
    width: 100%;
    padding: 20px 20px 0;
}
.colRight60 {
    width: 100%;
    padding: 0 20px 20px;
}
.text07 {
    padding: 0 20px;
}
.text07 li span {
    display: block;
}
.text07 li {
    padding-bottom: 10px;
    font-size: 14px;
}
.text05 {
    text-align: justify;
}
.contetn_page h2 {
    font-size: 20px;
}
.faqWrap h3 span {
    font-size: 1.5em;
    padding-right: .2em;
    vertical-align: bottom;
}
.faqWrap p span {
    font-size: 1.5em;
    padding-right: .2em;
    vertical-align: bottom;
}

.faqWrap h3 {
    font-size: 15px;
    display: flex;
    align-items: center;
}
.faqWrap p {
    font-size: 14px;
}
.serviceContent {
    width: calc((100% - 40px) / 2 );
}
.serviceSubWrap {
    font-size: 13px;
}
.contetn_page h3 {
    font-size: 16px;
}
.eibunkaikeiSub {
    display: block;
    font-size: 14px;
}
.cloudContent {
    display: block;
}
.cloudContent img{
    display: block;
    margin: auto;
}
.box7 {
    display: block;
    font-size: 14px;
}
.box7 div {
    width: 100%;
}
.box7 .img06 {
    padding-left: 0;
    display: block;
    margin: auto;
}
.mw_wp_form_g-standard table th,
.mw_wp_form_g-standard table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.mw_wp_form_g-standard table th {
    padding: 20px 10px 0;
}



}

@media screen and (max-width: 550px) {
.serviceContent {
    width: 100%;
}
}




/**
 * 相続
 */
.souzoku .nayamiList {
    border: 1px solid #DDD;
    padding: 20px;
    list-style-type: none;
    background-color: #f2f9ff;
    background-image: url(/wp-content/uploads/2021/03/img1002.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.souzoku .nayamiList li {
    padding: 5px 5px 5px 25px;
    margin: 0;
    text-decoration: underline;
}
.souzoku .nayamiList li:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    padding: 8px;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #4c93d0;
    vertical-align: middle;
    margin-left: -25px;
}
.souzoku .toContent a {
    border: 1px solid #DDD;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #4c93d0;
    display: block;
    color: #FFF;
}
.souzoku .serviceList li {
    list-style-type: none;
    padding: 5px 5px 5px 25px;
    margin: 0;
}
.souzoku .serviceList li:before {
    content: "";
    border-left: 4px solid #03c311;
    border-bottom: 4px solid #03c311;
    width: 17px;
    height: 11px;
    transform: rotate(-48deg);
    display: inline-block;
    margin-right: 10px;
    vertical-align: super;
    margin-left: -25px;
}
.souzoku .serviceList {
    border: 1px solid #DDD;
    padding: 20px;
    list-style-type: none;
    background-color: #f5fff2;
}
.souzoku .sp{
    display: none;
}
.souzoku h4 {
    padding: 10px 15px 8px;
    background-color: #efefef;
    border-radius: 4px;
}
.souzoku h3 {
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 1px 2px rgb(255 255 255 / 90%);
        padding-bottom: 8px;
    position: relative;
        font-size: 24px;
}
.souzoku h3:after {
    content: "";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30%;
    border-bottom: 1px solid #8224e3;
}

.scrolled #page_top {
    display: none;
}

@media screen and ( max-width: 720px ) {
    .souzoku .nayamiList {
        background-image: none;
    }
    .souzoku .pc{
        display: none;
    }
    .souzoku .sp{
        display: initial;
    }
    .souzoku .nagareImg {
        text-align: center;
    }
    .spOnlyBr {
    display: inline;
  }

}