/* カスタム CSS をここに入力してください */
/* テキストサイズ変更　外観追加に直接記入のこと */
@media screen and (min-width: 768px){
.article-body p {
font-size: 16px;
font-size: 1.6rem;
}
}

@media screen and (max-width: 768px){
    .article-body p {
font-size: 15px;
font-size: 1.5rem;
}
}

@media screen and (min-width: 768px){
.article-body p {
line-height: 1.8;
}
}

/* テキスト両端揃え */
.article-body p {
  text-align: justify;
  text-justify: inter-ideograph;
}
/* テキスト両端揃え */
.article-body p {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* blockquote引用符 */
blockquote {
    quotes: none;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #f4f6fa;
}

/* blockquote　padding */
blockquote {
    margin-bottom: 40px;
    padding: 44px;
    border: solid 2px #e2e5e8;
}

/* link　underline　消す */
.article-body a {
text-decoration: none;
}

@media screen and (max-width:980px){
  /*980pxまでで適用する内容*/
.js-clingify-placeholder{
display:none;
}
}
@media screen and (max-width:980px){
  /*980pxまでで適用する内容*/
.js-clingify-placeholder{
display:none;
}
}

/* background body */
body {
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
    word-wrap: break-word;
    color: #303030;
    background-color: #fff;
}

/* 枠装飾 */
@media screen and (max-width:480px){
  .article {
    border: 0px solid none;
    margin: 0 0 20px 0;
    box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.03);
}
}
@media screen and (min-width:980px){
  .article {
    border: 1px solid #d9e2f0;
    margin: 0 0 20px 0;
    box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.03);
}
}

/* mc tableずれ調整 */
@media screen and (max-width:480px){
  .mc01 {
    margin: 0 0;
        margin-bottom: 0px;
}
}
@media screen and (max-width:480px){
  .mc01 {
    margin: 0 0;
        margin-bottom: 0px;
}
}

/* scroll top */
@media screen and (max-width: 680px){
#wpfront-scroll-top-container {
  display: block;
    right: 20px;
    bottom: 42px !important;
}
}

/* search */
.search_area {
    width: 181px;
    height: 28px;
    position: absolute;
    top: 38px;
    right: 0px;
}
.search-form .search-submit .fa-search {
    font-size: 1.4rem;
    color: #303030;
}
 input[type="search"], textarea {
    padding: 4px 6px 4px 8px;
    width: 100%;
    border-radius: 1px;
    border: solid 1px #e2e5e8;
    background-color: #fff;
}
input {
    font-size: 1.4rem;
}

/* search ARCHIVE */
.search .ar-one-column .eye-catch {
      width: 0%;
    display: none;
}
.search .ar-one-column .archive-header {
    float: left;
    padding: 8px;
    width: 100%;
}

.archive-header {
    padding: 8px 16px 64px 16px;
}

@media screen and (max-width: 768px){
.archive-header p {
    padding-bottom: 66px;
    font-size: 14px;
    font-size: 1.4rem;
}
}

/* button design */
.btn a {
    display: block;
    padding: 8px 32px;
    border-radius: 4px;
    line-height: 1.5;
    border-bottom: solid 0px rgba(0, 0, 0, 0.2);
    background-color: #9b8d77;
    color: #fff;
    text-decoration: none;
}

/* 404文字サイズ */
@media screen and (max-width: 768px){
.article-body p {
    font-size: 1.6rem;
}
}

/* bodyコンテンツ幅調整 */
.article-body {
    padding: 0 62px 32px 62px;
}

@media screen and (max-width: 768px){
.article-body {
    padding: 0 16px 32px 16px;
}
}

/* メニューシャドーnone */
.default-nav {
    position: relative;
    box-shadow: none;
}
#gnav .global-nav li ul li {
    display: inline-block;
    width: 100%;
    box-shadow: none;
}
#gnav .global-nav li ul {
    visibility: hidden;
    position: absolute;
    z-index: 999;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}



/* コンテンツheader枠装飾 */
.article-header ::after {
    content: "";
    position: absolute;
    top: 90px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 2pc;
    border-color: #f0f0f0 transparent transparent;
}
.article-header h1 {
    margin: 16px 0;
    font-size: 26px;
    font-size: 2.6rem;
}
.content-page .article-header, .error404 .article-header {
    padding: 16px 72px;
}
.article-header {
    position: relative;
    background-color: #f0f0f0;
    margin-bottom: 40px;
    text-align: center;
}

