@charset "utf-8";

/*
Theme Name: F&Mパートナーズ税理士法人
Description: F&Mパートナーズ税理士法人
*/

@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html,
body {
  font-family: Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  line-height: 1.6;
  /*min-widthはスマホ時注意*/
  min-width: 1100px;
  font-weight: 500;
}
a {
  text-decoration: none;
  color: inherit;
}
th {
  font-weight: inherit;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*==============================================*/
/*よく使うもの*/
/*==============================================*/

/*クリアフィックス(floatを解除)*/
.clearfix {
  zoom: 1; /* for IE7-8 */
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

/*インナー（中央寄せ）*/
.inr {
  width: 1000px;
  margin: auto;
  padding: 0 10px;
}

/*文字をインデントで飛ばす（背景画像用）*/
.img-bg {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*影*/
.shadow {
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
}

/*アニメーション*/
.animation,
a {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*aタグ初期値*/
.anchor {
  color: #0000ff;
  text-decoration: underline;
}
.anchor:hover {
  text-decoration: none;
}

/*パディングやボーダーを横幅に含む*/
.bbb {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/*二分割*/
.col-2 {
  width: 480px;
  float: left;
  margin: 0 40px 0 0;
}
.col-2:last-child {
  margin: 0;
}

/*三分割*/
.col-3 {
  width: 33.33%;
  float: left;
}
.col-3:last-child {
  margin: 0;
}

/*セクション*/
.section-block {
  margin: 0 0 90px;
}
.section-block:last-child {
  margin: 0;
}
.section-block section {
  margin: 0 0 40px;
}
.section-block section:last-child {
  margin: 0;
}

/*パンくず*/
.topic-path {
  font-size: 14px;
  margin: 0 0 40px;
}
.topic-path li {
  float: left;
  margin: 0 6px 0 0;
}
.topic-path li:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 7px;
  background: url("img/topic_path.png") 0 0 no-repeat;
  background-size: contain;
  margin: 0 0 0 10px;
}
.topic-path li:last-child:after {
  display: none;
}
.topic-path a {
  color: #888;
}
.topic-path a:hover {
  color: #41a4db;
}

/*==============================================*/
/*矢印*/
/*==============================================*/
.arrow {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background: #ccc;
}
.arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  border: 16px solid transparent;
}
/*上向き*/
.arrow.arrow__top:after {
  border-bottom-color: #ccc;
  border-top-width: 0;
  top: -16px;
  left: -8px;
}
/*右向き*/
.arrow.arrow__right:after {
  border-left-color: #ccc;
  border-right-width: 0;
  top: -8px;
  right: -16px;
}
/*下向き*/
.arrow.arrow__bottom:after {
  border-top-color: #ccc;
  border-bottom-width: 0;
  bottom: -16px;
  left: -8px;
}
/*左向き*/
.arrow.arrow__left:after {
  border-right-color: #ccc;
  border-left-width: 0;
  top: -8px;
  left: -16px;
}

/*==============================================*/
/*レイアウト関係*/
/*==============================================*/

/*テキストリンク*/
.bg {
  background: #eaf7d9;
  padding: 20px;
}
.link a {
  background: url(img/link.png) left center no-repeat;
  background-size: 7px 11px;
  padding: 0 0 0 1em;
  color: #227d7e;
}
.link a:hover {
  opacity: 0.6;
}
.link02 a:hover {
  opacity: 0.8;
}
/*テキストリンク(別タブ開く用)*/
.link.link__blank a {
  background-image: url(img/link.png), url(img/link_blank.png);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 7px 11px, 9px 8px;
  padding-right: 1em;
}

/*テーブル*/
.tb-layout {
  width: 100%;
  margin: 0 0 40px;
}
.tb-layout:last-child {
  margin: 0;
}
.tb-layout th,
.tb-layout td {
  padding: 18px 24px;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: inherit;
}
.tb-layout tr:first-child th,
.tb-layout tr:first-child td {
  border-top: 0;
  padding-top: 0;
}
.tb-layout tr:last-child th,
.tb-layout tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
.tb-layout th {
  width: 30%;
  text-align: right;
  border-right: 1px solid #ddd;
  color: #888;
}
#recruit .tb-layout th {
  width: 20%;
  text-align: right;
  border-right: 1px solid #ddd;
  color: #888;
}
.tb-layout td {
  background: #fff;
}

.tb-layout dl {
  margin: 0 0 20px;
}
.tb-layout dl:last-child {
  margin: 0;
}
.tb-layout dt {
  font-weight: bold;
}
.tb-layout dt a {
  text-decoration: underline;
}
.tb-layout dt a:hover {
  color: #41a4db;
  text-decoration: none;
}
.tb-layout dt:before {
  content: "\f041";
  font-family: FontAwesome;
  color: #dc4b3e;
  margin: 0 6px 0 0;
}
.tb-layout dd {
  font-size: 15px;
}
.scroll-txt {
  display: none;
}

.ul-layout {
  list-style: disc;
}
.ol-layout {
  list-style: decimal;
}
.ul-layout,
.ol-layout {
  margin: 0 0 15px;
  color: #227d7e;
  padding: 0 0 0 20px;
}
.ul-layout li,
.ol-layout li {
  margin: 0 0 5px;
}
.ul-layout li.link a,
.ol-layout li.link a {
  padding: 0;
  background: none;
}
.ul-layout:last-child,
.ol-layout:last-child,
.ul-layout li:last-child,
.ol-layout li:last-child {
  margin: 0;
}
.ul-layout li span,
.ol-layout li span {
  color: #333;
}
.ul-layout li a,
.ol-layout li a {
  color: #0000ff;
  text-decoration: underline;
}
.ul-layout li a:hover,
.ol-layout li a:hover {
  text-decoration: none;
}

.ul-layout.bg,
.ol-layout.bg {
  padding: 20px 20px 20px 40px;
}
.ul-layout__float li {
  float: left;
  width: 50%;
}

/*home*/
header.header {
  padding: 16px 0 0;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}
header.header .logos {
  display: inline-block;
}
header.header .logo {
  float: left;
}
header.header .logo a {
  display: block;
  width: 262px;
  height: 40px;
  background: url(img/ttl_header.svg) 0 0 / contain no-repeat;
}
header.header .logos span,
footer.footer .logo span {
  float: left;
  display: block;
  width: 114px;
  height: 30px;
  margin: 0 0 0 20px;
}
header.header .logos span img,
footer.footer .logo span img {
  width: 100%;
}
header.header .cta {
  float: right;
}

header.header .tel {
  float: left;
  font-size: 23px;
  padding: 0 0 0 20px;
  background-position: left top 6px;
}

.logo a:hover {
  opacity: 0.6;
}

.tel {
  color: #227d7e;
  background: url(img/icon_tel.png) left 0 /14px 16px no-repeat;
  font-weight: bold;
  line-height: 1.25;
}
.tel:after {
  content: "受付時間：平日9:30～17:00";
  display: block;
  font-size: 50%;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.01em;
}

.btn a {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #227d7e;
  padding: 20px 0;
}
.btn a:hover {
  background: #3ca1a3;
}
.btn__wfix {
  width: 480px;
  margin: auto;
}

header.header .cta .btn {
  float: left;
  width: 166px;
  margin: 0 0 0 20px;
}
.cta .btn a {
  font-size: 14px;
  background: #f29aaa;
  padding: 10px 0;
}
.cta .btn a:hover {
  background: #ffbac7;
}

.g-nav {
  clear: both;
  margin: 10px 0 0;
}
.g-nav ul li {
  float: left;
  /*width: 20%;*/
  width: 16.667%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
}
.g-nav ul li:nth-child(6) {
  border-right: 1px solid #ddd;
}
.g-nav ul li a {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #4d4d4d;
  text-decoration: none;
  padding: 6px 0;
}
.g-nav ul li a:hover,
.news p a:hover,
.g-nav ul li.current a {
  color: #41a4db;
}

.fv {
  background: #f7f9fc;
  height: 600px;
}
.fv .swiper-container {
  height: inherit;
}
.fv-bg {
  background-position: center 0;
  background-size: 1280px 600px;
  background-repeat: no-repeat;
}
.fv-bg.fv-bg__01 {
  background-image: url(img/fv01.jpg);
}
.fv-bg.fv-bg__02 {
  background-image: url(img/fv02.jpg);
}
.fv-bg.fv-bg__03 {
  background-image: url(img/fv03.jpg);
}

.fv .inr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 1000px;
  height: inherit;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fv .phrase {
  position: absolute;
  width: 312px;
  height: 277px;
  bottom: -3%;
  left: 10px;
  z-index: 9999;
}
.fv .phrase img {
  width: 100%;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.3;
}
.swiper-pagination-bullet-active {
  background: #227d7e;
  opacity: 1;
}

.h-basic {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 30px;
}

#index #section-block01 {
  padding: 90px 0;
  background: #e1f1f1;
  font-size: 14px;
  margin: 0;
}
#index #section-block01 strong {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
}
#index #section-block01 p {
  margin: 0 0 18px;
}

