/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 1044618 2014-12-14 23:43:29Z emartin24 $
 * Copyright 2014 Studio Fuel (http://www.studiofuel.com)
 */
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:4px 8px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#ccc; color:#888;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#5f87ae; border:1px solid #89adcf; margin-right:4px; padding:4px 8px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}

ol.wp-paginate li {
	line-height: 3em;
  /*white-space: nowrap;*/
}

/* Fonts */
.wp-paginate.font-arial {font-family: Arial, sans-serif;}
.wp-paginate.font-georgia {font-family: Georgia, serif;}
.wp-paginate.font-inherit {font-family: inherit;}
.wp-paginate.font-initial {font-family: initial;}
.wp-paginate.font-tahoma {font-family: Tahoma, sans-serif;}
.wp-paginate.font-times {font-family: "Times New Roman", serif;}
.wp-paginate.font-trebuchet {font-family: "Trebuchet MS", sans-serif;}
.wp-paginate.font-verdana {font-family: Verdana, sans-serif;}


/* Theme: Modern Grey Buttons */
.wp-paginate.wpp-modern-grey a, .wp-paginate.wpp-modern-grey .current {
  background: #f8f8f8;
  border:1px solid #efecee;
  border-radius: 4px;
  color: #000;
  padding: 3px 6px;
}
  .wp-paginate.wpp-modern-grey a:hover {
    background: #eee;
  }
  .wp-paginate.wpp-modern-grey .current {
    opacity: .3;
  }

/* Theme: Blue CTA Buttons */
.wp-paginate.wpp-blue-cta a, .wp-paginate.wpp-blue-cta .current {
  background: #3784fd;
  border:2px solid #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #c1c1c1, -1px -1px 1px #c1c1c1, inset 0 -10px 10px rgba(0, 0, 0, .2);
  color: #fff;
}
.wp-paginate.wpp-blue-cta .current {
	opacity: .6;
}

/* Theme: Pink Neon Buttons */
.wp-paginate.wpp-neon-pink a, .wp-paginate.wpp-neon-pink .current {
  background: #54d3f4;
  border:1px solid #eee;
  border-radius: 6px;
  color: #000;
}
.wp-paginate.wpp-neon-pink a, .wp-paginate.wpp-neon-pink .current {
  background: #ff4ecd;
}
.wp-paginate.wpp-neon-pink .current {
	opacity: .6;
}



/* 内部スタイル */
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}



/* 内部スタイル */
div.faq_answer {display: block!important;}
p.faq_nav {display: none;}


.moriguchipage #greetingarea .text.right p{
  text-align: left;
}

.moriguchipage #greetingarea .text.left p{
  text-align: left;
}

@media screen and (max-width:640px) {
.moriguchipage #greetingarea .mb-15-sp{
  margin-bottom: 15px; 
}
}

.author-section {
}

.author-container {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 1px 6px -2px rgba(0, 0, 0, 0.3);
}

.author {
    margin: 0;
}

.author > dt {
    color: #0066cc;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0066cc;
    display: block;
}

.author > dd {
    margin: 0;
    padding: 0;
}

.author-content {
    display: flex;
    gap: 35px;
    align-items: flex-start;
}

.author-section .author-content .author_img {
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    height: 200px;
    width: 200px;
}

.author-section .author-content .author_img img {
    display: block;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.author-info {
    flex: 1;
}

.author-info dl {
    margin: 0;
}

.author-info dt {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.company {
    color: #666;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author_name {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.author_site {
    display: inline-flex;
    align-items: center;
}

.author_site a {
    display: inline-flex;
    align-items: center;
    padding: 5px;
    background: #f0f0f0;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.author_site a:hover {
    background: #e0e0e0;
}

.author_site img {
    width: 24px;
    height: 24px;
}

.author-info dd {
    color: #555;
    line-height: 1.8;
    font-size: 14px;
    margin: 0;
}

.author-section .link-txt a{
  color: #0077dd;
}

/* タブレット用レスポンシブ（1000px以下） */
@media screen and (max-width: 1000px) {
    .author-section {
        padding: 25px 15px;
    }
    
    .author-container {
        padding: 25px;
    }
    
    .author > dt {
        font-size: 16px;
    }
    
    .author-content {
        gap: 30px;
    }
    
    .author_img img {
        width: 160px;
        height: 160px;
    }
    
    .author_name {
        font-size: 18px;
    }
    
    .author-info dd {
        font-size: 13px;
    }
}

/* スマートフォン用レスポンシブ（640px以下） */
@media screen and (max-width: 640px) {
    .author-section {
        padding: 20px 10px;
        margin-top: 30px;
    }
    
    .author-section .author-container {
        padding: 20px 15px;
        border-radius: 5px;
    }
    
    .author-section .author > dt {
        font-size: 15px;
        margin-bottom: 15px;
    }
    
    .author-section .author-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    
    .author-section .author_img img {
        width: 130px;
        height: 130px;
    }
    
    .author-section .author-info dt {
        text-align: center;
    }
    
    .author-section .name {
        flex-direction: column;
        gap: 8px;
    }
    
    .author-section .company {
        font-size: 12px;
    }
    
    .author-section .author_name {
        font-size: 16px;
    }
    
    .author-section .author-info dd {
        text-align: left;
        font-size: 12px;
        line-height: 1.7;
    }
}
