@charset "UTF-8";

body > header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 80px);
    height: 110px;
    background-color: rgba(255, 255, 255, 0.9);
}

body#eFrontPage > header {
    background-color: transparent;
}

body#eFrontPage #eHeadLogo,
body#eFrontPage #eHeadTitle {
    transition: all 0.3s;
    opacity: 0;
}

body#eFrontPage #eHeadMenuButton label {
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.1);
}

body#eFrontPage > header.eActive {
    background-color: rgba(255, 255, 255, 0.9);
}

body#eFrontPage .eActive #eHeadLogo,
body#eFrontPage .eActive #eHeadTitle {
    opacity: 1;
}

body#eFrontPage .eActive #eHeadMenuButton label {
    background-color: #1F518E;
}

#eHeadLogo {
    position: absolute;
    top: 0;
    left: 60px;
    display: flex;
    align-items: center;
    height: 100%;
}

#eHeadLogo img {
    width: 80%;
    height: auto;
}

#eHeadTitle {
    margin-right: 80px;
    text-align: center;

}

#eHeadTitle div {
    font-size: 24px;
}

#eHeadTitle p {
    font-size: 15px;
}

#eHeadMenu {
    position: fixed;
    top: 0;
    right: -300px;
    display: flex;
    transition: all 0.3s;
}

#eHeadMenuCheck:checked ~ #eHeadMenu {
    right: 0;
}

#eHeadMenuCheck {
    display: none;
}

#eHeadMenuButton label {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 78px;
    height: 78px;
    padding: 20px;
    background-color: #1F518E;
}

#eHeadMenuButton label span,
#eHeadMenuButton label:before,
#eHeadMenuButton label:after {
    display: block;
    width: 100%;
    height: 2px;


    content: '';
    background-color: #FFF;
}

#eMenuList {
    font-size: 16px;
    width: 300px;
    height: 100vh;
    background-color: #FFF;
}

#eMenuList ul li {
    line-height: 3;
    padding: 0em 1em;
    border-bottom: 1px solid #CCC;
}

#eMenuList ul li a {
    display: block;
}

#eMenuList ul li.eActive {
    background-color: #EEE;
}

#eTopHead {
    position: relative;
    height: 100vh;
    background: url(../img/top/head.jpg) no-repeat center /cover;

}

#eTopHeadTitle {
    position: absolute;
    top: calc(50% - 100px);
    left: 80px;
}

#eTopHeadTitle div {
    font-size: 24px;
    line-height: 1.7;
    padding-top: 30px;
}

#eTopHeadCont {
    position: absolute;
    right: 140px;
    bottom: 40px;
}

#eTopHeadCont p {
    font-size: 2vw;
    line-height: 1.8;
    margin-bottom: 0.5em;
    color: #FFF;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
}

#eTopHeadCont span {
    font-size: 1.6vw;
    display: block;
    margin-bottom: 2em;
    color: #FFF;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
}

#eTopHeadCont .eMoreButton {
    text-align: right;
}

.eMoreButton a {
    font-size: 0.8vw;
    line-height: 3.4;
    position: relative;
    display: inline-block;
    padding: 0 5em;
    border: 1px solid #000;
    background-color: #FFF;

}

.eMoreButton a:after {
    position: absolute;
    right: -20px;
    bottom: 1.6em;
    display: block;
    width: 50px;
    height: 12px;
    content: '';
    transform: skewX(45deg);
    transform-origin: right;
    border-width: 0 1px 1px 0;
    border-color: #000;
}

#eTopAbout {
    display: flex;
    margin-bottom: 4%;
}


.eAboutHead {
    width: 40%;
    padding: 8% 0% 8% 10%;

}

.eAboutHead h2,
.eCommonHead h2,
#eFrontPage h2 {
    font-size: 0.8vw;
    margin-bottom: 1.5em;
}

.eAboutHead h2 span,
.eCommonHead h2 span,
#eFrontPage h2 span {
    font-size: 1vw;
    position: relative;
}

.eAboutHead h2 span::after,
.eCommonHead h2 span::after,
#eFrontPage h2 span::after {
    padding: 0 1em;
    content: '/';
}

.eAboutHead p {
    font-size: 1.2vw;
    line-height: 2;
    margin-bottom: 2em;
}

.eAboutHeadCont {
    font-size: 0.9vw;
    width: 60%;
    padding: 8% 8%;
    background-color: #F2F2F2;
}

