/*
Theme Name:yc
Text Domain:yc
*/
img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

/* 
Content Width Config
https://codex.wordpress.org/Content_Width
*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* 
WordPress Core
https://codex.wordpress.org/CSS 
*/
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gallery-caption .bypostauthor .wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

figure {
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

@media (max-width:781px) and (min-width:600px) {
	.wp-block-column:nth-child(2n) {
		margin: auto;
	}
}

.wp-block-buttons .wp-block-button.fullwidth {
	width: 100%;
}

.wp-block-buttons .wp-block-button.fullwidth .wp-block-button__link {
	font-size: 24px;
	padding: 24px 0;
	width: 100%;
}

.wp-block-button__link:hover {
	opacity: .6;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


html {
	display: flex;
	flex-direction: column;
}

body {
	background: #fff url('/wp/wp-content/uploads/2020/11/bg.png') 0% 50% / auto repeat;
	display: flex;
	flex-direction: column;
	font-family: sans-serif;
	font-feature-settings: 'palt';
	margin: 0;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: visible;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	width: 100%;
}

header {
	align-items: center;
	border-bottom: #003894 solid 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem 0;
	z-index: 1;
}

.content {
	display: flex;
	flex: 1 0 auto;
	margin: 0;
	min-height: 1px;
	padding: 0;
	z-index: 0;
}

.content-inner {
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	margin: 0 auto;
	padding: 0;
	width: 80%;
	z-index: 0;
}

body.home .content-inner {
	background: transparent;
	box-shadow: none;
	width: 100%;
}

.content-inner-box {
	margin: 5%;
}

body.home .content-inner-box {
	margin: 10px 0 0 0;
}

h2 {
	color: #003894;
	font-family: sans-serif;
}

footer {
	flex-shrink: 0;
	z-index: 1;
}

.pc {
	display: inherit !important;
}

.sp {
	display: none !important;
}

/*-------------------------
ナビゲーション
-------------------------*/
.hamburger,
.overlay {
	display: none;
}

.main-nav nav {
	/*
	align-items:center;
	display:flex;
	justify-content:flex-end;
*/
	height: 3em;
	display: block;
	position: relative;
}

#menu-mainmenu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	justify-content: space-evenly;
	margin: 0 auto;
	max-width: 1360px;
	padding: 0;
	width: 100%;
}

@media screen and (-ms-high-contrast: none) {
	#menu-mainmenu {
		justify-content: space-around;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

#menu-mainmenu-sp {
	display: none;
}

#menu-mainmenu>li,
#menu-mainmenu-sp>li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#menu-mainmenu>li>a {
	display: block;
	font-family: sans-serif;
	margin: 5px;
	padding: 0 0 3px 0;
	text-align: center;
}

#menu-mainmenu a:hover,
#menu-submenu a:hover {
	border-bottom: #003894 solid 1px;
}

#menu-mainmenu>li>a span {
	display: block;
	text-align: center;
	white-space: nowrap;
}

#menu-mainmenu>li>a small {
	display: block;
	font-size: .7rem;
	text-align: center;
	white-space: nowrap;
}

#menu-submenu-pc {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	margin-block-end: 0;
	margin-block-start: 0;
	padding-inline-start: 0;
}

#menu-submenu-pc>li.aboutus>a,
#menu-submenu-pc>li.papers>a {
	align-items: center;
	background: #003894;
	color: #fff;
	display: flex;
	font-size: 0.85rem;
	font-weight: bold;
	justify-content: center;
	line-height: 1;
	margin: 0 5px;
	padding: .5rem .7rem .3rem .7rem;
	text-decoration: none;
	text-indent: 0;
	width: 4em;
}

#menu-submenu-pc>li>a:hover {
	opacity: .6;
}

#menu-submenu-sp {
	display: none;
}

.site-title-wrapper {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1360px;
	padding: 0;
	width: 100%;
}

header .site-title {
	margin: 0 10px;
}