#index #section-block02 {
  color: #fff;
  margin: 0;
  background: #e1f1f1;
}
#index #section-block02 .col-2 {
  width: 50%;
  margin: 0;
}
#index #section-block02 .col-2 a {
  display: block;
  padding: 45px 0;
  background: url(img/arrow_big_white.png) center right 40px /20px 34px no-repeat;
}
#index #section-block02 .col-2:first-child a {
  background-color: #5699d2;
}
#index #section-block02 .col-2:last-child a {
  background-color: #f29aaa;
}
#index #section-block02 .col-2:first-child a:hover {
  background-color: #78b5eb;
  background-position: center right 20px;
}
#index #section-block02 .col-2:last-child a:hover {
  background-color: #ffbac7;
  background-position: center right 20px;
}
#index #section-block02 .col-2:first-child .h-basic:after {
  content: "";
  background: url(img/img_sec02_icon01.png) 0 0 / contain no-repeat;
  width: 153px;
  height: 88px;
  display: block;
  margin: auto;
}
#index #section-block02 .col-2:last-child .h-basic:after {
  content: "";
  background: url(img/img_sec02_icon02.png) 0 0 / contain no-repeat;
  width: 165.5px;
  height: 85px;
  display: block;
  margin: auto;
}
#index #section-block02 .col-2 p {
  margin: 0 0 15px;
}
#index #section-block02 .col-2:last-child p {
  margin: 0 0 18px;
}
#index #section-block02 .col-2 p,
#index #section-block02 .col-2 span {
  text-align: center;
  font-weight: normal;
}
#index #section-block02 .col-2 span {
  display: block;
  font-size: 12px;
}

