@charset "utf-8";
/*
Theme Name: arkhe_child
Template: arkhe
*/

/* CSS Document */
body{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
	font-size: 1.2rem;
}
.c-postContent{
	line-height: 2;
}
.center{
	text-align: center;
}
.m_bottom40{
	margin-bottom: 40px;
}
.m_bottom80{
	margin-bottom: 80px;
}
.m_bottom100{
	margin-bottom: 100px;
}
footer{
	margin-top: 20px
}
.l-header__center{
	padding: 1rem 0;
}
body.home .l-header__logo img{
	display: none;
}
ul.l-footer__nav li:first-child{
	border-left:solid 1px #FFF;
}
ul.l-footer__nav li{
	border-right:solid 1px #FFF;
}
.l-footer__nav a{
	font-size: 1.5rem;
	letter-spacing: 3px;
}
.c-iconBtn__icon{
	font-size: 84px;
	width: 84px;
	height: 84px;
}
.ark-block-heading .ark-block-heading__main{
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
	background: url(images/title_bg.webp) no-repeat bottom center;
	padding-bottom: 15px;
	font-size: 3rem;
	margin-bottom: 60px;
}
h3.wp-block-heading{
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 600;
	font-style: normal;
	color: #777777;
	font-size: 4rem;
	letter-spacing: 4px;
	margin-top: 0;
}
h4.wp-block-heading{
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 2.3rem;
	margin-top: 20px;
	letter-spacing: 3px;
}
.c-postTimes__item{
	font-size: 1.2rem;
	color: #FFF!important;
	border-right: solid 1px #FFF;
	padding-right: 1rem;
	margin-right: 1rem;
}

.p-postList.-type-simple .p-postList__title{
	font-size: 1.2rem;
	font-weight: normal;
}
.more a{
	font-weight: bold;
	text-decoration: none;
	font-size: 1.4rem;
}
.p-postList.-type-simple{
	border-top: none;
}
.p-postList.-type-simple .p-postList__link{
	border-bottom: dashed 1px #FFF;
}
.swiper{
	overflow: visible!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: -80px!important;
}
.swiper-pagination-bullet{
	background: #FFF!important;
	opacity: 1!important;
}
.swiper-pagination-bullet-active{
	opacity: 0.5!important;
}
table, .wp-block-table td, .wp-block-table th{
	border: none;
}
table.formTable{
	max-width: 800px;
	margin: auto;
	border: none;
}
table.formTable th{
	border: none;
	background: none;
	text-align: right;
	font-weight: normal;
	vertical-align: middle;
	padding: 15px 20px!important;
	white-space: nowrap;
}
table.formTable td{
	border: none;
}
button, input, select, textarea{
	background: none;
	border-color: #FFF;	
}
.btn01 a, .btn01 button{
	color: #FFF;
	padding: 5px 20px;
	margin: 20px auto 40px;
	display: inline-block;
	transition: 0.3s;
}
.btn01 button:hover{
	opacity: 0.5;
}
.privacy{
	max-width: 800px;
	margin: auto;
	height: 300px;
	overflow-y: scroll;
	border:solid 1px #FFF;
	padding: 30px;
}

@media (min-width: 741px) {

	.p-postList__body{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 20px 0;
	}
}

@media (max-width: 740px) {
	body{
		font-size: 1rem;
	}
	.l-footer__nav a{
		font-size: 1.1rem;
		letter-spacing: 1px;
	}
	
	.more a{
		font-size: 1.1rem;
	}
	table.formTable th{
		text-align: left;
		border-bottom: none;
		padding: 15px 0!important;
	}
	table tr td:first-child{
		white-space: nowrap;
	}
	
}