.sub-nav {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin: 0 10px;
}

.tel {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.tel span {
	align-items: center;
	border: #003894 solid 1px;
	border-radius: 6px;
	color: #003894;
	display: flex;
	font-size: 0.85rem;
	font-weight: bold;
	justify-content: center;
	line-height: 1;
	margin: 0 5px;
	padding: .5rem .7rem .3rem .7rem;
	text-decoration: none;
	text-indent: 0;
	width: 2em;
}

.tel a {
	font-weight: bold;
}

.main-nav {
	width: 100%;
}

.home-kv img {
	display: block;
	filter: drop-shadow(0 0 1rem #fff) drop-shadow(0 0 1rem #fff) drop-shadow(0 0 1rem #fff);
	height: auto;
	margin: auto;
	max-width: 1360px;
	width: 100%;
}

.catch {
	font-size: 1.2rem;
	font-weight: bold;
	top: 5%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0%);
}

.catch span {
	color: #003894;
}

.home-box-wrapper {
	align-items: flex-end;
	display: flex;
	justify-content: space-around;
}

.allposts {
	text-align: right;
}

.allposts a {
	background: #45afff;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	margin: 10px 20px 0 0;
	padding: .4rem 1rem;
}

.pagetitle {
	border-bottom: solid 3px #003894;
	color: #003894;
	font-family: sans-serif;
	font-size: 2rem;
	margin: 0 0 2rem 0;
	padding: 0 0 1rem 0;
	text-align: center;
}

body.home .pagetitle {
	display: none;
}

.schedule1 {
	bottom: 27%;
	left: 7%;
	position: absolute;
}

.schedule1 a {
	background: #fff;
	border: solid 2px #45afff;
	border-radius: 6px;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
	display: block;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	padding: .8rem 0;
	width: 9rem;
}

.schedule2 {
	bottom: 8%;
	left: 7%;
	position: absolute;
}

.schedule2 a {
	align-items: center;
	background: #45afff;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: .8rem .2rem;
	width: 9rem;
}

.schedule2 a span {
	border-top: solid 1px #fff;
	color: #fff;
	display: block;
	font-size: .7rem;
	font-weight: normal;
	padding: .4rem 0 0 0;
	text-align: center;
	width: 90%;
}

.schedule2 a span:first-of-type {
	border-top: solid 0px #fff;
	font-size: 1rem;
	font-weight: bold;
	padding: 0 0 .3rem 0;
}

a {
	color: #003894;
	text-decoration: none;
}

.goods-button a {
	align-items: center;
	display: flex;
	font-size: 2rem;
	height: 5em;
	justify-content: center;
	width: 5em;
}

.map {
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
}

.map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.flows {
	background: #f3ece5;
	margin: 0 0 3rem 0;
}

.flows div.wp-block-column {
	background: #fff;
	margin: 1rem;
	padding: 1rem;
	position: relative;
}

.flows div.wp-block-column:not(:last-of-type) {
	margin: 1rem 4rem 1rem 1rem;
}

.flows div.wp-block-column:not(:last-of-type):after {
	border-style: solid;
	border-width: 40px 0 40px 30px;
	border-color: transparent transparent transparent #d7c0a8;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: -20%;
	top: 50%;
	width: 0;
}

.flows figure {
	margin: 0;
}

.flows h4 {
	color: #003894;
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
	text-align: center;
}

.flows h5 {
	color: #003894;
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
	text-align: center;
}

.recruitinfo table {
	border-collapse: collapse;
	border: solid 1px #003894;
}

.recruitinfo table>tbody>tr>th {
	background: #dae2ef;
	border-bottom: dashed 1px #003894;
	color: #003894;
	padding: 1rem .5rem;
	white-space: nowrap;
}

.recruitinfo table>tbody>tr>td {
	border-bottom: dashed 1px #003894;
	padding: 1rem;
}

.wp-block-button,
.wp-block-button__link {
	background: #003894;
	color: #fff;
	font-size: 24px;
	padding: 12px 0;
	width: 100%;
}

.wp-block-button:hover,
.wp-block-button__link:hover {
	opacity: .6;
}

table.form {
	border-collapse: collapse;
	border-top: solid 1px #003894;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='date'],
input[type='number'],
select,
textarea {
	margin: .5em;
	padding: .8rem 1rem;
	width: auto;
}

select[name='your-start-year'] {
	width: 8em;
}

select[name='your-start-month'] {
	width: 6em;
}

select[name='your-sbsc-span'] {
	width: 8em;
}

input[type='number'] {
	width: 8em;
}

input[type='submit'] {
	display: block;
	font-size: 1.2rem;
	margin: 2rem auto;
	padding: .5rem 1rem;
	text-align: center;
	width: auto;
}

input#zip {
	width: 10em;
}

.chk {
	color: #900;
	display: block;
	font-weight: 900;
}

table.form>tbody>tr:not(:last-of-type)>th {
	border-bottom: solid 1px #003894;
	color: #003894;
	padding: 1rem .5rem;
}

table.form>tbody>tr:not(:last-of-type)>th span {
	color: #e60012;
	display: block;
	font-size: .8rem;
}

table.form>tbody>tr:not(:last-of-type)>td {
	border-bottom: solid 1px #003894;
	padding: 1rem .5rem;
}

.wpcf7-list-item-label {
	font-weight: 800;
}

.form-sign {
	text-align: right;
}

.form-notice1 {
	background: #003894;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin: 20px 0;
	padding: 10px;
}

.form-notice2 {
	background: #fff;
	border: 1px solid #666;
	margin: 20px 0;
	padding: 10px;
}

.form-notice2 h3 {
	color: ##003894;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}

.form-notice2 dl {
	padding: 0 20px;
}

.form-notice2 dl dt {
	font-weight: 900;
}

.form-notice2 dl dd {
	margin: 0 0 20px 0;
}

.form-notice2 dl dd .form-sig {
	text-align: right;
}

.form-notice2 .form-confirm1 {
	font-size: 1.7rem;
	font-weight: 600;
	text-align: center;
}

.form-notice2 .form-confirm2 {
	color: #f00;
	text-align: center;
}

.form-notice2 .form-mail-notice {
	margin: 20px 40px;
	padding-left: 1em;
}

.form-notice2 .form-mail-notice:before {
	content: '\203B\00a0';
	margin-left: -1em;
}

.form-submit input.form-disabled {
	cursor: default !important;
	opacity: 0.5 !important;
}

body.papers img {
	display: block;
	margin: 0 auto;
	max-width: 260px;
	width: 100%;
}

body.papers .logo-yomiuri img {
	max-width: 180px;
}

.paper-box {
	border: 12px solid #dae2ef;
	border-radius: 12px;
	margin: 0 auto 2rem auto;
	padding: 2rem;
}

.link a {
	font-size: .8rem;
}

table.shopinfo tbody th {
	color: #003894;
	vertical-align: top;
	white-space: nowrap;
}

table.shopinfo tbody th,
table.shopinfo tbody td {
	border-bottom: 2px dashed #003894;
	padding: .5rem 0;
}

.width-full .wp-block-button__link {
	background: #003894;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 12px 0;
	width: 100%;
}

.wp-block-image figcaption {
	font-size: .8rem;
	text-align: right;
	margin: 0 auto;
	width: 90%;
}

.box-giveaway {
	border: solid 4px #003894;
	color: #003894;
}

.subtitle {
	font-size: 1.8rem;
}

.width-full img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 90%;
}

.wp-block-button.width-full .wp-block-button__link {
	margin: 1rem auto;
	padding: 0;
	width: 100%;
}

.box-goods {
	border: solid 4px #999;
	color: #999;
}

.width-full .wp-block-button {
	display: block;
	text-align: center;
}

.width-full a {
	background: #003894;
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 2rem 0;
	text-align: center;
	width: 100%;
}

.width-full a:hover {
	opacity: .8;
}

.banner {
	margin: 2rem auto;
	max-width: 480px;
}

form.sent .form-exp,
form.sent table.form,
form.sent .wpcf7-form-control-wrap,
form.sent .wpcf7-form-control,
form.sent .form-button-wrapper {
	display: none;
}

/*-------------------------
フッター
-------------------------*/
footer {
	background: #003894;
	margin: 0;
	padding: 0;
	width: 100%;
}

footer .copy {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: .9rem;
	justify-content: center;
	margin: 0;
}

footer .copy span {
	display: block;
	padding: 1rem 0;
}

/*-------------------------
スマホ用
-------------------------*/
@media only screen and (max-width:768px) {
	body {
		background-size: 90%;
		font-size: 1rem;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: inherit !important;
	}

	.sp-block {
		display: inline;
		white-space: nowrap;
	}

	header {
		border-bottom: transparent solid 0px;
		flex-direction: column;
		padding: 2rem 0 0 0;
		z-index: 2;
	}

	.site-title-wrapper {
		border-bottom: #003894 solid 2px;
		padding: 0;
		width: 100%;
	}

	.main-nav nav {
		background: rgba(255, 255, 255, .9);
		flex-direction: column;
		height: 100vh;
		justify-content: flex-end;
		left: auto;
		margin: 0;
		overflow-y: auto;
		padding-top: 43px;
		position: fixed;
		right: 0;
		right: -320px;
		top: 0;
		transition: all .6s;
		-webkit-transform: translate3d(0, 0, 1px);
		transform: translate3d(0, 0, 1px);
		width: 300px;
		z-index: 50;
	}

	.hamburger {
		cursor: pointer;
		display: inherit;
		position: absolute;
		right: 5px;
		top: 5px;
		height: 40px;
		width: 40px;
		z-index: 100;
	}

	.tel {
		margin: 1rem 0;
	}

	.nav-list {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 310px;
	}

	.nav-list>li {
		padding: 0 14px;
		text-align: center;
		width: 100%;
	}

	.nav-list>li:not(:last-of-type) {
		border-bottom: 1px solid #eee;
	}

	.nav-list>li a {
		font-size: 1.25rem;
		margin: .5rem;
		padding: 1.2rem;
		text-decoration: none;
		width: 100%;
		z-index: 100;
	}

	.hamburger-line {
		position: absolute;
		left: 5px;
		width: 30px;
		height: 2px;
		background-color: #111;
		transition: all .6s;
	}

	.hamburger-line-1 {
		top: 10px;
	}

	.hamburger-line-2 {
		top: 22px;
	}

	.hamburger-line-3 {
		top: 34px;
	}

	.homeMenu .hamburger-line {
		background-color: #fff;
	}

	.overlay {
		background: #333;
		cursor: pointer;
		display: block;
		height: 100vh;
		left: 0;
		opacity: 0;
		position: fixed;
		top: 0;
		transition: all .6s;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		width: 100vw;
		visibility: hidden;
		z-index: 1;
	}

	.main-nav nav {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
	}

	.navOpen nav {
		left: auto;
		right: 0;
	}

	.navOpen .overlay {
		opacity: .8;
		visibility: visible;
	}

	.navOpen .hamburger-line-1 {
		transform: rotate(45deg);
		top: 20px;
	}

	.navOpen .hamburger-line-2 {
		opacity: 0;
	}

	.navOpen .hamburger-line-3 {
		transform: rotate(-45deg);
		top: 20px;
	}

	.navOpen .homeMenu .hamburger-line {
		background-color: #333;
	}

	.nav-list {
		flex-direction: column;
	}

	#menu-mainmenu {
		align-items: center;
		display: flex;
		flex-direction: column;
		list-style-type: none;
		justify-content: center;
		margin: 5px auto 0 auto;
		padding: 0;
		position: relative;
		width: 100%;
	}

	#menu-mainmenu>li>a {
		display: block;
		margin: 0 auto 30px auto;
		width: auto;
	}

	#menu-mainmenu>li>a span,
	#menu-mainmenu>li>a small {
		display: inline-block;
	}

	#menu-submenu-pc {
		display: none;
	}

	#menu-submenu-sp {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		list-style-type: none;
		margin: 10px auto;
		padding: 0;
	}

	#menu-submenu-sp>li {
		margin: 0 auto 30px auto;
	}

	#menu-submenu-sp>li.aboutus>a,
	#menu-submenu-sp>li.papers>a {
		align-items: center;
		background: #003894;
		color: #fff;
		display: flex;
		font-size: 0.85rem;
		font-weight: bold;
		justify-content: center;
		line-height: 1;
		margin: 0 5px;
		padding: .5rem .7rem .3rem .7rem;
		text-decoration: none;
		text-indent: 0;
		width: 4em;
	}

	#menu-submenu-sp>li>a:hover {
		opacity: .6;
	}

	.article {
		max-width: 100%;
		min-width: 100%;
		overflow: hidden;
		position: relative;
		z-index: 0;
	}

	section {
		max-width: 100%;
		min-width: 100%;
		overflow: hidden;
		position: relative;
	}

	.content-inner {
		width: 100%;
	}

	.content-inner-box {
		margin: 1%;
	}

	.pagetitle {
		margin: 2rem 0;
	}

	table tbody tr th,
	table tbody tr td {
		display: block;
		text-align: left;
	}

	table tbody tr th {
		padding-bottom: 0;
	}

	table tbody tr td {
		padding-top: 1em;
	}

	input[type='text'],
	input[type='tel'],
	input[type='email'],
	input[type='date'],
	input[type='number'],
	select,
	textarea {
		margin: auto;
		max-width: 90%;
	}

	div {
		margin: auto;
		max-width: 100%;
	}

	.flows:not(:last-of-type) {
		margin: 0;
	}

	.flows div.wp-block-column:not(:last-of-type) {
		margin: 1rem;
	}

	.flows div.wp-block-column:not(:last-of-type):after {
		display: none;
	}

	.footer-inner {
		width: 100%;
	}

	.backtoTop {
		bottom: 5px;
		cursor: pointer;
		height: 80px;
		opacity: 0;
		position: fixed;
		transition: all .6s;
		right: 5px;
		width: 80px;
		z-index: 200;
	}
}

