/***************************
 *
 * 投稿・カテゴリーページ
 * ★ページ中身用★
 *
 **************************/
@media all and (max-width: 768px) {
  /*--------------------------------
カテゴリ
---------------------------------*/
  .page-cat {
    padding: 0 15px;
  }
  .page-title {
    font-size: 22px;
    font-weight: 500;
    color: #0a66a8;
    padding: 30px 0 0;
    margin-bottom: 25px;
  }
  .page-title-desc {
    margin-bottom: 55px;
  }
  .page-title-desc p {
    text-align: left;
    font-size: 15px;
    line-height: 2em;
  }
  /*--------------------------------
シングル
---------------------------------*/
  .page-time {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #222222;
  }
  .post-tags {
    display: inline-block;
  }
  .post-tags a {
    color: #222;
    display: inline-block;
    border-bottom: 1px solid #222;
    margin-right: 40px;
  }
  .post-tags a:before {
    content: "# ";
  }
  .post-tags a:hover {
    border-bottom: 1px solid white;
  }
  .post-title {
    font-size: 20px;
    color: #222222;
    margin-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
  }
  .post-single h1 {
    margin-bottom: 30px;
  }
  .post-single h1, .post-single h1 * {
    font-size: 20pt;
  }
  .page .post-single {
    font-size: inherit;
  }
  .page .post-single * {
    font-size: inherit;
  }
  /*--------------------------------
ページ送り
---------------------------------*/
  .pagenavi {
    padding: 30px 0 30px;
    text-align: center;
    border-top: 1px solid #dddddd;
  }
  ul.page-numbers {
    position: relative;
    text-align: center;
    padding: 0 78px;
  }
  ul.page-numbers > li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0px;
    vertical-align: top;
  }
  ul.page-numbers > li > a, ul.page-numbers > li > span {
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    font-size: 15px;
    color: #222222;
    padding: 0 2px 3px;
  }
  ul.page-numbers > li:first-child > a {}
  ul.page-numbers > li:last-child > a {}
  ul.page-numbers > li > a:hover {
    z-index: 2;
    text-decoration: none;
    transition: none;
    color: #0a66a8;
  }
  ul.page-numbers .current {
    color: #888888;
    cursor: default;
    z-index: 2;
  }
  .page-numbers.next {
    display: block;
    position: absolute;
    right: 0px;
    top: -10px;
    font-size: 15px;
    color: #222222;
    line-height: 50px;
    padding: 0;
  }
  .page-numbers.next:after {
    content: "";
    display: inline-block;
    background: url(../img/main-banner-next.png) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 3px;
    vertical-align: middle;
    margin-left: 10px;
  }
  .page-numbers.next:hover {}
  .page-numbers.prev {
    position: absolute;
    left: 0px;
    top: -10px;
    font-size: 15px;
    color: #222;
    line-height: 50px;
    padding: 0;
  }
  .page-numbers.prev:before {
    content: "";
    display: inline-block;
    background: url(../img/main-banner-prev.png) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 3px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .page-numbers.prev:hover {}
  /*--------------------------------
前の記事・次の記事
---------------------------------*/
  .prev-next {
    margin: 30px auto;
    padding: 30px 0 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    position: relative;
  }
  .prev-next {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .prev-next .prev {
    position: absolute;
    left: 0;
    top: 30px;
    width: 80px;
  }
  .prev-next .prev a {
    display: block;
    text-align: center;
    font-weight: 500;
    color: #0a66a8;
    line-height: 40px;
    border: 1px solid #0a66a8;
    background: url(../img/prev.png) 5px center no-repeat;
    background-size: 7px 12px;
    letter-spacing: 3px;
  }
  .prev-next .home {
    width: 80px;
    margin: 0 auto;
  }
  .prev-next .home a {
    display: block;
    text-align: center;
    font-weight: 500;
    color: #0a66a8;
    line-height: 40px;
    border: 1px solid #0a66a8;
  }
  .prev-next .next {
    position: absolute;
    right: 0;
    top: 30px;
    width: 80px;
  }
  .prev-next .next a {
    border: 1px solid #0a66a8;
    display: block;
    text-align: center;
    font-weight: 500;
    color: #0a66a8;
    line-height: 40px;
    background: url(../img/next.png) right 5px center no-repeat;
    background-size: 7px 12px;
    letter-spacing: 3px;
  }
  .prev-next a:hover {
    text-decoration: none;
    background: #0a66a8;
    color: white;
  }
  .prev-next .prev a:hover {
    background: #0a66a8 url(../img/prev-active.png) 5px center no-repeat;
    background-size: 7px 12px;
  }
  .prev-next .next a:hover {
    background: #0a66a8 url(../img/next-active.png) right 5px center no-repeat;
    background-size: 7px 12px;
  }
  /*
*		
*
  POST CONTENT
*
*	
*/
  .post {
    word-break: break-all;
  }
  .post iframe {
    display: block;
    height: 250px;
    width: 100%;
  }
  .post p {
    margin-bottom: 20px;
  }
  .post p.big {
    font-weight: bold;
    font-size: 1.2em;
  }
  .post p strong {
    font-weight: bold;
  }
  .post p a {
    color: #222;
  }
  .post img.alignnone {
    display: block;
    margin: 30px auto;
  }
  .post hr {
    margin: 30px auto;
  }
  .box-border-red {
    margin: 30px auto;
    border: 1px solid #7d0022;
    color: #7d0022;
    padding: 15px;
  }
  .box-border-red p {
    color: #7d0022;
  }
  .box-border-red p:last-child {
    margin-bottom: 0;
  }
  .box-border-gray {
    margin: 30px auto;
    border: 1px solid #ccc;
    color: #ccc;
    padding: 15px;
  }
  .box-border-gray p {
    color: #ccc;
    font-size: 13px;
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
  .box-border-gray p:last-child {
    margin-bottom: 0;
  }
  .box-border-gray {}
  blockquote {
    position: relative;
    padding: 25px;
    box-sizing: border-box;
    margin: 25px auto;
    background: #333333;
  }
  blockquote:before {
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -5px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    font-weight: bold;
    color: white;
    font-size: 26px;
    /*line-height: 1;*/
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
  }
  blockquote:after {
    display: inline-block;
    position: absolute;
    bottom: -5px;
    right: -5px;
    vertical-align: middle;
    text-align: center;
    content: "\f10e";
    font-family: FontAwesome;
    font-weight: bold;
    color: white;
    font-size: 26px;
    /*line-height: 1;*/
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  blockquote a {
    display: block;
    margin-top: 15px;
  }
  blockquote p:last-child {
    margin-bottom: 0;
  }
  /*
*		
*
EVENT
*
*	
*/
  .page-header-visual-event {
    background: url(../img/page-header-event.jpg) center center no-repeat;
    background-size: cover;
  }
  .box-event-content {}
  .box-event-content .event-content-title {
    text-align: left;
    font-size: 18px;
    color: #222222;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 35px;
  }
  .box-event-content .event-content-pics {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box-event-content .event-content-pics:after {}
  .box-event-content .event-content-pics > div {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .box-event-content .event-content-pics > div a:after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: url(../img/zoom.png) 0 0 no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
  }
  /*
EVENT 5
*/
  .title-number {
    text-align: center;
    font-size: 24px;
    color: #222222;
    margin: 35px auto 15px;
  }
  .title-number .num {
    font-size: 30px;
    color: #222222;
    display: block;
    margin-bottom: 20px;
  }
  .list-year {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-year > li {
    width: 50%;
  }
  .list-year .year-pic {}
  .list-year .year-content {
    border-right: 1px solid #dddddd;
    padding: 0 5px;
  }
  .list-year > li:nth-child(even) .year-content {
    border-right: none;
  }
  .list-year .year-content .year-title {
    text-align: center;
    font-size: 18px;
    padding: 0px 0 10px;
    margin: 0;
  }
  .list-year .year-content p {}
  .page .title-gray {
    text-align: center;
    background: #fafafa;
    padding: 10px;
    margin: 35px auto 15px;
    font-size: 18px;
  }
  .box-change {
    margin-bottom: 20px;
    /*
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
*/
  }
  .box-change > div {
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }
  .box-change > div:first-child {
    margin-bottom: 50px;
  }
  .box-change > div:first-child:after {
    content: "";
    display: block;
    background: url(../img/change.png) 0 0 no-repeat;
    background-size: contain;
    width: 51px;
    height: 6px;
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .box-change .change-pic {
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
  }
  .box-change > div .change-pic .pic-zoom {
    position: static;
  }
  .box-change > div .change-pic .pic-zoom:after {
    right: 0;
    bottom: 0;
  }
  .box-change .change-title {
    text-align: center;
    font-size: 18px;
  }
  .box-pic-link {
    position: relative;
    background: #f7f7f7;
    margin-bottom: 30px;
    padding: 0 15px 15px;
    box-sizing: border-box;
  }
  .post .box-pic-link .pic-link-pic {
    display: block;
    margin-bottom: 10px;
  }
  .post .box-pic-link .pic-link-pic img {
    margin: 0 !important;
  }
  .box-pic-link .pic-link-title {
    font-size: 18px;
    padding: 0;
    margin: 0 0 20px;
  }
  .box-pic-link p {}
  .box-pic-link .pic-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: block;
    background: url(../img/change.png) 98% bottom no-repeat;
    background: url(../img/change.png) 98% calc(100% - 25px) no-repeat;
    background-size: 51px 6px;
  }
  .box-pic-link .pic-link:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .box-present {
    border: 3px solid #eeeeee;
    margin: 30px auto;
    padding: 15px;
  }
  .table-present {
    width: 100%;
    margin-bottom: 20px;
  }
  .table-present tr {
    border-bottom: 1px solid #dddddd;
  }
  .table-present th {
    font-size: 15px;
    vertical-align: middle;
    padding: 10px 0 10px;
    width: 110px;
  }
  .table-present td {
    font-size: 15px;
    padding: 10px 0 10px;
  }
  .box-present .box-privacy {
    height: 210px;
  }
  .box-present .box-pic-link {
    margin-top: 40px;
  }
  .box-present .box-pic-link p {
    margin-bottom: 15px;
  }
  .box-present .box-pic-link .pic-link-title {
    font-size: 30px;
  }
  /*
EVENT 6
*/
  .list-web-consult {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-web-consult > li {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #dddddd;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .list-web-consult > li:nth-child(even) {
    border-right: none;
  }
  .list-web-consult > li > p {
    padding: 0 15px;
    font-size: 13px;
    margin: 0;
    text-align: center;
  }
  .list-web-consult > li:last-child {
    border-right: none;
  }
  .list-web-consult > li .web-consult-icon {
    display: block;
    margin: 0 auto;
    width: 52px;
  }
  .cards .card .card-num {
    text-align: center;
    margin: 0;
    font-size: 30px;
  }
  .cards .card .card-num + .card-title + .btn {
    margin-bottom: 0;
  }
  .cards .card .card-num + .card-title + .btn + p {
    display: none;
  }
  .cards-event-5 {}
  .cards-event-5 .card-title + p {
    display: none;
  }
  /*
EVENT 7
*/
  .at-links {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f7f7f7;
    padding: 20px 0 0;
  }
  .at-links .at-link-title {
    font-size: 20px;
    color: #222222;
    font-weight: 500;
  }
  .at-links .at-link-item {}
  .at-links .at-link-item a {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
  }
  .ev-7-3 {}
  .page .post-single .title-3 {
    font-size: 20px;
  }
  .event-cats {
    display: flex;
    justify-content: flex-start;
    position: relative;
    border-bottom: 1px solid #dddddd;
    margin-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .event-cats .event-cats-title {
    font-size: 16px;
    margin: 0;
    line-height: 40px;
    width: 100%;
  }
  .event-cats a {
    display: block;
    text-align: center;
    padding: 0px 15px;
    line-height: 40px;
    color: #222222;
    border: 2px solid #222222;
    text-decoration: none;
    margin-right: 5px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .event-cats a.is-active {
    background: #222;
    color: white;
  }
  .event-cats a.event-cats-reset {
    color: #888888;
    background: #eeeeee;
    border: none;
    margin: 0;
    margin-top: 5px;
  }
}