@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet");

/*--------------------------------------------------------------
レスポンシブ02 オレンジ 1カラム
---------------------------------------------------------------*/

body {
  font-size:18px;
  color: #222;
  line-height: 2.0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 15px; }
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: #ff8c00;
  font-weight: 500;
}
a:hover {
  color: #d27402;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
}
a.btn {
  color: #fff;
  background: #ffa500;
}
a.btn:hover {
  color: #fff;
  background: #ff8c00;
}
a.btn.border {
  color: #000;
  border: 1px solid #000;
  background: none;
}
a.btn.border:hover {
  color: #fff;
  background: #555;
  border: 1px solid #555;
}
a.tel-link {
  font-size: 1.05em;
  font-weight: bold;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

#mainArticles .envelope, #mainBlogCommentForm .envelope {
  background: #fef9f5;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
}
#title h1 {
  width: 230px;
  height: 58px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/175205095269401.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  height: 100px;
  background: url("/materials/175205095269402.png") right center no-repeat;
  background-size: 280px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu_outer .topMenu li a {
  color: #222;
  font-weight: 400;
}
#topMenu_outer .topMenu li a:hover {
  background: #ffa500;
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
#mainTopics {
  background: #fef9f5;
}
ul.topics li p.date {
  background: #ffa500;
}
ul.topics li p.more a {
  color: #ff8c00;
  font-weight: normal;
  background: #fff;
  border: 1px solid #ff8c00;
}
ul.topics li p.more a:hover {
  color: #fff;
  background: #ff8c00;
}
#mainTopics .listview a {
  color: #fff;
  font-weight: normal;
  background: #ff8c00;
}
#mainTopics .listview a:hover {
  background: #ffa500;
}
ul.topics li h3 a {
  color: #ff8c00;
}
ul.topics li h3 a:hover {
  color: #d27402;
}

/*-------------------------------------------------------
footer
-------------------------------------------------------*/
#footer {
  background: #ffa500;
}
#footer_body .copyright {
  font-weight: 300;
  background: #ff8c00;
}
#footer_body .topMenu li a, #footer_body .services li a {
  color: #fff;
  font-weight: 500;
  background: #ffa500;
  border-bottom: 1px dotted #ffa500;
}
#footer_body .topMenu li a:before, #footer_body .services li a:before {
  color: inherit;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  color: #fff;
  background: #ffa500;
  border-bottom: 1px dotted #fff;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  background: #ffa500;
  padding-right: 4%;
  padding-left: 4%;
  margin-bottom: 0;
}
#mainTopics h2, .article h3, .gallery h3, .freeHtml h3, #mainArticles div[id^=blog] h2 {
  font-size: 1.65em;
  font-weight: 400;
}
#mainTopics h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after {
  background: #ff8c00;
}
.article h4 {
  font-size: 1.35em;
  font-weight: 700;
}
.article h5 {
  font-size: 1.2em;
  border-left: 4px solid #ff8c00;
}

/*-------------------------------------------------------
sideContents
-------------------------------------------------------*/
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  background: #ff8c00;
}
.sideContents ul li a:hover, .sideContents dt a:hover {
  background: #ff8c00;
}

/*-------------------------------------------------------
freeHtml　会社概要
-------------------------------------------------------*/
#sideCompany {
  width: 100vw;
  background: #fef9f5;
  margin: 0 calc(50% - 50vw) 40px;
  padding: 0;
}
#sideCompany .sideCompany_inner {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px;
}
#sideCompany h2.logomark {
  width: 230px;
  height: 58px;
  background: url("/materials/175205095269401.png") no-repeat;
  margin: 30px auto 50px auto;
  padding: 0;
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany dl {
  width: 100%;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 0.9em;
}
#sideCompany dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27%;
  height: 3.0em;
  color: #ff8c00;
  font-weight: 500;
  margin-right: 3%;
  margin-bottom: 1.0em;
  border-top: none;
  border-bottom: 1px solid #ff8c00;
}
#sideCompany dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  color: #000;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 0.7em;
}
#sideCompany a.link-btn {
  font-size: 1.1em;
  color: #ff8c00;
  font-weight: 400;
  background: none;
  width: 50%;
  margin: 30px auto 0 auto;
  padding: 8px 16px;
  border: 1px solid #ff8c00;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: #ff8c00;
  border: 1px solid #ff8c00;
}
#sideCompany a.link-btn span::after {
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-size:1.0em;
  color: inherit;
  font-weight: bold;
  margin-left: 6px;
}
#sideCompany a.tel-link {
  color: #ff8c00;
  font-size: 1.25em;
}
#sideCompany a.tel-link:hover {
  color: #99cc00;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.contact-block {
  background: url("/materials/175220550787201.png") no-repeat;
  background-size: 100%;
  background-position: center bottom;
  margin-bottom: -64px;
  padding-bottom: 40px;
}
.article.contact-block .image {
  max-width: 500px;
  margin: 0 auto 50px auto;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 120%;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #ffa500;
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: calc(100% - 60px);
  margin: 0 30px 20px;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:#fff;
  font-weight:bold;
  line-height:1.0;
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
  transform:translateY(-2px);
}
a.btn-mailform::after {
  font-family:"Font Awesome 5 Free";
  content:"\f105";
  color:#fff;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color: #fff;
  background: #ff8c00;
}