.eAboutHeadCont p {
    margin: 1.5em 0;
}

#eTopInfo {
    margin-bottom: 3vw;
}

#eTopInfoWrap {
    background-color: #1F518E;
}

#eTopInfoList {
    padding-top: 2%;
    padding-bottom: 2%;
}

#eTopInfoList > div {
    font-size: 0.8vw;
    line-height: 2.4;
}

#eTopInfoList a {
    color: #FFF;
}

#eTopInfo .eMoreButton {
    padding: 2vw 0 4vw;
    text-align: center;
}

#eTopInfo .eMoreButton a {
    color: #1F518E;
    border-color: #1F518E;
}

#eTopInfo .eMoreButton a:after {
    border-color: #1F518E;
}

#eTopPersonal {

}

.ePageHeadImgCont {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4vw 0;
    background-color: #F2F2F2;
    background: -moz-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 60%, rgba(251, 251, 251, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 60%, rgba(251, 251, 251, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 60%, rgba(251, 251, 251, 0) 60%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#00ffffff', GradientType=1);
}

.ePageHeadImgCont > div {
    position: relative;
    z-index: 2;
    width: 40%;
    margin-right: -1.5vw;
    padding: 4.2vw 2.4vw;
    background-color: #FFF;
}

.ePageHeadImgCont > div h3 {
    font-size: 1.4vw;
    margin-bottom: 0.5em;
}

.ePageHeadImgCont > div p {
    font-size: 0.9vw;
    margin-bottom: 3em;
}

.ePageHeadImgCont > span {
    position: relative;
    z-index: 1;
    display: block;
    width: 40%;
    margin-left: -1.5vw;
}

#eTopSoudan {
    margin-bottom: 4vw;
    padding: 3vw;
    color: #FFF;
}

#eTopSoudanWrap {
    padding: 2vw 8vw;
    background-color: #1F518E;
}

#eTopSoudanWrap > div {
    position: relative;
}

#eTopSoudanWrap > div h2 {
    font-size: 1.4vw;
    margin-bottom: 1.5em;
    padding: 0 3vw;
}

#eTopSoudanWrap > div > div {
    display: flex;
    align-items: center;
    padding: 2vw 4vw;
    background-color: #296AAA;
}

#eTopSoudanWrap > div > div p {
    font-size: 0.8vw;
    line-height: 1.8;
    padding-right: 4vw;
}


#eTopSoudanWrap .eMoreButton a {
    color: #FFF;
    border-color: #FFF;
    background-color: transparent;
}

#eTopSoudanWrap .eMoreButton a:after {
    border-color: #FFF;
}

#eTopSoudanWrap > div > span {
    position: absolute;
    right: 3vw;
    bottom: -1vw;

}

#eTopSoudanWrap > div > span img {
    width: 21vw;
}

#eTopFeatures {
    margin-bottom: 6vw;
}

#eTopFeaturesList {
    display: flex;
    justify-content: space-evenly;
}

#eTopFeaturesList > div {
    width: 21%;
}

#eTopFeaturesList > div span {
    display: block;
    margin-bottom: 1vw;
}

#eTopFeaturesList > div span img {
    width: 100%;
}

#eTopFeaturesList > div h3 {
    font-size: 1.2vw;
    margin-bottom: 1vw;
}

#eTopFeaturesList > div p {
    font-size: 0.8vw;
}

#eTopMapWrap {
    padding: 3vw 0;
    background-color: #F2F2F2;
    background: -moz-linear-gradient(right, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 60%, rgba(251, 251, 251, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 60%, rgba(251, 251, 251, 0) 60%, rgba(255, 255, 255, 0) 100%);

    background: linear-gradient(to left, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 60%, rgba(251, 251, 251, 0) 60%, rgba(255, 255, 255, 0) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#00ffffff', GradientType=1);
}

#eTopMapFrame {
    margin-bottom: 3vw;
}

#eTopMapFrame iframe {
    display: block;
    width: 80%;
    height: 26vw;
    margin: 0 auto;
}

#eFootContactLink {
    padding: 3vw 0;
    text-align: center;
}

#eTopMapWrap #eFootContactLink {
    padding: 0;
}

#eFootContactLink a {
    font-size: 0.8vw;
    font-size: 1vw;
    line-height: 4;
    display: inline-block;
    width: 36%;
    text-align: center;
    color: #FFFFFF;
    background-color: #1F518E;
}