.news {
  font-size: 14px;
  background: url(img/news_bg.png) right 0 / contain no-repeat;
  padding: 90px 0;
  margin: 0;
}
#archive .news {
  padding: 0;
  background: none;
}
.news article {
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
.news article:last-child {
  border-bottom: 1px solid #ddd;
}
.news .category {
  display: inline-block;
  width: 90px;
  font-weight: bold;
  text-align: center;
  margin: 0 40px 0;
}
.news .category.pink {
  color: #ee849a;
}
.news .category.blue {
  color: #41a4db;
}
.news .category.green {
  color: #227d7e;
}
.news p {
  display: inline-block;
  font-size: 16px;
}
.news p a {
  text-decoration: underline;
}

/* ↓2017/01/06 吉田追記↓ */
h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

/* アクセスマップ */
#index-access .inr {
  position: relative;
  z-index: 1;
}
.google-map {
  width: 100%;
  height: 546px;
}
.google-map iframe {
  width: 100%;
  height: 100%;
}
.access-info {
  position: absolute;
  top: 35px;
  right: 0;
  width: 270px;
  text-align: center;
  background: #fff;
  padding: 30px 0px 3px 0px;
}
.access-info figure {
  margin: 0 35px 24px;
  width: 200px;
}
.access-info h3 {
  font-size: 18px;
  margin: 0 0 24px 0;
  font-weight: bold;
}
.access-info address {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 24px;
}
.access-info address.tel {
  width: 264px;
  color: #227d7e;
  margin: 0 auto;
  padding: 0 0 24px;
  border-bottom: solid 3px #227d7e;
  background: none;
}
.access-info address.tel:after {
  display: none;
}

