@charset "utf-8";

img {
  max-width: 100%;
}
header > p.logo {
	width: 94%;
	max-width: 1024px;
	margin: 0 auto;
}
header > p.logo img {
  width: 20%;
	max-width: 120px;
}
#hikkoshi a {
  color: #00A7EA;
  text-decoration: underline;
}
#hikkoshi .fs-xxsmall {font-size: 75%;}
#hikkoshi .fs-xsmall {font-size: 85%;}
#hikkoshi .fs-small {font-size: 90%;}
#hikkoshi .fs-large {font-size: 110%;}
#hikkoshi .fs-xlarge {font-size: 120%;}
#hikkoshi .red {color: #f00 !important;}
#hikkoshi .txt_center {text-align: center;}
#hikkoshi .txt_right {text-align: right;}
#hikkoshi .em {font-weight: bold;}
#hikkoshi .underline {text-decoration: underline;}
#hikkoshi .normal {font-weight: normal;}
#hikkoshi .orange {color: #F08327;}
#hikkoshi .marker {
	background: linear-gradient(transparent 60%, #FFF655 60%);
}
#hikkoshi .list > li {
  position: relative;
  padding-left: 1.3em;
}
#hikkoshi .list.inline,
#hikkoshi .list.inline > li {
	display: inline-block;
	text-align: left;
}
#hikkoshi .list.custom_0 > li {
  padding-left: 0;
}
#hikkoshi .list.custom_2 > li {
  padding-left: 2.3em;
}
#hikkoshi .list.custom_3 > li {
  padding-left: 3.3em;
}
#hikkoshi .list > li + li {
  margin-top: .2em;
}
#hikkoshi .list > li::before,
#hikkoshi .list > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}
#hikkoshi .list.kome > li::before {
  content: "※";
}
#hikkoshi .list.smldot > li::before {
  content: "・";
}
#hikkoshi .list.circle > li::before {
  content: "○";
}
#hikkoshi {
  background: #93CF4F url("../images/bg_main.png") repeat 0 0;
  font-size: 16px;
  padding-bottom: 100px;
}
#hikkoshi .heading {
  padding: 60px 0 0;
	text-align: center;
}
#hikkoshi .heading h1 {
  margin-bottom: 2em;
}
#hikkoshi .heading .date {
	font-weight: bold;
  margin-bottom: 1em;
}
#hikkoshi .heading .date > span:nth-child(1) {
  background: #727171;
  color: #fff;
  letter-spacing: .1em;
}
#hikkoshi .heading .date > span:nth-child(2) {
  background: #fff;
  color: #727171;
	font-feature-settings: "palt";
}
#hikkoshi .cmbox {
  width: 80%;
  max-width: 360px;
  margin: auto;
  position: relative;
}
#hikkoshi .cmbox .cmicon {
  position: absolute;
  top: 0;
  z-index: 10;
  animation: flash 0.8s ease-in-out infinite alternate;
}
@keyframes flash {
  0% {opacity:0;}
  40% {opacity:1;}
  100% {opacity:1;}
}
#hikkoshi .player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  text-align: initial;
  background: #ccc;
}
#hikkoshi * + .box {
	background: #fff;
  margin-top: 2em;
}
#hikkoshi .box {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  margin-top: 2em;
}
#hikkoshi .box h2 {
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  background: #45B035;
  border-radius: 8px;
  padding: .4em;
  color: #fff;
  margin: 0 auto 1em;
}
#hikkoshi #otherarea .box h2 {
  background: #00AEBB;
}
#hikkoshi .box .leadcopy {
  font-size: 130%;
	font-weight: bold;
  text-align: center;
  line-height: 1.8;
  color: #595757;
  position: relative;
}
#hikkoshi .box .leadcopy > p:first-child {
	padding: 0 100px;
	line-height: 1.4;
}
#hikkoshi .box .leadcopy ._img {
	margin-top: -20px;
}
#hikkoshi .detailbox {
  padding-top: 2em;
}
#hikkoshi .detailbox dt {
	position: relative;
	padding-left: 1.3em;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: .2em;
  color: #45B035;
}
#hikkoshi #otherarea .detailbox dt {
  color: #00A0EA;
}
#hikkoshi .detailbox dt::before {
	content: "○";
	position: absolute;
	top: 0;
	left: 0;
}
#hikkoshi .detailbox dd {
  padding-left: 1.4em;
}
#hikkoshi .detailbox dd + dt {
  margin-top: 1em;
}
#hikkoshi .borderbox {
  border: 2px solid #00AEBB;
  border-radius: 12px;
  background: #fff;
  padding: 40px 30px 30px;
  margin-top: 40px;
  position: relative;
}
#hikkoshi .borderbox h3 {
  color: #00AEBB;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  border: 2px solid #00AEBB;
  background: #fff;
  width: 94%;
  max-width: 24em;
  line-height: 2;
  border-radius: 1em;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
}
#hikkoshi .borderbox .list.circle {
  font-size: 130%;
  font-weight: bold;
  color: #00A0EA;
}
#hikkoshi .borderbox .list.circle ul,
#hikkoshi .borderbox .list.circle p {
  font-size: 75%;
  font-weight: normal;
  color: #000;
}
#hikkoshi .txt_btn {
  text-align: center;
  padding-top: 2em;
}
#hikkoshi .txt_btn a {
  display: inline-block;
  text-decoration: none;
  background: #00A0EA;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  border-radius: 8px;
  padding: .4em 1.5em;
}
#hikkoshi .txt_btn a::after {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  line-height: 1;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-left: .3em;
}
#hikkoshi .bb_box .l_row > div p.text {
	font-weight: bold;
}
#hikkoshi .bb_box .l_row > div:nth-child(1) p.text {
	color: #00A7EA;
}
#hikkoshi .bb_box .l_row > div:nth-child(2) p.text {
	color: #45B035;
}
#hikkoshi .cbox {
	background: #e9f5dc;
	border: 2px solid #45b035;
	border-radius: 10px;
	padding: 10px 15px;
}
#hikkoshi .cbox_tit {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: .25em;
}