@media only screen and (max-width:374px) {

	input[type='text'],
	input[type='tel'],
	input[type='email'],
	input[type='date'],
	input[type='number'],
	select,
	textarea {
		max-width: 90%;
		width: 90%;
	}

	.form-notice1,
	.form-notice2 {
		margin: 20px auto;
		max-width: 90%;
		width: 90%;
	}
}





.ui-datepicker-calendar {
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	display: flex;
}

.ui-datepicker .ui-datepicker-title {
	display: flex;
}

.ui-datepicker select.ui-datepicker-month {
	order: 2;
	width: 6em !important;
}

.ui-datepicker select.ui-datepicker-year {
	order: 1;
	width: 6em !important;
}

body.thanks h2.title.first {
	text-align: center;
}

.wpcf7-form-control-signature-body canvas {
	border: solid 1px rgb(133, 133, 133);
}



@media screen and (-ms-high-contrast: none) and (max-width:768px) {
	#menu-mainmenu {
		justify-content: flex-start;
		left: 0;
		position: relative;
		top: 0;
		transform: translate(0%, 0%);
		z-index: 3;
	}

	.main-nav {
		position: relative;
		width: 300px;
	}

	.main-nav nav {
		align-items: flex-start;
		justify-content: flex-start;
		height: calc(100vh - 43px);
		overflow: hidden;
	}

	#menu-submenu-sp {
		left: 0;
		position: relative;
		top: 0;
		transform: translate(0%, 0%);
		z-index: 60;
	}
}




.nav-wrapper {
	display: none;
}