/* ご相談・お問合せ */
.cta02 {
  padding: 64px 0;
  margin: 0 0 40px;
  background-color: #eaf7d9;
  background-image: url(img/cta_bg.jpg);
  background-size: contain;
  background-position: left -100px center;
  background-repeat: no-repeat;
}
.cta-txt,
.cta-wrap {
  float: left;
  width: 384px;
  margin: 0 58px;
}
.cta-txt p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.4;
}
.cta02 .cta-wrap .tel {
  font-size: 49px;
  color: #227d7e;
  line-height: 1;
  background: none;
}
.cta02 .cta-wrap .tel:after {
  content: "受付時間：平日 9：30～17：00";
  font-size: 27%;
  margin: 4px 0 0;
}
.cta-wrap .btn {
  margin: 10px 0 0;
}
.cta-wrap .btn a {
  display: block;
  padding: 25px 0;
  background: #f29aaa;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

/* フッター */
footer.footer .logo {
  float: left;
}
footer.footer .logo a {
  float: left;
  display: block;
  width: 378.5px;
  height: 55px;
  background: url(img/ttl_footer.png) no-repeat;
  background-size: 378.5px 55px;
}
footer.footer .logo span {
  margin: 10px 0 0 20px;
}
.f-address {
  margin: 0 0 30px;
}
.f-address .ps-area {
  float: right;
  margin: 12px 0 0;
}
.f-address .ps-area li {
  float: left;
  margin-left: 20px;
}
.f-address .ps-area li a {
  font-size: 14px;
  padding: 0 0 0 12px;
  margin: 15px 0 0;
  color: #227d7e;
  background: url(img/link.png) left center no-repeat;
  background-size: 7px 12px;
}
.f-address .ps-area li a:hover {
  opacity: 0.6;
}
.f-nav .inr {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.f-nav a {
  color: #333;
}
.f-address address {
  margin: 0 0 20px;
}
.f-nav dl {
  float: left;
  /*margin: 0 0 0 55px;*/
  /*margin: 0 0 0 77px;*/
  margin: 0 0 0 90px;
}
.f-nav dt {
  margin: 0 0 10px;
}
.f-nav dt a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.f-nav dt a:hover,
.f-nav dd a:hover {
  color: #41a4db;
}
.f-nav dd a {
  font-size: 14px;
}
.f-nav dd {
  font-size: 13px;
  margin: 0 0 5px;
}

/* コピーライト */
#copyright {
  padding: 10px 0;
  background: #227d7e;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
/* ↑2017/01/06 吉田追記↑ */

.fv__lower {
  background: url(img/fv_lower.jpg) top center / cover no-repeat;
  margin: 0 0 20px;
}
.fv__lower h1 {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 150px 0 40px;
}
.content.lower {
  margin: 0 auto 90px;
}
.content.lower .h-basic,
#contents h4 {
  font-size: 30px;
  text-align: left;
  font-weight: normal;
  border-bottom: 5px solid #ddd;
  padding: 0 0 10px;
  color: #227d7e;
  background: #e1f1f1;
  padding: 20px;
}
.content.lower .h-basic.ex {
  font-size: 28px;
}

.tel-or-form .tel {
  font-size: 49px;
  background: none;
}

.tel-or-form .tel:after {
  content: "受付時間：平日 9：30～17：00";
  font-size: 35%;
  font-weight: bold;
  margin: 4px 0 0;
}

#thanks .h-basic {
  text-align: center;
}
#thanks .tel {
  background: none;
  color: #333;
}
#thanks .tel:after {
  display: none;
}
.sign {
  font-size: 14px;
  color: #cc0000 !important;
  text-indent: -1em;
  padding-left: 1em;
}
.sign.minus-margin {
  margin: -20px 0 20px;
}
.sign.black {
  color: #333;
}
.sign.bold {
  font-weight: bold;
}
.sign.right {
  text-align: right;
}
.sign.center {
  text-align: center;
}
.txt-area p {
  margin: 0 0 15px;
}
.txt-area p:last-child {
  margin: 0;
}
.txt-area {
  margin: 0 0 30px;
}

.main {
  float: left;
  width: 660px;
}
.side {
  float: right;
  width: 280px;
}

.content.lower .side .h-basic {
  font-size: 22px;
  border-bottom: 0;
  border-left: 5px solid #227d7e;
  padding: 4px 0 4px 12px;
  margin: 0 0 20px;
  color: #333;
}
.side .tel {
  font-size: 30px;
  background: none;
  padding: 10px 0 12px;
  text-align: center;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  letter-spacing: 0.02em;
}
.side .btn a {
  font-size: 18px;
  padding: 14px 0;
}