#eFootContactLink a span {
    font-size: 1vw;
    position: relative;
}

#eFootContactLink a span::after {
    padding: 0 1em;
    content: '/';
}

body > footer {
    padding: 3vw 0 1vw;
    text-align: center;
    color: #FFF;
    background-color: #1F518E;
}

#eFootTitle {
    font-size: 1vw;
    margin-bottom: 1em;
}

body > footer address {
    font-size: 0.8vw;
    line-height: 2;
    margin-bottom: 1.5em;
}

#eFootCopy {
    font-size: 0.6vw;
}

#ePageHead {
    position: relative;
    height: 30vw;
    margin-bottom: 4vw;
    text-align: center;
    background: no-repeat center /cover;
}

#ePageHead h1 {
    font-size: 1.5vw;
    font-weight: 400;
    position: absolute;
    bottom: 3vw;
    display: block;
    width: 100%;
    color: #FFF;
}

#ePageHead h1 span {
    font-size: 2vw;
    position: relative;
    display: block;

}

#ePageHead h1 span:after {
    display: block;
    width: 5vw;
    height: 1px;
    margin: 0.5em auto;
    content: '';
    background-color: #FFFFFF;
}

#eGreetings {
    margin-bottom: 3vw;
}

#eGreetingsWrap {
    display: flex;
}

#eGreetingsImg {
    flex-shrink: 0;
    width: 40%;
    padding: 2vw 3vw;
    text-align: right;
    background-color: #F2F2F2;
}

#eGreetingsImg span {
    display: inline-block;
}

#eGreetingsImg span img {
    width: 30vw;
    border: 1.5vw solid #FFF;
}

#eGreetingsCont {
    width: 70%;
    padding: 2vw 6vw;
}

#eGreetingsPost {
    font-size: 0.8vw;
    line-height: 1.8;
    margin-bottom: 2em;
}

#eGreetingsCont > h3 {
    font-size: 1.4vw;
    margin-bottom: 1.5em;
}

#eGreetingsCont > h3 span {
    font-size: 0.8vw;
    padding-left: 1.5em;
}

#eGreetingsCont > p {
    font-size: 1vw;
    line-height: 1.8;
    margin: 1.5em 0;
}

#eGreetingsCont > h4 {
    font-size: 1.4vw;
    margin-bottom: 1.5em;
    padding-top: 1em;
}


#eAboutMapWrap {
    display: flex;
    justify-content: center;
    margin-bottom: 4vw;
    padding: 2vw 0;
    background-color: #F2F2F2;
    background: -moz-linear-gradient(right, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 60%, rgba(251, 251, 251, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 60%, rgba(251, 251, 251, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 60%, rgba(251, 251, 251, 0) 60%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#00ffffff', GradientType=1);
}


#eAboutMapFrame {
    width: 36%;
    margin-left: 10%;
}

#eAboutMapFrame iframe {
    width: 100%;
    height: 24vw;
}

#eAboutMapAddress {
    font-size: 0.8vw;
    line-height: 3;
    box-sizing: border-box;
    width: 58%;
    padding: 3vw 1vw 4vw 4vw;
}

#eAboutMapCont {
    text-align: center;
}

#eAboutMapCont > p {
    line-height: 2;
    display: inline-block;
    margin-bottom: 3vw;
    text-align: left;
}

#eAboutMapCont > div {
    display: flex;
    justify-content: center;
}

#eAboutMapCont > div div {
    width: 30%;
    margin: 0 2%;
}

#eAboutMapCont > div div img {
    width: 100%;
}

#eFlowList {
    display: flex;
    justify-content: center;
}

#eFlowList > div {
    position: relative;
    width: 20%;
    margin: 0 3%;
    text-align: center;
}

#eFlowList > div:before {
    font-size: 2vw;
    position: absolute;
    top: 22%;
    left: -22%;
    content: '▶';
    color: #5BC7A7;
}

#eFlowList > div:first-child:before {
    display: none;
}

#eFlowList > div > div {
    font-size: 1.2vw;
}

#eFlowList > div > span {
    font-size: 1.2vw;
    display: block;
    padding: 1vw 0vw 0;
}

#eFlowList > div > span img {
    width: 60%;
}

#eFlowList > div > h3 {
    font-size: 1.2vw;
    margin-bottom: 1.5em;
}