/*--------------------------------------------------------------
トップページ　ご挨拶
---------------------------------------------------------------*/
.article.full.greeting {
  background: url("/materials/175220676204301.jpg") top left no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
}
.article.full.greeting::after {
  content: "About Lien";
  font-size: 7vw;
  color: #ffa500;
  line-height: 1.0;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  right: 0;
  bottom: -0.25em;
}
.top-message {
  box-shadow: 3px 3px #ffa500;
  padding:1.5em 2.0em 1.0em 2.0em;
  background: rgba(255, 255, 255, 0.8);
}
.top-message p {
  line-height: 2.4;
}
.top-message p span.emp {
  font-size:1.2em;
  color:#ff8c00;
  font-family: "游明朝体", "Yu明朝", "MS明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

/*--------------------------------------------------------------
取扱業務紹介
---------------------------------------------------------------*/
.article.col3.serviceList .article_outer {
  padding: 2%;
}
.article.col3.serviceList h4 {
  border: none;
  padding: 16px 0 16px 24px;
}
.article.col3.serviceList h4:before {
  width: 4px;
  height: 1.8em;
}

/*--------------------------------------------------------------
トップページ　代表弁護士
---------------------------------------------------------------*/
.article.lawyer {
  background: #fef9f5;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.article.lawyer h4 {
  font-size: 2.0em;
  font-family: "游明朝体", "Yu明朝", "MS明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  color: #000;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}
.article.lawyer h4:before {
  display: none;
}
.article.lawyer h4 span {
  font-size: 70%;
}
.article.lawyer p.officeName {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0;
}
.article.lawyer p.affiliation {
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  padding: 0.05em;
  margin-top: 0.7em;
  border: 1px solid;
  display: flow-root;
}
.article.lawyer .image {
  border-radius: 50%;
  max-width: 400px;
}
a.btn.profile {
  display: inline-block;
  font-size: 1.0em;
  color: #ff8c00;
  font-weight: 500;
  background: none;
  border: 1px solid #ff8c00;
}
a.btn.profile:hover {
  color: #fff;
  background: #ff8c00;
}

/*--------------------------------------------------------------
テーブル ノーマル
---------------------------------------------------------------*/
.article table.normalTbl {
  font-size: 1.0em;
}
@media only screen and (max-width: 600px) {
  .article table.normalTbl th {
    text-align: center;
    background: #f7f7f7;
  }
  .article table.normalTbl td {
    padding-bottom: 1.0em;
  }
}

/*--------------------------------------------------------------
リスト シンプル
---------------------------------------------------------------*/
ul.simple-list li {
  margin-left: 1.1em;
  text-indent: -1.3em;
}
ul.simple-list li::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin: 0 0.5em 0.1em 0.2em;
  background: #ffa500;
  border-radius: 50vh;
}

/*--------------------------------------------------------------
経歴・役職
---------------------------------------------------------------*/
dl.history {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
dl.history dt {
  width: 20%;
  margin-right:  1%;
  padding: 0.25em;
  border-bottom: 1px solid #ff8c00;
}
dl.history dt::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #ff8c00;
  margin-right: 4px;
}
dl.history dd {
  width: 79%;
  padding: 0.25em;
}

/*-------------------------------------------------------
GoogleMap
-------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  /*padding-bottom: 75%; /*4:3*/
  padding-bottom: 56.25%; /*16:9*/
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*-------------------------------------------------------
主な費用の目安
-------------------------------------------------------*/
p.price {
  display: flow-root;
  font-size: 1.1em;
  font-family: "游明朝体", "Yu明朝", "MS明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  color: #000;
  line-height: 1.25;
  padding: 0.5em 0.1em;
  border-top: 1px solid #ff8c00;
  border-bottom: 1px solid #ff8c00;
  margin: 18px 0;
}
p.price span.price-num {
  font-size: 120%;
  font-family: "游明朝体", "Yu明朝", "MS明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  padding-left: 4px;
}

dl.fee-about {
  font-size: 1.0em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 18px 0;
}
dl.fee-about dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 48px;
  border: 2px solid #ff8c00;
  margin-right: 12px;
  font-size: 1.1em;
  font-weight: 500;
  color: #ff8c00;
}
dl.fee-about dd {
  display: flex;
  justify-content: left;
  align-items: center;
  width: calc(100% - 132px);
}

