/*
Theme Name: tta
Theme URI: https://wordpress.org/themes/twentytwenty/
Description: Theme to support tutsplus tutorial. Child theme for the Twenty Twenty theme.
Author: SHD
Text Domain: twentytwenty
Author URI: https://www.shinsei-p.co.jp/
Template: twentytwenty
Version: 2.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
div.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100rem;
}
.entry-content * {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
}
div.entry-content p,
div.entry-content li {
	line-height: 1.6;
}


/*-----スマホメニュー------------------------------------------------------------*/
div.menu-modal-inner {
	background: #0b308e;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
ul.modal-menu {
	left: auto;
	width: 100%;
}
button.close-nav-toggle {
	background: #fff;
	width: 100vw;
	left: calc(50% - 50vw);
	padding: 1.5rem 1rem;
}
button.close-nav-toggle:focus {text-decoration: none;}
.modal-menu li {
	border: none;
}
.modal-menu > li > div.ancestor-wrapper > a {
	font-size: 1.6rem;
	color: #fff;
	padding: 1.5rem 0;
	font-weight: 500;
	text-decoration: none !important;
}
.modal-menu .sub-menu li {border-left: none;}
.modal-menu .sub-menu a {
	color: #fff;
	padding: 1.5rem 2rem;
}

@media(max-width: 999px){
	.metaslider div.flexslider {margin-bottom: 0;}
}

/*-----パンくず------------------------------------------------------------*/
div.breadcrumbs {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0.8rem 0;
	font-size: 1.6rem;
	color: #333;
}
div.breadcrumbs a {
	text-decoration: none;
}
@media(max-width: 767px){
	div.bg_h1{margin-bottom: 1.5rem;}
	div.breadcrumbs{display: none;}
}
/*-----ページタイトル非表示------------------------------------------------------------*/
.page #site-content header.entry-header {display: none;}

/*-----ヘッダー------------------------------------------------------------*/
div.site-title a {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 600;
}
div.site-title a:active,
div.site-title a:focus,
div.site-title a:focus-visible {
	text-decoration: none;
	outline: none;
}
div.site-title a:hover {
	text-decoration: none;
}
ul.primary-menu {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
}
ul.primary-menu > li > a {
	color: #000 !important;
}
ul.primary-menu > li > a:hover {
	text-decoration: none;
	color: #cd2653 !important;
}
ul.primary-menu li.current-menu-item > a,
ul.primary-menu li.current-menu-item > .link-icon-wrapper > a {
	text-decoration: none;
}
header#site-header {
	position: fixed;
	width: 100%;
	background: #ffffffe0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 5;
}
@media(min-width: 1000px){
	header#site-header > .header-inner {
		padding: 2.8rem 2rem;
	}
}
@media(max-width: 999px){
	header#site-header > .header-inner {
		padding: 1.5rem 0rem;
	}
	header#site-header > .header-inner .toggle {
		align-items: unset;
		padding-top: 0.5rem;
	}
	button.close-nav-toggle {
		padding: 1.5rem 1rem;
	}
}

