html {
	height: 100%;
}

body {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-height: 100vh;
	margin: 0;
	color: #000;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
}
a:hover {
	opacity: .9;
	/*filter: brightness(150%);*/
}
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, h1, h2, h3, h4, h5, h6, hr {
	margin: 0;
	padding: 0;
}
ul, ol, li {
	list-style: none;
}
*, ::before, ::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}
img {
	width: 100%;
	height: auto;
	border-style: none;
}
picture {
	display: block;
	line-height: 0;
	max-width: 1920px;
	margin: auto;
}
section {
	display: block;
	max-width: 1920px;
	margin: auto;
}
/* /Users/mktdiv01/Documents/kohashi/技術セミナーLP/gijyutu_seminar/gijyutu26/0427/css/style.css に追記 */
#fl-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 0;
  text-align: center;
}

#fl-btn.is-show {
  opacity: 1;
  visibility: visible;
}

.fl-btn__wrap {
  display: inline-block;
  background-color: rgb(183, 153, 94);
  color: #fff;
  padding: 16px 40px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 750px) {
	#fl-btn {
	padding: 20px 0;
	}
	.fl-btn__wrap {
		padding: 10px 30px;
		font-size: 18px;
	}
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

main {
	display: block;
	max-width: 1980px;
	margin: auto;
}
button {
	appearance: none;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	outline: none;
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
.sp-in, .sp-bl {
	display: none;
}
.pc-in {
	display: inline;
}
.pc-bl {
	display: block;
}
@media screen and (max-width: 750px) {
	.sp-in {
		display: inline;
	}
	.sp-bl {
		display: block;
	}
	.pc-in {
		display: none;
	}
	.pc-bl {
		display: none;
	}
}
/* 日程 */
#schedule-block {
	font-family: 'Scheherazade New', serif;
	padding: 80px 0;
}
#schedule-block h2 {
	margin: auto;
	border-bottom: 2px solid #000;
	font-size: 36px;
	font-weight: 400;
	line-height: 0;
    padding: 0 0 30px;
	width: 146px;
	text-align: center;
}
#schedule-time {
	text-align: center;
	margin-top: clamp(0.625rem, calc(-0.446rem + 2.857vw), 1.25rem); /* min: 10px, max: 20px */
	font-size: clamp(1.5rem, calc(1.071rem + 1.143vw), 1.75rem); /* min: 24px, max: 28px */
	font-weight: 400;
}
.schedule-place {
	font-size: 18px;
	line-height: .1em;
	text-align: center;
	margin-bottom: clamp(1.313rem, calc(0.75rem + 1.5vw), 1.875rem); /* min: 21px, max: 30px */;
}
@media screen and (max-width: 750px) {
	.schedule-place {
		line-height: 1.2em;
	}
}
.schedule-date-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px 1%;
	margin: clamp(1.313rem, calc(0.348rem + 2.571vw), 1.875rem)/* min: 21px, max: 30px */ auto;
}
.schedule-date-block {
  margin: 0 auto;
  width: 96%;
  max-width: 940px;
}
@media screen and (max-width: 750px) {
  .schedule-date-block {
      width: 92%;
  }
}
.schedule-date-block:first-child .schedule-date__title {
	margin: 0;
}
.schedule-date__title {
	position: relative;
	font-family: 'Scheherazade New', serif;
	font-size: clamp(1.75rem, calc(1.321rem + 1.143vw), 2rem); /* min: 28px, max: 32px */
	text-align: center;
	margin: 0 auto;
	margin-bottom: clamp(0.875rem, calc(0.5rem + 1vw), 1.25rem); /* min: 14px, max: 20px */;
	padding: 8px 0 1px;
}
.schedule-date__title {
	font-weight: 700;
	line-height: 2em;
	max-width: 690px;
	margin-top: clamp(3.75rem, calc(0.536rem + 8.571vw), 5.625rem); /* min: 60px, max: 90px */
}
.schedule-date__title::after, .schedule-date__title::before {
	content: '';
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background : linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
}
.schedule-date__title::before {
	top: 0;
}
.schedule-date__title::after {
	bottom: 0;
}
.schedule-date {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: clamp(10.5rem, calc(2.786rem + 20.571vw), 15rem); /* min: 168px, max: 240px */
}
.schedule-date .month {
	line-height: 0.6em;
	font-size: clamp(3.5rem, calc(1.786rem + 4.571vw), 4.5rem); /* min: 56px, max: 72px */
	position: relative;
	margin-right: 24px;
	letter-spacing: -.05em;
}
.schedule-date .month::after {
	content: '';
	position: absolute;
	top: 46%;
	display: inline-block;
	width: 50px;
	height: 4px;
	background-color: #000;
	-webkit-transform: rotate(-75deg);
	transform: rotate(-75deg);
	right: -34px;
}
.schedule-date .date {
	font-size: clamp(4.688rem, calc(-0.134rem + 12.857vw), 7.5rem); /* min: 75px, max: 120px */
	line-height: 0.6em;
	letter-spacing: -.05em;
}
.schedule-date .week {
	font-weight: bold;
	font-size: clamp(1.25rem, calc(0.393rem + 2.286vw), 1.75rem); /* min: 20px, max: 28px */
	line-height: clamp(1.875rem, calc(0.804rem + 2.857vw), 2.5rem); /* min: 30px, max: 40px */
	display: inline-block;
	background: #A61527;
	border-radius: 999px;
	/* padding: 5px; */
	width: clamp(1.875rem, calc(1.018rem + 2.286vw), 2.375rem); /* min: 30px, max: 38px */
	height: clamp(1.875rem, calc(1.018rem + 2.286vw), 2.375rem); /* min: 30px, max: 38px */
	text-align: center;
	margin-bottom: clamp(-0.125rem, calc(-0.187rem + 0.167vw), -0.062rem); /* min: -1px, max: -2px */;
	margin-left: clamp(0.313rem, calc(-0.223rem + 1.429vw), 0.625rem); /* min: 5px, max: 10px */
	color: #fff
}
.schedule-date .week.--thu {
	background: #333;
}
.schedule-date.--holy {
	width: clamp(12.5rem, calc(3.929rem + 22.857vw), 17.5rem); /* min: 200px, max: 280px */
}
.schedule-date.--holy .week {
	letter-spacing: -.25em;
	padding-right: .25em;
	width: clamp(4.25rem, calc(1.25rem + 8vw), 6rem); /* min: 68px, max: 96px */
}

