/*
Theme Name: Fukasawa Child
Theme URI: https://andersnoren.se/teman/fukasawa-wordpress-theme/
Template: fukasawa
Author: Anders Norén
Author URI: https://andersnoren.se
Description: Fukasawa is a minimal masonry style blog theme for photographers and collectors. It features responsive &amp; retina-ready design, Block Editor support, support for the image, gallery and video post formats, four custom widgets, an archive page template, a gallery slideshow, custom accent color support, custom logo support, editor styles, and much more. Demo: https://andersnoren.se/themes/fukasawa/
Tags: blog,three-columns,left-sidebar,custom-colors,custom-menu,editor-style,featured-images,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,portfolio,grid-layout,block-styles,wide-blocks
Version: 2.1.2.1719459033
Updated: 2024-06-27 12:30:33

*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

html,body{ width:100%; overflow-x:hidden; }

body {
 background-image: url('https://eandjart.jp/2024/wp-content/uploads/2024/07/back_3000px_op80-scaled.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}

html {
  scroll-behavior: smooth; /* スムーススクロール */
}



/* バナー本体 */
.news-banner {
  display: block;
  height: 30px;
  width: 100%;
  background-color: #333;
  overflow: hidden;
	position: fixed;
	z-index: 2;
}
/* バナー内コンテンツ */
.news-banner__content {
  display: inline-block;
  color: #fff;
  line-height: 30px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 30s linear infinite;
  letter-spacing: 2px;
  font-size: 13px;
}


/* バナー内の要素をすべて選択 */
.news-banner__content > * {
  display: inline-block;
}
/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}




.wrapper {
    display: block;
    margin-left: 250px;
    min-height: 800px !important;
}
@media (max-width: 1000px) {
    .wrapper {
        margin-left: 0 !important;
    }
}

.content.thin {
    width: 100%;
    margin-top: 0;
}
@media (max-width: 600px) {
    body.single-post .content.thin, body.page .content.thin, body.single-attachment .content.thin {
        margin: 5% auto;
        max-width: 95%;
    }
}

.content {
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0px;
}


.home .post-inner {
    width: 100%;
    max-width: 100%;
    padding: 50px 50px 30px;
    margin: 0 auto;
}
.post-inner {
    width: 100%;
    max-width: 100%;
    padding: 50px 50px 30px;
    margin: 0 auto;
}

@media (max-width: 1000px) {
.post-inner {
    width: 95% !important;
    max-width: 95% !important;
    padding: 30px 0 30px !important;
    margin: 0 auto !important;
}
}
@media (max-width: 600px) {
.post.single .post-inner {
     padding: 30px 0 !important;
    }
}

/*背景*/
.post.single {
    background: transparent;
}


.bd {
    clear: both;
    border-bottom: 2px solid #333;
    margin: 0;
}
@media (min-width: 1000px) {
.bd{
    clear: both;
    border-bottom: 2px solid #333;
    margin: 0 -50px;
}
}


.post-content table tbody>tr:nth-child(odd)>td {
    background: transparent;
}


/***** Font ******/

body, h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
strong {
    font-weight: 500;
}

.post.single .post-title {
    font-size: 1.8em;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 50px;
    word-break: break-word;
    -ms-word-break: break-word;
    border-bottom: 3px solid #333;
    padding-bottom: 5px;
}
.post-content h2 {
    font-size: 1.6em;
    display: inline-block;
    border-bottom: 3px solid #333;
    padding-bottom: 7px;
}
.post-content p, .post-content blockquote, .post-content address, .post-content dl, .post-content .wp-caption, .post-content pre {
    line-height: 1.85;
    margin-bottom: 1.1em;
    font-size: 1em;
}


/**** TOPページ ****/
.home header.post-header {
    display: none;
}
.post-content a {
    font-weight: 500;
    text-decoration: underline;
	display: inline-block !important;
	transition : all 0.5s ease 0s !important;
}
.pro-box-in a:hover, .bd-ye a:hover {
	color: #333 !important;
	background: #ff0 !important;
}

.home h1.top {
    font-size: 9em;
    margin: 0;
    line-height: 1;
    letter-spacing: -10px;
    font-weight: 600 !important;
	    position: relative;
    z-index: 10;
}
.home h2.top {
	font-size: 22px;
	 margin: 0;
}
.home h3.top {
    font-size: 17px;
    font-weight: 500 !important;
}