/* header三角ブレイクポイント 追加cssで定義 */
@media screen and (max-width: 1070px){
.article-header ::after {
    content: "";
    position: absolute;
    display:none;
}
}



/* タグ投稿日位置調整 */
.post-meta li {
    float: left;
    padding-right: 8px;
    font-size: 1.2rem;
   margin-top: 20px;
}



/*  投稿三角下アキ調整 非効果追加CSSへ */
.article-header {
    margin-bottom: 60px;
}

/*  投稿ページalignleftのmargin調整  */
.article-body .alignleft, .article-body img.alignleft {
    max-width: 50%;
    margin: 0 40px 40px 0;
}
.article-body .alignleft, .article-body img.alignleft {
    max-width: 50%;
    margin: 0 40px 40px 0;
}

/*   投稿前へ次へ調整 */
.nav-previous {
    padding: 32px 12px 32px 32px;
}
.nav-next {
    padding: 32px 32px 32px 12px;
}
/*  セクションAreaのみ100%幅に 非効果 カスタマイズ追加CSSで */
.eb-solution-section, .eb-solution-section .container {
    width: 100%;
}

/*  footerナビ　追加cssに */
@media screen and (max-width:768px) {
.footer-nav li {
	font-size: 12px;
	display: block;
	float: left;
	width: 50%;
	margin: 0 0 12px 0;
	line-height: 1.7;
	text-align:left;
border-right: solid 0px #eaeaea;
}
}

/* Resetxss後のtable指定　追加cssに */
th, td {
  font-size: 16px;
	font-size: 1.6rem;
}

/* table Reset後のあき調整 */
table td {
    padding: 16px 16px;
    border: solid 1px #e2e5e8;
}


/* body下部footerのあき調整  */
@media screen and (min-width:1200px) {
  .article-footer {
    padding: 24px 72px 36px 72px;
}
  }

.article-footer {
    padding: 6px 16px 16px 16px;
}

/* DoctorsInterview　h3けい線　1px　追加cssで */
.article-body h3, .page-bottom-widget h3 {
    padding: 6px 0;
    border-bottom: solid 1px #696969;
}


/* doctorbook+text枠 追加cssに */
@media screen and (max-width:600px) {
.SideBySide p{
 display:inline-block;
 vertical-align:top; /*縦方向の揃え位置を指定*/
}
p.prof01 {
    font-size: 96%;
    line-height: 1.6;
}

/* h3見出しまわり　レスポンシブ 追加cssに */
.article-body h3, .page-bottom-widget h3 {
    padding: 6px 0;
    border-bottom: solid 1px #696969;
}
.article-body h3 {
    margin: 20px 0 0px 0;
    line-height: 1.5;
}

@media screen and (min-width:0px) and (max-width:768px) {
h3{
    font-size:14px;
    width:95%;
    min-height:30px;
    margin:30px 0px 15px -10px;
    padding:0px 0px 10px 35px;
    border-bottom:2px #eee dotted;
}
}
@media screen and (min-width:768px) {
	h3 {
    font-size: 20px;
    font-size: 100%;
    color: #000c15;
}
	}

/* doctorInterview main h1　レスポンシブ処理 */
@media screen and (min-width:0px) and (max-width:768px) {
h1.doctormain {
      font-weight: normal; 
    font-size: 18px;
    font-size: 160%;
    width:100%;
    min-height:30px;
    margin:10px 0px 25px 0px;
    padding:0px 0px 10px 0px;
    border-bottom:2px #eee dotted;
}
}
@media screen and (min-width:768px) {
h1.doctormain {
      font-weight: normal; 
    font-size: 20px;
    font-size: 180%;
    color: #000c15;
          margin:10px 0px 15px 0px;
}
}

  
  
/* h1見出し調整 */
.article-header h1 {
    margin: 16px 0;
    font-size: 130%;
}

/* h1見出しbreakPoint */
@media screen and (max-width: 768px){
.article-header h1 {
    margin: 16px 0;
    font-size: 102%;
}
}
  

  
  
/* infoカテゴリーARCHIVE非表示　追加cssでも、これでは消えない */
.eye-catch::after {
display:none;
}
  
/* 記事一覧スマホ時のtitle横幅を拡げる50を100に */
  .tab-area > div {
    float: left;
    padding: 8px;
    width: 100%;
    background: #f1f1f1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
  
