@font-face {
    font-family: 'SeuratPro';
    src: url('FOT-SeuratProN-B.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
	font-family: SeuratPro,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#page_title {
	margin: 0;
}
#page_title img {
	width: 100%;
}
.content_wrap {
	background: inherit;
	padding:15px 15px;
	color: black;
	margin-top: -12px;
}
.content_wrap p {
	font-size: 12px;
	color: white;
}

.content_wrap p has-text-align-center {
  text-align: center;
}

.content_wrap a {
	color:  white;
}

.content_wrap .box label{
	background: #fff;
	border-color: white;
	color: white;
   border-style: solid;
	display: block;
	padding: 10px;
	margin-bottom: 5px;
	cursor: pointer;
}

.content_wrap .box input[type="checkbox"].on-off,
.content_wrap .box input[type="checkbox"].on-off +div{
	display: none;
}

.content_wrap .box input[type="checkbox"].on-off:checked +div{
	display: block;
}

.content_wrap .box div{
	margin: 0 0 20px;
}

.bottom {
	width: 100%;
	margin-top: -1px;
}
.content_wrap header{
	margin-bottom: 0px;
}
.content_wrap header p.date{
	color:red;
	text-align: center;
}
.content_wrap h1 {
	font-size: 24px;
	color:red;
	text-align: center;
	vertical-align: bottom;
}
.content_wrap h3 {
	font-size: 16;
	color:red;
	text-align: center;
}
.content_wrap img {
	width: 100%;
	margin : 0 auto;
}

.content_wrap article {
	margin-bottom: 20px;
}

.content_wrap article:last-child {
	margin-bottom: 0;
}
div.wpcf7 {
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5;
}

div.wpcf7 li {
	text-decoration: none;
}

span.wpcf7-not-valid-tip {
	color: white;
	text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
}

div.screen-reader-response {
	display: none;
}

div.wpcf7-response-output {
	color : white;
	text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
}

input.wpcf7-text {
	-webkit-appearance: none;
	border: 2px solid #eac600;
	border-radius: 5px;
	background: #fff;
	width: 100%;
	color: black;
}

.wpcf7-submit {
	margin-top: 5px;
	-webkit-appearance: none;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.wpcf7-submit:active {
	-webkit-appearance: none;
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