#eFlowList > div > p {
    font-size: 0.8vw;
    margin: 1.5em 0;
    text-align: left;
}

#eTaxFlow {
    padding: 3vw 0;
}

#eInheritance-taxPage h2 {
    font-size: 1.2vw;
}

#eTaxPlanWrap {
    margin: 3vw 0;
    padding: 2vw 8vw;
    background-color: #F2F2F2;
}

#eTaxPlanList {
    display: flex;
    justify-content: space-evenly;
    padding: 1vw 0 2vw;
    background-color: #FFF;
}

#eTaxPlanList > div {
    width: 40%;
}

#eTaxPlanList > div h3 {
    font-size: 1vw;
    padding: 1.5vw 0;
    text-align: center;
}

#eTaxPlanList > div div {
    line-height: 2;
    padding: 2vw;
    border: 1px solid #AAA;
}

#eTaxPriceList {
    display: flex;
    justify-content: space-evenly;
    padding: 3vw 5vw;
}

#eTaxPriceList > div {
    font-size: 0.7vw;
    width: 30%;
}

#eTaxPriceList > div h3 {
    font-size: 1vw;
    margin-bottom: 1em;
}

#eTaxPriceList > div table {
    width: 100%;
    border-collapse: collapse;
}

#eTaxPriceList > div table thead th {
    font-weight: normal;
    padding: 0.5em 0.2em;
    text-align: center;
    color: #FFF;
    border: 1px solid #CCC;
    background-color: #409AE4;
}

#eTaxPriceList > div table tbody td {
    padding: 0.6em 0.2em;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #CCC;
}

#eTaxPriceList > div table tbody tr:nth-child(even) {
    background-color: #F2F2F2;
}

#eTaxPriceList > div > div > p {
    font-size: 0.6vw;
    line-height: 2;
    margin: 1.5em 0;
}

#eSeminar {
    margin-bottom: 3vw;
    padding: 3vw;
    background-color: #F2F2F2;
}

#eSeminar > div {
    padding: 3vw;
    background-color: #FFF;
}

#eSeminar > div h2 {
    font-size: 1.2vw;
    text-align: center;
}

#eSeminarCont {
    font-size: 0.9vw;
    width: 46%;
    margin: 0 auto;

}

#eSeminarCont p {
    margin: 2em 0;
}

#eSeminarLink {
    text-align: center;

}

#eSeminarLink a {
    font-size: 1vw;
    line-height: 3;
    display: inline-block;
    margin: 2em 0;
    padding: 0 4em;
    color: #FFF;
    border-radius: 0.6em;
    background-color: #1F518E;
}

#eSeminarLink a:nth-of-type(2) {
    padding: 0 2em;
    background-color: #5BC7A7;
}

#eSeminarFlow h2 {
    font-size: 1.2vw;
}

#eSeminarFlow #eFlowList > div > span img {
    width: 40%;
    margin-bottom: 1em;
}

#eCaseList article label {
    font-size: 28px;
    line-height: 3;
    position: relative;
    display: block;
    margin-bottom: 1em;
    color: #29ABE2;
    border-bottom: 1px solid #898989;
}

#eCaseList article label:before {
    display: inline-block;
    width: 10px;
    height: 0.9em;
    margin-right: 1em;
    content: '';
    vertical-align: middle;
    background-color: #29ABE2;
}

#eCaseList article label:after {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8em;
    position: absolute;
    top: 1.4em;
    right: 1em;
    display: block;
    width: 2em;
    height: 2em;
    content: '∨';
    transition: all 0.3s;
    transform-origin: center;
    text-align: center;
    vertical-align: middle;
    color: #29ABE2;
    border: 1px solid #29ABE2;
}

#eCaseList article input[type="checkbox"] {
    display: none;
}

#eCaseList article input[type="checkbox"]:checked ~ label:after {
    transform: rotate(180deg);
}

#eCaseList article dl {
    font-size: 18px;
    transition: all 0.3s;
}

#eCaseList article dt {
    font-weight: normal;
    line-height: 1.8;
    position: relative;
    display: flex;
    margin-bottom: 3em;
    transition: all 0.3s;
    align-items: flex-start;
}

#eCaseList article dt:before,
#eCaseList article dd:before {
    font-size: 16px;
    line-height: 2.2;
    flex-shrink: 0;

    margin-right: 2em;
    padding: 0 0.5em;
    transition: all 0.3s;
    color: #FFF;
}

