@charset "utf-8";
.underline {
    text-decoration: underline !important;
}
.bold{
	font-weight: bold;
}
.mgt20{
	margin-top: 20px;
}
iframe.iframe-calendar-g {
    min-height: 570px;
    width: 80%;
    margin: 0 auto;
    height: 30vw;
    display: block;
}
.spinner{
	width:88%;
	margin:0 auto;
}
/* ガイドページ */
.guidetitle#henpin{
	margin-top: 0;
}
.guidetitle{
	font-size: 21px;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: 2px;
    margin-top: 45px;
    border-bottom: 1px solid #ebebeb;
}
.black-ptitle{
	font-size: 21px;
  padding: 0 0 3px 28px;
  position: relative;
  border-bottom: 1px dashed #aaaaaa;
}
.black-ptitle:before{
	content: '';
  width: 12px;
  height: 6px;
  display: inline-block;
  background: #000;
  position: absolute;
  top: 14px;
  left: 8px;
}
.text-secbox{	margin-top: 20px;
	padding-bottom: 30px;
}
.text-secbox .bg-title{
	margin-bottom: 20px;
	background: #f5f5f5;
	padding:7px 0 5px 10px;
	font-weight: normal;
	color:#121212;
}
ul.dotlist{
	margin:15px 0 25px;
}
.dotlist li {
  list-style-type: square !important;
  margin: 5px 0 0 20px;
}

.returnaboutarea{
	border:1px solid #313131;
	padding:15px 20px;
	margin:20px 0;
}
.returntitle{
	font-size:17px;
	font-weight:bold;
	margin-bottom:5px;
}
.numberlist{
	margin:15px 0 20px 20px;
}
.numberlist li{
	list-style-type: decimal;
	margin-bottom:12px;
	padding-left:5px;
}
h4.secbox__title{
	margin-top: 45px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}