@media (max-width: 600px) {
.home h1.top {
    font-size: 5.8em;
    margin: 0;
    line-height: 1;
    letter-spacing: -3px;
    font-weight: 600 !important;
	    position: relative;
    z-index: 10;
}
.home h2.top {
	font-size: 16px;
	 margin: 0;
}
.home h3.top {
    font-size: 18px;
    font-weight: 500 !important;
}
}

.post-content h2.l-midashi {
    font-size: 16px;
    display: inline-block;
    border-bottom: none;
    padding: 3px 10px;
    background: #333;
    color: #fff;
}


/*プログラム一覧*/
.pro-box {
    margin: 0 0 40px 0 !important;
}
.pro-box-in {
    border: 2px solid #333;
    padding: 7px 10px 14px;
}

h2.pro-frm-text {
    margin: 0;
    border: none;
    font-size: 0.85em;
    color: #fff;
    background: #333;
    padding: 2px 8px 4px !important;
    font-weight: 500;
    letter-spacing: 0.02em;
	display: inherit;
}
h2.bg-gr {
    margin: 0;
    border: none;
    font-size: 0.85em;
    color: #fff;
    background: #8aa864 !important;
    padding: 2px 8px 4px !important;
    font-weight: 500;
    letter-spacing: 0.02em;
	display: inherit;
}
h2.bg-or {
    margin: 0;
    border: none;
    font-size: 0.85em;
    color: #fff;
    background: #cd9754 !important;
    padding: 2px 8px 4px !important;
    font-weight: 500;
    letter-spacing: 0.02em;
	display: inherit;
}



h3.pro-cat-midashi {
    border-bottom: 4px solid #333;
    padding-bottom: 5px;
    font-size: 1.8em;
}
h3.pro-cat-midashi-in {
    padding: 5px 0 0 0;
    margin-bottom: 0;
}
h3.bd-top {
    border-top: 2px solid #333;
	padding-top: 25px;
}

.pro-box h2 {
    margin: 0 !important;
}
.pro-box h2 a {
    text-decoration: none;
}

.pro-box h3 {
    font-size: 17px;
    line-height: 1.4;
    margin: 0 !important;
}
.pro-box p {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 10px;
}
.pro-box-in {
    background: #ffffff70 !important;
}

.wp-block-column.pro-box-in.is-layout-flow.wp-block-column-is-layout-flow {
    display: flex;
    align-content: space-between;
    flex-direction: column;
    justify-content: space-between;
}
.pro-box-in .wp-block-group {
    margin: 0;
}