.side .service a {
  display: block;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
}
.side .service li {
  border-top: 1px solid #ddd;
  color: #5699d2;
}
.side .service li a {
  background: url(img/link_blue.png) right 20px center / 4% auto no-repeat;
}
.side .service li:last-child {
  border-bottom: 1px solid #ddd;
  color: #f29aaa;
}
.side .service li:last-child a {
  background-image: url(img/link_pink.png);
}
.side .service a:hover {
  opacity: 0.6;
  background-position: right 10px center;
}
.side .section-block {
  margin: 0 0 50px;
}
.side .section-block:last-child {
  margin: 0;
}

.side .press a {
  display: block;
  padding: 20px 0;
  font-size: 18px;
}
.side .press li {
  border-top: 1px solid #ddd;
}
.side .press li a {
  background: url(img/link.png) right 20px center / 4% auto no-repeat;
}
.side .press li:last-child {
  border-bottom: 1px solid #ddd;
}
.side .press a:hover {
  opacity: 0.6;
  background-position: right 10px center;
}

#about #section-block01 .tb-layout dt a {
  color: #0000ee;
}
#about #section-block02 .map {
  margin: 0 0 15px;
}
.bold {
  font-weight: bold;
}

#introduction #section-block01 strong {
  font-family: "Times New Roman", YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 20px;
  display: block;
}
#introduction #section-block01 h3 span .position,
#introduction #section-block02 h3 span .position {
  display: block;
  font-size: 80%;
  color: #888;
  margin: 0 0 5px;
}
#introduction .profile {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 14px;
}
#introduction .profile p {
  margin: 0 0 10px;
}
#introduction .profile dt {
  font-weight: bold;
}
#introduction .profile dt:before {
  content: "\f005";
  font-family: FontAwesome;
  color: #227d7e;
  margin: 0 6px 0 0;
}
#introduction .profile dd {
  margin: 0 0 10px;
}
#introduction .profile dd:last-child {
  margin: 0;
}
#introduction .profile .txt {
  width: 318px;
  float: left;
}
#introduction .profile .txt h3 {
  margin: 0 0 10px;
}
/**/
#introduction .profile .img {
  float: right;
  width: 235px;
  /* height: 235px; */
  text-align: center;
}

#introduction .profile .img01 {
  background: url(img/profile02.jpg) 235px 235px no-repeat;
}

/**/
.font-red {
  color: #cc0000 !important;
}

#price .fee .txt {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background: #5699d2;
  padding: 10px;
}
#price .fee .kigou {
  font-weight: bold;
  font-size: 170%;
  color: #ccc;
  margin: 0 15px;
  vertical-align: middle;
}

.h-basic02 {
  font-size: 24px;
  margin: 0 0 15px;
}

.tb-layout02 {
  width: 100%;
  margin: 0 0 30px;
  font-size: 14px;
}
.tb-layout02 th,
.tb-layout02 td {
  padding: 10px;
  vertical-align: inherit;
  border: 1px solid #ddd;
}
.tb-layout02 th {
  background: #f5f5f5;
  text-align: center;
}
.tb-layout02 td {
  background: #fff;
  text-align: right;
}
.tb-layout02:last-child {
  margin: 0;
}
.tb-layout02.ex tr:first-child th:first-child {
  width: 16%;
}
.tb-layout02.ex tr:first-child th {
  width: 42%;
}
.tb-layout02.ex td {
  text-align: left;
}

h4 {
  font-weight: bold;
  margin: 0 0 10px;
}
.cta__point {
  margin: 0 0 30px;
}
.cta__point p {
  margin: 0 0 20px;
}

.tabs {
  margin: 0 0 40px;
}
.tab-area__02 {
  display: none;
}
.tab-btn {
  float: left;
  color: #227d7e;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  width: 50%;
  border-top: 1px solid #227d7e;
  border-bottom: 1px solid #227d7e;
  border-left: 1px solid #227d7e;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
}
.tab-btn:hover {
  background: #eaf7d9;
}
.tab-btn:last-child {
  border-right: 1px solid #227d7e;
  border-radius: 0 10px 10px 0;
}
.tab-btn.current {
  background: #227d7e;
  color: #fff;
  position: relative;
}
.tab-btn.current:after {
  content: "";
  position: absolute;
  display: block;
  border: 10px solid transparent;
  border-bottom-width: 0;
  border-top-color: #227d7e;
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
}

.article-area {
  margin: 0 0 30px;
}
.article-area:last-child {
  margin: 0;
}