/* enrollment */
#hikkoshi .enrollment {
	text-align: center;
  padding-top: 60px;
}
#hikkoshi .enrollment .bb_outer .l_row {
	display: table;
  table-layout: fixed;
  width: auto;
  margin: auto;
  border-spacing: 25px;
}
#hikkoshi .enrollment .bb_outer .l_row > p {
	display: table-cell;
  vertical-align: top;
}
#hikkoshi .enrollment .bb_outer .l_row > p a {
	display: block;
  position: relative;
}
#hikkoshi .enrollment .bb_outer .l_row > p a img:nth-child(2) {
	position: absolute;
  top: -50px;
  left: -50px;
  width: 101px;
}
#hikkoshi .enrollment .kiyakubtn {
  margin: 1em auto 0;
  width: 97%;
  max-width: 460px;
}
#hikkoshi .accordionbox {
  margin: 40px 0 60px;
  text-align: left;
}
#hikkoshi .accordionbox .abtit {
  color: #00AEBB;
  font-size: 110%;
  font-weight: bold;
  margin: 1.5em auto -.5em;
}
#hikkoshi .accordionbox h4 {
  background: #00AEBB;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 20px 8px;
}
#hikkoshi .accordionbox h4.trigger {
  position: relative;
  padding: 10px 44px 10px 20px;
  border-radius: 8px;
  margin-top: 15px;
  cursor: pointer;
}
#hikkoshi .accordionbox h4.trigger::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  line-height: 1;
  background: url("../../cp_hikkoshi2021/images/plus.png") no-repeat 0 0 / auto 100%;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#hikkoshi .accordionbox h4.trigger.active {
  border-radius: 8px 8px 0 0;
  padding: 10px 44px 8px 20px;
}
#hikkoshi .accordionbox h4.trigger.active::after {
  background-image: url("../../cp_hikkoshi2021/images/minus.png");
}
#hikkoshi .accordionbox h4.trigger + div {
  display: none;
}
#hikkoshi .accordionbox > div {
  border: 2px solid #00AEBB;
  border-radius: 0 0 8px 8px;
  padding: 20px 30px;
}
#hikkoshi .step_flow .step {
  color: #00AEBB;
  font-weight: bold;
  background: #E5F7F8;
  text-align: center;
}
#hikkoshi .heading .date.close {
  font-size: 120%;
  font-weight: bold;
  color: #f00;
  background: #fff;
  border: 2px solid #f00;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 0;
  width: 100%;
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/* スマホ向けのスタイル：960px */
@media only screen and (max-width: 768px) {  
  header {
    padding: 10px 0;
  }
	footer .fnav {
		padding-top: 40px;
	}
	footer .copy #copy small span {
		display: block;
	}
	#hikkoshi .list.inline > li {
		display: block;
	}
  #hikkoshi .l_row > * + * {
    margin-top: 15px;
  }
  #hikkoshi {
    background-size: 20px 20px;
    font-size: 14px;
    padding-bottom: 40px;
  }
  #hikkoshi .heading {
    padding: 20px 0 0;
  }
  #hikkoshi .heading h1 {
    margin-bottom: 1em;
  }
	#hikkoshi .heading .date {
		border-radius: 8px;
		border-width: 1px;
	}
  #hikkoshi .heading .date > span {
    display: block;
  }
  #hikkoshi .heading .date > span:nth-child(1) {
		font-size: 90%;
    font-weight: normal;
    padding: .1em 3%;
	}
	#hikkoshi .heading .date > span:nth-child(2) {
		font-size: 115%;
    padding: .5em 0;
	}
  #hikkoshi .cmbox {
    padding-top: 30px;
  }
  #hikkoshi .cmbox .cmicon {
    width: 80px;
    height: 80px;
    left: -12%;
  }
	#hikkoshi .box {
		border-radius: 8px;
		padding: 20px 3% 30px;
    margin-top: 1em;
	}
	#hikkoshi .box h2 {
    font-size: 120%;
    border-radius: 5px;
	}
	#hikkoshi * + .box {
		margin-top: 1em;
	}
	#hikkoshi .box .leadcopy {
		font-size: 110%;
    line-height: 1.6;
	}
	#hikkoshi .box .leadcopy > p:first-child {
		padding: 0;
	}
	#hikkoshi .box .leadcopy ._img {
		margin-top: -15px;
	}
  #hikkoshi .detailbox {
    padding-top: 1em;
  }
  #hikkoshi .borderbox {
    border-width: 1px;
    border-radius: 8px;
    padding: 20px 3% 15px;
  }
  #hikkoshi .borderbox h3 {
    border-width: 1px;
    border-radius: 5px;
    font-size: 110%;
  }
  #hikkoshi .borderbox .list.circle {
    font-size: 115%;
  }
  #hikkoshi .borderbox .list.circle ul,
  #hikkoshi .borderbox .list.circle p {
    font-size: 80%;
  }
  #hikkoshi .txt_btn {
    padding-top: 1em;
  }
  #hikkoshi .txt_btn a {
    display: block;
    font-size: 100%;
    border-radius: 5px;
    padding: .7em 0;
  }
  #hikkoshi .txt_btn a::after {
    border-top-width: 2px;
    border-right-width: 2px;
  }
	#hikkoshi .bb_box .l_row {
		padding: 20px 0 0;
		max-width: 432px;
		margin: auto;
	}
	#hikkoshi .bb_box .l_row > div + div {
		margin-top: 20px;
	}
	#hikkoshi .bb_box .l_row > div p:first-child {
		margin-bottom: 10px;
	}
	#hikkoshi .bb_box .l_row > div p.text {
		padding: 0 3%;
	}
	#hikkoshi .cbox {
		border-width: 1px;
		padding: 10px 3%;
	}
	#hikkoshi .cbox_tit {
		font-size: 110%;
		font-weight: bold;
		margin-bottom: .25em;
	}
	
	/* enrollment */
	#hikkoshi .enrollment {
    padding-top: 20px;
	}
	#hikkoshi .enrollment .bb_outer {
		padding: 20px 0 0;
	}
	#hikkoshi .enrollment .bb_outer .l_row {
		width: 100%;
		border-spacing: 5px;
	}
	#hikkoshi .enrollment .bb_outer .l_row > p a img:nth-child(2) {
		top: -40px;
		left: -10px;
		width: 56px;
	}
	#hikkoshi .enrollment .red.fs-xlarge {
    font-size: 110%;
	}
	#hikkoshi .enrollment .copy.sp img {
    width: 100%;
    max-width: 400px;
	}
  #hikkoshi .accordionbox {
    margin: 20px 0 30px;
  }
  #hikkoshi .accordionbox .abtit {
    font-size: 100%;
  }
  #hikkoshi .accordionbox h4 {
    font-size: 110%;
    border-radius: 6px 6px 0 0;
    padding: 7px 3% 5px;
  }
  #hikkoshi .accordionbox h4.trigger {
    padding: 7px 44px 7px 3%;
    border-radius: 6px;
  }
  #hikkoshi .accordionbox h4.trigger::after {
    width: 20px;
    height: 20px;
    right: 3%;
  }
  #hikkoshi .accordionbox h4.trigger.active {
    border-radius: 6px 6px 0 0;
    padding: 7px 44px 7px 3%;
  }
  #hikkoshi .accordionbox > div {
    border-width: 1px;
    border-radius: 0 0 6px 6px;
    padding: 15px 3%;
  }
  #hikkoshi .step_flow > li + li {
    margin-top: 20px;
  }
  #hikkoshi .step_flow .step {
    line-height: 2;
  }
  #hikkoshi .step_flow .copy {
    padding: 10px 0;
  }
  #hikkoshi .step_flow .link {
    text-align: center;
  }
  #hikkoshi .step_flow .link img {
    width: 60%;
  }
  #hikkoshi .heading .date.close {
    font-size: 110%;
    text-align: left;
    border-radius: 6px;
    padding: 10px 3%;
    margin-bottom: .5em;
  }


}