dl.fee-ex {
  font-size: 1.0em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 18px 0;
}
dl.fee-ex dt {
  width: 40%;
  padding: 0.3em 0;
}
dl.fee-ex dd{
  width: 60%;
  font-weight: 500;
  color: #ff8c00;
  padding: 0.3em 0;
  border-bottom: 1px solid #ff8c00;
}

/*-------------------------------------------------------
contactTable
-------------------------------------------------------*/
#mainArticles table.contactTable input.button, #mainBlogCommentForm table.contactTable input.button {
  background: #ff8c00;
  border-radius: 4px;
}
#mainArticles table.contactTable input.button, #mainArticles table.contactTable input[type=button], #mainBlogCommentForm table.contactTable input.button, #mainBlogCommentForm table.contactTable input[type=button] {
  width: 50%;
}
#mainArticles form, #mainBlogCommentForm form {
  background: #999;
  padding: 1px;
}
#mainArticles table.contactTable, #mainBlogCommentForm table.contactTable {
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
}
#mainArticles table.contactTable tr th, #mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr th, #mainBlogCommentForm table.contactTable tr td {
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}
#mainArticles table.contactTable tr th, #mainBlogCommentForm table.contactTable tr th {
  font-weight: normal;
  color: #333;
  background: #fef9f5;
}
#mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr td {
  background: #fff;
}

/*======================================================
1024px
======================================================*/
@media only screen and (max-width: 1024px) {
  /*パンくずリスト*/
  #pankuz {
    padding-right: 2%;
    padding-left: 2%;
  }
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*title*/
  #title #title_outer {
    background: none;
  }
  /*toggle*/
  #toggle, .active #toggle {
    background-color: #ffa500;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.5em;
  }
  /*お問い合わせブロック*/
  .article.contact-block .image {
    max-width: 80%;
    margin-bottom: 25px;
  }
  /*ご挨拶*/
  .article.full.greeting::after {
    font-size: 12vw;
  }
  /*費用*/
  dl.fee-ex dt {
    width: 60%;
  }
  dl.fee-ex dd{
    width: 40%;
  }
  /*経歴*/
  dl.history dt, dl.history dd {
    width: 100%;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #bottomLink{
    display: block;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    z-index:1000;
    height:50px;
    overflow:hidden;
    border-top:1px solid #fff;
  }
  #bottomLink a {
    display: block;
    padding: 0;
    color: #fff;
    background: #ff8c00;
    text-decoration: none;
    font-size:18px;
    font-weight: 900;
    line-height: 48px;
    height:100%;
  }
  #bottomLink a span{
    font-size:15px;
    font-weight: 700;
    display: inline-block;
  }
  #bottomLink a span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-size:120%;
    font-weight: bold;
    margin-right: 7px;
    margin-left: 7px;
    display:inline-block;
    transform: rotate(-30deg);
  }
  /* ボタンサイズ分の画面下部余白 */
  #wrap {
    margin-bottom: 50px;
  }
}

/*======================================================
480px
======================================================*/
@media only screen and (max-width: 480px) {
  /*title*/
  #title h1 {
    width: 42vw;
    height: 10.6vw;
  }
  #title #title_outer {
    height: 70px;
  }
  /*sideCompany*/
  #sideCompany .sideCompany_inner {
    padding: 30px 8%;
  }
  #sideCompany a.link-btn {
    width: 80%;
  }
  a.btn-mailform {
    width: 100%;
    font-size: 100%;
    margin: 0;
  }
  /*お問い合わせブロック*/
  .article.contact-block .image {
    max-width: 90%;
  }
  /*費用*/
  dl.fee-ex dt {
    width: 100%;
  }
  dl.fee-ex dd {
    width: 100%;
    text-align: right;
  }
  /*弁護士*/
  .article.lawyer .image {
    max-width: 70%;
  }
}

/*-------------------------------------------------------
recaptcha バッジ非表示
-------------------------------------------------------*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }

/*編集画面*/
.ams-build .freeHtml_body {
    min-height: 40px;
}
