.mainimg,.mainimg-mb {
    position: relative;
}
.mainimg .header-main-caption {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 45%;
}
#main .mainimg .header-main-caption img {
    width: 800px;
    height: auto;
}
.mainimg .header-sub-caption {
    position: absolute;
    left: 10%;
    top: 65%;
}
#main .mainimg .header-sub-caption img {
    width: 350px;
    height: auto;
}
.mainimg .header-be-konan {
    position: absolute;
    bottom: -30px;
    right: 10%;
}
#main .mainimg .header-be-konan img {
    width: 360px;
}
.mainimg-mb {
    display: none;
}
h1.top-h1 {
    padding: 50px 0 30px;
    font-size: 2rem;
    font-weight: bold;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Meiryo", "MS Mincho", "IPA Mincho", "IPAMincho", "DF Mincho", "Hiragino-Mincho", serif;
}
.top-read {
    padding: 0 0 30px;
    line-height: 160%;
}
.top-read span {
    position: relative;
}
.top-read span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffeb0f;
  opacity: 0.4;
  z-index: -1;
}
.img-bookcover {
    padding: 0 0 50px;
}

ul.pagenav-list {
    text-align: center;
    padding: 0 0 30px;
}
ul.pagenav-list li {
    display: inline-block;
    width: 150px;
    margin-right: 30px;
    position: relative;
}
ul.pagenav-list li:last-child {
    margin-right: 0;
}
ul.pagenav-list li a:hover img {
    opacity: 0.6;
}
ul.pagenav-list li::after {
    content: "";
    background-image: url(/closeup-alumni/wp-content/themes/closeup-alumni-theme/img/ico-arrow-left.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 60px;
    left: 155px;
}
ul.pagenav-list li:last-child::after {
    display:none;
}
.sub-ttl-top {
    text-align: center;
    padding: 50px 0 20px;
    font-weight: bold;
    font-size: 1.5rem;
}
ul.content-list {
    text-align: center;
}
ul.content-list li {
    width: 30%;
    margin: 0 1% 2% 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
ul.content-list li .content-unit {
    background: #efefef;
    text-align: left;
    position: relative;
    min-height: 420px;
}
.content-unit-01 {
    padding: 5px 0 10px;
    margin: 10px;
    border-bottom: 3px solid #333;
    position: relative;
}
.content-unit-01 p.people-name {
    font-weight: bold;
    font-size: 1.1rem;
}
.content-unit-01 span.updat-date {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 0.7rem;
}
.content-unit-02 {
    padding: 0 10px 10px;
}
.content-unit-02 p.people-status {
    padding-bottom: 5px;
}
.content-unit .content-unit-ttl {
    font-weight: bold;
    padding: 0 10px 50px;
    font-size: 1.1rem;
}
p.people-status3 {
    display: block;
    text-align: right;
}
p.people-status3 span {
    background: #bdbdbd;
    color: #fff;
    padding: 3px 40px;
    font-size: 0.7rem;
    display: inline-block;
    border-radius: 50px;
}
ul.content-list li p.people-status3 {
    position: absolute;
    right: 0;
    bottom: 0;
}
p.more-link {
    padding: 50px 0 50px;
    text-align: center;
}
.pager {
    display: block;
    width: 100%;
    text-align: center;
    padding: 50px 0 50px;
}
.pager li {
    display: inline-block;
    padding: 0 20px;
}
p.more-link a,.pager li a  {
    background: #c82b3b;
    border: 2px solid #c82b3b;
    color: #fff;
    width: 300px;
    display: inline-block;
    padding: 10px;
    border-radius: 50px;
}
p.more-link a:hover,.pager li a:hover  {
    background: #fff;
    color: #c82b3b;
}
.top-bg {
    background: #c5c9cf;
}
#contents .top-bg .innarWrap {
    padding: 30px 0;
}
.search-ttl {
    text-align: center;
    padding: 0 0 10px;
    font-weight: bold;
}
p.search-keyword {
    background: #c82b3b;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.search-unit {
    text-align: center;
    padding: 0 0 1em;
    position: relative;
}
.search-unit form.search-form {
    position: relative;
    padding: 0;
    width: 400px;
    margin: auto;
}
.search-unit form.search-form button.search-submit img {
    width: 15px;
    height: auto;
}
.search-unit form.search-form input.search-field {
    width: 100%;
    padding: 10px;
}
.search-unit form.search-form button.search-submit {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
}
ul.category-list {
    text-align: center;
}
ul.category-list li {
    display: inline-block;
    margin: 1em 1em 1em 0;
}
ul.category-list li a {
    background: #fff;
    padding: 5px 30px;
    border: 1px solid #000;
    border-radius: 50px;
}
.philosophy-text {
    text-align: center;
    padding: 60px 0 30px;
}
.philosophy-text img {
    max-width: 600px;
    height: auto;
}

.top-content-bottom-section {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.tcbsunit-01 {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
}
.tcbsunit-02 {
    display: table-cell;
    width: 5%;
    vertical-align: middle;
    text-align: center;
}
.tcbsunit-03 {
    display: table-cell;
    text-align: center;
    width: 40%;
    padding: 0 20px;
    vertical-align: top;
}
.tcbsunit-04 {
    display: table-cell;
    text-align: center;
    width: 40%;
    padding: 0 20px;
    vertical-align: top;
}
.tcbsunit-05 {
    display: table-cell;
    vertical-align: top;
    width: 80%;
}
.tcbsunit-02 img {
    width: 80%;
    height: auto;
}
.tcbsunit-03 p,.tcbsunit-04 p,.tcbsunit-05 p {
    font-weight: bold;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Meiryo", "MS Mincho", "IPA Mincho", "IPAMincho", "DF Mincho", "Hiragino-Mincho", serif;
    padding: 0 0 1em;
}
.tcbsunit-05 p {
    width: 400px;
    text-align: center;
}
.top-content-bottom {
    padding: 0 0 100px;
}
.top-content-bottom-mb {
    display: none;
}
.top-content-bottom-arrow {
    padding: 15px 0;
    position: relative;
}
.top-content-bottom-arrow img {
    width: 30px;
    height: auto;
    position: relative;
    left: 60px;
}
.tcbsunit-01 img {
    width: 140px;
    margin: auto;
    display: block;
}
.tcbsunit-03 img,.tcbsunit-04 img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: auto;
}
.category-dropdown {
    text-align: center;
    padding: 0 0 1em;
}
.category-dropdown select {
    padding: 15px;
    width: 35%;
    border: 1px solid #666;
    color: #686868;
    font-weight: bold;
    font-size: 1.3rem;
  -webkit-appearance: none; /* Safari and Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none;
  background: url(/closeup-alumni/wp-content/themes/closeup-alumni-theme/img/ico-arrow-bottom.png) no-repeat;
  background-size: 22px;
  background-position: right 15px center;

}
.content-thum {
    max-height: 150px;
    overflow: hidden;
}
@media only screen and (max-width : 736px){
.mainimg,.top-content-bottom {
    display: none;
}
.mainimg-mb,.top-content-bottom-mb {
    display: block;
}
.mainimg-mb .header-be-konan img {
    position: absolute;
    bottom: -13px;
    width: 185px;
    height: auto;
    right: 5%;
}
h1.top-h1 {
    line-height: 190%;
    font-size: 1.7rem;
}
.top-read br {
    display: none;
}
ul.pagenav-list li {
    width: 90px;
    margin-right: 10px;
}
ul.pagenav-list li::after {
    display: none;
}
ul.content-list li {
    width: 100%;
    padding: 0 0 20px;
}
.philosophy-text img {
    width: 90%;
    height: auto;
}
.top-content-bottom-mb .tcbsunit-01 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
}
.top-content-bottom-mb .tcbsunit-03,.top-content-bottom-mb .tcbsunit-04,.top-content-bottom-mb .tcbsunit-05 {
    display: block;
    width: 100%;
    padding: 0 0 20px;
}
.top-content-bottom-mb .top-content-bottom-arrow {
    text-align: center;
}
.top-content-bottom-mb .top-content-bottom-arrow img {
    position: static;
}
.top-content-bottom-mb .tcbsunit-05 p {
    width: 100%;
    padding: 0 0 10px;
}
.top-content-bottom-mb .tcbsunit-03 img,.top-content-bottom-mb .tcbsunit-04 img {
    width: 200px;
    height: auto;
}
.category-dropdown select {
    width: 90%;
}
.search-unit form.search-form {
    width: 90%;
}
p.search-keyword {
    width: 90%;
    display: block;
    margin: auto;
}
.pager li {
    padding: 0;
}
.pager li a {
    max-width: 50%;
    margin: 0 0 20px;
}
}
/* single */
.mainimg-single {
    position: relative;
}
.mainimg-single p.header-main-caption {
    position: absolute;
    top: 35%;
    left: 10%;
}
.mainimg-single p.header-main-caption img {
    width: 640px;
    height: auto;
}
.mainimg-single p.single-title-header {
    position: absolute;
    top: 35%;
    right: 20%;
    font-size: 1.5rem;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Meiryo", "MS Mincho", "IPA Mincho", "IPAMincho", "DF Mincho", "Hiragino-Mincho", serif;
}
p.entry-date {
    padding: 1em 0;
    text-align: right;
}
h1.entry-single-h1 {
    font-size: 1.8rem;
    line-height: 180%;
    font-weight: bold;
    padding: 0 0 1em;
}
h1.archive-h1 {
    padding: 2em 0 1em;
    font-size: 1.5rem;
    font-weight: bold;
}
.entry-profile-unit {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.entry-profile-box {
    display: table-cell;
    width: 60%;
    vertical-align: top;
    background: #efefef;
    padding: 10px;
}
.entry-profile-box2 {
    display: table-cell;
    vertical-align: top;
    width: 40%;
    background: #efefef;
    margin-left: 1%;
    position: relative;
    right: -1%;
    padding: 10px;
}
p.profile-name {
    font-size: 1.2rem;
    font-weight: bold;
}
p.profile-name-english {
    font-size: 0.7rem;
    font-weight: bold;
}
p.profile-belong {
    padding: 10px 0;
}
p.sub-ttl {
    background: #c92b3b;
    color: #fff;
    padding: 3px 5px;
    width: 70%;
    font-size: 0.8rem;
}
p.profile-hoby,p.favorite-language,p.profile-club {
    padding: 0 0 20px;
}
.entry-main-body {
    padding: 1em 0;
}
.entry-main-body h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 20px;
    margin: 2em 0 1.5em;
    position: relative;
    line-height: 170%;
}
.entry-main-body h2:before {
    content: "「";
    position: absolute;
    left: 0;
    color: #c92b3b;
    font-size: 3.5rem;
    font-weight: lighter;
    text-align: left;
}
.entry-main-body h2:after {
    content: "」";
    position: absolute;
    right: 0;
    color: #c92b3b;
    font-size: 3.5rem;
    font-weight: lighter;
    text-align: left;
}
.wp-block-image {
    text-align: center;
    padding: 20px 0;
}
.entry-main-body p {
    line-height: 180%;
}
.book-cover {
    padding: 20px 0 100px;
}
@media only screen and (max-width : 736px){
h1.entry-single-h1 {
    font-size: 1.4rem;
    line-height: 130%;
}
.entry-profile-box,.entry-profile-box2 {
    width: 90%;
    display: block;
    position: static;
    margin: 0 auto;
}
.entry-main-body h2 {
    line-height: 140%;
    font-size: 1.2rem;
    padding: 10px 30px;
}
.entry-main-body h2:before {
    left: -30px;
}
.entry-main-body h2:after {
    right: -30px;
}
}
.single-content .mainimg .header-main-caption {
    top: 60%;
}
.single-content #main .mainimg .header-main-caption img {
    width: 600px;
}