@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



.mark_yellow {
	color: red;
}

.tableScroll tr:nth-child(even) {
    background-color: #f2f2f2;
}

@media screen and (max-width: 767px) {
    .tableScroll {
		  overflow-x: scroll;
		  table-layout: fixed; 　
	  }
	  .tableScroll table {
			width: 100%;
			border-collapse: collapse;
			white-space: nowrap;
		  	font-size: 13px;
		}
}

.-rss {
	display: none!important;
}

/* normal button */

.centeredContainer {
    text-align: center;
}

.actionButton {
    background: #29a843;
    color: #f9f9f9;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);  /* Increased shadow a bit */
    font-weight: bold;
    display: block;
    border-radius: 5px;
    margin: 0 auto;
    padding: 15px 3em;
    font-size: 18px;
    transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;  /* Added transform */
    position: relative;
    text-decoration: none;
    line-height: 1.8;
    border-bottom: solid 3px #012e11;
}

.actionButton::after {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    border-top: solid 2px #f9f9f9;
    border-right: solid 2px #f9f9f9;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
    transition: right 0.2s ease;  /* Arrow movement on hover */
}

.actionButton:hover {
    background-color: #208c36;
    opacity: 0.9;  /* Slightly reduced opacity for better visibility */
    transform: scale(1.02);  /* Button scale effect on hover */
}

.actionButton:hover::after {
    right: 14px;  /* Arrow movement on hover */
}

.promoLink, .actionButton a {
    color: #333;
    text-decoration: none;
}

@media (max-width:767px) { 
    .actionButton {
        background: #29a843;
        color: #f9f9f9;
        box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
        width: calc(100% - 20px);  /* Adjusted for better spacing */
        margin: 0.5em auto;
        padding: 10px 20px;  /* Adjusted padding */
        font-size: 17px;  /* Adjusted font size */
        text-decoration: none;
    }
}




/* footer対応 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

footer.site-footer {
  background-color: rgb(24, 24, 24) !important;
  color: rgb(255, 255, 255) !important;
  font-family: 'Noto Sans JP', -apple-system-subset, Helvetica, "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 14px !important;
  line-height: 21px !important;
  display: block !important;
  padding: 40px 20px !important;
}

footer.site-footer .layout-container {
  max-width: 1348px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

footer.site-footer .site-footer__top {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  margin-bottom: 20px !important;
}

footer.site-footer .footer-region {
  flex: 1 !important;
  min-width: 200px !important;
  margin-right: 20px !important;
}

footer.site-footer .footer-region h2,.footer-ttl {
  font-size: 16px !important;
  margin-bottom: 10px !important;
  color: #4d4d4d !important;
  font-weight: bold;
}

footer.site-footer .footer-region:last-child {
  margin-right: 0 !important;
}

footer.site-footer .item-list ul {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

footer.site-footer .item-list ul li {
  margin-bottom: 5px !important;
}

footer.site-footer .item-list ul li a {
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
  font-size: 14px !important;
}

footer.site-footer .item-list ul li a:hover {
  text-decoration: underline !important;
}

footer.site-footer .site-footer__bottom {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  border-top: 1px solid rgb(64, 64, 64) !important;
  padding-top: 20px !important;
}

footer.site-footer .copyright {
  margin-top: 10px !important;
  font-size: 12px !important;
  color: rgb(128, 128, 128) !important;
  text-align: center !important;
  width: 100% !important;
}

@media (max-width: 768px) {
  footer.site-footer .site-footer__top {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  footer.site-footer .footer-region {
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
}


#header.l-header {
	background-image: url('http://jannavi.net/column/wp-content/uploads/2024/06/bg_header.png');
	background-size: cover; /* 画像をヘッダー全体に広げる */
	background-position: center; /* 画像を中央に配置する */
}


/* common-recommend-box css for swell 20230904 */

.common-recommend-box {
    max-width: 700px;
    padding: 12px 24px 5px;
    position: relative;
    margin: 2rem auto 2rem;
}

.common-recommend-box__blue {
    border: solid 1px #eaedf2;
    max-width: 700px;
    background: #f3f6fc;
    color: #54687c;
}

	.l-mainContent__inner .post_content .common-recommend-box table td {
    background: #fff !important;
	}

.common-recommend-box__yellow {
    border: solid 1px #f7cf6a;
    max-width: 700px;
    background: #fffdef;
    color: #54687c;
}

.common-recommend-box__img {
    width: 100%;
    margin-top: 1rem!important;
}

.common-recommend-box__img img{
    width: 100%;
}

.common-recommend-box__ttl {
    font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.common-recommend-box__list{
    margin-top: 0!important;
    color: #54687c!important;;
}

.c-scrollHint{
	margin-top: 0em;
}