.pro-box table {
    margin-top: 5px;
    font-size: 13px;
}
.pro-box td {
    padding: 4px 5px 3px 0;
    line-height: 1.3;
}
 .pro-box th {
    padding: 4px 5px 3px 0;
    line-height: 1.3;
	font-weight: 500;
	 font-size: 14px;
}
.pro-box td {
    width: 35px;
    vertical-align: middle;
}
.pro-box td.sp-m-l {
	    width: 67px;
}
.pro-box em.fs-l {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}
.pro-box em.fw-no {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.pro-box table.sp-m-l {
	   margin: 0 !important;
}
.pro-box p.sp-m-l {
	  margin: 4px 0 0 !important;
    line-height: 1.3;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}
.pro-box p.sp-m-l.bb-no {
    border-bottom: none !important;
}
.pro-box p.sp-m-l.pt-8 {
    padding-top: 8px !important;
}

.pro-box em.fw-bld {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}

/****　サイドバー ****/

.blog-logo {
    display: none;
}
.main-menu:before, .widgets:before, .widget+.widget:before, .credits:before {
    display: none;
}

.sidebar:before {
    content: "";
    display: block;
    width: 250px;
    background: 0 0;
    position: fixed;
    top: 30px;
    bottom: 0;
    left: 0;
    border-right: 2px solid #333;
    z-index: 9999;
}
@media (max-width: 1000px) {
    .sidebar:before {
		display: none;
    }
}

/*** メニュー ***/
.main-menu {
    margin: 30px 0;
    position: fixed;
    z-index: 999999 !important;
    width: 250px;
    top: 0;
    left: 0;
}
.main-menu li {
    display: block;
    line-height: 1.25;
    font-weight: 500;
    text-transform: inherit;
    letter-spacing: 0;
    position: relative;
    font-size: 16px;
    margin-top: 0 !important;
    margin-right: 2px !important;
    margin-bottom: 0 !important;
    padding-top: 0px !important;
    padding-left: 0px;
    padding-bottom: 0px !important;
}
li.p-p-top a {
    font-size: 13px;
    border: 2px solid #333;
    line-height: 1.5;
    margin: 12px 0px 5px 30px;
    display: inline-block;
    padding: 0 5px;
}
.main-menu li.p-p-top a:hover {
    font-size: 13px;
    border: 2px solid #333;
    line-height: 1.5;
    margin: 12px 0 5px 30px;
    display: inline-block;
    padding: 0 5px !important;
    color: #333 !important;
    text-decoration: none !important;
}

.main-menu li.p-sub {
    display: block  !important;
    line-height: 1.25  !important;
    font-weight: 500  !important;
    text-transform: uppercase;
    letter-spacing: 0  !important;
    position: relative  !important;
    font-size: 16px  !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0  !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px  !important;
    border: none  !important;
    line-height: 1  !important;
    color: #333 !important;
    cursor: pointer  !important;
    overflow: hidden  !important;
    z-index: 1;
}
.main-menu li.p-sub a {
    display: block  !important;
    line-height: 1.25  !important;
    font-weight: 500  !important;
    text-transform: uppercase;
    letter-spacing: 0  !important;
    position: relative  !important;
    font-size: 16px  !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0  !important;
    padding-top: 5px !important;
    padding-left: 45px !important;
    padding-bottom: 3px  !important;
    border: none  !important;
    line-height: 1  !important;
    color: #333 !important;
    cursor: pointer  !important;
    overflow: hidden  !important;
    z-index: 1;
}
.main-menu li.hover-act a {
	 padding: 13px 0 13px 30px !important;
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
	color: #333;
}
.main-menu li.hover-act a::before, .main-menu li.p-sub a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
.main-menu li.hover-act a:hover::before, .main-menu li.p-sub a:hover::before {
	transform: translateX(0);
}
.main-menu li.hover-act a:hover {
	color: #fff !important;
	text-decoration: none;
}
.main-menu li.p-sub a:hover {
	color: #fff !important;
    text-decoration: none;
    padding-left: 45px !important;
    padding-top: 5px !important;
}

ul.sub-menu {
    margin: 0;
}

.main-menu a:hover, .main-menu .current-menu-item>a, .main-menu .current_page_item>a {
    color: rgba(255, 105, 0, 1);
}
.main-menu .current-menu-item:before, .main-menu .current_page_item:before {
content: '\f061';
    display: block;
    font: var(--fa-font-solid);
    position: absolute;
    top: 17px;
    left: 10px;
	z-index: 2;
}
.main-menu .current_page_item:before {
    color: #333 !important;
}
.main-menu .p-sub.current-menu-item:before {
    content: '\f061';
    display: block;
    font: var(--fa-font-solid);
    position: absolute;
    top: 10px;
    left: 25px;
	z-index: 2;
}

.p-top {
    margin-top: 20px !important;
    border-top: 1px solid #333;
    padding-top: 15px;
}
.p-bottom {
    margin-bottom: 20px !important;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.p-p-bottom {
    margin-bottom: 20px !important;
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
}
.main-menu .no-link a:hover, .main-menu .no-link .current-menu-item>a, .main-menu .no-link .current_page_item>a {
    padding-bottom: 8px !important;
}

.menu-p-top {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #333;
    padding: 3px 0;
    margin-top: 20px !important;
	border-top: 2px solid #333;
	position: relative !important;
    z-index: 3 !important;
}
.main-menu .menu-p-top a:hover {
	color: #333 !important;
}

li#menu-item-350 {
    padding: 10px 0 5px 30px !important;
}
li#menu-item-22 a {
    padding-top: 20px;
}
li#menu-item-350 a {
    padding-top: 15px !important;
    padding-bottom: 2px !important;
	border-bottom: 2px solid #333;
}
li#menu-item-350 a:hover {
	color: #333 !important;
}
li#menu-item-103 li a, li#menu-item-104 li a, li#menu-item-153 li a {
    padding-bottom: 7px !important;
    padding-top: 7px !important;
}
li#menu-item-156 a {
    margin-bottom: 15px !important;
}

li.m-sns01 {
    padding-left: 30px;
    margin-top: 20px !important;
    color: #000 !important;
}
li.m-sns02 {
    padding-left: 30px;
    margin-top: 7px !important;
    color: #000 !important;
}

