@charset "UTF-8";
#pageHeader {
	position: relative;
	padding-top: 150px;
}
#pageHeader::before{
	opacity: 0.1;
	color: #848484;
	font-size: 148px;
	position: absolute;
	bottom: -80px;
	left: 0;
	font-weight: bold;
}
#pageHeader h2 {
	padding: 80px 0 140px 80px;
	width: 70%;
	background: #F6F6F8;
	border-radius: 20px;
}
#pageHeader h2 span.en {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	color: #7A8389;
}
#pageHeader img {
	height: 300px;
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 60%;
	object-fit: cover;
	border-radius: 15px;
}
@media screen and (max-width: 768px) {
	#pageHeader {
		padding-top: 60px;
		margin-top: 70px;
		overflow: hidden;
	}
	#pageHeader::before {
    font-size: 70px;
    bottom: 20px;
    left: auto;
    right: -10px;
	}
	#pageHeader h2 {
		padding: 130px 0 30px 20px;
		width: 85%;
		border-radius: 0 20px 20px 0;
	}
	#pageHeader h2 span.en {
		display: block;
		margin-bottom: 8px;
		font-size: 14px;
	}
	#pageHeader img {
		height: 160px;
		bottom: auto;
		right: 0;
		top: 0;
		width: 80%;
		border-radius: 15px 0 0 15px;
	}

}
main {
	width: 1200px;
	margin: 0 auto;
}
main .breadcrumb {
	text-align: right;
	font-size: 14px;
	margin: 20px 0;
}
@media screen and (max-width: 768px) {
	main {
		width: 100%;
		margin: 0 auto;
	}
	main section {
		padding: 20px;
	}
	main .breadcrumb {
		text-align: left;
		margin: 0;
		font-size: 12px;
	}
}
.content h1 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #1F1F1F;
	font-size: 30px;
}
.content h2 {
	font-size: 30px;
	margin-bottom: 30px;
	position: relative;
	padding: 0 0 30px;
}
.content h2:not(:first-child) {
	padding-top: 60px;
}
.content h2::before {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0;
	margin: 0;
}
.content h3 {
	font-size: 24px;
	margin-bottom: 15px;
}
.content h4 {
	font-size: 20px;
	background: #F6F6F8;
	padding: 15px 20px;
	border-left: 2px solid #1F1F1F;
	margin-bottom: 20px;
}
.content h5, .content h6 {
	font-size: 18px;
	margin-bottom: 10px;
}
.content img{
	width: 100%;
}
.content img.w-25{
	width: 25%;
}
a.btn {
	min-width: 300px;
	display: inline-block;
	padding: 20px;
	border-radius: 10px;
	background: #1F1F1F;
	color: #fff;
	position: relative;
}
a.btn::after {
	content: "→";
	position: absolute;
	top: 20px;
	right: 20px;
}
.content p {
	margin-bottom: 18px;
}
.content p a {
	text-decoration: underline;
}
.content p a.linkIcon {
	text-decoration: none;
}
.content p a.btn01{
	text-decoration: none;
	background: #2fc989;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	padding: 12px 50px 12px 30px;
	border-radius: 8px;
	min-width: 100px;
	position: relative;
}
.content p a.btn01::before{
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	background: url(../img/arrow_left_wh.png) center/contain no-repeat;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.content ul, .content ol {
	border: 1px solid #C6C6C6;
	padding: 20px 15px;
	border-radius: 15px;
	margin-bottom: 30px;
}
.content ul li, .content ol li {
	margin-left: 30px;
	margin-bottom: 5px;
}
.content ul li:last-of-type,
.content ol li:last-of-type{
	margin-bottom: 0;
}
.content table {
	border-top: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	margin: 30px auto;
	width: 100%;
	border-spacing: 0;
}
.content table th, .content table td {
	padding: 10px 20px;
	border-left: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}
.content table th {
	background-color: #F6F6F8;
	text-align: left;
}
.content table th.center {
	text-align: center;
}
.content table td {
	text-align: center;
}
.content blockquote {
	background: #F6F6F8;
	padding: 20px;
	margin: 30px 0;
	border-radius: 15px;
}
.content blockquote p:last-of-type {
	margin-bottom: 0;
}
.content blockquote p.moto {
	text-align: right;
}
.content blockquote p.moto a {
	display: inline-block;
	text-decoration: none;
}
.content blockquote p.moto a::before {
	content: "─　";
	text-decoration: none;
}
.content .back {
	text-align: center;
	margin: 30px 0;
}
@media screen and (max-width: 768px) {
	.content h1{
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 26px;
		line-height: 1.4;
	}
	.content h2:not(:first-child){
		padding-top: 40px;
	}
	.content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0px 0 15px;
	}
	.content h2::before{
		width: 40px;
	}
	.content h3 {
    font-size: 20px;
    margin-bottom: 10px;
	}
	.content h4 {
    font-size: 18px;
    padding: 10px 17px;
    margin-bottom: 15px;
	}
	.content h5, .content h6{
		font-size: 17px;
    margin-bottom: 10px;
	}
	.content p {
		margin-bottom: 10px;
		font-size: 15px;
		text-align: justify;
	}
	.content p a.btn01{
		display: block;
		font-size: 14px;
	}
	.content blockquote{
		margin: 20px 0;
	}
	.content ul, .content ol{
		margin-bottom: 20px;
	}
	.content ul li, .content ol li{
		font-size: 15px;
	}
	.content table{
		font-size: 15px;
		margin: 20px auto;
		width: 100%;
	}
	.content table th, .content table td {
		padding: 10px 5px;
	}
	.content iframe{
		max-width: 100%;
		height: 300px;
	}
	main .spScroll {
		width: 100%;
		overflow: auto;
	}
}
.content .mainCatch {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.content .mainCatch .image {
	width: 45%;
}
.content .mainCatch .image img {
	border-radius: 15px;
	object-fit: contain;
}
.content .mainCatch .text {
	width: 50%;
}
@media screen and (max-width: 768px) {
	.content .mainCatch {
		display: block;
		margin-bottom: 50px;
	}
	.content .mainCatch .image {
		width: 100%;
	}
	.content .mainCatch .image img {
		border-radius: 15px;
		object-fit: contain;
	}
	.content .mainCatch .text {
		width: 100%;
	}
}
.twocolumn {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.twocolumn .content, .twocolumn .archive {
	width: 70%;
}
.twocolumn .side {
	width: 23%;
}
.twocolumn .half {
	width :49%;
	margin-bottom:20px;
}
@media screen and (max-width: 768px) {
	.twocolumn {
		display: block;
	}
	.twocolumn .content, .twocolumn .archive {
		width: 100%;
	}
	.twocolumn .side {
		width: 100%;
	}
	.twocolumn .half {
		width :100%;
	}
}
.flexBox_col2 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.flexBox_col2 .content {
	width: calc(50% - 30px);
	margin: 0 15px 30px;
}
@media screen and (max-width: 768px) {
	.flexBox_col2 {
		margin: 0;
	}
	.flexBox_col2 .content {
		width: 100%;
		margin: 0 0 15px;
	}
}
.side h3 {
	font-size: 20px;
	border-bottom: 2px solid #1F1F1F;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.side h3 span.en {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	color: #7A8389;
	font-family: Arial Black, Helvetica, sans-serif;
}
.side h3::before {
	border: 0;
}
.side .sideBlock {
	margin-bottom: 50px;
}
.side li {
	list-style: none;
}
.side ul li a {
	display: block;
	padding: 15px;
	border-bottom: 1px solid #C6C6C6;
}
.side ul li a:hover {
	background-color: #F6F6F8;
	opacity: 1.0;
}
.side li span.date {
	display: block;
	font-size: 12px;
	color: #848484;
	margin-bottom: 5px;
	font-family: "Prompt", sans-serif;
}
.side ul.tagList {
	padding: 15px 0;
}
.side ul.tagList li {
	display: inline-block;
}
.side ul.tagList li a {
	display: block;
	padding: 3px 12px;
	background-color: #F6F6F8;
	border: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	font-size: 12px;
	border-radius: 20px;
}
.side ul.tagList li a:hover {
	background: #1F1F1F;
	color: #fff;
	opacity: 1.0;
}
.side ul.thumbnailList li {
	border-bottom: 1px solid #C6C6C6;
	padding: 15px 0;
}
.side ul.thumbnailList li a {
	border: 0;
	padding: 0;
	display: flex;
}
.side ul.thumbnailList li img {
	width: 100px;
	height: 63px;
	object-fit: cover;
	border-radius: 5px;
	display: inline-block;
}
.side ul.thumbnailList li .dateTitle {
	margin-left: 10px;
	display: inline-block;
	width: 160px;
}
.side ul.thumbnailList li .dateTitle span {
	display: block;
	font-size: 12px;
	color: #848484;
	margin-bottom: 5px;
	font-family: "Prompt", sans-serif;
}
.relatedEntry {
	margin: 80px 0;
}
.relatedEntry h3 {
	font-size: 20px;
	border-bottom: 2px solid #1F1F1F;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.relatedEntry h3 span.en {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	color: #7A8389;
	font-family: Arial Black, Helvetica, sans-serif;
}
.relatedEntry h3::before {
	border: 0;
}
.relatedEntry li {
	list-style: none;
	padding: 20px 20px 20px 0;
	border-bottom: 1px solid #C6C6C6;
	display: flex;
	margin-left: 0;
	align-items: flex-start;
}
.relatedEntry li .date {
	display: block;
	font-family: "Prompt", sans-serif;
	font-weight: 200;
	letter-spacing: 0.08em;
}
.relatedEntry li .category {
	white-space: nowrap;
	padding: 3px 12px;
	background-color: #1F1F1F;
	border-radius: 60px;
	color: #fff;
	font-size: 12px;
	margin-left: 20px;
	width: 4rems;
}
.relatedEntry li a {
	margin-left: 20px;
	display: block;
}
.relatedEntry_thumb {
	margin: 80px 0;
}
.relatedEntry_thumb h3 {
	font-size: 20px;
	border-bottom: 2px solid #1F1F1F;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.relatedEntry_thumb h3 span.en {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	color: #7A8389;
	font-family: Arial Black, Helvetica, sans-serif;
}
.relatedEntry_thumb h3::before {
	border: 0;
}
.relatedEntry_thumb ul {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}
.relatedEntry_thumb li {
	list-style: none;
	width: 30%;
}
.relatedEntry_thumb li img {
	height: 250px;
	border-radius: 10px;
	width: 100%;
	object-fit: cover;
}
.relatedEntry_thumb li .flexBox {
	justify-content: space-between;
	margin: 10px 0;
}
.relatedEntry_thumb li .date {
	display: block;
	font-family: "Prompt", sans-serif;
	font-weight: 200;
}
.relatedEntry_thumb li .category {
	padding: 3px 12px;
	background-color: #1F1F1F;
	border-radius: 60px;
	color: #fff;
	font-size: 12px;
	margin-left: 20px;
}
.pageNation {
	text-align: center;
	list-style: none;
}
.pageNation li {
	display: inline-block;
	margin: 0 5px;
}
.pageNation li a {
	background: #F6F6F8;
	display: block;
	border-radius: 50%;
	padding: 8px 15px;
}
.pageNation li.now a, .pageNation li a:hover {
	color: #fff;
	background: #1F1F1F;
}
.wp-pagenavi {
	text-align: center;
	margin: 40px auto;
}
.wp-pagenavi span.current, .wp-pagenavi a {
	background: #F6F6F8;
	display: inline-block;
	border-radius: 50%;
	padding: 5px 15px;
	margin-right: 10px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #fff;
	background: #1F1F1F;
}
.flexBox {
	display: flex;
}
.content ul.pageLink {
	padding: 0;
	border: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.content ul.pageLink li {
	width: 23%;
	border-bottom: 1px solid #1F1F1F;
	margin: 0;
}
.content ul.pageLink li a {
	display: block;
	padding: 10px 0 10px 0;
	font-size: 18px;
	font-weight: 800;
	position: relative;
}
.content ul.pageLink li a::after {
	content: "∨";
	position: absolute;
	top: 10px;
	right: 0;
	transform: scaleY(70%);
	font-weight: 200;
}
@media screen and (max-width: 768px) {
	.relatedEntry{
		margin: 0 0 40px;
	}
	.relatedEntry li{
		display: block;
		padding: 15px 0;
	}
	.relatedEntry li .date{
		display: inline-block;
		font-size: 13px;
	}
	.relatedEntry li .category{
		margin-left: 5px;
	}
	.relatedEntry li a{
		margin: 10px 0 0;
	}
	.content ul.pageLink {
		flex-wrap: wrap;
	}
	.content ul.pageLink li {
		width: 48%;
		margin-bottom: 10px;
	}
	.side .sideBlock{
		margin-bottom: 30px;
	}
	.side ul li a{
		font-size: 14px;
		padding: 13px 15px;
	}
	.wp-pagenavi{
		margin: 20px auto;
	}
}
/*--------------------------------------------------
**************************************************
  Newsページ独自スタイル
**************************************************
--------------------------------------------------*/
#news .entryInfo {
	display: flex;
	margin-bottom: 20px;
}
#news .entryInfo .date {
	font-size: 16px;
	color: #848484;
	font-family: "Prompt", sans-serif;
	font-weight: 300;
}
#news .entryInfo .category {
	padding: 3px 12px;
	background-color: #1F1F1F;
	border-radius: 60px;
	color: #fff;
	font-size: 12px;
	margin-left: 20px;
}
#news .entryInfo .tag {
	margin-left: 20px;
	background: url(../img/tag.png) no-repeat left center;
	padding-left: 45px;
}
#news .entryInfo .tag a {
	display: inline-block;
	margin-right: 12px;
	text-decoration: underline;
	font-size: 14px;
}
img.eyecatch {
	width: 100%;
	border-radius: 30px;
	object-fit: cover;
	display: block;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	#news .entryInfo {
		display: block;
		margin-bottom: 20px;
	}
	#news .entryInfo .date {
		margin-right: 4px;
		display: inline-block;
	}
	#news .entryInfo .category {
		display: inline-block;
		margin-left: 0px;
		margin-bottom: 5px;
	}
	#news .entryInfo .tag {
		margin-left: 0px;
		background-size: 20px;
		padding-left: 27px;
	}
	#news .entryInfo .tag a{
		font-size: 13px;
		margin-right: 0;
	}
	img.eyecatch {
		border-radius: 15px;
		height: 75%;
		margin-bottom: 20px;
	}
}
/*--------------------------------------------------
**************************************************
  スタッフページ独自スタイル
**************************************************
--------------------------------------------------*/

.staffBoxWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.staffBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 250px;
	width: 100%;
}
.staffBox.half {
	width: 45%;
}
.staffBox.half.--center {
	margin-inline: auto;
}
.staffBox .image {
	width: 44%;
	position: relative;
}
.staffBox.half .image {
	width: 100%;
}
.staffBox .image img {
	border-radius: 15px;
	object-fit: cover;
	height: 528px;
}
.staffBox .image .profile {
	width: 84.5%;
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
	position: absolute;
	top: 81%;
	left: 20%;
	border-radius: 5px;
	color: #fff;
}
.staffBox .image .profile p.post {
	margin-bottom: 0px;
	font-size: 14px;
}
.staffBox .image .profile p.staffName {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
.staffBox .image .profile .biograph dl {
	display: flex;
	margin-bottom: 5px;
	width: 100%;
	font-size: 14px;
}
.staffBox .image .profile .biograph dl dt {
	white-space: nowrap;
}
/*.staffBox .image .profile .biograph dl dt {width:22%;}
.staffBox .image .profile .biograph dl dd {width: 76%;}*/

.staffBox .text {
	width: 46%;
}
.staffBox.half .image .profile {
	width: calc( 90% - 40px);
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
	position: absolute;
	top: 81%;
	left: 5%;
	border-radius: 10px;
	color: #fff;
}
ul.staffList {
	border: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	flex-wrap: wrap;
}
ul.staffList li {
	width: 48%;
	margin: 0;
	margin-bottom: 30px;
}
ul.staffList li img {
	object-fit: cover;
	border-radius: 20px;
}
ul.staffList li .profile {
	position: relative;
	width: 80%;
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
	border-radius: 10px;
	color: #fff;
	margin: -60px auto 0 auto;
	z-index: 99;
}
ul.staffList li .profile p.post {
	margin-bottom: 0px;
}
ul.staffList li .profile p.staffName {
	font-size: 35px;
	margin-bottom: 15px;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
ul.staffList li .profile .biograph dl {
	display: flex;
	margin-bottom: 5px;
	width: 100%;
}
ul.staffList li .profile .biograph dl dt {
	white-space: nowrap;
}
/*
ul.staffList li .profile .biograph dl dt {width:20%;}
ul.staffList li .profile .biograph dl dd {width: 78%;}
*/

@media screen and (max-width: 768px) {
	.staffBox {
		display: block;
		margin-bottom: 40px;
	}
	.staffBox .image {
		width: 100%;
		position: relative;
	}
	.staffBox .image img{
		height: auto;
		width: 100%;
	}
	.staffBox .image .profile {
		width: calc(100% - 40px);
		background: rgba(0, 0, 0, 0.8);
		margin-top: 0;
		padding: 20px;
		position: relative;
		top: 0%;
		left: 0%;
		border-radius: 10px;
		color: #fff;
	}
	.staffBox .image .profile p.staffName{
		font-size: 22px;
	}
	.staffBox .image .profile .biograph dl {
		display:block;
	}
	.staffBox .image .profile .biograph dl dt {
		width: 100%;
	}
	.staffBox .image .profile .biograph dl dd {
		width: 100%;
	}
	.staffBox .text {
		width: 100%;
		margin-top: 30px;
	}

	.staffBox.half{
		width: calc(50% - 5px);
		margin-bottom: 20px;
	}
	.staffBox.half .image{
		background: rgba(0, 0, 0, 0.8);
		height: 100%;
		border-radius: 8px;
	}
	.staffBox.half .image img{
		border-radius: 8px 8px 0 0;
	}
	.staffBox.half .image .profile{
		position: unset;
		width: calc(100% - 30px);
		padding: 5px 15px 10px;
		background: transparent;
	}
	.staffBox.half .image .profile p.post{
		font-size: 11px;
	}
	.staffBox.half .image .profile p.staffName{
		font-size: 16px;
		margin-bottom: 7px;
	}
	.staffBox.half .image .profile .biograph dl{
		font-size: 11px;
	}

	ul.staffList {
		border: 0;
		list-style: none;
		display: block;
		justify-content: space-between;
		padding: 0;
		flex-wrap: wrap;
	}
	ul.staffList li {
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	ul.staffList li .profile .biograph dl dt {
		width: 30%;
	}
	ul.staffList li .profile .biograph dl dd {
		width: 68%;
	}
}
/*--------------------------------------------------
**************************************************
  お問い合わせページ独自スタイル
**************************************************
--------------------------------------------------*/
.contactform dl {
	border: 0;
	width: 100%;
	display: flex;
	margin-bottom: 10px;
}
.contactform dl dt, .contactform dl dd {
	border: 0;
	background: none;
	text-align: left;
	vertical-align: top;
}
.contactform dl dt {
	white-space: nowrap;
	padding-top: 20px;
	margin-right: 15px;
	width: 30%;
	font-size: 18px;
	font-weight: 600;
}
.contactform dl dd {
	width: 67%;
}
.contactform dl dt span.icon {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 60px;
	font-size: 14px;
	margin-left: 10px;
	white-space: nowrap;
}
.contactform dl dt span.hissu {
	background-color: #FC4C4C;
	color: #fff;
}
.contactform dl dt span.ninni {
	background-color: #7A8389;
	color: #fff;
}
.contactform dl dd input[type="text"], .contactform dl dd input[type="email"], .contactform dl dd textarea {
	width: 85%;
	padding: 15px;
	border: 0;
	background: #F6F6F8;
	font-weight: 400;
	border-radius: 5px;
	font-size: 16px;
}
.contactform dl dd input[type="text"]::placeholder, .contactform dl dd textarea::placeholder {
	color: #ccc;
}
.contactform dl dd input.short[type="text"] {
	width: 40%;
}
.contactform dl dd textarea {
	height: 120px;
}
.contactform dl dd select {
	padding: 15px;
	border-radius: 5px;
	border: 0;
	background: #F6F6F8;
}
.contactform dl dd label {
	margin-top: 10px;
	margin-right: 15px;
	cursor: pointer;
}
.contactform dl dd input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 1.3rem;
	height: 1.3rem;
	border: 0;
	background-color: #F6F6F8;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	margin-right: 5px;
	position: relative;
	padding: 0;
	display: block;
}
.contactform dl dd input[type="radio"]:checked::before {
	content: "";
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	background: #333333;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.contactform dl dd input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 1.3rem;
	height: 1.3rem;
	border: 0;
	background-color: #F6F6F8;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
	margin-right: 5px;
	position: relative;
	padding: 0;
	display: block;
}
.contactform dl dd input[type="checkbox"]:checked::before {
	content: "";
	display: block;
	width: 0.8rem;
	height: 0.5rem;
	position: absolute;
	top: 5%;
	left: 10%;
	border-left: 3px solid #333333;
	border-bottom: 3px solid #333333;
	transform: rotate(-45deg);
}
.contactform dl dd label {
	display: inline-flex;
	align-items: center;
}
.contactform dl dd a {
	text-decoration: underline;
}
.contactform .submit {
	width: 300px;
	margin: 40px auto;
	position: relative;
}
.contactform .submit input[type="submit"] {
	display: inline-block;
	padding: 20px;
	border-radius: 10px;
	background: #1F1F1F;
	color: #fff;
	border: 0;
	width: 100%;
	font-size: 18px;
	cursor: pointer;
}
.contactform .submit::before {
	content: "→";
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 999;
}
span.wpcf7-not-valid-tip {
	display: block;
	color: red;
}
.screen-reader-response {
	color: red;
}
.screen-reader-response ul {
	display: none;
}
@media screen and (max-width: 768px) {
	.contactform dl {
		display: block;
	}
	.contactform dl dt {
		display: block;
		font-size: 15px;
		margin-bottom: 10px;
	}
	.contactform dl dd {
		display: block;
		width: 100%;
	}
	.contactform dl dt span.icon {
		font-size: 12px;
		padding: 2px 15px;
		line-height: 23px;
	}
	.contactform dl dd input[type="text"],
	.contactform dl dd input[type="email"],
	.contactform dl dd textarea{
		width: calc(100% - 30px);
	}
	.contactform select {
		color: #333;
	}
	.contactform .submit input[type="submit"]{
		font-size: 15px;
		font-weight: 500;
		padding: 15px;
	}
}

/*--------------------------------------------------
**************************************************
  獣医師勤務表
**************************************************
--------------------------------------------------*/
table.attmgr_monthly_schedule th {
	width: calc(100% / 7);
	text-align: center;
}
table.attmgr_monthly_schedule td {
	vertical-align: top;
	height: auto;
}
td.portrait {
	width: 150px;
}
.list_datenavi {
	text-align: center;
	font-size: 18px;
}
#attmgr_admin_scheduler input[type="submit"] {
	padding: 5px 15px;
}
#attmgr_admin_scheduler select {
	padding: 10px;
}
table.attmgr_weekly_all td img {
	object-fit: cover;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
	margin: 0 auto 5px;
}
table.attmgr_weekly_all td.portrait {
	width: 100px;
}
table.attmgr_weekly_all td.portrait a {
	display: block;
}
@media screen and (max-width: 768px) {
	table.attmgr_monthly_schedule td {
		white-space: nowrap;
	}
	table.attmgr_weekly_all td {
		white-space: nowrap;
	}
	table.attmgr_weekly_all td img {
		display: none;
	}
}
table.fc-scrollgrid-sync-table {
	margin: 0;
}
table.fc-scrollgrid td, table.fc-scrollgrid th {
	padding: 0;
}
table.fc-col-header {
	margin: 0;
}