/* タブレット＆PCのスタイル：769px */
@media only screen and (min-width: 769px) {
	header {
		padding: 25px 0;
	}
	footer {
		padding: 60px 0 0;
	}
	footer .copy #f_logo img {
		width: 107px;
	}
	footer .copy #copy small span {
		display: inline-block;
		margin-left: 1em;
	}
  #hikkoshi a, #hikkoshi a img {
    transition: .5s;
  }
  #hikkoshi a:hover {
    color: #0A4591;
    text-decoration: none;
  }
  #hikkoshi a:hover img {
    opacity: .7;
  }
	#hikkoshi .list.inline > li {
		display: inline-block;
	}
  #hikkoshi .l_row {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #hikkoshi .l_row > * {
    display: table-cell;
    vertical-align: top;
  }
  #hikkoshi .heading .date {
    display: table;
    width: auto;
    margin: 0 auto 2em;
  }
  #hikkoshi .heading .date > span {
    display: table-cell;
    vertical-align: middle;
  }
  #hikkoshi .heading .date > span:nth-child(1) {
    font-size: 130%;
    padding: .6em 1.5em;
  }
  #hikkoshi .heading .date > span:nth-child(2) {
    font-size: 160%;
    padding: 0 1.5em;
  }
  #hikkoshi .cmbox {
    padding-top: 20px;
  }
  #hikkoshi .cmbox .cmicon {
    width: 110px;
    height: 110px;
    left: -60px;
  }
  #hikkoshi .txt_btn a:hover {
    color: #fff;
    opacity: .7;
  }
	#hikkoshi .bb_box {
		padding-bottom: 10px;
	}
	#hikkoshi .bb_box .l_row {
		max-width: 900px;
		margin: 40px auto 0;
	}
	#hikkoshi .bb_box .l_row > div:nth-child(1) {
		padding-right: 18px;
	}
	#hikkoshi .bb_box .l_row > div:nth-child(2) {
		padding-left: 18px;
	}
	#hikkoshi .bb_box .l_row > div p:first-child {
		margin-bottom: 20px;
	}
	#hikkoshi .bb_box .l_row > div p.text {
		padding: 0 15px;
	}
  #hikkoshi .step_flow > li {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #hikkoshi .step_flow > li > * {
    display: table-cell;
    vertical-align: middle;
  }
  #hikkoshi .step_flow > li + li {
    margin-top: 15px;
  }
  #hikkoshi .step_flow .step {
    width: 15%;
  }
  #hikkoshi .step_flow .copy {
    width: 65%;
    padding: 5px 15px;
  }
  #hikkoshi .step_flow .link {
    width: 20%;
  }
	
	
	
	

}

/* IE9以下 */
@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) {
	#hikkoshi .marker {
		background: url("../images/marker.png") repeat-x left bottom;
	}
	
}
