@charset "utf-8";

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, serif;
	font-weight: 300;
	color: #000;
	letter-spacing: 0.025em;
	position: relative;

}

div:after,
ul:after,
nav:after,
li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

br {
	line-height: 1;
}

img {
	border: 0px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p,
strong,
a,
span {
	margin: 0px;
	padding: 0;
	line-height: 100%;
	font-weight: 300;
}

*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

dl {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 0%;
}

dl dt,
dl dd {
	margin: 0;
	padding: 0;
	line-height: normal;
}

form,
input,
textarea,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}


article,
section {
	margin: 0;
	padding: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*textstyle*/
.txtleft {
	text-align: left;
}

.txtright {
	text-align: right;
}

.txtcenter {
	text-align: center;
}

.pc {
	display: none;
}

.green {
	color: #007B4A;
}

.b {
	font-weight: 500;
}

.mb40 {
	margin-bottom: 40px;
}

/* ==========================================================================//
//
// sp
//
// ========================================================================== */
.nav_list {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.nav_item+.nav_item {
	margin-left: 20px;
}

.nav_item a {
	font-size: 16px;
	text-decoration: underline;
	color: #000;
}

/* 20211210 */
.box_one dl {
	max-width: 80%;
	margin: 0 auto 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #222;
}

.box_one dl dt {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.5em;
	color: #010164;
}

.box_one dl dd {
	font-size: 13px;
}

.box_one p.txt {
	max-width: 80%;
	margin: 0 auto 15px;
	padding-bottom: 15px;
	font-weight: 500;
	font-size: 18px;
	border-bottom: solid 1px #222;
}

.box_one p.txt a {
	color: #010164;
}

.box_one p.access_txt {
	margin-bottom: 0;
	border-bottom: none;
	color: #010164;
}



/* ==========================================================================//
//
// pc
//
// ========================================================================== */
body{
	background: #f4e8a0;
}
@media screen and (min-width: 768px) {
	article {
		background: #f4e8a0;
	}
	
	article>section {
		max-width: 640px;
		margin: 0 auto;
		padding-bottom: 260px !important;
	}
}

/* 20220915 */
#ui-datepicker-div {
	z-index: 9999 !important;
}