/*-----トップページ------------------------------------------------------------*/
div.post-inner {
	padding-top: 0;
}
.home.singular .entry-header {display: none;}
.home div.entry-content h2 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 600;
	font-size: 3rem;
	padding: 0;
	margin: 0 0 0.8rem;
}
.home div.entry-content .about_area h3 {
	font-size: 4rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	margin: 0 0 2rem;
}
.about_area > div.wp-block-group {
	align-items: flex-start;
	margin-top: 1rem !important;
}
.about_area > div.wp-block-group > p {
	width: calc(100% / 2 + 5rem);
	margin-right: 2rem;
}
.about_area > div.wp-block-group > figure {
	width: calc(100% / 2 - 8rem);
	margin: 0 !important;
}
div.info_area {
	background: url("img/bgsample.jpg");
	padding: 6rem 2rem;
}
ul.kimotsukinews {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto !important;
}
ul.kimotsukinews li {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	padding: 1rem 0;
	border-bottom: 1px dashed #aaa;
}
ul.kimotsukinews li time {
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0 2rem 0 0;
}
ul.kimotsukinews li a {
	font-weight: 500;
	font-size: 2rem;
	color: #333;
}
.custom-latest-posts {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
	width: 100%;
	background: #fff;
	padding: 2rem;
}
.custom-latest-posts a {
	text-decoration: none;
	color: #333;
	display: block;
	border-bottom: 1px dashed #aaa;
	padding: 16px 32px;
}
.custom-latest-posts a:hover {
	background: #f0f0f0;
}
.custom-latest-posts .latest-post-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.custom-latest-posts .post-meta {
	align-items: center;
	gap: 16px;
	margin: 0;
}
.custom-latest-posts .post-meta .category-names {}
.custom-latest-posts .post-meta .category-name {
	background: #e50020;
	color: #fff;
	border-radius: 10vh;
	padding: 0px 15px 0px 15px;
	width: auto;
	max-width: 100%;
}
.custom-latest-posts .post-meta .post-date {
	margin: 0;
}
.custom-latest-posts .latest-post-item .kaisaidate {
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}
.home div.entry-content .custom-latest-posts .latest-post-item h3 {
	font-size: 2rem;
	margin: 0;
}
.custom-latest-posts .latest-post-item .shimekiridate {
	font-size: 1.6rem;
	background: #f0f0f0;
	margin-top: 5px;
	padding: 5px;
}
div.tta_infolist {
	gap: 3rem;
}
div.tta_infolist > div {
	width: 100%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
div.tta_infolist > div > p {
	width: 100%;
}
div.tta_infolist > div a {
	display: block;
	position: relative;
	background: #0b308e;
	color: #fff;
	text-decoration: none;
	padding: 1rem 2.5rem;
	font-size: 2.8rem;
	border-radius: 1rem;
}
div.tta_infolist > div a::before {
	content: '\f45d';
	font-family: 'Font Awesome 7 Free';
	font-weight: 900;
	padding: 0 2rem 0 0;
	color: #fff;
}
footer#site-footer {
	background: #0b308e;
	padding-bottom: 0;
	padding-top: 0;
}
div.footer-credits {
	width: 100%;
	text-align: center;
}
p.footer-copyright {
	font-weight: 500;
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0.2rem 0;
}
p.footer-copyright a {
	color: #fff;
}
#site-content header.archive-header,
#site-content header.tokohead {
	background: url("img/bgsample.jpg");
}
#site-content header.archive-header h1,
#site-content header.tokohead .entry-title {
	text-align: left;
	padding: 120px 0 20px;
	font-family: "Zen Kaku Gothic New", sans-serif !important;
	font-weight: 500;
	font-size: 3.2rem;
	line-height: 1.5;
}
#site-content header.archive-header h1 span.color-accent,
ul.post-meta li.post-author {
	display: none;
}
.archive.category article .entry-header-inner {
	border-bottom: 1px dashed #aaa;
	padding: 16px 0;
}
.archive.category h2.entry-title {
	font-size: 2.5rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	margin: 0 0 2rem;
	text-align: left;
}
div.entry-categories {
	margin-bottom: 1rem;
	display: flex;
}
div.entry-categories-inner {
	justify-content: flex-start;
	margin: 0;
}
div.entry-categories-inner a {
	background: #e50020;
	color: #fff;
	border-radius: 10vh;
	padding: 0px 15px 3px 15px;
	margin: 0 0 0 0.5rem;
	width: auto;
	max-width: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
}
div.entry-categories div.post-meta-wrapper {
	margin: 0;
	width: 180px;
	
}
div.entry-categories .post-meta {
	margin: 0;
	justify-content: flex-start;
}
div.entry-categories .post-meta .meta-wrapper {
	margin: 0;
}
div.entry-categories .post-meta .meta-icon {
	display: none;
}
div.entry-categories .post-meta .meta-text a {
	border: none;
	font-size: 1.6rem;
	font-weight: 500;
}
.archive.category div.kaisaidate {
	text-align: left;
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}
.archive.category div.shimekiridate {
	text-align: left;
	font-size: 1.6rem;
	background: #f0f0f0;
	padding: 5px;
}
.archive.category article div.post-inner {
	display: none;
}
div.entry-content.tokopage {
	padding-top: 5rem;
}
div.entry-content.tokopage h1 {
	font-size: 2.5rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #0b308e;
	border-bottom: 2px solid #0b308e;
	padding-bottom: 1rem;
}
div.entry-content.tokopage .thecontent {
	font-size: 1.6rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	padding: 0 2rem;
	margin-bottom: 1rem;
}
div.entry-content.tokopage .thecontent p {
		margin-bottom: 0.8rem;
}
div.entry-content.tokopage .tokonaiyo {
	padding: 0 1.5rem;
}
div.entry-content.tokopage .tokonaiyo dl {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
div.entry-content.tokopage .tokonaiyo dl dt {
	background: #d8e3ff;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0.5rem;
	border-left: 3px solid #0b308e;
	color: #0b308e;
}
div.entry-content.tokopage .tokonaiyo dl dd {
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
	padding: 1rem 1rem 0;
}
div.entry-content.tokopage .entry-categories {
	justify-content: flex-end;
}
div.entry-content.tokopage .entry-categories .koshinbi {
	display: flex;
	font-size: 1.6rem;
	color: #333;
	margin-left: 2.5rem;
}
div.entry-content.tokopage .entry-categories div.post-meta-wrapper {
	width: 155px;
}
div.entry-content.tokopage .entry-categories .post-meta .meta-text a {
	margin-left: 1rem;
}
div.entry-content.tokopage .tokonaiyo .pdf a,
div.entry-content.tokopage .tokonaiyo .excel a {
	display: block;
	text-decoration: none;
	font-weight: 600;
	padding: 0.8rem 0.5rem;
}
div.entry-content.tokopage .tokonaiyo .pdf a::before {
	content: '\f1c1';
	font-family: 'Font Awesome 7 Free';
	font-weight: 900;
	padding: 0 1rem 0 0;
	color: #EF5350;
	font-size: 20px;
}
div.entry-content.tokopage .tokonaiyo .excel a::before {
	content: '\f1c3';
	font-family: 'Font Awesome 7 Free';
	font-weight: 900;
	padding: 0 1.4rem 0 0;
	color: #66BB6A;
	font-size: 23px;
}
.footer-top-visible div.footer-nav-widgets-wrapper {
	margin: 8rem 0 0 0;
}
.footer-top-visible div.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper {
	padding: 0.8rem 0;
}
.footer-top-visible div.footer-nav-widgets-wrapper .footer-widgets-wrapper {
	display: block;
}
.footer-top-visible div.footer-nav-widgets-wrapper .footer-widgets {
	width: 100%;
	margin: 0;
}
div.footer-nav-widgets-wrapper .renrakusaki {
	margin: 0 !important;
}
div.footer-nav-widgets-wrapper .renrakusaki .site-title {
	margin: 0 !important;
}
div.footer-nav-widgets-wrapper .renrakusaki .site-title a {
	color: #000000;
}
div.footer-nav-widgets-wrapper .renrakusaki .finfo {
	margin: 0 !important;
	font-size: 1.6rem;
	text-align: center;
}

@media (min-width: 700px) {
	div.entry-content {
		font-size: 1.8rem;
	}
}
@media (min-width: 769px) {
	ul.kimotsukinews li a:hover {
		text-decoration: underline;
	}
}
@media(min-width: 1000px){
	div.entry-content > .alignnormal {
		max-width: 1920px !important;
		width: 100% !important;
	}
	div.tta_infolist > div a:hover {
		opacity: 0.8;
		transform: translateY(-5px);
	}
	div.entry-content.tokopage .tokonaiyo .pdf a:hover,
	div.entry-content.tokopage .tokonaiyo .excel:hover a {
		background: #f0f0f0;
	}
}
@media(max-width: 999px){
	div.entry-content > .alignnormal {
		max-width: none !important;
		width: 100% !important;
	}
	.about_area > div.wp-block-group {
		flex-direction: column-reverse;
	}
	.about_area > div.wp-block-group > p {
		width: 100%;
		margin: 1rem 0 0;
	}
	.about_area > div.wp-block-group > figure {
		width: 100%;
		max-width: 500px;
		margin: 0 auto !important;
		border-radius: 1.5rem;
		overflow: hidden;
		
	}
}
@media(max-width: 768px){
	.home div.entry-content h2 {
		font-size: 3.5vw;
		padding: 0;
	}
	.home div.entry-content .about_area h3 {
		font-size: 4.4vw;
		margin: 0;
	}
	.about_area p {
		font-size: 2.6vw;
	}
	.custom-latest-posts a {
		padding: 16px;
	}
	div.tta_infolist > div a {
		padding: 0.5rem 2rem;
		font-size: 3vw;
	}
	#site-content header.archive-header,
	#site-content header.tokohead {
		padding-top: 0
	}
}
@media(max-width: 599px){
	.home div.entry-content h2 {
		font-size: 4.8vw;
		padding: 0;
	}
	.home div.entry-content .about_area h3 {
		font-size: 5.6vw;
		margin: 0;
	}
	.about_area p {
		font-size: 3.4vw;
	}
	.custom-latest-posts {
		padding: 0.5rem;
	}
	.custom-latest-posts a {
		padding: 10px;
	}
	div.tta_infolist > div a {
		padding: 0.5rem 1rem;
		font-size: 4.2vw;
	}
	.custom-latest-posts .post-meta .category-name {
		padding: 0px 10px 0px 10px;
		font-size: 3.4vw;
	}
	.custom-latest-posts .latest-post-item .kaisaidate {
		font-size: 3.8vw;
	}
	.home div.entry-content .custom-latest-posts .latest-post-item h3 {
		font-size: 5vw;
	}
	.custom-latest-posts .latest-post-item .shimekiridate {
		font-size: 3.8vw;
	}
	p.footer-copyright {
		font-size: 1.2rem;
	}
	#site-content header.archive-header h1,
	#site-content header.tokohead .entry-title {
		padding: 80px 0 20px;
		font-size: 7vw;
	}
	div.entry-categories-inner a {
		padding: 2px 10px 0 10px;
		font-size: 3.4vw;
	}
	div.entry-categories .post-meta .meta-text a {
    font-size: 3.4vw;
	}
	.archive.category div.shimekiridate,
	.archive.category div.kaisaidate {
		font-size: 3.8vw;
	}
	.archive.category h2.entry-title {
		font-size: 5vw;
	}
	div.entry-content.tokopage .thecontent {
		font-size: 3.4vw;
		padding: 0;
	}
	div.entry-content.tokopage .tokonaiyo {
		padding: 0;
	}
	div.entry-content.tokopage .tokonaiyo dl dd {
		font-size: 3.4vw;
	}
	div.entry-content.tokopage .tokonaiyo .pdf a,
	div.entry-content.tokopage .tokonaiyo .excel a {
		padding: 0.4rem 0.5rem;
	}
	div.entry-content.tokopage h1 {
		font-size: 5.5vw;
	}
}