/*--------------------------------------------------
**************************************************
  ページタイトル
**************************************************
--------------------------------------------------*/
#pageHeader.Access::before {
	content: "Access";
}
#pageHeader.Guide::before {
	content: "Guide";
}
#pageHeader.Medical::before {
	content: "Medical";
}
#pageHeader.Service::before {
	content: "Service";
}
#pageHeader.Privacy::before {
	content: "Privacy Policy";
}
#pageHeader.Schedule::before {
	content: "Schedule";
}
#pageHeader.news::before {
	content: "News";
}
#pageHeader.blog::before {
	content: "Blog";
}
#pageHeader.case::before {
	content: "Case";
}
#pageHeader.staff::before {
	content: "Member";
}
#pageHeader.contact::before {
	content: "Contact";
}

/*--------------------------------------------------
**************************************************
  追加css
**************************************************
--------------------------------------------------*/
img.normalWidth {
	width:auto;
}
.qa {
	margin-bottom:20px;
}
.qa dt {
  background-color: #eee;
	border:1px solid #ccc;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
	font-weight:bold;
}

.qa dt::before,
.qa dt::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#151E2F;
}
.qa dt::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.qa dt.active::after{transform:rotate(0deg);}
.qa dd {
	display:none;
	padding:15px;
	border:1px solid #ccc;
}
.spScroll table td {
	white-space:nowrap;
}
td sup {
	font-size:0.6rem;
}