@charset "UTF-8";
/**
 * 共通スタイル
 */
/* ==========================================================================
   title
   ========================================================================== */
#title-wrap {
  overflow: hidden; }

#title {
  box-shadow: 0 5px 5px 0 rgba(243, 239, 237, 0.5);
  border-bottom: 1px solid #f3efed;
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "FOT-ロダン ProN B";
  letter-spacing: .1em;
  font-weight: normal;
  margin-bottom: 35px;
  padding-bottom: 15px;
  padding-left: 11px;
  /*span{
  	border-bottom:1px solid #f3efed;
  	display:block;
  }*/ }
  @media screen and (min-width: 1200px) {
    #title {
      font-size: 38px;
      font-size: 3.8rem; } }

.sttl-shadow {
  font-size: 20px;
  font-size: 2rem;
  font-family: "FOT-ロダン ProN B";
  letter-spacing: .1em;
  font-weight: normal;
  box-shadow: 0 5px 5px 0 rgba(243, 239, 237, 0.5);
  border-bottom: 1px solid #f3efed;
  margin-bottom: 10px; }
  @media screen and (min-width: 1200px) {
    .sttl-shadow {
      font-size: 20px;
      font-size: 2rem; } }
  .sttl-shadow span {
    display: block;
    padding-bottom: 5px;
    padding-left: 5px; }

.ttl-lv2wrap {
  box-shadow: 0 5px 5px 0 rgba(243, 239, 237, 0.5);
  border-bottom: 1px solid #f3efed;
  /*margin-bottom:57px;*/
  margin-bottom: 35px;
  margin-top: 50px;
  margin-left: 10px; }

.ttl-lv2 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "FOT-ロダン ProN DB";
  letter-spacing: .1em;
  font-weight: normal;
  margin-bottom: -20px; }
  @media screen and (min-width: 1200px) {
    .ttl-lv2 {
      font-size: 20px;
      font-size: 2rem; } }
  .ttl-lv2 span {
    background-color: #FFF;
    padding-right: 28px; }
  .ttl-lv2 .w-light {
    padding-right: 0; }
  .ttl-lv2 em {
    font-size: 30px;
    font-size: 3rem;
    font-style: normal;
    margin-right: 10px; }
    @media screen and (min-width: 1200px) {
      .ttl-lv2 em {
        font-size: 30px;
        font-size: 3rem; } }

.ttl-lv3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FOT-ロダン ProN B";
  letter-spacing: .1em;
  font-weight: normal;
  margin-bottom: 22px;
  margin-top: 45px; }
  @media screen and (min-width: 1200px) {
    .ttl-lv3 {
      font-size: 18px;
      font-size: 1.8rem; } }

/* ページヘッダー
   ========================================================================== */
#head-img {
  display: block;
  margin-bottom: 35px; }
  #head-img img {
    height: auto;
    width: 100%; }

