/* flex */
/*-----------------------------------
サイドバー関連
------------------------------------*/
.contents-inner.has-side #side {
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .contents-inner.has-side #side {
    margin: 0;
  }
}

/**
 * サイド
 */
.contents-inner.has-side #side {
  width: 280px;
}
.side-bnr {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #side {
    display: none;
  }
}

/**
 * サイド タイトル
 */
.contents-inner.has-side #side .cate-nav .nav-title {
  font-family: "UD新ゴ DB", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6", HiraKakuProN-W6,"ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
  font-weight: bold;
  background-image: url('/wp-content/themes/qracian/images/faq/nav_bg.png');
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .contents-inner.has-side #side .cate-nav .nav-title {
    font-size: 18px;
    font-size: 1.8rem;
    height: 70px;
    line-height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .contents-inner.has-side #side .cate-nav .nav-title {
    font-size: 18px;
    font-size: 1.8rem;
    height: calc(70 * 100vw / 1200);
    line-height: calc(70 * 100vw / 1200);
  }
}
@media screen and (max-width: 767px) {
  .contents-inner.has-side #side .cate-nav .nav-title {
    /*font-size: 19px;*/
    /*font-size: 1.9rem;*/
    font-size: 20px;
    font-size: 2.0rem;
    height: 54px;
    line-height: 54px;
  }
}
/**
 * サイド リストボックス
 */
#side .list.is-side {
}
#side.activate .list.is-side {
}
@media screen and (min-width: 1200px) {
  #side .list.is-side {
    width: 240px;
  }
  #side.activate .list.is-side {
    position: fixed;
    top: 58px;
  }
  .admin-bar #side.activate .list.is-side {
    top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #side .list.is-side {
    width: 240px;
  }
  #side.activate .list.is-side {
    position: fixed;
    top: 58px;
  }
  .admin-bar #side.activate .list.is-side {
    top: 90px;
  }
}
@media screen and (max-width: 767px) {
  #side .list.is-side {
    margin: 0;
  }
}
/**
 * サイド リストボックス カテゴリーメニューエリア
 */
#side .list.is-side .cate-nav {
}
@media screen and (min-width: 1200px) {
  #side .list.is-side .cate-nav {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #side .list.is-side .cate-nav {
    margin-bottom: calc(20 * 100vw / 1200);
  }
}
@media screen and (max-width: 767px) {
  #side .list.is-side .cate-nav {
  }
}
/**
 * サイド リストボックス カテゴリーメニューエリア リストエリア
 */
#side .list.is-side .cate-nav ul {
  padding: 0;
  border-bottom: 2px solid #4c4c4c;
}
@media screen and (min-width: 1200px) {
  #side .list.is-side .cate-nav ul {
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #side .list.is-side .cate-nav ul {
  }
}
@media screen and (max-width: 767px) {
  #side .list.is-side .cate-nav ul {
  }
}
/**
 * サイド リストボックス カテゴリーメニューエリア リスト
 */
#side .list.is-side .cate-nav ul li {
  border-bottom: 1px dashed #828181;
  margin: 0;
}
#side .list.is-side .cate-nav ul li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1200px) {
  #side .list.is-side .cate-nav ul li {
    height: 51px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #side .list.is-side .cate-nav ul li {
    height: calc(100vw / 1200 * 50 + 1px);
  }
}
@media screen and (max-width: 767px) {
  #side .list.is-side .cate-nav ul li {
    height: 72px;
    width: 50%;
  }
  #side .list.is-side .cate-nav ul.oddCount li:nth-child(2n + 1) {
    border-right: 1px dashed #828181;
  }
  #side .list.is-side .cate-nav ul.oddCount li:last-child {
    width: 100%;
    border-right: none;
  }
  #side .list.is-side .cate-nav ul.oddCount li:last-child a {
    padding-left: 0;
    text-align: center;
  }
  #side .list.is-side .cate-nav ul.oddCount li:last-child a:before {
    position: unset;
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    margin-right: -12px;
  }
  #side .list.is-side .cate-nav ul.evenCount li:nth-child(2n + 1) {
    border-right: 1px dashed #828181;
  }
  #side .list.is-side .cate-nav ul.evenCount li:nth-last-child(2) {
    border-bottom: none;
  }
}
/**
 * サイド リストボックス カテゴリーメニューエリア リスト リンク
 */