.schedule-date.--soldout::after {
	content: '';
	display: inline-block;
	background-image: url('../img/schedule-stamp-sold.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);
	width: 172px;
	height: 72px;
}
@media screen and (max-width: 750px) {
	.schedule-date.--soldout::after {
		height: 50px;
		left: 75%;
	}
}
/* //日程 */
/* ご招待の有効期限 */
.limmit_area {
	font-family: 'Noto Serif JP', 'Yu Mincho', serif;
	font-weight: bold;
	font-size: clamp(1.5rem, calc(1.071rem + 1.143vw), 1.75rem); /* min: 24px, max: 28px */
	padding: 20px 0;
	line-height: 1.2em;
	letter-spacing: .15em;
	background: #000;
	color: #fae7aa;
	text-align: center;
}
#limit-block {
	font-family: 'Scheherazade New', serif;
	padding: clamp(5rem, calc(0.714rem + 11.429vw), 7.5rem)/* min: 80px, max: 120px */ 4vw;
	background: #dcdcdc;
	text-align: center;
}
#limit-block h2 {
	margin: auto;
	font-size: clamp(1.5rem, calc(0.214rem + 3.429vw), 2.25rem); /* min: 24px, max: 36px */
	font-weight: 400;
	line-height: 1em;
	padding: 0 0 10px;
	text-align: center;
}
#limit-date {
	position: relative;
	text-align: center;
	margin-top: clamp(0.625rem, calc(-0.446rem + 2.857vw), 1.25rem); /* min: 10px, max: 20px */
	padding-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
/*#limit-date::after {
	position: absolute;
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000;
}*/
@media screen and (max-width: 750px) {
	#limit-date::after {
		width: 80px;
		height: 2px;
	}
}
#limit-date .month {
	line-height: 0.6em;
	font-size: clamp(3.75rem, calc(-2.679rem + 17.143vw), 7.5rem); /* min: 60px, max: 120px */
	position: relative;
	margin-right: clamp(1.25rem, calc(0.821rem + 1.143vw), 1.5rem); /* min: 20px, max: 24px */
	letter-spacing: -.05em;
	color: #A61527;
}
#limit-date .month::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: clamp(2.5rem, calc(-0.714rem + 8.571vw), 4.375rem); /* min: 40px, max: 70px */
	height: 5px;
	background-color: #A61527;
	-webkit-transform: rotate(-75deg);
	transform: rotate(-75deg);
	right: -50px;
}
#limit-date .red {
	line-height: 0.7em;
	font-size: clamp(2.5rem, calc(-1.786rem + 11.429vw), 5rem); /* min: 40px, max: 80px */
	font-weight: 700;
	color: #A61527;
}
@media screen and (max-width: 750px) {
	#limit-date .month {
		letter-spacing: -.075em;
	}
	#limit-date .month::after {
		height: 3px;
		right: -30px;
	}
}