li.m-sns01 a, li.m-sns02 a {
    color: #000 !important;
}

@media (max-width: 1000px) {
    li.m-sns01, li.m-sns02 {
        display: none !important;
    }
}


/*** レスポンシブ メニュー ***/
@media (max-width: 1000px) {
    .blog-logo img {
        max-height: 55px;
    }
	.sidebar {
        align-items: center;
        background: #fff;
        border-bottom: 2px solid #333;
        display: flex;
        justify-content: space-between;
        font-size: 1em;		
        margin: 0;
		padding: 7px 5%;
      z-index: 1 !important;
        position: relative;
        width: 100%;
		      top: 30px;
      margin-bottom: 30px;
    }
	li#menu-item-22 {
    background: inherit;
}
	li.p-p-top a:hover {
		color: #333 !important;
}
}
@media (max-width: 600px) {
    .sidebar {
		padding: 7px 5%;
      z-index: 1 !important;
      position: relative;
      top: 30px;
      margin-bottom: 30px;
    }
}
.mobile-navigation {
    background: #f2f2f2;
    display: none;
	margin: 0 0 -30px;
    padding-top: 15px;
}

.mobile-menu {
    font-size: 17px;
    margin: 30px 0 0 0;
    padding: 3.5% 8% 5%;
}

.mobile-menu>.current-menu-item>a, .mobile-menu>.current_page_item>a {
    color: #333;
}
.mobile-menu a:hover {
    color: #dc3545;
}
.mobile-menu li  {
    display: block;
    margin-top: 25px;
    font-weight: 500;
    line-height: 60%;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-size: 17px;
}
.mobile-menu li.p-sub a  {
    display: block;
    margin-top: 25px;
    font-weight: 500;
    line-height: 15%;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-size: 17px;
	border: none;
}
.mobile-menu ul.sub-menu {
    margin: -12px 0 0 20px;
}

.nav-toggle.active {
    background-color: #fff !important;
    border: none;
}
.nav-toggle.active .bar {
    background: #333;
}
nav-toggle.active p {
    color: #333;
}

.nav-toggle {
    margin-left: 0;
    padding: 12px 12px 10px;
    margin: 0 auto;
}

.close {
    float: right !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    color: #333 !important;
    text-shadow: none !important;
	opacity: 1 !important;
}
.nav-toggle p {
    font-size: 20px;
    line-height: 10px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    color: #333;
    float: right;
    margin-right: 18px;
    position: relative;
    top: -1px;
    margin-bottom: 4px;
}
.nav-toggle .bar {
    width: 20px;
    height: 2px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.nav-toggle .bar:nth-child(2) {
    top: 5px;
}
.nav-toggle .bar:nth-child(3) {
    top: 10px;
}
.nav-toggle.active .bar:nth-child(1), .nav-toggle.active .bar:nth-child(3) {
    top: 9px;
}
button:focus {
    outline: none !important;
}

.mobile-menu .current-menu-item:before, .mobile-menu .current_page_item:before {
    content: '\f405';
    display: block;
    font: 16px / 1 "Genericons";
    position: absolute;
    left: -19px;
    top: 0px;
}
.mobile-menu li.p-p-top {
    margin-top: 5px;
    margin-bottom: 10px;
}
.mobile-menu li#menu-item-350 {
    padding-bottom: 10px !important;
    padding-left: 0 !important;
}
.mobile-menu li.p-p-top a {
    margin-left: 0px !important;
}


/*****Footer*****/

.footer hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #333;
}

.footer address {
  font-style: normal;
}

.footer .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}

.footer {
  padding: 2rem 1rem;
  font-size: 15px;
  color: #333;
  background: #fff;
}

.footer-top {
		position: relative;  /* 基準位置とする */
	height: 70px;
}
.footer-top::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
//    background: linear-gradient(360deg, #ffffff, transparent);
}

.footer h2 {
    font-size: 1.4em;
    display: inline-block;
    border-bottom: 3px solid #333;
    padding-bottom: 3px;
    margin-bottom: 15px;
}

