/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .ro a {
    transition: opacity .2s ease;
  }
  .ro a:hover {
    opacity: .8;
  }
}
.trans {
  transition-property: all;
  transition: 0.3s linear;
}
.fRodin {
  font-family: fot-rodin-pron, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.fHKakuGoW3 {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.yuuGo {
  font-weight: 300;
  font-style: normal;
}
html {
  font-size: 62.5%;
}
body {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #ffa800;
}
/*bootstrap の余計な余白を削除　ここから*/
.hentry {
  padding: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
#secondary .row {
  margin-left: 0;
  margin-right: 0;
  font-size: 1.4rem;
}
#secondary .row .consultation .line {
  margin-bottom: 10px;
}
#secondary .SandboxRoot.env-bp-min .timeline-Tweet-text {
  font-size: 14px !important;
}
/*bootstrap の余計な余白を削除　ここまで*/
.widget-area .widget {
  padding: 0;
}
.btn-type1 {
  display: block;
  width: 200px;
  text-align: center;
  margin: 30px auto;
}
.btn-type1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 54px;
  border: 2px solid #000;
  border-radius: 27px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  transition: border-color 0.2s, color 0.2s;
}
.btn-type1 a:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  transition: border-color 0.2s;
  content: '';
}
.btn-type1 a:hover {
  border-color: #ffa800;
}
.btn-type1 a:hover:after {
  border-color: #ffa800;
}
#header .site-logo {
  width: 240px;
  max-height: initial;
}
#header .rgtWrap {
  padding: 0;
}
#header .rgtWrap .ssArea {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 0;
}
#header .rgtWrap .ssArea .snsArea {
  display: flex;
  display: none;
  /*一時的に非表示*/
  justify-content: flex-end;
  padding: 0;
}
#header .rgtWrap .ssArea .snsArea ul {
  display: flex;
  justify-content: space-between;
  width: 116px;
  margin: 0 20px;
}
#header .rgtWrap .ssArea .snsArea ul li a {
  display: block;
  width: 32px;
  height: 32px;
}
#header .rgtWrap .ssArea .snsArea ul li a img {
  width: 100%;
}
#header .rgtWrap .ssArea .searchArea {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
#header .rgtWrap .ssArea .searchArea form {
  display: flex;
  align-items: center;
}
#header .rgtWrap .ssArea .searchArea form input[type="text"] {
  height: 32px;
  line-height: 32px;
  border: solid 1px #ccc;
}
#header .rgtWrap .ssArea .searchArea form button {
  height: 32px;
  background: #ccc;
  border: none;
  padding: 0 10px;
  margin-left: 0px;
  color: #000;
}
#header .rgtWrap .menu-wrapper {
  padding: 0;
}
#header .rgtWrap .menu-wrapper #mainnav ul li a {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
}
#header .rgtWrap .menu-wrapper #mainnav ul li:last-of-type a {
  padding-right: 0;
}
#main h1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
}
#main h1:before {
  content: "";
  position: absolute;
  border: 3px solid #ffa800;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  margin-left: -30px;
}
#main h2 {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
  border-left: 2px solid #ffa800;
}
/* 作家一覧 ( /author/ )
-------------------------------------------------------------- */
body.category-author .main-content {
  min-height: 5000px;
}
body.category-author .index {
  display: flex;
  padding: 10px 20px;
  background: #eee;
  margin-bottom: 30px;
}
body.category-author .index li {
  position: relative;
  list-style: none;
  margin-right: 20px;
  padding-left: 20px;
}
body.category-author .index li:before {
  position: absolute;
  content: "▼";
  font-size: 13px;
  color: #666;
  left: 0;
  top: 1px;
}
body.category-author .indexHead {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px;
  font-size: 2.0rem;
  font-weight: bold;
}
body.category-author .wordBlock {
  margin-bottom: 50px;
}
body.category-author .wordBlock:nth-of-type(6) {
  /*な行を一時的に消す*/
}
body.category-author .wordBlock:nth-of-type(6) > ul {
  display: none !important;
}
body.category-author .wordBlock > ul {
  padding: 0;
  margin: 20px 0;
}
body.category-author .wordBlock > ul ul li a {
  list-style: none;
  padding: 15px 10px;
  border-bottom: solid 1px #eee;
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
}
body.category-author .wordBlock > ul ul li a > p.name {
  width: 55%;
  font-weight: 600;
}
body.category-author .wordBlock > ul ul li a > p:last-of-type {
  width: 43%;
  font-size: 1.4rem;
}
body.category-author .wordBlock > ul ul li a:hover {
  background: #eee;
}
/* 詳細( /author/ line-xx/xxxxx)
-------------------------------------------------------------- */
.single-post .hentry {
  padding: 0 30px 30px 30px;
}
.entry-title.author {
  font-weight: 600;
  margin-bottom: 40px;
}
.author_detail table {
  border: none;
  margin-bottom: 50px;
}
.author_detail table tr th {
  border: none;
  border-bottom: solid 4px #FFF;
  padding: 10px 20px;
}
.author_detail table tr td {
  border: none;
  border-bottom: solid 4px #FFF;
  padding: 10px 20px;
}
.author_detail h3 {
  border-bottom: solid 5px  #000 !important;
}
.author_detail h3 span {
  width: 150px;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 20px;
}
.author_detail .txt {
  margin: 10px 0;
}
.toIndex {
  text-align: right;
}
.toIndex a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.toIndex a:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 取扱実績 ( /works/ )
-------------------------------------------------------------- */
body.slug-works .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.slug-works .list ul li {
  width: 48%;
  padding: 20px;
  border: solid 1px #eee;
  box-shadow: 0 0 8px #ccc;
  margin-bottom: 30px;
}
body.slug-works .list ul li .image a {
  height: 300px;
  border: solid 1px #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbfbfb;
  margin-bottom: 15px;
}
body.slug-works .list ul li .image a img {
  max-width: 100%;
  max-height: 100%;
}
body.slug-works .list ul li .bid {
  color: #c72929;
  font-weight: 600;
}
body.slug-works .list ul li dl.author,
body.slug-works .list ul li dl.name,
body.slug-works .list ul li dl.size,
body.slug-works .list ul li dl.weight,
body.slug-works .list ul li dl.price {
  display: flex;
  border-bottom: dotted 1px #ddd;
}
body.slug-works .list ul li dl.author dt,
body.slug-works .list ul li dl.name dt,
body.slug-works .list ul li dl.size dt,
body.slug-works .list ul li dl.weight dt,
body.slug-works .list ul li dl.price dt {
  width: 25%;
  padding: 5px 0;
  font-weight: normal;
}
body.slug-works .list ul li dl.author dd,
body.slug-works .list ul li dl.name dd,
body.slug-works .list ul li dl.size dd,
body.slug-works .list ul li dl.weight dd,
body.slug-works .list ul li dl.price dd {
  flex: 1;
  padding: 5px 0;
}
/* お問い合わせ ( /contact/ )
-------------------------------------------------------------- */
.mw_wp_form {
  margin-bottom: 100px;
}
#pageContact table {
  margin-bottom: 50px;
}
#pageContact table tr th {
  text-align: left;
  padding: 10px;
  width: 20%;
  border-right: 0;
}
#pageContact table tr td {
  text-align: left;
  padding: 10px;
  display: flex;
  border-bottom: none;
}
#pageContact table tr td .in {
  width: 50%;
}
#pageContact table tr td .in dl {
  display: flex;
  align-items: center;
}
#pageContact table tr td .in dl dt {
  width: 30%;
  padding: 0 10px;
}
#pageContact table tr td .in dl dd {
  width: 70%;
}
#pageContact table tr td .in dl dd input[type="text"] {
  width: 100%;
}
#pageContact table tr td textarea {
  padding: 20px;
}
#pageContact table tr:last-of-type td {
  border-bottom: solid 1px #ccc;
}
#pageContact .btn {
  width: 100%;
  text-align: center;
}
#pageContact .btn button {
  width: 50%;
  text-align: center;
  border: none;
  background: #666;
  font-size: 16px;
  letter-spacing: 2px;
}
.consultationArea #line {
  margin-top: -190px;
  padding-top: 190px;
}
.consultationArea #wechat {
  margin-top: -190px;
  padding-top: 190px;
}
.consultationArea .inquiry_inner {
  margin-bottom: 30px;
  padding: 15px 20px;
  border: 5px solid #E6E6E6;
}
.consultationArea ul {
  margin: 15px 0;
}
.consultationArea ul.list07 li {
  padding-left: 13px;
  margin-bottom: 5px;
}
.consultationArea ul.list07 li:before {
  margin-left: -13px;
  content: "※";
}
.consultationArea .inner04 {
  display: flex;
  justify-content: space-between;
}
.consultationArea .inner04 .img_l {
  width: 180px;
}
.consultationArea .inner04 .img_l img {
  padding: 3px;
  border: 1px solid #CCC;
}
.consultationArea .inner04 .msg {
  flex: 1;
}
.consultationArea .inner04 .msg .bisin_set .title {
  font-size: 110%;
  font-weight: bold;
}
/* お取引の流れ ( /process/ )
-------------------------------------------------------------- */
body.slug-process ol {
  margin-left: 20px;
}
body.slug-process ol li {
  position: relative;
  margin-bottom: 60px;
  padding: 30px;
  border: 5px solid #E6E6E6;
}
body.slug-process ol li:after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #DBDBDB;
}
body.slug-process ol li:last-child:after {
  display: none;
}
body.slug-process ol li .text span {
  color: #E83929;
  font-weight: bold;
}
body.slug-process ol li p {
  margin-bottom: 30px;
}
body.slug-process ol li .title {
  margin-bottom: 0;
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DBDBDB;
  font-size: 24px;
}
body.slug-process ol li .title span {
  font-size: 24px;
  font-weight: normal;
  color: #E83929;
}
body.slug-process ol li .images {
  width: 60%;
  margin: 0 auto;
}
body.slug-process ol li ol {
  margin: 30px 60px 30px 50px;
}
body.slug-process ol li ol li {
  margin-bottom: 5px;
  padding: 0;
  border: none;
}
body.slug-process ol li ol li:after {
  display: none;
}
body.slug-process ol li h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
body.slug-process ol li h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
body.slug-process ol li .address {
  padding: 30px 20px 0;
  margin: 0 40px 30px 10px;
}
body.slug-process ol li .address span {
  display: inline-block;
}
body.slug-process ol li .address span + span {
  margin-left: 15px;
}
body.slug-process ol li .jpCall {
  margin-left: 20px;
}
/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1199px) {
  body.category-author .index {
    flex-wrap: wrap;
  }
  body.category-author .index li {
    margin-right: 0;
    width: 20%;
  }
}
@media only screen and (max-width: 1024px) {
  #header .rgtWrap .ssArea {
    margin: 0;
  }
  body.category-author .main-content {
    min-height: initial;
  }
}
/* Smaller than standard 992 */
@media only screen and (max-width: 991px) {
  .widget-area {
    margin-top: 50px;
    text-align: center;
  }
}
/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
  body.category-author .indexHead {
    padding: 0 10px 10px;
  }
  body.slug-contact .main-content {
    margin: 0 10px;
  }
  body.slug-contact .main-content #pageContact table tr td .in dl dt {
    width: 20%;
  }
  body.slug-contact .main-content #pageContact table tr td .in dl dd {
    width: 80%;
  }
  body.slug-contact .main-content #pageContact textarea,
  body.slug-contact .main-content #pageContact input[type="text"],
  body.slug-contact .main-content #pageContact input[type="submit"],
  body.slug-contact .main-content #pageContact input[type="email"] {
    width: 100%;
  }
  body.slug-contact .main-content #pageContact .mwform-tel-field input[type="text"] {
    width: 30%;
  }
  body.slug-contact .main-content .consultationArea #line {
    margin-top: -20px;
    padding-top: 20px;
  }
  body.slug-contact .main-content .consultationArea #wechat {
    margin-top: -20px;
    padding-top: 20px;
  }
  body.slug-contact .main-content .consultationArea h2 {
    padding-left: 10px !important;
  }
  body.slug-contact .main-content .consultationArea .inner04 {
    display: block;
  }
  body.slug-contact .main-content .consultationArea .inner04 .img_l {
    width: 180px;
    margin: 0 auto 15px;
  }
  body.slug-process ol {
    margin-left: 0;
  }
  body.slug-process ol li {
    margin-bottom: 60px;
    padding: 20px;
  }
  body.slug-process ol li p {
    margin-bottom: 20px;
  }
  body.slug-process ol li ol {
    margin: 20px;
  }
  body.slug-process ol li .images {
    width: 100%;
  }
  body.slug-process ol li h4 {
    font-size: 16px !important;
  }
  body.slug-process ol li .address {
    padding: 20px 0px 0;
    margin: 0 0 20px;
  }
  body.slug-process ol li .address span {
    display: block;
  }
  body.slug-process ol li .address span + span {
    margin-left: 0;
  }
  body.slug-process ol li .jpCall {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 1.4rem;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  #header .site-branding .site-logo {
    width: initial;
    max-height: 40px;
  }
  #header .rgtWrap .ssArea {
    justify-content: center;
    margin: 0 0 10px;
  }
  #header .rgtWrap .ssArea .searchArea form input[type="text"] {
    padding: 0 10px;
  }
  #secondary .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* 取扱実績 ( /works/ )
	-------------------------------------------------------------- */
  body.slug-works .list ul {
    display: block;
    margin: 0 15px;
  }
  body.slug-works .list ul li {
    width: 100%;
  }
  body.slug-works .list ul li .image a {
    height: 200px;
  }
  #pageContact table tr {
    display: block;
  }
  #pageContact table tr th {
    display: block;
    width: 100%;
    border-bottom: none;
    border-right: solid 1px #ccc;
  }
  #pageContact table tr td {
    width: 100%;
    display: block;
  }
  #pageContact table tr td .in {
    width: 100%;
  }
  #pageContact table tr td .in dl {
    margin-bottom: 10px;
  }
  #pageContact table tr td .in dl dt {
    width: 15%;
    padding: 0;
  }
  #pageContact table tr td .in dl dd {
    width: 85%;
  }
  #pageContact table tr td .mwform-tel-field input {
    width: auto;
  }
  #pageContact table tr td input {
    width: 100%;
  }
  .consultationArea .inner04 {
    display: block;
  }
  .consultationArea .inner04 .img_l {
    width: auto;
    margin-bottom: 10px;
    text-align: center;
  }
}
/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
  #header .rgtWrap .ssArea .searchArea form input[type="text"] {
    width: 200px;
  }
  #header .rgtWrap .ssArea .searchArea form button {
    padding: 0 5px;
    width: 40px;
  }
}