.service-pnl,
.price-pnl {
  display: block;
  padding: 40px 100px 40px 40px;
  background: url(img/arrow_big_gray.png) right 40px center / 20px 34px no-repeat;
  margin: 0 0 40px;
}
.service-pnl:hover,
.price-pnl:hover {
  opacity: 0.7;
  background-position: right 20px center;
}
.service-pnl div,
.price-pnl div {
  border-right: 1px solid #ddd;
}
.service-pnl h2,
.price-pnl h2 {
  font-size: 32px;
  line-height: 1.2;
}
/* .service-pnl h2 {
	margin: 0 0 10px;
} */
.service-pnl h2 span,
.price-pnl h2 span {
  display: inline-block;
  font-size: 16px;
}
.service-pnl p,
.price-pnl p {
  padding: 0 20px 0 0;
}
.service-pnl.service-pnl__corp h2,
.price-pnl.price-pnl__corp h2 {
  color: #5699d2;
}
/*
.service-pnl.service-pnl__corp h2:before, .price-pnl.price-pnl__corp h2:before {
	margin: 0 15px 0 0;
	content: url(img/service_corp.png);
	vertical-align: sub;
}
*/
.service-pnl.service-pnl__indi h2,
.price-pnl.price-pnl__indi h2 {
  color: #f29aaa;
}
/*
.service-pnl.service-pnl__indi h2:before, .price-pnl.price-pnl__indi h2:before {
	margin: 0 15px 0 0;
	content: url(img/service_indi.png);
	vertical-align: sub;
}
*/
.service-pnl.service-pnl__inhe h2,
.price-pnl.price-pnl__inhe h2 {
  color: #227d7e;
}
.service-pnl.service-pnl__inve h2,
.price-pnl.price-pnl__inve h2 {
  color: #f17300;
}

#corporation .main .h-basic,
#corporation .ul-layout,
.ol-layout {
  color: #5699d2;
}
#corporation .main .h-basic {
  background: #e0f1ff;
}
#corporation .bg,
#individual .bg {
  background: #f5f5f5;
}

#individual .main .h-basic,
#individual .ul-layout,
.ol-layout {
  color: #f29aaa;
}
#individual .main .h-basic {
  background: #fff0f3;
}

/* お役立ち情報 */
.tb-layout__contents {
  margin: 0 0 20px 0;
  border-collapse: collapse;
  font-size: 16px;
}
.tb-layout__contents th {
  width: 176px;
  padding: 10px 11px 10px 25px;
  border-bottom: solid 1px #227d7e;
  font-weight: 500;
  text-align: left;
  background: url(img/cont_arrow01.png) 0px 17px no-repeat;
}
.tb-layout__contents th a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tb-layout__contents th a:hover {
  color: #227d7e;
}
.tb-layout__contents td {
  padding: 10px;
  border-bottom: solid 1px #e7e7e7;
}
.contents-box {
  float: left;
}
.contents-box:last-child {
  margin: 0 0 0 60px;
}
.contents-box li {
  padding: 0 0 10px 15px;
  background: url(img/cont_arrow02.png) 0px 10px no-repeat;
}
.contents-box li a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contents-box li a:hover {
  color: #227d7e;
  text-decoration: none;
}
.contents-box li:last-child {
  padding: 0 0 0 15px;
}
/**/

.press-list .item {
  display: block;
  padding: 30px;
  margin: 0 0 40px;
}
.press-list .item:last-child {
  margin: 0;
}
.press-list .item:hover {
  opacity: 0.7;
}
.press-list .item:hover h3 {
  background-position: right top 6px;
}
.press-list .item h3 {
  margin: 0 0 28px;
  padding: 0 0 28px;
  border-bottom: 1px solid #ddd;
  color: #227d7e;
  background: url(img/link.png) right 20px top 6px no-repeat;
}
.press-list .item .img {
  width: 46%;
  background: #ddd;
  float: left;
  text-align: center;
  font-size: 13px;
  color: #888;
  font-weight: bold;
  border: 1px solid #ddd;
}
.press-list .item .img img {
  width: 100%;
}
.press-list .item .ul-layout {
  width: 46%;
  float: left;
  margin: 0 0 0 28px;
}

.pagetop-btn {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 90px;
}
.pagetop-btn a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 28px 14px 10px;
  background: #227d7e url(img/page_top.png) 21px 15px /12px 7px no-repeat;
}
.pagetop-btn a:hover {
  background-color: #3ca1a3;
}
.sp-block {
  display: none;
}

