@charset "utf-8";

/*
theme Name: 藤原淳税理士事務所
Author: fujiwara
Description: fujiwara theme
version: 1.1.0
*/

/*
reset
-------------------------------------------------- */
html,
body,
header,
div,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
img,
ol, ul, li,
p,
footer {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-all;
  word-wrap: break-word;
}

body {
  line-height:1;
}

body * {
  box-sizing: border-box;
}

header,
footer {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td,
.tablepress tfoot th,
.tablepress thead th,
.tablepress th,
.tablepress td {
  background: #fff;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px !important;
  text-align: left;
}

a {
  background: transparent;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: normal;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

/*
common
-------------------------------------------------- */
html,
body {
  background: #fff;
  color: #000;
  height: 100%;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 18px;
  font-size: 1.8rem;
}

p {
  line-height: 1.6;
  text-align: justify;
}

strong, b {
  font-weight: 700;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.entry-body::after {
  clear: both;
  content: " ";
  display: table;
}

.contents-wrap {
  padding: 100px 0;
  text-align: center;
}

.button {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 25px 0;
  position: relative;
  text-align: center;
  transition: .4s;
}

.button::after {
  border-right: 3px solid;
  border-top: 3px solid;
  content: "";
  display: block;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 20px;
  transform: rotate(45deg);
  transition: .4s;
  top: 50%;
  width: 12px;
}

.button:hover::after {
  right: 15px;
}

.color-red {
  color: #d81f3d;
}

/*
header
-------------------------------------------------- */
.header {
  background: no-repeat top center;
  background-size: cover;
  text-align: center;
}

.address-wrap {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.address-wrap .tel-wrap {
  align-items: center;
  display: flex;
}

.address-wrap .tel-wrap strong {
  background: #d81f3d;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 10px 15px;
}

.address-wrap .tel-wrap p {
  margin: 0 15px 0 10px;
  text-align: right;
}

.address-wrap .contact-wrap {
  align-items: center;
  background: #d81f3d;
  color: #fff;
  display: flex;
  height: 100px;
  justify-content: center;
  transition: .4s;
  width: 275px;
}

.address-wrap .contact-wrap:hover {
  background: #fff;
  color: #d81f3d;
}

.address-wrap p {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
}

.address-wrap p span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.address-wrap .tel-wrap a {
  color: #fff;
}

@media screen and (min-width: 940px){
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.cmn-header {
  background: #fff;
  position: relative;
}

.cmn-header .inner {
  align-items: center;
  display: flex;
  height: 100px;
}

.cmn-header h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}

.cmn-header h1 a {
  color: #000;
}

.cmn-header .address-wrap {
  right: 0;
  position: absolute;
  top: 0;
}

.cmn-header .address-wrap .tel-wrap a {
  color: #000;
}

.top-header {
  background-image: url(./img/main.jpg);
}

.top-header .address-wrap .tel-wrap p {
  color: #fff;
  text-shadow: 1px 0 1px #333, -1px 0 1px #333, 0 -1px 1px #333, 0 1px 1px #333,1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333, 1px 1px 1px #333,  -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333, 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
}

.top-header h1 {
  color: #fff;
  display: inline-block;
  font-size: 100px;
  font-size: 10rem;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.2;
  margin: 90px auto 0;
  text-align: left;
}

.top-header h1 strong {
  color: #d81f3d;
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: normal;
}

.top-header .catch {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

.top-header .catch::after {
  background: #fff;
  border-radius: 20px;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.top-header .explain {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 50px 0;
  text-align: center;
}

.top-header .explain b {
  display: block;
}

/*
main menu
-------------------------------------------------- */
.menu-navigation-wrap {
  background: #d81f3d;
}

.menu-navigation-wrap .menu {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}

.menu-navigation-wrap li:first-child a {
  border-left: 1px solid rgba(255, 255, 255, .6);
}

.menu-navigation-wrap a {
  border-right: 1px solid rgba(255, 255, 255, .6);
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  padding: 20px;
  position: relative;
  transition: .4s;
}

.menu-navigation-wrap a:hover {
  background: rgba(255, 255, 255, .4);
}

/*
title
-------------------------------------------------- */
.contents-title {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 60px;
}

.contents-title span {
  color: #d81f3d;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.contents-title b {
  color: #d81f3d;
}

.page-title {
  background: url(./img/bg-process.jpg) no-repeat center center;
  background-size: cover;
  height: 200px;
  width: 100%;
}

.title-wrap {
  background: rgba(0, 0, 0, .7);
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.page-title h2 {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}

/*
breadcrumb
-------------------------------------------------- */
.breadcrumb {
  margin: 25px auto;
  max-width: 1200px;
  overflow: hidden;
}

.breadcrumb ol {
  display: table;
  font-size: 14px;
  font-size: 1.4rem;
}

.breadcrumb li {
  display: table-cell;
  white-space: nowrap;
  margin-right: 12px;
}

.breadcrumb li::after {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 8px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}

.breadcrumb li:first-child a {
  margin-left: 5px;
}

.breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb a {
  color: #000;
}

.breadcrumb span {
  padding: 5px 5px 5px 15px;
  position: relative;
}

.breadcrumb a span {
  text-decoration: underline;
}

.breadcrumb li:first-child,
.breadcrumb li:first-child a span {
  padding-left: 0;
}

.breadcrumb li:last-child span {
  padding-right: 25px;
}

.breadcrumb div {
  display: none;
}

/*
contact
-------------------------------------------------- */
.contact-wrap {
  background: -webkit-linear-gradient(left, #d81f3d 50%, #333 50%);
  background: linear-gradient(to right, #d81f3d 50%, #333 50%);
  padding: 45px 0;
  text-align: center;
}

.contact-wrap h2 {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.contact-select {
  display: flex;
  justify-content: center;
}

.contact-select .button {
  margin: 0 30px;
  width: 455px;
}

.btn-contact {
  background: #fff;
  color: #d81f3d;
}

.btn-zoom {
  background: #d81f3d;
  color: #fff;
}

/*
banner
-------------------------------------------------- */
.banner-wrap {
  padding: 50px 0;
}

/*
greeting
-------------------------------------------------- */
.greeting-wrap {
  padding-top: 0;
}
.greeting-wrap .contents-title {
  color: #d81f3d;
}

.greeting-wrap .inner,
.access-wrap .inner {
  max-width: 1000px;
}

.profile-table {
  margin: 0;
  padding-right: 30px;
  text-align: left;
}

.profile-table td {
  border: none;
  line-height: 1.6;
  padding: 0 0 15px !important;
  vertical-align: top;
}

.profile-table td:nth-of-type(1) {
  width: 140px;
}

.profile-table td strong {
  font-size: 20px;
  font-size: 2rem;
}

.profile-table a {
  color: #000;
  text-decoration: underline;
}

.profile-table a:hover {
  color: #d81f3d;
}

.result-list {
  border: 10px solid #e4e4e4;
  margin-top: 40px;
  padding: 50px;
  max-width: 1000px;
}

.tablepress-table-name {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 40px 0 20px;
  text-align: center;
}

.result-list .tablepress-table-name:first-of-type {
  margin-top: 0;
}

.greeting-wrap .go-list {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
}

.greeting-wrap .go-list a {
  color: #000;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.greeting-wrap .go-list a::before {
  border-right: 2px solid;
  border-top: 2px solid;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  left: 0;
  position: absolute;
  transform: rotate(45deg);
  transition: .4s;
  top: 50%;
  width: 8px;
}

/*
advisory
-------------------------------------------------- */
.advisory-wrap .catch {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.advisory-wrap img {
  margin: 0;
}

.advisory-wrap .btn-contact {
  background: #d81f3d;
  color: #fff;
  text-align: center;
  width: 300px;
}

.advisory-wrap p {
  font-size: 20px;
  font-size: 2rem;
  margin: 20px 0;
}

.page .advisory-wrap {
  border-top: 1px solid #ccc;
  margin-top: 80px;
  padding-top: 40px;
}

/*
reason
-------------------------------------------------- */
.reason-wrap {
  background: url(./img/bg-reason.jpg) no-repeat center center;
  background-size: cover;
}

.reason-wrap .contents-title {
  color: #fff;
}

.point-wrap {
  align-items: stretch;
  border: 1px solid #fff;
  display: flex;
}

.point-detail {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  color: #fff;
  padding: 30px;
  text-align: center;
  width: calc(100% / 3);
}

.point-detail:nth-last-of-type(even) {
  border-left-color: #fff;
  border-right-color: #fff;
}

.point-detail dt {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  height: 160px;
  text-align: center;
}

.point-detail span {
  border-bottom: 1px solid #fff;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto 25px;
  padding: 0 5px 20px;
  width: 110px;
}

/*
process
-------------------------------------------------- */
.process-wrap {
  background: url(./img/bg-process.jpg) no-repeat center center;
  background-size: cover;
}

.process-wrap h2 {
  color: #fff;
}

.process-wrap .process-detail {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}

.process-wrap .process-detail img:nth-of-type(even) {
  align-self: center;
}

.process-wrap p {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  margin: 40px auto 0;
  text-align: center;
  text-shadow: 1px 0 1px #333, -1px 0 1px #333, 0 -1px 1px #333, 0 1px 1px #333,1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333, 1px 1px 1px #333,  -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333, 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
}

/*
service
-------------------------------------------------- */
.service-wrap {
  padding-bottom: 0;
}

.service-detail:nth-of-type(odd) {
  background: -webkit-linear-gradient(right, #d81f3d 50%, #f3f3f3 50%);
  background: linear-gradient(to left, #d81f3d 50%, #f3f3f3 50%);
}

.service-detail .inner {
  align-items: center;
  display: flex;
  padding: 35px 0;
}

.service-detail:nth-of-type(odd) .inner {
  background: -webkit-linear-gradient(right, #d81f3d 65%, #f3f3f3 65%);
  background: linear-gradient(to left, #d81f3d 65%, #f3f3f3 65%);
}

.service-detail .num {
  position: absolute;
  right: 550px;
  top: 35px;
}

.service-detail:nth-of-type(odd) .num {
  right: 0;
}

.service-detail .service-explain {
  padding: 0 180px 0 30px;
  position: relative;
}

.service-detail:nth-of-type(even) .service-explain {
  order: 1;
  padding: 0 210px 0 0;
}

.service-detail .service-explain h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.service-detail:nth-of-type(odd) .service-explain {
  color: #fff;
}

.service-detail:nth-of-type(even) .service-img {
  order: 2;
}

/*
flow
-------------------------------------------------- */
.flowstep-wrap {
  justify-content: center;
  display: flex;
  max-width: 970px;
}

.flow-detail {
  padding: 0 25px;
  position: relative;
  width: calc(100% / 3);
}

.flow-detail::after {
  border-right: 3px solid #d81f3d;
  border-top: 3px solid #d81f3d;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: -5px;
  transform: rotate(45deg);
  top: 40px;
  width: 12px;
}

.flow-detail:last-of-type::after {
  display: none;
}

.flow-detail img {
  margin-bottom: 10px;
  height: 100px;
  width: 100px;
}

.flow-detail p {
  font-size: 18px;
  font-size: 1.8rem;
}

.flow-detail b {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

/*
message
-------------------------------------------------- */
.message-wrap {
  background: url(./img/bg-message.jpg) no-repeat center center #000;
  background-size: cover;
}

.message-wrap .contents-title {
  color: #fff;
}

.message-wrap h3 {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  margin: 20px 0 40px;
}

.message-wrap .inner {
  border: 1px solid #fff;
  color: #fff;
  padding: 30px 60px;
}

/*
access
-------------------------------------------------- */
.access-table {
  margin: 0;
}

.access-table table {
  border-collapse: collapse;
}

.access-table td {
  border: none;
}

.access-table td {
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
  vertical-align: top;
}

.access-table td:nth-of-type(1) {
  background: #f7f7f7;
  width: 275px;
}

.access-table a {
  color: #000;
}

/*
main
-------------------------------------------------- */
.main-content {
  padding: 20px 0 70px;
}

.main-content .inner {
  margin: 0 auto;
  max-width: 1000px;
}

/*
contact
-------------------------------------------------- */
.form-wrap h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 40px;
  text-align: center;
}

.contact-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-top: 50px;
}

.contact-table th {
  background: #f7f7f7;
  border-right: 1px solid #ccc;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
  width: 350px;
}

.contact-table th,
.contact-table td {
  padding: 20px !important;
}

.contact-table th b {
  background: #d81f3d;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px;
  padding: 5px 8px;
  display: inline-block;
  vertical-align: middle;
}

.contact-table th span {
  display: block;
  font-weight: normal;
}

.contact-table th.multiple {
  vertical-align: top;
}

.contact-table td.multiple {
  padding: 5px 20px !important;
}

.contact-table .wpcf7-list-item {
  display: block;
  margin: .5em 0 1em;
}

.contact-table td p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 1em;
}

.contact-table input[type="text"],
.contact-table input[type="email"],
.contact-table input[type="tel"],
.contact-table input[type="date"],
.contact-table select,
.contact-table textarea {
  border: 1px solid #999;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px;
}

.contact-table input[type="text"],
.contact-table input[type="email"],
.contact-table input[type="tel"],
.contact-table textarea {
  width: 80%;
}

.contact-table select {
  padding: 6px 5px;
  margin-left: 10px;
  vertical-align: middle;
}

.form-wrap p {
  text-align: center;
}

.form-wrap input[type="submit"] {
  background: -webkit-linear-gradient(top, #2aaf3e, #1c892d);
  background: linear-gradient(to bottom, #2aaf3e, #1c892d);
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  font-size: 2.6rem;
  margin: 40px auto;
  padding: 25px 0;
  transition: .4s;
  width: 500px;
}

.form-wrap input[type="submit"]:hover {
  opacity: .8;
}

.contact-table div {
  margin: 1em 0;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 30px auto;
  padding: 20px;
}

/*
blog - top
-------------------------------------------------- */
.blog-wrap {
  padding-top: 0;
  text-align: center;
}

.blog-wrap .inner,
.blog-wrap.inner {
  max-width: 1000px;
}

.blog-wrap .article-list {
  border: 10px solid #e4e4e4;
  margin: 70px 0;
  padding: 50px;
}

.blog-wrap .article-list li {
  border-bottom: 1px dotted #999;
}

.blog-wrap .article-list li:first-child {
  border-top: 1px dotted #999;
}

.blog-wrap .article-list li:nth-of-type(even) {
  background: #f9f9f9;
}

.blog-wrap .article-list a {
  color: #000;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 20px 30px;
  position: relative;
  text-align: left;
  transition: .4s;
}

.blog-wrap .article-list a::after {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  content: "";
  display: block;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 30px;
  transform: rotate(45deg);
  transition: .4s;
  top: 50%;
  width: 14px;
}

.blog-wrap .article-list a:hover {
  background: #fde3e7;
  color: #d81f3d;
}

.blog-wrap .article-list a:hover::after {
  border-color: #d81f3d;
  right: 20px;
}

.blog-wrap .article-list span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.blog-wrap .button {
  background: #d81f3d;
  color: #fff;
  margin: 0 auto;
  width: 40%;
}

/*
archive
-------------------------------------------------- */
.archive-wrap.inner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
}

.archive-list {
  width: 70%;
}

.article-wrap {
  border: 10px solid #e4e4e4;
  margin: 0 0 40px;
  padding: 30px;
}

.article-wrap a {
  color: #000;
  text-decoration: underline;
}

.article-wrap a:hover {
  color: #999;
}

.article-wrap h1 {
  border-bottom: 1px dotted #999;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.article-meta {
  align-items: center;
  display: flex;
  list-style: none;
  justify-content: flex-start;
}

.article-meta li {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 20px;
}

.article-meta .fas {
  margin-right: 5px;
}

.article-meta a {
  background: #d81f3d;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 8px;
}

.article-excerpt {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 0;
}

.article-excerpt .thumb {
  display: block;
  margin-right: 20px;
  flex-shrink: 0;
  width: 200px;
}

.article-excerpt .thumb img {
  width: 100%;
}

.article-excerpt p {
  font-size: 16px;
  font-size: 1.6rem;
}

.article-excerpt p a {
  color: #d81f3d;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 20px;
}

.article-detail {
  margin: 40px 0 0;
}

.page h1,
.article-detail h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  margin: 40px 0 0;
}

.page h2,
.article-detail h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 40px 0 0;
}

.page .tablepress-table-name,
.article-detail .tablepress-table-name {
  margin-bottom: 20px;
}

.page h3,
.article-detail h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 40px 0 0;
}

.page h4,
.article-detail h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 40px 0 0;
}

.page h5,
.article-detail h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 40px 0 0;
}

.page h6,
.article-detail h6 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 40px 0 0;
}

.page .sub-title,
.article-detail .sub-title {
  border-left: 10px solid #d81f3d;
  padding: 15px 0 15px 15px;
  text-align: left;
}

.page ul,
.article-detail ul {
  line-height: 1.6;
  list-style: disc;
  margin: 30px 0;
}

.page ol,
.article-detail ol {
  line-height: 1.6;
  list-style: decimal;
  margin: 30px 0;
}

.page li,
.article-detail li {
  margin-left: 30px;
}

.page p,
.article-detail p {
  margin: 30px 0;
}

.page p a,
.article-detail p a {
  color: #d81f3d;
  text-decoration: underline;
}

.wp-block-quote {
  background: #ededed;
  margin: 30px 0;
  padding: 20px 20px 30px;
}

.wp-block-quote cite {
  font-size: 14px;
  font-size: 1.4rem;
}

.veu_socialSet .sb_icon a {
  font-size: 14px;
  font-size: 1.4rem;
}

.wp-block-pullquote {
  border-bottom: 3px solid;
  border-top: 3px solid;
}

.wp-block-pullquote p {
  text-align: inherit;
}

.archive-side {
  width: calc(30% - 25px);
}

.archive-side h2 {
  background: #333;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 15px;
}

.archive-side .widget {
  font-size: 14px;
  font-size: 1.4rem;
}

.archive-side .widget ul,
.archive-side .widget h2 + div {
  margin: 20px 20px 40px;
}

.archive-side .widget li {
  list-style: disc;
  margin: 10px 0 10px 10px;
}

.archive-side .widget li a {
  color: #000;
  text-decoration: underline;
}

.wp-calendar-table {
  margin: 40px 0 10px;
}

.wp-calendar-table caption {
  background: #333;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 15px;
}

.wp-calendar-table th,
.wp-calendar-table td {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 0 !important;
  text-align: center;
}

.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 40px;
}

.wp-calendar-table a,
.wp-calendar-nav a {
  color: #000;
  text-decoration: underline;
}

.veu_button .btn {
  font-size: 1.6rem;
  margin: 0 0 40px;
}

.veu_button .btn-sm {
  font-size: 1.4rem;
}

.veu_button .btn-lg {
  font-size: 2rem;
}

.widget_google_translate_widget img {
  display: inline;
  margin: 0;
  width: auto;
}

.widget_google_translate_widget .goog-te-combo {
  padding: 5px 0;
  width: 100%;
}

/*
pagenation
-------------------------------------------------- */
.page-numbers {
  display: flex;
  justify-content: center;
}

.page-numbers li {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 10px;
}

.page-numbers li a,
.page-numbers li span {
  border: 1px solid;
  display: block;
  padding: 15px;
}

.page-numbers li a {
  background: #d81f3d;
  border-color: #d81f3d;
  color: #fff;
  transition: .4s;
}

.page-numbers li a:hover {
  background: #000;
  border-color: #000;
}

.page-numbers li span {
  border-color: #999;
}

/*
menu list
-------------------------------------------------- */
.page .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page .menu-list li {
  margin: 30px 0 0;
}

.page .menu-list li a {
  border: 3px solid #d81f3d;
  color: #d81f3d;
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 30px;
  position: relative;
  text-decoration: underline;
  transition: .4s;
}

.page .menu-list li a::after {
  border-right: 5px solid #d81f3d;
  border-top: 5px solid #d81f3d;
  content: "";
  display: block;
  height: 10px;
  margin-top: -8px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: rotate(45deg);
  transition: .4s;
  width: 10px;
}

.page .menu-list li a:hover {
  color: #333;
  border-color: #333;
}

.page .menu-list li a:hover::after {
  color: #333;
  border-color: #333;
  right: 20px;
}

/*
update
-------------------------------------------------- */
.update {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px !important;
  text-align: right;
}

/*
notfound
-------------------------------------------------- */
.notfound-wrap {
  padding: 40px 0 80px;
}

.notfound-wrap h2 {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

.notfound-wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 40px auto;
  text-align: center;
}

.notfound-wrap .button {
  margin: 0 auto;
  text-align: center;
  width: 500px;
}

/*
footer
-------------------------------------------------- */
footer {
  background: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

footer p {
  margin: 0;
  text-align: center;
}

/* トップに出すコンテンツからSNSシェアを削除 */
.top-contents .veu_socialSet {
  display: none;
}

/* トップに出す実績を6件目から非表示に */
.result-list .tablepress tr:nth-of-type(n+6),
.result-list .tablepress:nth-of-type(n+2),
.result-list .tablepress-table-name:nth-of-type(n+2),
.result-list br + .tablepress-table-name {
  display: none;
}

/*
switch
-------------------------------------------------- */
@media screen and (max-width: 939px){

  body {
    font-size: 1.6rem;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  th,
  td,
  .tablepress tfoot th,
  .tablepress thead th,
  .tablepress th,
  .tablepress td {
    font-size: 1.4rem;
    padding: 5px !important;
  }

  .inner {
    max-width: 100%;
  }

  .contents-wrap {
    padding: 35px 10px;
  }

  /*
  banner
  -------------------------------------------------- */
  .banner-wrap {
      padding: 30px  10px;
  }

  /*
  header
  -------------------------------------------------- */
  .address-wrap {
    justify-content: space-between;
  }

  .address-wrap .tel-wrap {
    padding-left: 5px;
  }

  .address-wrap .tel-wrap strong {
    font-size: 1rem;
    padding: 6px;
  }

  .address-wrap .tel-wrap p {
    font-size: 1.6rem;
    margin: 0 0 0 5px;
    text-align: left;
  }

  .address-wrap .contact-wrap {
    position: absolute;
    right: 50px;
    height: 60px;
    width: 110px;
  }

  .address-wrap p {
    font-size: 1.6rem;
  }

  .address-wrap p span {
    font-size: .9rem;
  }

  .cmn-header .inner {
    height: 60px;
  }

  .cmn-header h1 {
    font-size: 1.8rem;
    line-height: 1;
    padding-left: 10px;
    text-align: left;
  }

  .cmn-header h1 span {
    display: block;
    padding-top: 5px;
    font-size: 1rem;
  }

  .sp-address-wrap {
    display: flex;
    right: 0;
    position: absolute;
    top: 0;
  }

  .sp-address-wrap a {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 60px;
    width: 55px;
  }

  .sp-address-wrap p {
    line-height: 1;
    text-align: center;
  }

  .sp-address-wrap a .fas {
    font-size: 3rem;
    display: block;
  }

  .sp-address-wrap .tel-wrap {
    background: #172f4f;
  }

  .sp-address-wrap .contact-wrap {
    background: #d81f3d;
    padding: 0;
  }

  .top-header {
    background-position: right top;
  }

  .top-header h1 {
    font-size: 3.8rem;
    letter-spacing: 0;
    margin: 30px auto 10px;
    text-align: center;
  }

  .top-header h1 strong {
    font-size: 1.4rem;
    letter-spacing: normal;
    margin-bottom: 10px;
  }

  .top-header .catch {
    font-size: 1.6rem;
    padding-bottom: 10px;
    text-align: center;
  }

  .top-header .catch::after {
    height: 2px;
  }

  .top-header .explain {
    font-size: 1.2rem;
    padding: 20px 0;
    text-align: center;
  }

  .navbutton {
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    height: 60px;
    padding: 0;
    text-align: center;
    width: 50px;
  }

  /*
  main menu
  -------------------------------------------------- */
  .menu-navigation-wrap {
    background: #000;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: 1;
  }

  .menu-navigation-wrap .menu {
    border: none;
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .menu-navigation-wrap li {
    width: 100%;
  }

  .menu-navigation-wrap a {
    border-right: none;
    border-top: 1px solid #999;
    display: block;
    position: relative;
  }

  .menu-navigation-wrap li:first-child a {
    border-left: none;
  }

  .menu-navigation-wrap a::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(45deg);
    width: 10px;
  }

  .menu-navigation-wrap li:first-child a {
    border-top: none;
  }

  /*
  breadcrumb
  -------------------------------------------------- */
  .breadcrumb {
    margin: 10px auto;
    max-width: 100%;
  }

  .breadcrumb ol {
    flex-wrap: wrap;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0 10px;
  }

  /*
  title
  -------------------------------------------------- */
  .contents-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .contents-title span {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .contents-title b {
    color: #d81f3d;
    display: block;
  }

  .page-title {
    height: 100px;
  }

  .page-title h2 {
    font-size: 2rem;
  }

  /*
  contact
  -------------------------------------------------- */
  .contact-wrap {
    background: #333;
    padding: 25px 0;
  }

  .contact-wrap h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .contact-select {
    flex-direction: column;
  }

  .contact-select .button {
    border: 1px solid #333;
    margin: 10px 15px;
    font-size: 1.6rem;
    width: calc(100% - 30px);
  }

  /*
  greeting
  -------------------------------------------------- */
  .greeting-wrap {
    padding-top: 0;
  }
  .greeting-wrap .inner,
  .access-wrap .inner {
    max-width: 100%;
  }

  .greeting-wrap .wp-block-image .alignright {
    float: none;
    margin: 0 auto;
    width: 70%;
  }

  .profile-table {
    padding-right: 0;
    width: 100%;
  }

  .profile-table td {
    border-bottom: 1px solid #ccc;
    line-height: 1.6;
    padding: 5px 0 !important;
    vertical-align: top;
  }

  .profile-table td:nth-of-type(1) {
    width: 100px;
  }

  .profile-table td strong {
    font-size: 1.6rem;
  }

  .profile-table tr:last-of-type td {
    border-bottom: none;
  }

  .result-list {
    border: 5px solid #e4e4e4;
    margin-top: 20px;
    padding: 15px;
    max-width: 100%;
  }

  .tablepress-table-name {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .result-list .go-list {
    font-size: 1.4rem;
  }

  .result-list .go-list a {
    color: #000;
    display: inline-block;
    position: relative;
    padding-left: 20px;
  }

  .result-list .go-list a::before {
    height: 6px;
    margin-top: -4px;
    width: 6px;
  }

  /*
  advisory
  -------------------------------------------------- */
  .advisory-wrap .catch {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0;
  }

  .advisory-wrap img {
    margin: 20px 0;
  }

  .advisory-wrap .btn-contact {
    width: 100%;
  }

  .advisory-wrap p {
    font-size: 1.4rem;
  }

  .page .advisory-wrap {
    margin-top: 40px;
    padding-top: 0;
  }

  /*
  reason
  -------------------------------------------------- */
  .point-wrap {
    flex-direction: column;
  }

  .point-detail {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 15px;
    width: 100%;
  }

  .point-detail:nth-last-of-type(even) {
    border-bottom-color: #fff;
    border-top-color: #fff;
    border-left: none;
    border-right: none;
  }

  .point-detail dt {
    font-size: 2rem;
    height: auto;
    margin-bottom: 15px;
  }

  .point-detail span {
    font-size: 1.2rem;
    margin: 0 auto 10px;
    padding: 0 2px 5px;
    width: 70px;
  }

  /*
  process
  -------------------------------------------------- */
  .process-wrap .process-detail {
    display: none;
  }

  .process-wrap p {
    font-size: 1.4rem;
    margin: 20px 0;
    text-align: left;
  }

  /*
  service
  -------------------------------------------------- */
  .service-wrap {
    padding: 35px 0 20px;
  }

  .service-detail .inner {
    display: block;
    padding: 25px 10px 25px 60px;
  }

  .service-detail .num {
    left: 5px;
    right: auto;
    top: 10px;
    width: 45px;
  }

  .service-detail:nth-of-type(odd) .num {
    right: auto;
  }

  .service-detail .service-img {
    display: none;
  }

  .service-detail:nth-of-type(odd) .inner {
    background: #d81f3d
  }

  .service-detail .service-explain {
    padding: 0;
  }

  .service-detail:nth-of-type(even) .service-explain {
    padding: 0;
  }

  .service-detail .service-explain h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .service-detail:nth-of-type(odd) .service-explain {
    color: #fff;
  }

  /*
  flow
  -------------------------------------------------- */
  .flowstep-wrap {
    flex-direction: column;
    max-width: 100%;
  }

  .flow-detail {
    padding: 25px 0 25px 80px;
    position: relative;
    width: 100%;
  }

  .flow-detail::after {
    bottom: 0;
    left: 30px;
    right: auto;
    transform: rotate(135deg);
    top: auto;
    width: 12px;
  }

  .flow-detail:last-of-type::after {
    display: none;
  }

  .flow-detail img {
    height: 65px;
    left: 5px;
    position: absolute;
    top: 25px;
    width: 65px;
  }

  .flow-detail p {
    font-size: 1.4rem;
  }

  .flow-detail b {
    font-size: 1.6rem;
    text-align: left;
  }

  /*
  message
  -------------------------------------------------- */
  .message-wrap h3 {
    font-size: 1.6rem;
    margin: 20px 0;
  }

  .message-wrap .inner {
    padding: 20px;
  }

  /*
  access
  -------------------------------------------------- */
  .access-table td {
    font-size: 1.6rem;
  }

  .access-table td:nth-of-type(1) {
    width: 90px;
  }

  .access-table.map td:nth-of-type(1) {
    display: none;
  }

  /*
  main
  -------------------------------------------------- */
  .main-content {
    padding: 0 10px 20px;
    max-width: 100%;
  }

  /*
  contact
  -------------------------------------------------- */

	
  .form-wrap {
    padding: 0 0 40px;
  }

  .form-wrap h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 20px 0;
  }

  .form-wrap p br {
    display: none;
  }

  .contact-table {
    margin-top: 20px;
  }

  .contact-table th,
  .contact-table td {
    display: block;
    padding: 10px !important;
    width: 100%;
  }

  .contact-table th {
    border-right: none;
    font-size: 1.6rem;
  }

  .contact-table th b {
    font-size: 1.2rem;
  }

  .contact-table tr:last-of-type td {
    border: none;
  }

  .contact-table td.multiple {
    padding: 10px !important;
  }

  .contact-table label {
    display: block;
    font-size: 1.6rem;
  }

  .contact-table td p {
    font-size: 1.4rem;
    margin-bottom: 0;
  }

  .contact-table input[type="text"],
  .contact-table input[type="email"],
  .contact-table input[type="tel"],
  .contact-table textarea {
    width: 100%;
  }

  .contact-table textarea {
    font-size: 1.6rem;
  }

  .form-wrap input[type="submit"] {
    font-size: 2rem;
    margin: 20px auto;
    padding: 15px 0;
    width: 90%;
  }

  .contact-table div {
    margin: 0;
    line-height: 1.4;
  }

  .contact-table div:first-of-type {
    margin-bottom: 10px;
  }

  div.wpcf7 .ajax-loader {
    display: block;
  }

  .wpcf7 form .wpcf7-response-output {
    font-size: 1.4rem;
    padding: 15px;
  }

  /*
  blog - top
  -------------------------------------------------- */
  .blog-wrap .inner,
  .blog-wrap.inner {
    max-width: 100%;
  }

  .blog-wrap .article-list {
    margin: 30px 0;
    padding: 15px;
  }

  .blog-wrap .article-list a {
    font-size: 1.6rem;
    padding: 10px 15px;
  }

  .blog-wrap .article-list a::after {
    height: 10px;
    margin-top: -5px;
    right: 15px;
    width: 10px;
  }

  .blog-wrap .article-list a:hover::after {
    right: 10px;
  }

  .blog-wrap .button {
    font-size: 1.6rem;
    margin: 0 auto 40px;
    width: 100%;
  }

  /*
  archive
  -------------------------------------------------- */
  .archive-wrap.inner {
    flex-direction: column;
    max-width: 100%;
  }

  .archive-list {
    width: 100%;
  }

  .article-wrap {
    border: 6px solid #e4e4e4;
    margin: 10px 0 40px;
    padding: 15px;
  }

  .article-wrap h1 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }

  .article-meta {
    flex-wrap: wrap;
  }

  .article-excerpt {
    flex-direction: column;
    margin: 10px 0 0;
  }

  .article-excerpt .thumb {
    display: block;
    margin: 0 auto 10px;
    width: auto;
  }

  .article-excerpt .thumb img {
    width: 100%;
  }

  .article-excerpt p {
    font-size: 1.4rem;
  }

  .article-detail {
    line-height: 1.2;
    margin: 20px 0 0;
  }

  .page h1,
  .article-detail h1 {
    font-size: 2.6rem;
    line-height: 1.2;
    margin: 20px 0 0;
  }

  .page h2,
  .article-detail h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 20px 0 0;
  }

  .page h3,
  .article-detail h3 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 20px 0 0;
  }

  .page h4,
  .article-detail h4 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 20px 0 0;
  }

  .page h5,
  .article-detail h5 {
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 20px 0 0;
  }

  .page h6,
  .article-detail h6 {
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 20px 0 0;
  }

  .page .sub-title,
  .article-detail .sub-title {
    padding: 10px 0 10px 10px;
  }

  .article-detail p {
    margin: 20px 0;
  }

  .veu_socialSet .sb_icon a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .archive-side {
    width: 100%;
  }

  .archive-side h2,
  .wp-calendar-table caption {
    font-size: 1.6rem;
    padding: 10px;
  }

  /*
  pagenation
  -------------------------------------------------- */
  .page-numbers {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
  }

  .page-numbers li {
    font-size: 1.4rem;
    margin: 0 5px 10px;
  }

  .page-numbers li a,
  .page-numbers li span {
    padding: 10px;
  }

  /*
  menu list
  -------------------------------------------------- */
  .page .menu-list li a {
    font-size: 1.8rem;
    padding: 15px 40px 15px 15px;
  }
  
  .page .menu-list li a::after {
    border-width: 3px;
    right: 15px;
  }

  /*
  update
  -------------------------------------------------- */
  .update {
    font-size: 1.2rem;
  }

  /*
  notfound
  -------------------------------------------------- */
  .notfound-wrap .button {
    width: 80%;
  }

  /*
  footer
  -------------------------------------------------- */
  footer p {
    font-size: 1.2rem;
  }

}