#side .list.is-side .cate-nav ul li a {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: bold;
  text-align: left;
  position: relative;
  color: #4c4c4c;
  background-color: #fafafa;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6", "HiraKakuProN-W6","ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
}
#side .list.is-side .cate-nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
#side .list.is-side .cate-nav ul li a.cat-company:before {
  background-image: url('../images/company/cate_icon_01.png');
}
#side .list.is-side .cate-nav ul li a.cat-philosophy:before {
  background-image: url('../images/company/cate_icon_02.png');
}
#side .list.is-side .cate-nav ul li a.cat-history:before {
  background-image: url('../images/company/cate_icon_03.png');
}
#side .list.is-side .cate-nav ul li a.cat-office:before {
  background-image: url('../images/company/cate_icon_04.png');
}
.isbody-company.isbody-top #side .list.is-side .cate-nav ul li a.cat-company,
.isbody-company.isbody-philosophy #side .list.is-side .cate-nav ul li a.cat-philosophy,
.isbody-company.isbody-history #side .list.is-side .cate-nav ul li a.cat-history,
.isbody-company.isbody-office #side .list.is-side .cate-nav ul li a.cat-office {
  background-color: #e1eefa;
}
 #side .list.is-side .cate-nav ul li a.btn.cat-company:hover,
 #side .list.is-side .cate-nav ul li a.btn.cat-philosophy:hover,
 #side .list.is-side .cate-nav ul li a.btn.cat-history:hover,
 #side .list.is-side .cate-nav ul li a.btn.cat-office:hover {
  background-color: #e1eefa;
}
@media screen and (min-width: 1200px) {
  #side .list.is-side .cate-nav ul li a:before {
    width: 50px;
    height: 50px;
    left: 16px;
    top: 0px;
  }
  #side .list.is-side .cate-nav ul li a {
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    padding-left: 59px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #side .list.is-side .cate-nav ul li a:before {
    width: calc(100vw / 1200 * 50);
    height: calc(100vw / 1200 * 50);
    left: calc(100vw / 1200 * 16);
    top: calc(100vw / 1200 * 0);
  }
  #side .list.is-side .cate-nav ul li a {
    height: calc(100vw / 1200 * 50);
    line-height: calc(100vw / 1200 * 50);
    padding-left: calc(100vw / 1200 * 59);
  }
}
@media screen and (max-width: 767px) {
  #side .list.is-side .cate-nav ul li a:before {
    width: 50px;
    height: 50px;
    left: 18px;
    top: 12px;
  }
  #side .list.is-side .cate-nav ul li a {
    height: 71px;
    line-height: 71px;
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 59px;
  }
  #side .list.is-side .cate-nav ul li .pcOnly {
    display: none;
  }
}

/*-----------------------------------
company
------------------------------------*/
#main {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #main {
    padding: 10px;
  }
}
#main a:not(.btn) {
  color: #039;
  text-decoration: underline;
}
#main a:not(.btn):hover {
  text-decoration: none;
}
#main .underline {
  text-decoration: underline;
}
#main .note {
  color: #009;
}
#main .ttl.is-ttl03 {
  margin-left: -10px;
  margin-right: -10px;
}
#main .ttl.is-ttl04 {
  font-size: 18px;
  font-size: 1.8rem;
}
#main .lead {
  font-size: 16px;
  font-size: 1.6rem;
}
#main .lead.has-mb {
  margin-bottom: 30px;
}
#main .lead.has-mb2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #main .lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #main .lead.has-mb2 {
    margin-bottom: 30px;
  }
}
#main p {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #main p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#main .section {
  padding-bottom: 30px;
}
#main .block:not(:last-of-type) {
  padding-bottom: 30px;
}
#main .block.has-mt {
  margin-top: 30px;
}
#main .section-inner,
#main .block-inner {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #main .section-inner .block {
    padding: 0;
  }
}
#main .bnr-area {
  margin: 0 !important;
  display: block;
}
#main .bnr-area a {
  display: block;
}
#main .bnr-area a:not(:last-child) {
  margin-bottom: 10px;
}
#main .bnr-area a img {
  width: 100%;
  height: auto;
}
#main .company-detail {
  margin-bottom: 20px;
}
#main .company-detail dl {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #E7E7E7;
}
#main .company-detail dl:not(:last-child) {
  border-bottom: none;
}
#main .company-detail dt {
  width: 150px;
  padding: 8px;
  border-right: 1px solid #ccc;
}
#main .company-detail dd {
  flex: 1;
  padding: 8px;
  background-color: #fff;
  margin: 0;
}
#main .company-detail dl.board {
  display: table-cell;
  border: none;
  background-color: #fff;
  width: 750px;
  max-width: 100%;
}
#main .company-detail .board dt {
  width: 100%;
  padding: 8px;
  border-right: none;
  background-color: #efefef;
}
#main .company-detail .board dd {
  padding: 8px;
}
#main .gmap {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
#main .gmap iframe,
#main .gmap object,
#main .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .page-nav ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
#main .page-nav ul li {
  width: calc((100% - 30px) / 4);
}
#main .page-nav ul li:not(:last-child) {
  margin-right: 10px;
}
#main .page-nav ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #main .page-nav ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  #main .page-nav ul li {
    width: calc((100% - 5px) / 2);
    margin-bottom: 5px;
  }
  #main .page-nav ul li:not(:last-child) {
    margin-right: inherit;
  }
  #main .page-nav ul li:nth-child(2n) {
    margin-left: 5px;
  }
  #main .page-nav ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px;
  }
}
#main .area-list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
/* #main .area-list li {
  width: calc(100% / 3);
  margin-bottom: 0.5em;
}
#main .area-list.is-text {
  margin-left: 5%;
} */
#main .area-list.has-mb {
  margin-bottom: 30px;
}
/* @media screen and (max-width: 767px) {
  #main .area-list li {
    width: calc(100% / 2);
    margin-bottom: 0.5em;
  }
  #main .area-list.is-text {
    margin-left: 10px;
  }
  #main .area-list.is-text li {
    font-size: 12px;
    font-size: 1.2rem;
  }
} */
#main .area-list-title {
  background-color: #E8E8E8;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  #main .area-list-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*----------------------------------------
    philosophy