.sp-pagetop-btn {
  display: none;
}

.tel.tel__nostyle {
  background: none;
  font-weight: normal;
  color: #333;
}
.tel.tel__nostyle:after {
  content: "";
  display: none;
}

.sp-tb-scroll {
  margin: 0 0 30px;
}
.sp-tb-scroll:last-child {
  margin: 0;
}

figure.h-img {
  margin: 0 0 30px;
  border: 1px solid #ddd;
}
figure.h-img img {
  padding: 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.cta02 .h-basic {
  text-align: left;
}
.cta02 h3 {
  font-size: 19px;
}

.side .office-photo .img {
  width: 280px;
  height: 280px;
  background: #ddd;
  margin: 0 0 10px;
}
.side .map {
  margin: 0 0 30px;
}
.side .office-photo p {
  font-size: 14px;
}

#link .ul-layout li {
  margin: 0 0 20px;
}

#link .ul-layout li .link.link__blank a {
  background-image: url(img/link_blank.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 9px 8px;
  padding-left: 0;
}

#recruit .tel-or-form {
  text-align: center;
  border: 1px solid #ddd;
  padding: 40px;
}

#contact .main, #thanks .main {
  float: none;
  width: auto;
}

#introduction #section-block01 .ol-layout li {
  color: #227d7e;
}
#introduction #section-block01 .ol-layout h3 {
  font-size: 18px;
  margin: 0 0 5px;
}
#introduction #section-block01 .ol-layout p {
  color: #333;
}

/* 20170329仲村追加 */
/* ページ送りのデザイン */
p.pagenum {
  text-align: center;
  font-weight: bold;
  margin: 10px;
}
p.pagenum a {
  background-color: #227d7e;
  color: #fff;
}
p.pagenum span {
  background-color: #e1f1f1;
  color: #227d7e;
}
p.pagenum a,
p.pagenum span {
  padding: 5px 10px;
}
p.pagenum a:hover {
  background-color: #e1f1f1;
  color: #227d7e;
}

/* かわら版サイドバー */
.side .press ul.press-side li {
  position: relative;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.side .press ul.press-side li .nendo {
  position: absolute;
  top: 20px;
  left: 45px;
  font-size: 18px;
  z-index: -1;
}
.side .press ul.press-side li a:hover {
  opacity: 1;
}
.side .press ul.press-side li:hover {
  opacity: 0.6;
}

/* ブログページ */
.post .h-basic {
  margin-bottom: 10px;
}
p.postcat {
  text-align: right;
}
p.postcat a {
  display: inline-block;
  background: #ddd;
  font-size: 12px;
  padding: 5px 10px;
  /* float: right; */
  margin-bottom: 20px;
}
.post-content {
  margin: 0 0 10px;
  padding: 0 0 20px;
  border-bottom: solid 1px #ddd;
}
p.postinfo {
  font-size: 14px;
  margin: 0 0 20px;
}
.oldpage {
  float: left;
  display: block;
}
.newpage {
  float: right;
  display: block;
}

.oldpage a,
.newpage a {
  color: #227d7e;
}
.oldpage a:hover,
.newpage a:hover {
  opacity: 0.6;
}

/* ブログ一覧 */
.archive-link {
  float: right;
}
#archive .single-post {
  margin: 0 0 60px;
}

/* 投稿エディターでの改行 */
#single .post-content p {
  margin: 0 0 20px;
}
#single .post-content .flow p {
  margin: 0;
}
#single .post-content ul,
#single .post-content ol {
  margin: 0 0 20px 20px;
}
#single .post-content ul li {
  list-style-type: disc;
}
#single .post-content ul.flow li {
  list-style-type: none;
}
#single .post-content ol {
  list-style-type: decimal;
}
#single .post-content blockquote {
  padding: 25px 50px;
  background-color: #fafafa;
  border: solid 1px #ddd;
  margin-bottom: 20px;
  background-image: url(img/blockquote01.png), url(img/blockquote02.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left 10px top 10px, right 10px bottom 10px;
}
#single .post-content blockquote p:last-child {
  margin-bottom: 0;
}
#single .post-content a {
  text-decoration: underline;
}

