
/* --------------------------------------------------- */
.comingsoon p {
	text-align: left;
	margin-bottom: 15px;
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 1200px;
	width: 90%;
	margin: 50px auto;
	border: #2A648E 1px solid;
	border-radius: 10px;
	padding: 5%;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
#sec01 p {
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}
#sec01 .tel {
	display: block;
	font-size: 2.5em;
	line-height: 160%;
	text-align: center;
	pointer-events: none;
	font-family: "Jost", serif;
	letter-spacing: 3px;
}
#sec01 .tel span.cap {
	font-family: "Noto Sans JP", serif;
	display: block;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 2px;
}
#sec01 .tel .material-symbols-outlined {
	font-variation-settings: 'FILL' 1;
	font-size: 35px;
	margin-right: 5px;
	vertical-align: middle;
}
@media (max-width: 820px) {
	#sec01 p {
		text-align: left;
		line-height: 180%;
	}
}
@media (max-width: 640px) {
	#sec01 .tel {
		font-size: 2.1em;
		pointer-events: auto;
	}
	#sec01 .tel span.cap {
		font-size: 13px;
	}
	#sec01 .tel .material-symbols-outlined {
		font-size: 30px;
	}
}
@media (max-width: 480px) {
	#sec01 .tel {
		letter-spacing: 1px;
	}
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1200px;
	width: 90%;
	margin: 50px auto;
	border: #2A648E 1px solid;
	border-radius: 10px;
	padding: 5%;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
#sec02 p {
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}
#sec02 dl {
	width: 100%;
	display: table;
	margin-bottom: 20px;
}
#sec02 dt,
#sec02 dd {
	display: table-cell;
	vertical-align: top;
}
#sec02 dt {
	width: 240px;
	padding-top: 6px;
	position: relative;
	padding-left: 40px;
}
#sec02 dt span {
	display: inline-block;
	font-size: 10px;
	background-color: #2A648E;
	color: #fff;
	line-height: 100%;
	padding: 3px 4px 4px;
	position: absolute;
	left: 0;
	top: 16px;
	border-radius: 3px;
}
#sec02 dt span.off {
	background-color: #eee;
	color: #aaa;
}
#sec02 dd {
}
#sec02 dd textarea,
#sec02 dd input,
#sec02 dd select {
	width: 100%;
	padding: 13px;
	border-radius:3px;
	background-color: #F9F8F6;
	box-shadow:2px 2px 6px -6px #333 inset;
}
#sec02 dd input.siz-m {
	max-width: 350px;
	width: 100%;
}
#sec02 dd input,
#sec02 dd select {
}
#sec02 dd textarea::placeholder,
#sec02 dd input::placeholder {
	color: rgba(0,0,0,.1);
}
input[type="submit"] {
  -webkit-appearance: none;
}
#privacy {
	font-size: 14px;
	line-height: 160%;
	border: rgba(42,100,142,.4) 1px solid;
	padding: 25px 20px 20px;
	color: #2A648E;
	margin: 30px 0;
	height: 300px;
	overflow: auto;
}
#privacy .ttl {
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
#privacy p {
	margin-bottom: 20px;
	text-align: left;
}
#privacy > ol {
	list-style: outside decimal;
	margin-left: 20px;
	margin-bottom: 20px;
}
#privacy > ol > li {
	margin-bottom: 15px;
	
}
#privacy > ol > li strong {
	display: block;
	font-weight: 600;
}
#privacy > ol ol {
	list-style: outside lower-alpha;
	margin-left: 25px;
	margin-top: 10px;
}
#privacy > ol ol li {
	margin-top: 5px;
}
#sec02 #privacy dl {
	display: block;
}
#sec02 #privacy dt,
#sec02 #privacy dd {
	display: block;
}
#sec02 #privacy dt {
	width: 100%;
	padding: 0;
	font-weight: 600;
	margin-bottom: 10px;
	padding-top: 15px;
	border-top: #2A648E 1px dashed;
}
#sec02 #privacy dd {
	padding: 0 7px;
}
#sec02 #privacy dd strong {
	display: block;
	font-weight: 600;
}
@media (max-width: 820px) {
	#sec02 p {
		text-align: left;
		line-height: 180%;
	}
	#sec02 dl {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    #sec02 dt,
    #sec02 dd {
        display: block;
    }
	#sec02 dt {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
		line-height: 100%;
		vertical-align: bottom;
		margin-bottom: 8px;
    }
    #sec02 dt span {
        display: inline-block;
        font-size: 10px;
        padding: 3px 4px 4px;
        position: static;
		font-weight: 500;
		margin-right: 8px;
    }
}
@media (max-width: 640px) {
	#privacy .ttl {
        font-size: 1.1em;
    }
}
@media (max-width: 480px) {
	#privacy {
        padding: 15px 15px 5px;
        margin: 30px 0;
        height: 250px;
    }
	#privacy .ttl {
        font-size: 1em;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
	#privacy > ol {
        margin-left: 15px;
    }
	#privacy > ol ol {
        margin-left: 20px;
    }
	#sec02 #privacy dd {
		font-size: 13px;
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