------------------------------------------*/
#contents.is-philosophy .list-box {
  border-radius: 10px;
  padding: 10px;
  background-color: #FFFFCE;
  border: 1px solid #FC0;
}
#contents.is-philosophy .list-box i {
  color: #FC0;
}

/*----------------------------------------
    history
------------------------------------------*/
#contents.is-history .ttl.is-ttl04 {
  color: #333;
  border-bottom: 1px solid #333;
}

/* #contents.is-office .ttl.is-ttl04 {
  color: #333;
  border-bottom: 1px solid #333;
} */
#contents.is-office .ttl.is-ttl11 {
  margin-bottom: 10px;
}
#contents.is-office .ttl.inner-headline {
  color: #0066cc;
  font-size: 1.9rem;
  padding: 5px 0 10px;
}

#contents.is-office .detail-list dt {
  padding: 5px 10px;
  background-color: #f5f5f5;
  font-weight: bold;
}
#contents.is-office .detail-list dd {
  margin: 10px 10px 20px;
}
@media screen and (max-width: 767px) {
  #contents.is-office .detail-list dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#contents.is-office .service-list dt {
  font-weight: bold;
}
#contents.is-office .service-list dd {
  margin: 5px 10px 20px;
}
#contents.is-office .service-list dd li {
  position: relative;
  padding-left: 10px;
}
#contents.is-office .service-list dd li:not(:last-child) {
  margin-bottom: 0.2em;
}
#contents.is-office .service-list dd li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #86cdf3;
  border-radius: 50%;
}
#contents.is-office .shitei-list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#contents.is-office .shitei-list dt,
#contents.is-office .shitei-list dd {
  margin: 0;
  width: 25%;
  border-bottom: 1px solid #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
#contents.is-office .shitei-list dt {
  background-color: #E8E8E8;
}
#contents.is-office .shitei-list dd {
  background-color: #FFFFF0;
}
#contents.is-office .waterworks {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #contents.is-office .shitei-list dt,
  #contents.is-office .shitei-list dd {
    width: 50%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #contents.is-office .waterworks {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 0 0;
  }
}
#contents.is-office .section.is-headline img {
  width: 100%;
  height: auto;
}
#contents.is-office .section .title {
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #contents.is-office .section .title {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #contents.is-office .section .title.has-mt {
    margin-top: 20px;
  }
}


/*-------------------------
新営業所詳細ページ
---------------------------*/

/*** cancel ***/
#contents.is-office .contents-inner {
    padding: 0;
}
#contents.is-office.inner {
    max-width: inherit;
}
#contents.is-office.is-width1200.inner {
    max-width: 1200px;
}
#contents.is-office .row {
    display: block;
    width: 980px;
    margin: auto;
}