#eCaseList article dt:before {
    content: '相談内容';
    background-color: #1F518E;
}

#eCaseList article dd {
    line-height: 1.8;
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 4em;
    transition: all 0.3s;
}

#eCaseList article dd:before {
    content: '対応内容';
    background-color: #5FC0B3;
}

#eCaseList article input[type="checkbox"]:not(:checked) ~ dl,
#eCaseList article input[type="checkbox"]:not(:checked) ~ dl dt,
#eCaseList article input[type="checkbox"]:not(:checked) ~ dl dt:before,
#eCaseList article input[type="checkbox"]:not(:checked) ~ dl dd,
#eCaseList article input[type="checkbox"]:not(:checked ) ~ dl dd:before {
    line-height: 0 !important;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#eOnlineSeminarList {
margin-bottom: 100px;
}

#eOnlineSeminarList h2 {
    font-size: 120%;
    margin-bottom: 2em;
    padding: 0.8em 1em;
    color: #FFF;
    background-color: #1F518E;
}

#eOnlineSeminarList > article {
    line-height: 4;
    display: flex;
    border-bottom: 1px solid #CCC;
    padding: 0 1em;
}

#eOnlineSeminarList > article time {
    flex-shrink: 0;
    margin-right: 3em;
}

#eOnlineSeminarList > article h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#eOnlineSeminarList > article h3 a {
    color: #29ABE2;
}

#eSingleOnlineSeminar {
    background-color: #EEE;
    padding: 40px 0;
    margin-bottom: 100px;
}

#eSingleOnlineSeminarWrap {
background-color: #FFF;
    padding: 40px 0;
}

#eSingleOnlineSeminar h2 {
    margin-bottom: 2em;
    font-size: 20px;
    text-align: center;
}

#eSingleOnlineSeminarContWrap {
    text-align: center;
    padding: 30px;
}
#eSingleOnlineSeminarCont {
    text-align: left;
    display: inline-block;
    line-height: 2;
}
#eSingleOnlineSeminarCont p {
    margin-bottom: 2em;
}

#eSingleOnlineSeminarWrap .eMoreButton {
    padding-top: 5em;
}

#eSingleOnlineSeminarWrap .eMoreButton a,
#eSingleOnlineSeminarWrap .eMoreButton a:after {
    color: #1F518E;
    border-color: #1F518E;
}


#eContactPage #eFlowList {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

#eContact {

}

#eContact h2 {
    background-color: #1F518E;
    color: #FFF;
    padding: 0.5em 1em;
    font-size: 140%;
    margin-bottom: 1em;
}
#eContactForm {
    padding: 50px;
}

#eContactForm dl {

}

#eContactForm dl dt{
margin-bottom: 1em;
}
#eContactForm dl dt.require:after{
    content: '（必須）';
    color: #F00;
    font-size: 90%;
    font-weight: normal;
}

#eContactForm dl dd {
margin-bottom: 2em;
    display: flex;
    white-space: nowrap;
}

#eContactForm input[type="text"],
#eContactForm textarea {
    border: 1px solid #CCC;
    width: 100%;
    box-sizing: border-box;
    padding: 0.3em 1em;
}

#eContactForm select {
    border: 1px solid #CCC;
    box-sizing: border-box;
    padding: 0.3em 1em;
}


#eContactForm label {
    padding: 0 0.5em;
    vertical-align: middle;
}
#eContactForm input[type="file"] {
    font-size: 80%;
}
#eContactForm input[type="submit"] {
    width: 100%;
    text-align: center;
    border: 1px solid #1F518E;
    color: #1F518E;
    line-height: 3;
    font-size: 120%;
}


#eContactPage #eSeminarFlow {
    margin-bottom: 100px;
}

#eNews {
    max-width: 1000px;
    padding: 20px;
    margin: 0 auto 60px;
}

#eCalendarWrap {
    max-width: 1000px;
    margin: 0 auto;
}

#eCalendar {
    margin-bottom: 5vw;
}

#eCalendar h2 {
    font-size: 1.2vw;
}
#eCalendar .calendar {
    line-height: 2;
}
#eCalendar .calendar * {
    pointer-events: none;
}

#eCalendar #booking-package_calendarPage .dayPanelHeight {
    height: 5.5em;
}