.head-ttl-min {
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "FOT-筑紫明朝 Pr6 L","TsukuMinPr6-L";
  letter-spacing: .1em; }
  @media screen and (min-width: 1200px) {
    .head-ttl-min {
      font-size: 38px;
      font-size: 3.8rem; } }
  .head-ttl-min.is-spirit {
    font-size: 20px;
    font-size: 2rem;
    line-height: 8;
    text-align: center;
    display: block; }
    @media screen and (min-width: 1200px) {
      .head-ttl-min.is-spirit {
        font-size: 20px;
        font-size: 2rem; } }
    .head-ttl-min.is-spirit span {
      color: #B20703; }

.head-summary {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 15px; }
  @media screen and (min-width: 1200px) {
    .head-summary {
      font-size: 16px;
      font-size: 1.6rem; } }

/* ==========================================================================
   text
   ========================================================================== */
.lh17ls50 {
  line-height: 1.7;
  letter-spacing: .1em; }

/* ==========================================================================
   button
   ========================================================================== */
.btn01 {
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #f8f5f1, #fff 50%);
  background-image: -moz-linear-gradient(bottom, #f8f5f1, #fff 50%);
  background-image: -o-linear-gradient(bottom, #f8f5f1, #fff 50%);
  background-image: -ms-linear-gradient(bottom, #f8f5f1, #fff 50%);
  background-image: linear-gradient(to top, #f8f5f1, #fff 50%);
  border: 1px solid #e8e0dc;
  border-radius: 5px;
  display: inline-block;
  font-family: "FOT-ロダン ProN DB";
  letter-spacing: .1em;
  font-weight: normal;
  padding: 5px 5%;
  text-align: center;
  width: 80%;
  margin: 0 5%; }
  .btn01 span {
    background: url(img/arrow_w5.gif) no-repeat left 3px;
    padding-left: 10px; }
  .btn01.active {
    background-color: #df4023;
    background-image: -webkit-linear-gradient(bottom, #d3371a, #df4023 50%);
    background-image: -moz-linear-gradient(bottom, #d3371a, #df4023 50%);
    background-image: -o-linear-gradient(bottom, #d3371a, #df4023 50%);
    background-image: -ms-linear-gradient(bottom, #d3371a, #df4023 50%);
    background-image: linear-gradient(to top, #d3371a, #df4023 50%);
    border: 1px solid #cd3317;
    color: #fff; }
    .btn01.active span {
      background: url(img/arrow_w5_white.png) no-repeat left 3px; }

/* ==========================================================================
   box
   ========================================================================== */
.inner-pdg {
  padding-left: 10px;
  padding-right: 10px; }

.shadow-box {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5; }

.shadow-box.boxTargetHover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

/* 2カラム横並び
   ========================================================================== */
.column2-wrap {
  letter-spacing: -.40em;
  margin-bottom: -40px; }

.column2-wrap .column2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin-bottom: 40px;
  margin-right: 4%;
  width: 48%;
  vertical-align: top;
  overflow: hidden; }
  .column2-wrap .column2:nth-child(2n) {
    margin-right: 0; }

/* 3カラム横並び
   ========================================================================== */
.column3-wrap {
  letter-spacing: -.40em;
  margin-bottom: -40px; }

.column3-wrap li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin-bottom: 40px;
  margin-right: 5%;
  width: 30%;
  vertical-align: top; }

.column3-wrap .column3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 40px;
  margin-right: 3.5%;
  width: 31%;
  border-radius: 4px;
  vertical-align: top;
  overflow: hidden;
  padding: 20px 0; }
  .column3-wrap .column3:nth-child(3n) {
    margin-right: 0; }
.column3-wrap .column3.boxTargetHover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }

.column3-ttl01 {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "FOT-ロダン ProN B";
  letter-spacing: .1em;
  font-weight: normal;
  position: relative; }
  @media screen and (min-width: 1200px) {
    .column3-ttl01 {
      font-size: 15px;
      font-size: 1.5rem; } }
  .column3-ttl01 span {
    display: block;
    padding-bottom: 5px;
    padding-left: 15px;
    background-color: #fff;
    position: relative;
    z-index: 2; }
  .column3-ttl01:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -23px;
    width: 100%;
    height: 50px;
    border-radius: 80px;
    box-shadow: 0 5px 5px 0 rgba(243, 239, 237, 0.5);
    border-bottom: 1px solid #f3efed; }

@media screen and (min-width: 1200px) {
  .column3-ttl01 {
    font-size: 18px;
    font-size: 1.8rem; } }
  @media screen and (min-width: 1200px) and (min-width: 1200px) {
    .column3-ttl01 {
      font-size: 18px;
      font-size: 1.8rem; } }
@media screen and (min-width: 1200px) {
    .column3-ttl01:after {
      top: -18px; } }
.column3-summary01 {
  line-height: 1.5;
  padding: 10px 15px 0; }

.column3-thumb01 img {
  width: 90%;
  margin: 20px 5% 10px; }

.column3-detail {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "FOT-ロダン ProN DB";
  letter-spacing: .1em;
  font-weight: normal;
  margin-top: 20px; }
  @media screen and (min-width: 1200px) {
    .column3-detail {
      font-size: 13px;
      font-size: 1.3rem; } }

.column3-sideimg,
.img-set {
  display: table-cell;
  vertical-align: top; }

.column3-sideimg {
  padding: 0 10px;
  width: 75px; }

.img-set dt {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "FOT-ロダン ProN DB";
  letter-spacing: .1em;
  font-weight: normal;
  color: #d52a1c; }
  @media screen and (min-width: 1200px) {
    .img-set dt {
      font-size: 15px;
      font-size: 1.5rem; } }
.img-set .inner-company {
  font-size: 10px;
  font-size: 1rem;
  padding: 0 3px; }
  @media screen and (min-width: 1200px) {
    .img-set .inner-company {
      font-size: 10px;
      font-size: 1rem; } }
.img-set dd {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5; }
  @media screen and (min-width: 1200px) {
    .img-set dd {
      font-size: 12px;
      font-size: 1.2rem; } }

/* 4カラム横並び
   ========================================================================== */
.column4-wrap {
  letter-spacing: -.40em; }

.column4-wrap li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin-bottom: 40px;
  margin-right: 2%;
  width: 23.5%;
  vertical-align: top; }

.column4-wrap .column4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  /*margin-right:20px;
  width:300px;*/
  margin-bottom: 40px;
  margin-right: 2%;
  width: 23.5%;
  vertical-align: top; }
  .column4-wrap .column4:nth-child(4n) {
    margin-right: 0; }

.column4-ttl01 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px 0; }
  @media screen and (min-width: 1200px) {
    .column4-ttl01 {
      font-size: 16px;
      font-size: 1.6rem; } }

.side-shadow-box {
  background: url(img/boxshadow_y.gif) no-repeat right top;
  min-height: 90px; }
  .side-shadow-box:nth-child(4n) {
    background: none; }

.simple-set {
  padding: 12px 20px 0 15px; }
  .simple-set dt {
    background: url(img/icon_gnav.gif) no-repeat left 0.25em;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: "FOT-ロダン ProN B";
    letter-spacing: .1em;
    font-weight: normal;
    padding-left: 23px; }
    @media screen and (min-width: 1200px) {
      .simple-set dt {
        font-size: 17px;
        font-size: 1.7rem; } }
  .simple-set dd {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "FOT-ロダン ProN M";
    letter-spacing: .1em;
    font-weight: normal;
    margin-top: 5px; }
    @media screen and (min-width: 1200px) {
      .simple-set dd {
        font-size: 12px;
        font-size: 1.2rem; } }

/* 画像とテキスト横並び
   ========================================================================== */
.item-ltr,
.item-rtl {
  width: 100%;
  display: table; }
  .item-ltr .item-img,
  .item-rtl .item-img {
    margin: 0;
    display: table-cell;
    vertical-align: top;
    *width: auto;
    *float: left; }
    .item-ltr .item-img img,
    .item-rtl .item-img img {
      margin-right: 30px;
      max-width: inherit; }
  .item-ltr .item-text,
  .item-rtl .item-text {
    display: table-cell;
    vertical-align: top;
    *zoom: 1; }

.item-rtl {
  direction: rtl;
  text-align: right; }
  .item-rtl .item-img {
    *float: right;
    padding-right: 0; }
    .item-rtl .item-img img {
      margin-left: 30px; }
  .item-rtl .item-text,
  .item-rtl img {
    direction: ltr;
    text-align: left; }

.item-ltr .item-text {
  padding-right: 70px; }

/* まずはお気軽にご相談ください
   ========================================================================== */
.contact-box {
  background-color: #f8f5f1;
  border-radius: 5px;
  border: 1px solid #f3efed;
  margin-top: 50px;
  padding-bottom: 30px;
  padding-top: 30px; }

.contact-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "FOT-ロダン ProN B";
  letter-spacing: .1em;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .contact-ttl {
      font-size: 16px;
      font-size: 1.6rem; } }

.inner-contact {
  letter-spacing: -.40em;
  text-align: center;
  margin-top: 24px; }

.contact-btn,
.contact-tel {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1; }

.contact-btn {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "FOT-ロダン ProN B";
  letter-spacing: .1em;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 256px; }
  @media screen and (min-width: 1200px) {
    .contact-btn {
      font-size: 16px;
      font-size: 1.6rem; } }
  .contact-btn a {
    background: #b20703 url(img/icon_foot_mail.png) no-repeat 16px center;
    border-radius: 4px;
    color: #FFF;
    display: block;
    padding: 15px 0 15px 23px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .contact-btn a:hover {
      opacity: 0.75;
      filter: alpha(opacity=75); }

.ie8 .contact-btn a {
  transition: none; }

.contact-tel {
  margin-left: 28px;
  text-align: left; }
  .contact-tel dt {
    background: url(img/icon_tel.gif) no-repeat left center;
    font-size: 30px;
    font-size: 3rem;
    font-family: Helvetica, Arial, sans-serif;
    padding-left: 55px; }
    @media screen and (min-width: 1200px) {
      .contact-tel dt {
        font-size: 30px;
        font-size: 3rem; } }
  .contact-tel dd {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "FOT-筑紫ゴシック Pr5 M", "TsukuGoPr5-M";
    letter-spacing: .1em; }
    @media screen and (min-width: 1200px) {
      .contact-tel dd {
        font-size: 13px;
        font-size: 1.3rem; } }

/* ==========================================================================
   テーブル
   ========================================================================== */
table {
  border: 1px solid #e8e0dc;
  background-color: #fff;
  width: 100%;
  margin: 50px 0 0 0; }
  table th {
    border: 1px solid #e8e0dc;
    background-color: #f8f5f1;
    padding: 20px;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "FOT-ロダン ProN DB";
    letter-spacing: .1em;
    font-weight: normal;
    width: 25%; }
    @media screen and (min-width: 1200px) {
      table th {
        font-size: 16px;
        font-size: 1.6rem; } }
  table td {
    border: 1px solid #e8e0dc;
    padding: 20px; }

table.small {
  margin: 0; }
  table.small th {
    padding: 5px 10px;
    font-size: 12px;
    font-size: 1.2rem; }
    @media screen and (min-width: 1200px) {
      table.small th {
        font-size: 12px;
        font-size: 1.2rem; } }
  table.small td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 10px; }
    @media screen and (min-width: 1200px) {
      table.small td {
        font-size: 12px;
        font-size: 1.2rem; } }

/* ==========================================================================
   icon
   ========================================================================== */
/* PDFリンク 
   ========================================================================== */
a.pdf {
  background-image: url(img/icon_pdf.gif);
  background-repeat: no-repeat;
  padding-left: 15px;
  text-decoration: underline; }

/*注釈*/
.remarks {
  font-size: 12px;
  font-size: 1.2rem; }
  @media screen and (min-width: 1200px) {
    .remarks {
      font-size: 12px;
      font-size: 1.2rem; } }

/*404*/
#reason ul {
  margin-top: 30px;
  list-style: disc;
  padding-left: 30px; }
#reason li {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 1200px) {
    #reason li {
      font-size: 14px;
      font-size: 1.4rem; } }
#reason .btn01 {
  width: 150px;
  margin: 30px 0 0 0; }
