/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 3.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.
*/

h2 {
	letter-spacing: 0.5em;
	padding-top: 3em;
	margin-bottom: 1em;
}
.wp-block-latest-posts li{
	border-bottom: 1px dotted #000;
}
@media screen and (max-width: 3000px) {
	form{
		width: 50%;
		margin: 0 auto;
	}
	div.ct{
		text-align: center;
		margin-top: 30px;
	}
	.wp-block-latest-posts{
		width: 50%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1024px) {
	form{
		width: 100%;
	}
	input[type="submit"]{
		width: 100%;
	}
	.wp-block-latest-posts{
		width: 100%;
	}
}
/* 必須マーク */
.must{
	color: #F23A29;
	font-weight: bold;
}

input[type="text"],
input[type="email"],
textarea
{
  background-color: #fff;
  color: #000;
}

/* 送信ボタン */
input[type="submit"] {
	width: 300px;
	height: 46px;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

/* 送信ボタンホバー */
input[type="submit"]:hover{
	background: #000;
	color: #fff;
}
/*コピーライト非表示*/
#footer-poweredby {
display: none;
}