.mb90 {
  margin-bottom: 90px;
}
.box {
  padding: 16px 24px;
  margin: 0 0 30px;
}
/* 2020/07/21 追加 */
.flow {
  padding-left: 16px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #f5f5f5;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 6vh;
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #227d7e;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  padding-left: 33px;
  text-indent: -33px;
  font-size: 16px;
  font-weight: 600;
  color: #227d7e;
  margin-bottom: 2vh;
}
.flow > li dl dt span {
  display: inline-block;
  width: 25px;
  margin-right: 8px;
  color: #227d7e;
  text-align: center;
  text-indent: initial;
  font-weight: 500;
  background: #e1f1f1;
  border-radius: 50%;
}
.flow > li dl dd .txt-area {
  margin: 0 0 16px;
}
.flow > li dl dd .txt-area:last-child {
  margin: 0;
}
.flow > li dl dd figure {
  border: 2px solid #ddd;
}

.flow__ex {
  padding-left: 154px;
  position: relative;
}
.flow__ex::before {
  content: "";
  width: 12px;
  height: 100%;
  background: #eee;
  margin-left: -7px;
  display: block;
  position: absolute;
  top: 0;
  left: 150px;
}
.flow__ex > li {
  position: relative;
}
.flow__ex > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow__ex > li .icon {
  width: 124px;
  font-size: 14px;
  color: #227d7e;
  background: #e1f1f1;
  padding: 8px 12px;
  display: block;
  position: absolute;
  top: 0;
  left: -154px;
  z-index: 100;
  line-height: 1;
  box-sizing: border-box;
}
.flow__ex > li .icon .sign {
  text-indent: -0.2em;
  padding-left: 0.2em;
}
.flow__ex > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #e1f1f1;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow__ex > li dl {
  padding-left: 60px;
  margin-bottom: 40px;
  position: relative;
}
.flow__ex > li dl:last-child {
  margin-bottom: 0;
}
.flow__ex > li dl::before,
.flow__ex > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
}
.flow__ex > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #227d7e;
  border-radius: 50%;
  left: -8px;
}
.flow__ex > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 0;
}
.flow__ex > li dl dt {
  font-size: 18px;
  font-weight: 600;
  color: rgb(34, 125, 126);
  margin-bottom: 1vh;
}
.flow__ex > li dl .txt-area {
  margin-top: 16px;
}
.flow__ex > li dl .txt-area p {
  margin: 0 0 8px;
  color: #333;
}
.flow__ex > li dl .txt-area p:last-child {
  margin: 0;
}
.flow__ex > li.empty {
  margin-bottom: 4vh;
}
.flow__ex > li.empty dl {
  height: 40px;
}
.flow__ex > li.empty dl::before,
.flow__ex > li.empty dl::after {
  content: none;
}
.flow__ex > li.empty dl dt {
  margin: 0;
}
.flow__ex > li .tb-layout02 th,
.flow__ex > li .tb-layout02 td {
  color: #333;
}

.pagination {
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 13px;
}
.pagination span,
.pagination a {
  display: block;
  width: auto;
  margin: 0 4px;
  padding: 8px;
  border: 1px solid #eff1f1;
  background-color: #fff;
  color: #9b9f9f;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
}
.pagination .pager {
  width: 32px;
}
.pagination a:hover,
.pagination .current {
  color: #fff;
  border-color: #227d7e;
  background-color: #227d7e;
}
.pagination a.prev,
.pagination a.next {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
}
.pagination a.prev:before,
.pagination a.next:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #9b9f9f;
  border-right: 2px solid #9b9f9f;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}
.pagination a.prev {
  margin-right: 8px;
}
.pagination a.prev:before {
  right: 10px;
  transform: rotate(-135deg);
}
.pagination a.next {
  margin-left: 8px;
}
.pagination a.next:before {
  left: 10px;
  transform: rotate(45deg);
}
.pagination a:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pagination span.page_num {
  display: none;
}

/* 2020/10/05 追記 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#corporation #section-block03 .flex,
#individual #section-block03 .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-flow: row-reverse;
}
#corporation #section-block03 .flex *,
#individual #section-block03 .flex * {
  margin: 0;
}
#corporation #section-block03 .flex .txt-area,
#individual #section-block03 .flex .txt-area {
  width: 78%;
}
#corporation #section-block03 .flex figure,
#individual #section-block03 .flex figure {
  width: 20%;
}
