/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.footer-poweredby {
  display: none;
}

.required {
  color: #ff4500;
}

.no-title .site-content {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 600px) {
  .no-title .site-content {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}

.site-header__content {
  justify-content: center;
}

.wpcf7-not-valid {
  border: solid 1px #ff4500;
}

.wpcf7-submit {
  cursor: pointer;
}