/*** common ***/
.pc {
    display: inline-block;
}
.sp {
    display: none;
}
.note {
    font-size: 85%;
    color: #999;
}
.note li {
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
}
ul.note.m0 {
    margin: 0!important;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*** contents ***/
.mv-content {
    max-width: 100%;
}
.mv-content h1 {
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    padding: 5px 50px;
    background: #005eae;
    border-radius: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.mv-content p {
    font-size: 28px;
    margin-bottom: 10px;
}
.mv-content p strong {
    font-size: 27px;
}
.mv-content p strong.blue {
    color: #005eae;
}
.mv-content .mv-box01 .row {
    position: relative;
    background-image: url(../images/common/mv01-bg-pc.png);
    background-repeat: no-repeat;
    background-position: top 0 left 25px;
    padding-top: 25px;
    padding-bottom: 15px;
}
.mv-content .mv-box01 .bg {
    position: absolute;
    right: 0;
    bottom: 0;
}
.mv-content .mv-box02 {
    background: #007bc2;
    padding: 15px 0;
    margin-bottom: 20px;
    text-align: center;
}
.mv-content .mv-box02 p {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}
.mv-content .mv-box02 p span {
    color: #fae92c;
}
.cv-area {
    position: relative;
    background-image: url(../images/common/cv-bg-pc.png);
    background-repeat: no-repeat;
    background-size: 980px 255px;
    width: 980px;
    height: 255px;
    margin-bottom: 50px;
}
.bg-blue .cv-area {
    background-image: url(../images/common/cv-bg02-pc.png);
}
.cv-area .btn-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
    position: absolute;
    bottom: 25px;
}
.cv-area img {
    width: 450px;
    height: auto;
}
.catch-t {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.catch-t .inner {
    display: inline-block;
    position: relative;
    padding-top: 0;
}
.catch-t .inner::before {
    left: -100px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.catch-t .inner::after {
    right: -100px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.catch-t .inner::before,
.catch-t .inner::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 100px;
    height: 3px;
    border-radius: 3px;
    background-color: #005eae;
}
.catch-t span {
    font-size: 36px;
    color: #005eae;
}
.item .cv-area {
    background-image: url(../images/common/cv-bg-pc.png);
    background-size: 920px 238px;
    width: 920px;
    height: 238px;
    margin-top: 30px;
}
.item .cv-area img {
    width: 420px;
    height: auto;
}
.measures-area .title {
    font-size: 20px;
    font-weight: bold;
    border-left: 7px solid #005eae;
    padding-left: 10px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.measures-area img {
    margin-bottom: 20px;
}
.ac-area {
    margin-top: 15px;
}
.ac-area .flex {
    justify-content: space-between;
}
.ac-area li {
    align-content: center;
    padding: 0;
}
.ac-area li a {
    align-items: center;
    text-align: center;
    font-size: 18px;
    color: #005eae;
    text-decoration: underline;
    width: 310px;
    height: 100%;
    padding: 30px 50px 30px 15px;
    border: 1px solid #64adff;
    border-radius: 4px;
    display: block;
    position: relative;
}
.ac-area li a:hover {
    text-decoration: none;
    color: #005eae!important;
}
.ac-area li a::after {
    content: "";
    background-image: url(../images/common/ico-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}
.bg-blue {
    background: #e4f2ff;
    margin: 40px 0 60px;
    padding: 40px 0 60px;
}
section .item {
    background: #FFF;
    border-radius: 10px;
    margin-bottom: 40px;
}
section .item .item-in {
    padding: 20px 30px 30px;
}
section .item h2 {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    background: #005eae;
    margin-bottom: 0;
    padding: 20px 30px;
    border-radius: 10px 10px 0 0;
}
section .item h2.v2 {
    font-size: 28px;
    font-weight: bold;
    padding-left: 15px;
    border-left: 10px solid #005eae;
    line-height: 50px;
    margin-top: 60px;
    margin-bottom: 25px;
}
h2.v3 {
    font-size: 22px;
    color: #FFF;
    background: #005eae;
    font-weight: bold;
    padding: 15px 15px 15px 40px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-top: 4px solid #2d3c9b;
    position: relative;
}
h2.v3::before {
    content: "";
    width: 6px;
    height: 30px;
    background: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
}
section .item h3 {
    font-size: 22px;
    font-weight: bold;
    background: #cae5ff;
    border-top: 3px solid #005eae;
    margin-bottom: 20px;
    padding: 15px 10px 15px 110px;
    position: relative;
}
section .item h3 span {
    font-size: 20px;
    color: #FFF;
    background: #003664;
    border-radius: 4px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    height: 35px;
}
h3.v2 {
    font-size: 18px;
    font-weight: bold;
    color: #005eae;
    margin-bottom: 20px;
}
h3.v3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
}
/* section .item h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}
section .item h4::before {
    content: "";
    background: #005eae;
    width: 6px;
    height: 30px;
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
} */
section .item h4.v2 {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    padding: 10px;
    background: #005eae;
    font-weight: bold;
    margin-bottom: 0;
    position: static;
    padding-left: 0;
}
section .item h4.v2 span {
    font-size: 16px;
}
section .item h4.v2::before {
    content: none;
}
section .item .red {
    color: #e7340c;
}
.area p {
    font-size: 28px;
}
.area p span {
    font-size: 38px;
}
.area .text {
    position: relative;
}
.area .text .img {
    position: absolute;
    top: -55px;
    right: 30px;
}
.area .flex {
    margin-top: 30px
}
.area .flex .img img {
    width: 450px;
    height: auto;
}
.area .flex .text {
    width: 450px;
}
.area .address {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.area .address a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    color: #005eae;
    padding: 5px 15px;
    border: 1px solid #64adff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.area .address a:hover {
    color: #005eae!important;
}
.area .address p {
    font-size: 16px;
}
.area .area-box h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
}
.area .area-box h4::before {
    background: #cae5ff;
}
.area .area-box dl {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #9e9e9e;
}
.area .area-box dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}
.area .area-box dt::before {
    content: "";
    background: #005eae;
    width: 6px;
    height: 30px;
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.area .area-box li {
    width: 50%;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 5px;
}
.area .photo {
    margin: 20px auto 0;
    text-align: center;
}
.area .photo img {
    max-width: 400px;
}
.area .office_info h3 {
    font-size: 22px;
    color: #FFF;
    background: #005eae;
    font-weight: bold;
    padding: 15px 15px 15px 40px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-top: 4px solid #2d3c9b;
    position: relative;
}
.area .office_info h3::before {
  content: "";
  width: 6px;
  height: 30px;
  background: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.area .office_info p.office_info_txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.2 !important;
  margin-bottom: 25px;
  padding: 0 0.5em;
}
.area .office_info p.office_info_txt span {
  font-size: 16px;
  font-size: 1.6rem;
}
.service .price-box {
    width: 530px;
    border: 1px solid #e7340c;
    border-radius: 10px;
    padding: 35px 15px 15px;
    margin-top: 35px;
    position: relative;
}
.service .price-box .ttl {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background: #e7340c;
    border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin: auto;
    padding: 10px 25px;
    width: 400px;
}
.service .price {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}
.service .price span {
    color: #e7340c;
}
.service .price span span {
    font-size: 46px;
}
.service .price span.tax {
    font-size: 17px;
    font-weight: normal;
    color: #333;
}
.service .flex.p01 {
    align-items: end;
    margin-bottom: 40px;
}
.service .flex.p01 .text {
    width: 365px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service .p01 .text p {
    width: 220px;
    padding-top: 30px;
}
.service .items {
    width: 450px;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
}
.service .items .inner {
    padding: 20px;
}
.service .items .flex {
    justify-content: flex-start;
    align-items: center;
}
.service .items .flex .text {
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
}
.service .items .flex .text span {
    color: #e7340c;
}
.service .items .flex .text span span {
    font-size: 28px;
}
.service .items .guide {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}
.service .items .guide::before {
    content: "";
    background: #005eae;
    width: 6px;
    height: 30px;
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.service .items table {
    border-collapse: collapse;
    width: 100%;
}
.service .items table th {
    font-size: 16px;
    padding: 10px 15px;
    background: #cae5ff;
}
.service .items table tr th:first-child {
    border-right: 1px solid #ffffff;
}
.service .items table td {
    padding: 15px 10px;
    font-size: 16px;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.service .items table td:last-child {
    font-weight: bold;
    color: #e7340c;
    border-right: none;
    width: 35%;
}
.service .items table td span {
    font-size: 20px;
}
.service .items table li {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px;
}
.service .items table li::before {
    content: "\30fb";
    color: #005eae;
}
.payments p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #e7340c;
}
.info p {
    line-height: 1.5;
}
.info.about dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.info.about dt,
.info.about dd {
    padding: 10px 15px;
}
.info.about dt {
    font-weight: normal;
    background: #e4f2ff;
    width: 240px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.info.about dd {
    padding: 10px 15px;
    margin-right: 20px;
    width: 230px;
    border-top: 1px solid #dcdcdc;
}
.info.about dl dt:nth-last-child(2), 
.info.about dl dt:nth-last-child(4),
.info.about dl dd:nth-last-child(1), 
.info.about dl dd:nth-last-child(3) {
    border-bottom: 1px solid #dcdcdc;
}
.info p {
    margin-bottom: 25px;
}
.info a {
    color: #005eae;
}
.info a:hover {
    color: #005eae!important;
}
.info.point .flex {
    margin-bottom: 25px;
    align-items: flex-start;
}
.info.point .flex img {
    width: 170px;
    height: auto;
    margin-left: 30px;
}
.info.point .flex p {
    flex: 1;
}
.info.infomation dl {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 25px;
}
.info.infomation dt {
    background: #f4f4f4;
    padding: 10px 15px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.info.infomation dd {
    padding: 0 15px;
}



@media screen and (max-width: 767px) {
    /*** cancel ***/
    #contents.is-office .row {
        width: 100%;
        padding: 0 4vw;
        font-size: 3vw;
    }
    #contents.is-office .row.sp-row {
        padding: 0;
    }
    
    /*** common ***/
    .pc {
        display: none;
    }
    .sp {
        display: inline-block;
    }
    .flex {
        display: block;
    }
    .note li {
        margin-bottom: 1vw;
    }
    
    /*** contents ***/
    #contents.is-office .mv-content .row {
        padding: 0;
    }
    .mv-content h1 {
        font-size: 5vw;
        padding: 3vw 4vw;
        width: 100%;
        border-radius: 0;
        margin-bottom: 3vw;
    }
    .mv-content p {
        font-size: 4vw;
        margin-bottom: 3vw;
        padding: 0 4vw;
    }
    .mv-content p strong {
        font-size: 4.4vw;
    }
    .mv-content img {
        width: 100%;
        height: auto;
        padding: 0 4vw;
    }
    .mv-content .mv-box01 .row {
        background-image: url(../images/common/mv01-bg-sp.png);
        background-position: top 12vw left 0;
        background-size: contain;
    }
    .mv-content .mv-box02 {
        padding: 4vw 0;
        margin-bottom: 2vw;
    }
    .mv-content .mv-box02 p {
        font-size: 4.5vw;
    }
    .mv-content .note {
        padding: 0 4vw;
    }
    .cv-area {
        background-image: url(../images/common/cv-bg-sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: 100%;
        height: 77vw;
        position: relative;
        margin-bottom: 10vw;
    }
    .bg-blue .cv-area {
        background-image: url(../images/common/cv-bg02-sp.png);
    }
    .cv-area .btn-box {
        display: block;
        width: 100%;
        padding: 0 4vw;
        position: absolute;
        bottom: 4vw;
    }
    .cv-area img {
        width: 100%;
        height: auto;
        padding-bottom: 3vw;
    }
    .cv-area .btn-box a:last-child img {
        padding-bottom: 0;
    }
    .catch-t {
        font-size: 5vw;
        margin-top: 8vw;
        margin-bottom: 3.33vw;
    }
    .catch-t .inner::before {
        left: -10vw;
    }
    .catch-t .inner::after {
        right: -10vw;
    }
    .catch-t .inner::before,
    .catch-t .inner::after {
        width: 15vw;
        height: 0.8vw;
        border-radius: 3px;
        background-color: #005eae;
    }
    .catch-t span {
        font-size: 5vw;
    }
    .measures-area.sp {
        display: block;
    }
    .measures-area .title {
        font-size: 4.3vw;
        border-left: 2vw solid #005eae;
        line-height: 7vw;
        padding-left: 3vw;
        margin-top: 5vw;
        margin-bottom: 5vw;
    }
    .measures-area {
        margin-top: 6vw;
    }
    .measures-area img {
        margin-bottom: 2.5vw;
        width: 100%;
        height: auto;
    }
    .toggle {
        font-size: 4vw;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        border-radius: 15px;
        background-color: #1283e4;
        box-shadow: inset 0px -6px 0px 0px rgba(0, 0, 0, 0.24);
        width: 100%;
        padding: 4vw 10vw 5vw 4vw;
        background-image: url(../images/common/ico-plus.png);
        background-repeat: no-repeat;
        background-position: right 3vw center;
        background-size: 5vw;
        position: relative;
        cursor: pointer;
    }
    .toggle.left {
        text-align: left;
        padding-right: 10vw;
    }
    .toggle-box .toggle.open {
        background-image: url(../images/common/ico-minus.png);
        background-color: #006bc6;
    }
    .toggle-box .toggle-in {
        display: block;
    }
    
    .ac-area {
        margin-top: 4vw;
    }
    .ac-area li a {
        display: block;
        font-size: 4vw;
        font-weight: bold;
        color: #333 !important;
        text-decoration: none !important;
        width: 100%;
        height: auto;
        padding: 4vw 11vw 4vw 4vw;
        margin-bottom: 2vw;
        border-radius: 10px;
        text-align: left;
    }
    .ac-area li a::after {
        width: 4vw;
        height: 3vw;
        right: 3vw;
    }
    .bg-blue {
        background: #e4f2ff;
        margin: 9vw 0;
        padding: 10vw 0;
    }
    section .item {
        margin-bottom: 9vw;
    }
    section .item .item-in {
        padding: 5vw 4vw;
    }
    section .item h2 {
        font-size: 5vw;
        padding: 4vw;
        color: #FFF;
    }
    h2.v3 {
        font-size: 4.5vw;
        padding: 3vw 3vw 3vw 7vw;
        margin-top: 9vw;
        margin-bottom: 4vw;
        border-top: 1.5vw solid #2d3c9b;
        position: relative;
    }
    h2.v3::before {
        content: "";
        width: 1vw;
        height: 7vw;
        left: 4vw;
        border-radius: 1vw;
    }
    section .item h3 {
        font-size: 4vw;
        border-top: 1vw solid #005eae;
        margin-bottom: 5vw;
        margin-top: 5vw;
        padding: 3vw 3vw 3vw 22vw;
    }
    section .item h3 span {
        font-size: 3.5vw;
        margin-right: 3vw;
        padding: 1vw 3vw;
        height: 6.5vw;
    }
    h3.v2 {
        font-size: 4vw;
        margin-bottom: 4vw;
    }
    h3.v3 {
        font-size: 4vw;
        margin-top: 5vw;
        margin-bottom: 3vw;
    }
    /* section .item h4 {
        font-size: 4vw !important;
        margin-bottom: 4vw !important;
        padding-left: 3vw;
    }
    section .item h4::before {
        width: 1vw;
        height: 5vw;
    } */
    section .item h4.v2 {
        font-size: 4vw;
        padding: 2vw;
    }
    section .item h4.v2 span {
        font-size: 3vw;
    }
    .area p {
        font-size: 3vw !important;
    }
    .area p.map_img {
        margin-bottom: 15px;
    }
    .area p span {
        font-size: 4.5vw !important;
    }
    .area .office_info h3 {
      font-size: 4.5vw;
      padding: 3vw 3vw 3vw 7vw;
      margin-top: 9vw;
      margin-bottom: 4vw;
      border-top: 1.5vw solid #2d3c9b;
      position: relative;
    }
    .area .office_info h3::before {
      content: "";
      width: 1vw;
      height: 7vw;
      left: 4vw;
      border-radius: 1vw;
    }
    .area p.office_info_txt {
      font-size: 16px !important;
      font-size: 1.6rem !important;
    }
    .area .text .img {
        width: 20vw;
        height: auto;
        top: 0;
        right: 0;
    }
    .area .flex {
        margin-top: 4vw;
    }
    .area .flex .img {
        margin-bottom: 4vw;
    }
    .area .flex .img img {
        width: 100%;
    }
    .area .flex .text {
        width: 100%;
    }
    .area .address {
        padding-bottom: 4vw;
        margin-bottom: 4vw;
    }
    .area .address a {
        padding: 2vw 3vw;
        font-size: 3vw;
        bottom: 6vw;
        top: auto;
    }
    .area .address p {
        font-size: 4vw;
        padding-right: 15vw;
    }
    .area .area-box h4 {
        font-size: 5vw !important;
    }
    .area .area-box dl {
        width: 100%;
        padding-bottom: 4vw;
        margin-bottom: 4vw;
        border-bottom: 1px dashed #9e9e9e;
    }
    .area .area-box dt {
        font-size: 4vw !important;
        margin-bottom: 4vw;
        padding-left: 3vw;
    }
    .area .area-box dt::before {
        width: 1vw;
        height: 5vw;
    }
    .area .area-box li {
        width: 50%;
        padding-left: 4vw;
        font-size: 4vw !important;
        margin-bottom: 1vw;
    }
    .area .photo {
        margin-top: 2vw;
    }
    .area .photo img {
        max-width: 100%;
    }
    .area .toggle {
        margin-bottom: 4vw;
    }
    .area .toggle-in {
        display: none;
    }
    .service .price-box {
        width: 100%;
        padding: 4vw;
        margin-top: 5vw;
    }
    .service .price-box .ttl {
        font-size: 3.5vw;
        top: -4vw;
        padding: 1vw 4vw;
        width: 85%;
        text-align: center;
    }
    .service .price {
        font-size: 4vw;
    }
    .service .price span span {
        font-size: 8vw;
    }
    .service .price span.tax {
        font-size: 4vw;
    }
    .service .flex.p01 {
        align-items: end;
        margin-bottom: 5vw;
    }
    .service .flex.p01 .text {
        width: 100%;
        font-size: 3.5vw;
        margin-top: 4vw;
    }
    .service .p01 .text p {
        width: 100%;
        padding-top: 0;
        margin-bottom: 0;
    }
    .service .items {
        width: 100%;
        margin-bottom: 6vw;
    }
    .service .items .inner {
        padding: 4vw 0 0;
    }
    .service .items .flex {
        display: flex;
        align-items: flex-start;
        padding: 0 2vw;
    }
    .service .items .flex .img {
        width: 35vw;
    }
    .service .items .flex .text {
        margin-left: 2vw;
        font-size: 4vw;
        line-height: 1.1;
    }
    .service .items .flex .text span {
        font-size: 3vw;
    }
    .service .items .flex .text span span {
        font-size: 7vw;
    }
    .service .items .guide {
        font-size: 4vw;
        margin-bottom: 4vw;
        margin-left: 2vw;
        margin-right: 2vw;
        padding-left: 3vw;
    }
    .service .items .price-list {
        margin-left: 2vw;
        margin-right: 2vw;
    }
    .service .items .guide::before {
        width: 1vw;
        height: 5vw;
    }
    .service .items table th {
        font-size: 4vw;
        padding: 1vw 4vw;
        text-align: center;
    }
    .service .items table td {
        padding: 2vw;
        font-size: 3.5vw;
    }
    .service .items table td:last-child {
        width: 40%;
    }
    .service .items table td span {
        font-size: 5vw;
    }
    .service .items table li {
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }
    .service .items .toggle02,
    .service .items .toggle02-close{
        font-size: 4vw;
        font-weight: bold;
        color: #005eae;
        text-decoration: underline;
        text-align: center;
        padding: 2vw;
        background: #f1f1f1;
        width: 100%;
        margin: 2vw 0 0;
        cursor: pointer;
    }
    .service .items .toggle02.open {
        display: none;
    }
    .service .items .toggle02-in {
        display: none;
    }
    .service .items .toggle-cv {
        margin-top: 4vw;
        margin-bottom: 4vw;
        padding: 0 2vw;
    }
    .service .items .toggle-cv .tel {
        text-align: center;
        margin-top: 4vw;
    }
    .service .items .toggle-cv img {
        width: 85%;
    }
    .step img {
        margin-bottom: 4vw;
    }
    .payments p {
        font-size: 4vw;
        margin-bottom: 4vw;
    }
    .info.about .toggle-in {
        display: none;
    }
    .info.about .toggle {
        margin-bottom: 4vw;
    }
    .info.about dt,
    .info.about dd {
        padding: 2vw 3vw;
        margin-bottom: 0;
    }
    .info.about dt {
        width: 50%;
    }
    .info.about dd {
        padding: 2vw 3vw;
        margin-right: 0;
        width: 50%;
    }
    .info.about dl dt:nth-last-child(2), 
    .info.about dl dt:nth-last-child(4),
    .info.about dl dd:nth-last-child(1), 
    .info.about dl dd:nth-last-child(3) {
        border-bottom: 0;
    }
    .info.about dl dt:nth-last-child(2),
    .info.about dl dd:nth-last-child(1) {
        border-bottom: 1px solid #dcdcdc;
    }
    .info .note {
        margin-top: 4vw;
    }
    .info p {
        margin-bottom: 4vw;
    }
    .info.point .flex {
        margin-bottom: 4vw;
        display: flex;
        align-items: flex-start;
    }
    .info.point .flex img {
        width: 30%;
        margin-left: 4vw;
    }
    .info.infomation dl {
        padding-bottom: 4vw;
    }
    .info.infomation dt {
        font-size: 4vw;
        padding: 2vw;
        margin-top: 4vw;
        margin-bottom: 2vw;
    }
    .info.infomation dd {
        padding: 0;
    }
    
}

#main .area-list-title {
    background: none;
    padding: 0 0 0 15px !important;
}
/* #main .area-list li {
    width: 50% !important;
    margin-bottom: 5px !important;
} */
#main .note {
    color: #999 !important;
    font-size: 85% !important;
}
#main .note_fc {
    color: #999 !important;
    font-size: 85% !important;
    margin: 5px 0 0 0 !important;
}
#contents.is-office .shitei-list dt {
    font-weight: normal;
    background: #e4f2ff;
    width: 240px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 15px;
}
#contents.is-office .shitei-list dd {
    padding: 10px 15px;
    margin-right: 20px;
    width: 230px;
    background: none;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  #main {
    padding: 0 !important;
  }
  #contents.is-office.is-width1200.inner #main {
    padding: 10px !important;
  }
  #contents.is-office .shitei-list dt {
    width: 46.5% !important;
  }
  #contents.is-office .shitei-list dd {
    width: 47% !important;
  }
}