#limit-date .date {
	font-size: clamp(5rem, calc(-4.429rem + 25.143vw), 10.5rem); /* min: 80px, max: 168px */
	line-height: 0.6em;
	letter-spacing: -.05em;
	color: #A61527;
}
#limit-date .num {
	font-size: clamp(5rem, calc(-4.429rem + 25.143vw), 10.5rem); /* min: 80px, max: 168px */
	line-height: 0.6em;
	color: #A61527;
}
#limit-date .week {
	font-weight: bold;
	font-size: clamp(1.25rem, calc(-0.464rem + 4.571vw), 2.25rem); /* min: 20px, max: 36px */
	font-weight: 700;
	line-height: clamp(2.125rem, calc(-0.018rem + 5.714vw), 3.375rem); /* min: 34px, max: 54px */
	display: inline-block;
	background: #000;
	border-radius: 999px;
	/* padding: 5px; */
	width: clamp(2rem, calc(-0.143rem + 5.714vw), 3.25rem); /* min: 32px, max: 52px */
	height: clamp(2rem, calc(-0.143rem + 5.714vw), 3.25rem); /* min: 32px, max: 52px */
	text-align: center;
	margin-bottom: clamp(-0.125rem, calc(-0.187rem + 0.167vw), -0.062rem); /* min: -1px, max: -2px */;
	margin-left: clamp(0.313rem, calc(-0.223rem + 1.429vw), 0.625rem); /* min: 5px, max: 10px */
	color: #fff
}
#limit-date .time {
	font-size: clamp(2.875rem, calc(-0.768rem + 9.714vw), 5rem); /* min: 46px, max: 80px */
	color: #A61527;
	line-height: .7em;
	padding-left: 1vw;
	letter-spacing: -.01em;
}
#limit-date .text {
	font-size: clamp(2.5rem, calc(-1.786rem + 11.429vw), 5rem); /* min: 40px, max: 80px */
	font-feature-settings: "palt";
	font-weight: 700;
	line-height: .7em;
}

#limit-ps {
	display: inline-block;
	text-align: left;
	font-size: 20px;
	font-feature-settings: "palt";
	line-height: 1.6em;
	margin-top: 20px;
	padding: 0 4vw;
}
/* //ご招待の有効期限 */
/* トップフォーム */
.p-top-form__table{
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #000;
}
.p-top-form__tr{
	background-color: #fff;
}
.p-top-form__tr:nth-of-type(odd){
	background-color: #e5e5e5;
}
.p-top-form__th{
	font-size: clamp(10px,5vw,22px);
	width: 27%;
}
@media screen and (max-width: 768px) {
	.p-top-form__table{
		margin-top: 30px;
	}
	.p-top-form__th{
		padding:0 0 10px 0;
		font-size: 3.73vw;
		width: auto;
	}
}
.p-top-form__th.js-target-second.js-disabled,.p-top-form__th.js-target-third.js-disabled{
	opacity: .8;
}

.js-target-second.js-disabled{
	opacity: .2;
}
.js-target-third.js-disabled{
	opacity: .2;
}