.footer__navi-heading {
  font-weight: 600;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.footer__navi li {
  margin-bottom: 0.75rem;
}

.footer__address {
  margin-bottom: 1rem;
}

.footer__address a {
  text-decoration: underline;
}
@media (min-width: 1024px) {
 .footer .lg-flex {
    display: flex;
  }
}
@media (min-width: 1000px) {
.footer {
	padding: 2rem 40px !important;
	border-top: 2px solid #333;
	margin-left: 250px;
	}
 .footer .md-flex {
    display: flex;
  }
 .footer .md-justify-between {
    justify-content: space-between;
  }
 .footer .grid {
    grid-template-columns: 230px 2fr;
  }
  .footer__address a {
    text-decoration: none;
    pointer-events: none;
  }
}
@media (min-width: 600px) {
.footer {
	padding: 2rem 3rem 1rem;
	border-top: 2px solid #333;
	}
}

p.copyright {
    font-size: 11px;
    margin-top: 40px;
}
p.credit {
    font-size: 11px;
    line-height: 1.6;
	font-weight: 500;
}
ul.footer__navi {
    list-style: none;
    margin: 0;
}
p.credit-img {
    max-width: 860px;
}


/***プログラムページ***/
h1.program-top {
    font-size: 1.2em;
    border-bottom: 4px solid #333;
    padding-bottom: 7px;
    font-weight: 500;
    margin-bottom: 30px;
}

.single-selection h1.post-title {
    margin-bottom: 20px;
}
h3.porogram-a {
	font-size: 1.1rem;
    margin-bottom: 40px;
    color: #333;
    display: inline-block;
    padding: 0 0 3px 0;
    border-bottom: 2px solid #333;
}
h3.porogram-c {
    font-size: 1.1rem;
    margin-bottom: 15px;
	background: #333333;
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
}

.post-content .prof-box h5 {
   margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.2em;
}
.post-content .prof-box h5.job {
    font-size: 14px;
	  margin-top: 8px;
    margin-bottom: 18px;
}
.post-content .prof-box .img-wrap img {
    margin-bottom: 30px !important;
	border: 2px solid #333;
    border-radius: 3px;
}

em.t-sml {
    font-style: normal;
    font-size: 0.8em;
}
.prof-box p {
    font-size: 0.8em;
    line-height: 1.7;
}

.post-content .p-meta dl {
display: flex;
flex-flow: row wrap;
width: 100%;
}
.post-content .p-meta dt {
    flex-basis: 65px;
    padding: 15px 0 5px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
	font-size: 15px;
}
.post-content .p-meta dd {
    flex-basis: calc( 100% - 65px );
    padding: 12px 0 5px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
}
.single-selection .post-content .p-meta dt {
    flex-basis: 150px;
}
.single-selection .post-content .p-meta dd {
    flex-basis: calc( 100% - 150px );
}

@media screen and (max-width: 600px) {
.post-content .p-meta dl {
flex-flow: column;
}
    .post-content .p-meta dt {
        flex-basis: 100%;
        padding: 12px 0 5px 0;
        margin-bottom: 0;
        border-bottom: 1px solid #ccc;
    }
.post-content .p-meta dd {
    flex-basis: 100%;
    padding: 5px 0 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
}
.single-selection .post-content .p-meta dt {
    flex-basis: auto;
}
}
.prof-box {
    margin-bottom: 50px;
}

@media (max-width: 500px) {
    .post-navigation {
        padding: 0px;
		display: none;
    }
}

.application {
	margin-top: 30px;
}

h4.s-midashi {
    display: inline-block;
    border-bottom: 2px solid #333;
    padding-bottom: 3px;
    font-size: 1.2em;
    letter-spacing: -1px !important;
    margin-bottom: 35px;
}

.p-back {
    border-top: 3px solid #333;
    margin-top: 80px;
	margin-bottom: 50px !important;
    padding-top: 15px;
}
.p-back img {
    margin-right: 10px;
}
.p-back a {
    font-weight: 500;	
	 display: inline-block;
    transition: .3s;
	text-decoration: none !important;
}
.p-back a:hover {
    color: #333;
    text-decoration: none;
	transform: translateX(-20px);
}

.post-content-in {
	margin-top: 30px;
}
.post-content-in h4, h4.content-in-midashi {
    font-size: 1.2em;
    font-weight: 700;
    border-bottom: 2px solid #333;
    display: inline-block;
    padding-bottom: 3px;
	 margin-bottom: 15px;
    margin-top: 20px;
}

.p-meta dt.sp-list {
    flex-basis: 150px;
	 padding: 15px 0 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}
.p-meta dd.sp-list-con {
    flex-basis: calc(100% - 150px);
    padding: 12px 0 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
}
@media screen and (max-width: 600px) {
    .p-meta dt.sp-list {
        flex-basis: 100%;
        padding: 12px 0 5px 0;
        margin-bottom: 0;
        border-bottom: 1px solid #ccc;
    }
.p-meta dd.sp-list-con {
    flex-basis: 100%;
    padding: 5px 0 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
}
.p-meta dt.sp-list {
    flex-basis: auto;
}
}

/*ej cafe オリエンテーション*/

.highlight-box {
    border: 2px solid #333;
    padding: 15px;
}
.highlight-box h4.content-in-midashi {
    font-size: 1.2em;
    font-weight: 700;
    border-bottom: 2px solid #333;
    display: inline-block;
    padding-bottom: 3px;
	 margin-bottom: 15px;
    margin-top: 0px;
}

/****プログラム一覧*****/
.page-template-page-basic .content a, .page-template-page-selection-top .content a {
    font-weight: 700;
    text-decoration: underline;
}
.page-template-page-basic .content a:hover,
.page-template-page-selection-top .content a:hover {
    color: #333 !important;
    background: linear-gradient(transparent 35%, #ff0 5%) !important;
    transition: all .5s ease 0s !important;
}

.foot-p-list {
    border-top: 2px solid #333;
}
.foot-p-container {
    width: 100%;
    padding-right: 0; !important
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}
.foot-p-list h2 {
    background: #333;
    color: #fff;
    font-size: 17px;
    padding: 2px 30px;
	 margin-bottom: 0;
}
.foot-p-list h3 {
    border-bottom: 2px solid #333;
    font-size: 18px;
    padding: 5px 0 5px 30px;
	margin-bottom: 0;
}
.foot-p-container h4 {
    font-size: 16px;
    border-bottom: 2px solid #333;
    display: table;
    padding-bottom: 2px;
    margin-bottom: 13px !important;
}

.col-md-6.foot-p-box-1 {
    padding-right: 0;
    padding-bottom: 0px;
    border-right: 2px solid #333;
}
.col-md-3.foot-p-box-2 {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    border-right: 2px solid #333;
}
.col-md-3.foot-p-box-3 {
    padding-left: 0;
    padding-bottom: 10px;
}

.col-md-6.foot-p-box-in-r {
    border-right: 1px solid #333;
}

.foot-p-box-in-cont {
	padding: 10px 30px 15px 30px;
}
.foot-p-box-in-cont.adjust {
    padding: 10px;
}
.foot-p-box-1 .row {
    height: 92%;
}

.foot-p-box-in-cont ul {
    list-style: none;
    font-size: 14px;
	 margin: 0;
}
.foot-p-box-in-cont ul li {
    padding-bottom: 8px;
    line-height: 1.1;
	 font-weight: 500;
}

.foot-p-box-in-cont em.foot-p-n {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}
@media (max-width: 768px) {
	.foot-p-list h2 {
		margin-bottom: 15px;
	}
	.foot-p-list h3 {
		margin: 0 20px;
		padding-left: 0;
	}
	.foot-p-list .foot-p-box-1 h3 {
		margin-right: 40px !important;
	}
	.foot-p-list .foot-p-box-3 h3{
		margin-right: 5px !important;		
	}
	.foot-p-box-in {
		margin: 0 20px;
	}
	.col-md-3.foot-p-box-2 {
		margin: 0 20px;
		border-right: none;
	}
	.col-md-3.foot-p-box-3 {
		margin: 0 20px 30px 20px;
	}
}

.foot-p-container a {
    text-decoration: underline;
}
.foot-p-container a:hover {
    color: #333 !important;
    background: linear-gradient(transparent 35%, #ff0 5%) !important;
    transition: all .5s ease 0s !important;
}


/******margin 調整******/
.mt-20 {
	margin-top: 20px !important
}

.mb-0 {
	margin-bottom: 0px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}

/******ボタン******/
.post-inner a.button09 {
  display: inline-block;
  background-color: #fff;
//  border: solid 2px #0000ff;
  color: #333;
  border-radius: 3px;
  padding: 12px 30px;
  text-decoration: none;
  font-size: 1.2em;     
  transition: all .3s ease 0s;
  background-image: 
  repeating-linear-gradient(0deg, #333, #333 10px, transparent 10px, transparent 20px, #333 20px), 
  repeating-linear-gradient(90deg, #333, #333 10px, transparent 10px, transparent 20px, #333 20px), 
  repeating-linear-gradient(180deg, #333, #333 10px, transparent 10px, transparent 20px, #333 20px), 
  repeating-linear-gradient(270deg, #333, #333 10px, transparent 10px, transparent 20px, #333 20px);
  background-size: 3px calc(100% + 20px), calc(100% + 20px) 3px, 3px calc(100% + 20px) , calc(100% + 20px) 3px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 0.6s infinite linear;
}
@keyframes borderAnimation {
from { background-position: 0 0, -20px 0, 100% -20px, 0 100%; }
to { background-position: 0 -20px, 0 0, 100% 0, -20px 100%; }
}
.post-inner a.button09:hover {
  color: #333 !important;
  background-color: #fff;
  transform: scale(1.2);
	text-decoration: none;
}

.post-inner a.button09-2 {
  display: inline-block;
  background-color: #fff;
//  border: solid 2px #0000ff;
  color: #333;
  border-radius: 3px;
  padding: 12px 30px;
  text-decoration: none;
  font-size: 1.8em;     
  transition: all .3s ease 0s;
  background-image: 
  repeating-linear-gradient(0deg, #333, #333 10px, transparent 10px, transparent 20px, #333 20px), 
  repeating-linear-gradient(90deg, #333, #333 10px, transparent 10px, transparent 20px, #333 20px), 
  repeating-linear-gradient(180deg, #333, #333 10px, transparent 10px, transparent 20px, #333 20px), 
  repeating-linear-gradient(270deg, #333, #333 10px, transparent 10px, transparent 20px, #333 20px);
  background-size: 3px calc(100% + 20px), calc(100% + 20px) 3px, 3px calc(100% + 20px) , calc(100% + 20px) 3px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 0.6s infinite linear;
}

.post-inner a.button09-2:hover {
  color: #333 !important;
  background-color: #fff;
  transform: scale(1.2);
	text-decoration: none;
}


/*footerお問い合わせ*/
a.btn_23 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 250px;
    padding: 6px 10px;
    font-weight: 500;
    border: 2px solid #333;
    color: #333;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 16px;
}
a.btn_23::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn_23:hover::before {
	transform: translateX(0);
}
a.btn_23:hover {
	color: #fff !important;
	text-decoration: none;
}

.foot-btn {
    margin: 0 0 20px 0;
}

.p-list-arrow {
	margin-top: 0;
	text-align: right;
}
.p-list-arrow img {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
  	display: block;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: inline-block;
}
.pro-box-in .p-list-arrow img:hover{
	right: -30px;
	transition:0.3s;
}
.pro-box-in .p-list-arrow a:hover{
	background: transparent !important;
}


/****お問い合わせ****/
.post-content input[type=text], .post-content input[type=tel], .post-content input[type=url], .post-content input[type=password], .post-content textarea, .post-content input[type=email] {
	 width: 100%;
    padding: 14px 16px;
    font-size: 1em;
    border: none;
    color: #333;
    background: #fff;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 tr {
    border-bottom: 1px solid #333;
}
.tb01 th,
.tb01 td{
  padding: 25px 0;
  border: none;
  text-align:center;
  box-sizing:border-box;
	background: transparent !important;
	color: #333;
	vertical-align: top;
}
.tb01 th {
    width: 150px;
}

.tb01 p {
	font-weight: 500 !important;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 5px 30px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 17px;
}

@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
.tb01 th {
    padding-bottom: 5px;
}
.tb01 td {
    padding-top: 5px;
}
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

.wpcf7 .as-required {
    margin: 0;
    padding: 3px 8px;
    font-size: 12px;
    color: #FFF;
    line-height: 1;
    background-color: #e3675f;
    border-radius: 3px;
    display: inline-block;
    margin-right: 1em;
  }

.wpcf7 input[type="submit"] {
  background-color: #fff;
  border: solid 2px #333;
  color: #333;
  border-radius: 3px;
  padding: 10px 80px;
  text-decoration: none;
  font-size: 1.2em;
  box-shadow: 0 5px 0 #333;
  display: inline-block;
  transition: .3s;
	letter-spacing: 10px;
}
.wpcf7 input[type="submit"]:hover {
  color: #333;
  transform: translateY(5px);
  box-shadow: 0 0 0 #333;
	background: #fff !important;
}
span.wpcf7-spinner {
  display: none;
}
.wpcf7 .wp-submit p {
	text-align: center;
}


/***トップページ お知らせ一覧***/
.top-info-list {
	margin-left: 0 !important;
}
.top-cat {
    display: flex; /* フレックスボックスを使用して横に並べる */
    flex-wrap: wrap; /* 必要に応じて折り返し */
    gap: 5px; /* カテゴリー間の間隔を設定 */
	margin-top: 5px;
}

.category-item {
	  display: inline-block;
    padding: 0px 5px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
}

/* カテゴリーごとの背景色 */
.category-item.news { background-color: #CA7689; } 
.category-item.media { background-color: #7A71AE; } 
.category-item.report { background-color: #7BC8D8; } 
.category-item.recruit { background-color: #74B08F; } 

.top-info-list a:hover {
    color: #333 !important;
    background: #ff0 !important;
}

ul.top-info-list {
    font-size: 17px !important;
}

ul.top-info-list .post-date {
    font-size: 14px !important;
}


/* デフォルトのスタイル */
.recent-post-item {
    display: flex;
    align-items: center;
}

.recent-post-item .post-date {
    margin-right: 10px;
}

.recent-post-item a {
    margin-right: 10px;
}

/* 画面幅が760px以下の場合のスタイル */
@media (max-width: 760px) {
    .recent-post-item {
        flex-direction: column; /* 縦に並べる */
        align-items: flex-start !important; /* 左揃え */
		padding-bottom: 10px !important;
    }
    
    .recent-post-item .post-date {
        margin-right: 0; 
        margin-bottom: 0;
        line-height: 1.3;
    }
    
    .recent-post-item a {
        margin-right: 0; /* 縦に並べるために右マージンをリセット */
    }
}

/**** お知らせ一：覧ページ ****/
.wp-show-posts-inner {
    margin: 0 0 1em 1em;
    border: 2px solid #000;
    padding: 10px;
}
.wp-show-posts-entry-header {
    margin: 0;
    padding: 0;
}
h4.wp-show-posts-entry-title {
	 font-size: 18px;
    margin-bottom: 5px !important;
}
.wp-show-posts-inner a:hover {
    color: #333 !important;
    background: #ff0 !important;
}
.wpsp-read-more a {
    text-decoration: none;
}
.wp-show-posts-inner .wpsp-read-more a:hover {
    text-decoration: none;
	    color: #333 !important;
    background: #ff0 !important;
	border: 2px solid #000;
}
.wp-show-posts-meta a, .wp-show-posts-meta a:visited {
    color: #333;
    text-decoration: none !important;
}
.wpsp-read-more {
    display: block;
    text-align: right;
}
a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
    display: inline-block !important;
    padding: 5px 10px;
    border: 2px solid #222;
    color: #fff;
    font-size: 0.85em;
    text-decoration: none;
    background-color: #222;
}


/**** お知らせ：詳細ページ ****/
.post-navigation {
    background: inherit;
    min-height: 2px;
}
.post-navigation a {
    display: block;
    width: 48.5%;
    height: 60px;
    margin-top: 3%;
    margin-bottom: 3%;
    background: #fff;
    overflow: hidden;
    position: relative;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}
.post-navigation a.post-nav-prev{
    border-right: 2px solid #333;	
}
.post-navigation a.post-nav-next{
    border-left: 2px solid #333;
}
.post-navigation p {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    left: 0;
}

.news-header {
    padding: 45px 40px 10px;
    border-bottom: 2px solid #333;
}
@media (max-width: 1000px) {
.news-header {
        padding: 10px 0 0 0 !important;
        margin-bottom: 30px;
    }
}
.news-header h2 {
	font-size: 1.6em;
    font-weight: 700;
}
.post-meta-bottom li a {
    color: #000;
}
.post-meta-bottom:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #222;
    margin-bottom: 18px;
}


span.td-lt {
	text-decoration: line-through;
}

.post-content-in figure.wp-block-image.size-full {
    margin: 0 0 2.5rem 0;
}

.post-content-in .archive-block-column {
	margin-top: 15px;
}


/***facebook埋め込みレスポンシブ***/
div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
width: 100% !important;
}

/***受講生募集2025***/
h4.rct2025 {
	margin-bottom: 8px;
    font-size: 18px;
}

.post-content p.rct-fl {
	margin-bottom: 0;
}
.rct-fl strong {
	font-size: 22px;
}