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

#sec01 {
	max-width: 600px;
	width: 100%;
	margin: 0 auto 80px;
	background: url("../images/contact/icon04.png") no-repeat right bottom;
	background-size: auto 90%;
	background-color: #F2F2F2;
	text-align: center;
	padding: 35px 90px 30px 0;
	position: relative;
	z-index: 0;
	border-radius: 10px;
	box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.3);
}
#sec01 a {
	display: inline-block;
	text-align: center;
	font-size: 2.5em;
	line-height: 1em;
	pointer-events: none;
}
#sec01 a .material-symbols-outlined {
	display: inline-block;
	text-align: center;
	font-size: 1em;
	margin-right: 15px;
	line-height: 1em;
}
#sec01 strong {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
#sec01 span {
	display: block;
	text-align: center;
	font-size: 12px;
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	#sec01 {
        margin: 0 auto 60px;
		background-position: right -10px bottom;
        background-size: auto 85%;
        padding: 15px 55px 10px 0;
    }
	#sec01 a {
        font-size: 1.6em;
        pointer-events: auto;
    }
	#sec01 strong {
		font-size: .9em;
	}
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1100px;
	width: 100%;
	margin: -80px auto 100px;
	background-color: #fff;
	padding: 100px 30px 40px;
	position: relative;
	z-index: 0;
	border-radius: 10px;
	box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.3);
}
#sec02 p {
	margin-bottom: 20px;
	text-align: center;
}
#sec02 dl {
	width: 100%;
	display: table;
	margin-bottom: 10px;
}
#sec02 dt,
#sec02 dd {
	display: table-cell;
	vertical-align: top;
}
#sec02 dt {
	width: 290px;
	background-color: #F0F0F2;
	font-weight: 500;
	padding: 22px 0px 22px 20px;
	position: relative;
}
#sec02 dt span {
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	border: #41455A 1px solid;
	line-height: 100%;
	padding: 3px 2px 3px 3px;
	background-color: #41455A;
	color: #F0F0F2;
	position: absolute;
	top: 0;
	left: 0;
}
#sec02 dt span.off {
	background-color: #fff;
	color: #ADAEB7;
	border: #fff 1px solid;
}
#sec02 dd {
	padding: 15px 0px 15px 25px;
}
#sec02 dd textarea,
#sec02 dd input,
#sec02 dd select {
	width: 99.4%;
	margin: 0.3%;
	padding: 13px;
	border-radius:3px;
	background-color: #F9F8F6;
	box-shadow:2px 2px 6px -6px #333 inset;
	font-family: "Noto Sans JP", sans-serif;
}
#sec02 dd input.siz-m {
	max-width: 200px;
}
#sec02 dd input.siz-s {
	max-width: 100px;
}
#sec02 dd input::placeholder {
	color: rgba(92,95,113,.2);
}
#sec02 dd label {
	display: block;
	max-width: 300px;
	width: 100%;
	cursor: pointer;
	padding: 10px;
	border: rgba(92,95,113,.2) 1px solid;
	border-radius: 4px;
	margin: 4px 0;
	transition: .3s;
}
#sec02 dd label:hover {
	border: rgba(92,95,113,1) 1px solid;
}
#sec02 dd label input {
	width: auto;
	margin-right: 10px;
}
#sec02 dd .atama {
	display: inline-block;
	margin-right: 4px;
}
#sec02 dd .gobi {
	display: inline-block;
	margin-left: 4px;
	margin-right: 20px;
}
#sec02 dd .br-clear {
	display: none;
}
input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	display: block;
	max-width: 350px;
	width: 90%;
	margin: 0px auto;
	border: #41455A 2px solid;
	background-color: #fff;
	color: #41455A;
	text-align: center;
	font-size: 1.1em;
	line-height: 100%;
	padding: 28px 0 28px 4px;
	letter-spacing: 4px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	border-radius:6px;
	transition: .4s;
}
input.form_btn:hover {
	cursor: pointer;
	background-color: #41455A;
	color: #fff;
}

#privacy {
	border: #5C5F71 1px solid;
	padding: 20px 20px 5px;
	line-height: 170%;
	font-size: 90%;
	height: 200px;
	overflow: auto;
	margin: 40px 0 40px;
	border-radius:3px;
}
#privacy > li {
	margin-bottom: 20px;
	letter-spacing: 0;
}
#privacy li strong {
	display: block;
	font-weight: 600;
	font-size: 110%;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
#privacy li ol {
	list-style: outside decimal;
	margin-left: 25px;
}
#privacy li ol ol {
	list-style: outside decimal-leading-zero;
	margin-left: 20px;
	padding-top: 10px;
	margin-bottom: 5px;
}
#privacy li ol ol ul {
	list-style: outside lower-alpha;
	margin-left: 20px;
	padding-top: 10px;
	margin-bottom: 5px;
}
#privacy li ol li {
	margin-bottom: 5px;
	line-height: 150%;
}
#sec02 .thanks {
	max-width: 500px;
	width: 95%;
	margin: 0px auto 20px;
	text-align: left;
}
#sec02 .thanks p {
	margin-bottom: 30px;
	text-align: left;
}
#sec02 .thanks .ttl {
	text-align: center;
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 25px;
	letter-spacing: 4px;
	padding-left: 4px;
}
#sec02 .thanks .btn-style04 {
	width: 100%;
	margin: 50px auto 0;
}
@media screen and (max-width: 1100px) {
	#sec02 dt {
        width: 210px;
    }
}
@media screen and (max-width: 910px) {
	#sec02 dl,
	#sec02 dt,
	#sec02 dd {
		display: block;
	}
	#sec02 dt {
        width: 100%;
        padding: 10px 0px 10px 50px;
    }
    #sec02 dt span {
        top: 50%;
        left: 0;
		transform: translate(0%, -50%);
    }
	#sec02 dd {
        padding: 20px 25px;
    }
}
@media screen and (max-width: 680px) {
	#sec02 {
        margin: -80px auto 50px;
        padding: 70px 10px 30px;
    }
    #sec02 p {
		width: 90%;
		margin: 0 auto 20px;
        text-align: left;
		font-size: .9em;
    }
	#sec02 dl {
		margin-bottom: 0;
	}
	#sec02 dd {
        padding: 15px;
    }
	#sec02 dd textarea,
    #sec02 dd input,
    #sec02 dd select {
        width: 100%;
        margin: 3px 0;
        padding: 10px;
    }
	#sec02 dd .br-clear {
        display: block;
    }
	#privacy {
		width: 95%;
        margin: 20px auto 30px;
		padding: 15px 15px 5px;
    }
}
/* --------------------------------------------------- */
#ggcalendar {
	max-width: 800px;
	width: 100%;
	margin: 0 auto 50px;
}
#ggcalendar iframe {
	width: 100%;
	height: 600px;
}
@media screen and (max-width: 680px) {
	#ggcalendar iframe {
        height: 400px;
    }
}
/* --------------------------------------------------- */

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