.p-top-form__th.js-content{
	position: relative;
}
.p-top-form__th.js-content::before{
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: clamp(10px,5vw,16px);
	width: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.p-top-form__th.js-content::before{
		top: -20px;
		width: 200%;
		font-size:10px;
		transform: scale(0.9) translateX(-53%);
	}
}
.p-top-form__th.--first.js-content::before{
	content:"＼ 第1回目日程はこちら！ ／";
}
.p-top-form__th.--second.js-content::before{
	content:"＼ 第2回目日程はこちら！ ／";
}
.p-top-form__th.--third.js-content::before{ 
	content:"＼ 第3回目日程はこちら！ ／";
}
@media screen and (max-width: 768px) {
	.p-top-form__th.--first{
		border-left: dotted 0.5px #A8A8A8;
		border-right: dotted 0.5px #A8A8A8;
	}
	.p-top-form__th.--second{
		border-right: dotted 0.5px #A8A8A8;
	}
	.p-top-form__th.--third{ 
		border-right: dotted 0.5px #A8A8A8;
	}
}
.p-top-form__th.--third:last-of-type{
	border-right:none;
}
.p-top-form__th .c-top-form__th--text{
	font-size: clamp(10px,5vw,22px);
}
@media screen and (max-width: 768px) {
	.p-top-form__th .c-top-form__th--text{
		font-size: 3.73vw;
	}
}
.--first .c-top-form__th--text{
	color:#fff;
	background: rgb(5,35,98);
	background: linear-gradient(90deg, rgba(5,35,98,1) 0%, rgba(42,68,122,1) 50%, rgba(5,35,98,1) 100%);
	clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
	padding-bottom: 10px;
	padding-top: 5px;
}
.--second .c-top-form__th--text{
	color:#fff;
	background: rgb(0,78,162);
	background: linear-gradient(90deg, rgba(0,78,162,1) 0%, rgba(38,104,176,1) 50%, rgba(0,78,162,1) 100%);
	clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
	padding-bottom: 10px;
	padding-top: 5px;
}
.--third .c-top-form__th--text{
	color:#fff;
	background: rgb(0,105,161);
	background: linear-gradient(90deg, rgba(0,105,161,1) 0%, rgba(51,135,180,1) 50%, rgba(0,105,161,1) 100%);
	clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
	padding-bottom: 10px;
	padding-top: 5px;
}
.p-top-form__th--img{
	margin-bottom: -29px;
}
.c-top-form__th--time{
	line-height: 1.3;
	padding-top: 5px;
}
.c-top-form__th--vertical{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.p-top-form__td {
	font-size: 22px;
	padding: 20px 2px;
	vertical-align: top;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.p-top-form__td{
		width: 25%;
		padding: 13px 2px;
		font-size: 18px;
	}
}
.p-top-form__td:nth-child(n+2) {
	border-left: 1px solid #000;
}
.p-top-form__td.--head:nth-child(n+2) {
	border-left: 1px solid #000;
}
.p-top-form__td.--head{
	background-color: #001D33;
}
.p-top-form__td.--head .p-topform__td--text{
	color: #fff;
}
.p-top-form__td.--above{
	padding: 40px 2px 20px 2px;
}
@media screen and (max-width: 768px) {
	.p-top-form__td.--above{
		padding: 13px 2px 20px;
	}
}
.p-top-form__td.--above.--head{
	border-top: solid 0.5px #A8A8A8;
}
@media screen and (max-width: 768px) {
	.p-top-form__td.--above.--head{
		border-top: solid 2px #A8A8A8;
	}
}
.p-top-form__td.--adj{
	border-top:none;
	border-right:none!important;
}
.p-top-form__td.--right{
	border-right:solid 0.5px #A8A8A8;
}
.p-top-form__td--toggle{
	display: inline-block;
	font-size: clamp(10px,5vw,16px);
	line-height: 1.3;
}
.p-top-form__td--toggle .--pc-text{
	display: block;
}
@media screen and (max-width: 768px) {
	.p-top-form__td--toggle .--pc-text{
		display: none;
	}
}
.p-top-form__td--toggle .--sp-text{
	display: none;
}
@media screen and (max-width: 768px) {
	.p-top-form__td--toggle .--sp-text{
		display: block;
	}
}
.p-topform__td--text{
	font-size: 24px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.p-topform__td--text{
		font-size: 16px;
	}
	.p-topform__td--text.--mini{
		letter-spacing: .01em;
		font-feature-settings: "palt";
	}
}
.p-topform__td--note{
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
	.p-topform__td--note{
		font-size: 8px;
		line-height: 1.3;
	}
}
.p-topform__td--sche{
	letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
	.p-topform__td--sche{
		letter-spacing: normal;
		font-size: 0.9em;
	}
}
.p-top-form__input{
	visibility:visible;
	width: 10px;
	height: 10px;
}
@media screen and (max-width: 768px) {
	.p-top-form__input{
		display: block;
		visibility: hidden;
		width: 0;
		height: 0;
	}
}
input[type="radio"].p-top-form__input{
	width: 16px;
	height: 16px;
	appearance: none;
	border-radius: 0;
	border: solid 1px #333;
	background-color: #fff;
	position: relative;
	vertical-align: baseline;
	margin-top: 3px;
}
input[type="radio"].js-disabled{
	opacity: .2;
}
@media screen and (max-width: 768px) {
	input[type="radio"].p-top-form__input{
		width: 0px;
		height: 0px;
		margin: 0;
	}
}
input[type="radio"].p-top-form__input::before {
	visibility: hidden;
}
input[type="radio"].p-top-form__input:hover{
	cursor: pointer;
}
input[type="radio"].p-top-form__input:checked::before {
	position: absolute;
	top: -8px;
	left: 4px;
	display: block;
	border-right: 3px solid orange;
	border-bottom: 3px solid orange;
	content: '';
	width: 10px;
	height: 19px;
	visibility: visible;
	transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	input[type="radio"].p-top-form__input:checked::before {
		visibility: none!important;
	} 
	input[type="radio"].p-top-form__input.js-finalized::before{
		border-right: 3px solid var(--yellow);
		border-bottom: 3px solid var(--yellow);
	}
}

.p-top-form__input ~ label {
	background: none;
	display: inline-block;
	padding:0 5px;
	margin-bottom: 5px;
	width: auto;
	opacity: 1;
	text-align: left;
	cursor: pointer;
	white-space: nowrap;
	margin-right: 40px;
}
@media screen and (max-width: 768px) {
	.p-top-form__input ~ label{
		color: #000000;
		font-size: 15px;
		padding: 8px 2px;
		margin-right: 0;
		width: 80%;
		text-align: center;
		border-radius: 5px;
	}
}
.p-top-form__input ~ label .--mini{
	font-size: 0.85em;
}
@media screen and (max-width: 768px) {
	.p-top-form__input ~ label .--mini{
		font-feature-settings: "palt";
	}
}
.p-top-form__input ~ label:last-of-type{
	margin-bottom: 0;
}
.p-top-form__input.js-disabled + label{
	opacity: .2;
}
@media screen and (max-width: 768px) {
	.p-top-form__input.js-disabled + label{
		opacity: .2;
		background-color:#c3c3c3!important;
	}
}

.p-top-form__input:checked + label{
	width:auto;
}
@media screen and (max-width: 768px) {
	.p-top-form__input:checked + label{
		width: 80%;
		box-shadow: 0 0 0 3px orange!important;
	}
	.p-top-form__input.js-finalized + label{
		box-shadow: 0 0 0 3px var(--yellow);
	}
}

@media screen and (max-width: 768px) {
	.p-top-form__input.--first:checked ~ label{
		letter-spacing: .05em;
	}
}
.p-top-form__td--inner{
	padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
	
	.p-top-form__input.--first ~ label{
		background-color: #fff;
		border:solid 1px #000000;
	}
	.p-top-form__input.--second ~ label{
		background-color: #fff;
		border:solid 1px #000000;
	}
	.p-top-form__input.--third ~ label{
		background: rgb(0,105,161);
		background: linear-gradient(90deg, rgba(0,105,161,1) 0%, rgba(51,135,180,1) 50%, rgba(0,105,161,1) 100%);
	}
}
.p-top-form__input--submit{
	padding: 40px 0px;
	margin: 40px 0;
	line-height: 1;
	letter-spacing: .1em;
	max-width: 480px;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 7px;
}

@media screen and (max-width: 768px) {
	.p-top-form__input--submit{
		font-size: 20px;
        padding: 15px;
        max-width: 300px;
	}
}
/* //トップフォーム */

.l-sche-wrap {
	position: relative;
	padding: 80px 0 10px 0;
	background-image: url(../img/wfs_pc_06.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.l-sche {
	text-align: center;
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 10px 0;
}

@media screen and (min-width: 1800px) {
	.l-sche {
		max-width: 820px;
	}
}
@media screen and (max-width: 768px) {
	.l-sche {
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px) {
	.l-sche-wrap {
		background-image: url("../img/sec05sp.png");
		padding-top: 40px;
	}
}

.container {
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.guidance {
	position: fixed;
	right: 0;
	bottom: 0;
}

footer {
	padding: 10px 15px 30px 15px;
}

footer .footer_top {
	padding: 20px 0;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	font-size: 9px;
}

footer .footer_middle {
	margin: 35px 0 0 0;
	text-align: center;
}

footer .footer_middle img {
	width: 67%;
	height: auto;
}

footer .footer_middle ul {
	margin: 20px 0 0 0;
}

footer .footer_middle li {
	padding: 2px 10px;
	display: inline-block;
	font-size: 13px;
	border-right: solid 1px #000;
}

footer .footer_middle li:first-child {
	padding: 2px 10px 2px 0;
}

footer .footer_middle li:last-child {
	padding: 2px 0 2px 10px;
	border: none;
}

footer .footer_bottom {
	margin: 35px 0 0 0;
	font-size: 12px;
	text-align: center;
}


@media(min-width:750px) {
	footer {
		padding: 10px 0 50px 0;
	}

	footer .footer_top {
		font-size: 10px;
		line-height: 1.2;
	}

	footer .footer_middle {
		width: 80%;
		margin: 40px auto 0 auto;
		display: flex;
	}

	footer .footer_middle .left {
		width: 50%;
		text-align: left;
	}

	footer .footer_middle .right {
		width: 50%;
		text-align: right;
	}

	footer .footer_middle img {
		width: 244px;
		height: auto;
	}

	footer .footer_middle ul {
		margin: 0;
	}

	footer .footer_middle li {
		padding: 2px 15px;
		font-size: 15px;
	}
}
