/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2025 | 21:45:50 */
/*Ensure proper Japanese line endings*/
html {line-break: strict}

/*h1, h2, h4, h4, h5 {word-break: keep-all}*/

/*Set site font*/
/* body, h1, h2, h3, h4, h5, h6, p, input, textarea, select, a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important
}
.et_pb_blog_0 .et_pb_post .entry-title a, .et_pb_blog_0 .not-found-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important
}

@font-face {
	font-family: "Yu Gothic"; src: local("Yu Gothic Medium"), local("YuGothic-Medium");                    }
@font-face {
	font-family: "Yu Gothic"; src: local("Yu Gothic Bold"), local("YuGothic-Bold")  ; font-weight: bold; }
body, h1, h2, h3, h4, h5, h6, p, input, textarea, select, a {
	font-family: YuGothic, "Yu Gothic", sans-serif !important
}
*/
*:before,
*:after {
  font-family: "Yu Gothic", "YuGothic", sans-serif !important;
}

/*Home Page Heading*/
/*.page-id-24668 h1 {word-break: keep-all !important}*/
.page-id-24668 et_pb_newsletter_footer {visibility: hidden; }

/*Column height equaliser*/
.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

/*reCAPTCHA badge hider*/
/*.grecaptcha-badge {visibility: hidden !important}*/

/*
Divi Breakpoints
For Desktop: screen sizes of 981 pixels and above
For Tablet: screen sizes between 980 pixels and 768 pixels
For Mobile: screen sizes 767 pixels and below
*/

/*category page styles*/
h2.entry-title {color: #2EA3F2}
@media only screen and (max-width: 767px) {h2.entry-title {font-weight: bold;}}
@media only screen and (max-width: 767px) {h1.et_pb_module_header {font-size: 40px !important;}}

/*mobile h2 fixer-upper*/
@media only screen and (max-width: 767px) {h2 {font-size: 24px !important; padding-bottom: 10px !important}}


/*youtube aspect ratio preserver*/
.youtube-embed {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	margin-bottom: 16px;
}
.youtube-embed iframe,
.youtube-embed object,
.youtube-embed embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*Full screen sheet*/
iframe.full_screen_sheet {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
    height: 100%;
}
iframe.sheet {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
    height: 100%;
}


