@charset "utf-8";
@media screen and (max-width : 480px), screen and (max-width : 740px) and (orientation: landscape) {
/* ==================================================
reset
================================================== */
body {
	-webkit-text-size-adjust: none;
	background: none;
	line-height: 1.5;
	font-size: 100%;
}
li,
dt,
dd,
table {
	line-height: 1.5;
}
input[type="text"],
textarea,
select {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.sp_only {
	display: block;
}
br.sp_only {
	display: inline;
}
.pc_only {
	display: none !important;
}
body,
#contents input[type="submit"],
#contents input[type="button"],
#contents input[type="text"],
#contents textarea,
#contents select,
body.mceContentBody {
	font-family: sans-serif;
}
/* ==================================================
layout
================================================== */
#wrap {
	width: 100%;
	min-width: 375px;
}
#top_info div.info,
#top_main,
#title,
#contents {
	width: auto;
	padding: 0 15px;
}
/* ==================================================
top
================================================== */
#top_img h1 img {
	width: 100%;
	height: 220px;
	min-height: auto;
	object-fit: cover;
}
#top_img p.logo {
	top: 5px;
	right: 5px;
}
#top_img p.logo img {
	width: 40px;
	height: auto;
}
#top_info {
	padding: 20px 0;
}
#top_info h2 {
	margin-bottom: 15px;
	font-size: 120%;
}
#top_info p.date {
	margin-bottom: 10px;
	font-size: 150%;
}
#top_info p.date strong {
	margin: 0;
	font-size: 100%;
}
#top_info p.date2 {
	margin: 0 0 5px;
	padding-left: 1em;
	font-size: 100%;
	text-indent: -1em;
}
#top_info p.img {
	margin: 20px 0 0;
}
#top_info p.img img {
	width: 100%;
	height: auto;
}
#top_main h2 {
	margin: 20px 0;
	font-size: 120%;
}
#top_main h3 {
	margin: 15px 0;
	font-size: 100%;
}
#top_main ol {
	margin: 0 0 15px;
}
#top_main ol li {
	margin: 5px 0;
	padding-left: 1em;
	font-size: 100%;
	text-indent: -1em;
}
#top_main p.flow img {
	width: 100%;
	height: auto;
}
#top_main p.entry {
	margin: 30px 0;
	text-align: center;
}
#top_main p.entry a {
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 120%;
	font-weight: 600;
	display: block;
}
/* ==================================================
page
================================================== */
#title {
	margin-bottom: 20px;
}
#title p.ttl {
	padding: 10px 0;
}
#title p.ttl img {
	height: 100px;
}
#title h1 {
	font-size: 120%;
}
#contents {
	margin-bottom: 30px;
}
#contents h2 {
	margin: 15px 0 10px;
	font-size: 100%;
}
#contents input[type="submit"],
#contents input[type="button"] {
	width: 100%;
	margin: 10px 0;
	padding: 15px 0;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 120%;
	font-weight: 600;
}
/* form_table
--------------------------- */
#contents table,
#contents tbody,
#contents tr,
#contents td,
#contents th {
	display: block;
	width: auto;
	height: auto;
}
#contents table.form_table {
	margin: 10px 0;
}
#contents table.form_table tr {
	margin: 15px 0;
}
#contents table.form_table th,
#contents table.form_table td {
	padding: 0;
	word-break: break-all;
	border: none;
}
#contents table.form_table th {
	width: auto !important;
	margin-bottom: 5px;
}
#contents table.form_table select,
#contents table.form_table input[type="text"] {
	margin: 0;
}
#contents table.form_table label {
	padding-left: 1.7em;
	text-indent: -1.7em;
}
#contents table.form_table td.name input {
	width: 35% !important;
	display: inline-block;
	margin: 0 0.5em;
}
#contents table.form_table td.postal input,
#contents table.form_table td.tel input {
	width: 25% !important;
	display: inline-block;
	margin: 0 0.5em;
}
#contents table.form_table td.tel input:first-of-type {
	margin-left: 0;
}
#contents table.form_table td.age input {
	width: 4em !important;
	display: inline-block;
	margin: 0 0.5em;
}
#contents table.form_table td.age input:first-of-type {
	margin-left: 0;
}
#contents table.form_table td input.year {
	width: 6em !important;
	display: inline-block;
	margin: 0 0.5em;
}
#contents table.form_table select.num {
	width: 3em !important;
	display: inline-block;
	margin: 0 0.5em;
}
#contents table.form_table select {
	margin: 5px 0;
}
#contents table.form_table textarea {
	width: 100%;
	margin: 0;
}
#contents .form_btn {
	margin: 5px 0;
}
}
