@charset "utf-8";
/* CSS Document */

/*common
=======================*/
html
#main {
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #323232;
  line-height: 1.7;
  margin: 0 auto;
  background-color: #f5f5f5;
}
#main img{
	vertical-align:top;
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}
@media screen and (min-width:768px) {
	.spOnly {
		display: none;
	}
}
@media screen and (max-width:767.98px) {
	.pcOnly {
		display: none;
	}
}

/*---animation---*/
/*=====================*/


/*kvArea
=======================*/
.kvArea {
	position: relative;
}
.anim_fadein {
  max-width: 1160px;
	margin: 0 auto;
  background-color: #fff;
  padding-bottom: 20px;
}
.title_bg{
  margin: 0 auto;
}
.logo {
  width: 40%;
  margin: 20px auto;
}
.img {
  width: 74%;
  margin: 0 auto;
}
.kvTitWrap {
	position: absolute;
	top: 3%;
	left: 50%;
	max-width: 1160px;
	width: 100%;
	transform: translate(-50%, -40%);
	text-align: center;
	z-index: 5;
}
.kvArea h1 {
	position: relative;
	margin: 0;
  color: #fff;
  font-size: 4.0rem;
  bottom: -40px;
  line-height: 56px;
}
.kvArea .introTxt {
	margin-top: 45px;
	padding: 20px 50px;
	color: #fff;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 15%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 85%, rgba(255,255,255,0) 100%);
}
.kv .slider-item {
	height: 470px;
}
.kv img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:767.98px) {
	.kv, .kv .slider-item {
   padding-bottom: 0;
   max-width: 420px;
	}
  .logo {
  width: 80%;
  margin: 10px auto;
}
.img {
  width: 100%;
}
	.kvArea h1 {
    margin: 0 auto;
		font-size: 1.8rem;
    font-weight: bold;
    bottom: -34px;
    line-height: 32px;
	}
	.kvArea .introTxt {
		margin-top: 18px;
		padding: 8px 30px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width:340px) {
  .kvArea h1 {
		font-size: 1.6rem;
    bottom: -26px;
    line-height: 28px;
	}
}
/*=====================*/

/*announce
=======================*/
.announce {
  width: 1160px;
  margin: 0 auto;
  padding-top: 18px;
}
.announce_inner {
  font-weight: bold;
}
.announce_inner p {
  margin-left: 1em;
  text-indent: -1em;
}
.announce_inner .red_text {
  color: #cc0d21;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width:767.98px) {
  .announce {
    width: 100%;
    padding: 18px 10px 0;
  }
  .announce_inner {
  line-height: 22px;
}
  .announce_inner p {
  font-size: 1.4rem
}
.announce_inner .red_text {
  font-size: 1.6rem;
}
}
/*=======================*/

/*courseArea
=======================*/
.courseArea {
	padding-top: 16px;
}

.eachAreaWrap_inner {
  text-align: center;
}

.eachAreaWrap_inner_info {
  font-size: 2.8rem;
  font-weight: bold;
}

.courseArea_inner {
	max-width: 1160px;
	margin: 0 auto;
}
.courseArea h2 {
	margin: 0;
	text-align: center;
	font-size: 3.2rem;
}
.courseArea .course_inner {
	position: relative;
}
.courseArea .course_inner .course_lowtext {
		font-size: 2.4rem;
	}
.courseArea .course_inner::after {
  content: '';
  width: 746px;
  height: 4px;
  display: inline-block;
  background-color: #22423e;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 373px);
  border-radius: 2px;
}
.courseArea .course_inner_info {
  text-align: center;
  margin: 36px auto 0px;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width:767.98px) {
  .courseArea {
    margin-top: 34px;
  }
	.courseArea h2 {
    font-size: 1.6rem;
    padding-bottom: 4px;
	}
	.courseArea .course_inner {
  padding-bottom: 0;
	}
  .courseArea .course_inner::after {
  width: 260px;
  height: 3px;
  bottom: -6px;
  left: 0;
  border-radius: 2px;
}
.courseArea .course_inner_info {
  margin: 22px auto 0px;
  font-size: 1.5rem;
}
  .eachAreaWrap_inner_info {
  font-size: 1.8rem;
}
	.courseArea .course_inner .course_lowtext {
		font-size: 1.2rem;
	}
}
@media screen and (max-width:340px) {
  .eachAreaWrap_inner_info {
  font-size: 1.6rem;
}
}
/*---areaMenu---*/
.areaMenu {
	position: sticky;
	top: 0;
	margin-top: 30px;
	background: #d7d7d7;
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .1);
	z-index: 10;
}
.areaMenu ul {
	display: flex;
	max-width: 1160px;
	margin: 0 auto;
}
.areaMenu li {
	width: 100%;
	text-align: center;
}
.areaMenu li a {
	display: block;
	width: 100%;
	padding: 12px 0;
	color: #323232;
	font-size: 1.8rem;
}
.areaMenu li a span {
	position: relative;
	padding-left: 10px;
}
.areaMenu li a span::after {
	position: absolute;
	content: '';
	top: 45%;
	left: -8px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #323232;
	border-bottom: 2px solid #323232;
	transform: translateY(-45%) rotate(45deg);
}
@media (min-width: 768px) {
	.areaMenu li a {
		position: relative;
		overflow: hidden;
		transition: 0.2s ease all;
	}
	.areaMenu li a:hover {
		background: #fff;
		opacity: .8;
		transition: 0.2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.areaMenu ul {
		justify-content: center;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.areaMenu li {
		justify-content: center;
		flex-wrap: wrap;
		width: auto;
	}
	.areaMenu li a {
		position: relative;
		padding: 10px 20px 10px 25px;
		font-size: 1.4rem;
	}
	.areaMenu li:first-of-type a::after {
		position: absolute;
		content: '';
		width: 1000%;
		height: 1px;
		bottom: 0;
		left: -100%;
		background: #a9a9a9;
	}
	.areaMenu li a span {
		padding-left: 0;
	}
	.areaMenu li a span::after {
		top: 35%;
    left: -15px;
    width: 8px;
    height: 8px;
		transform: translateY(-35%) rotate(45deg);
	}
}

/*==コースカセット==*/
.courseList {
  padding: 0 30px;
}
@media screen and (min-width:768px) { 
    .courseList {
  }
    .courseList li .titWrap .crs_tit01 {
    margin: 5px 0 0 20px;
    width: 694px;
    text-align: left;
  }
}
.courseList a:hover{
opacity: 0.7;
}

.courseList li {
  padding: 20px 0 0;
  align-items: end;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
  margin: 20px;
}
.courseList li+li {
  margin-top: 20px;
}
.courseList li .titWrap {
  width: 100%;
}
.courseList li .top_Box {
  display: flex;
  align-items: center
}
.courseList li .titWrap .crs_num01 {
  display: inline-block;
  font-size: 2.0rem;
  color: #fff;
  background-color: #043438;
  padding: 4px 15px 4px;
  margin-left: 20px;
}

.courseList li .titWrap .crs_num02 {
  display: inline-block;
  font-size: 2.0rem;
  color: #fff;
  background-color: #947639;
  padding: 0 0 0 15px;
  margin-left: 10px;
}

.courseList li .titWrap .crs_num02 .emphasis {
  font-weight: bold;
  font-size: 2.5rem;
}

.courseList li .titWrap .crs_tit01 a {
  color: #333;
  font-size: 2.4rem;
}
.courseList li .titWrap .crs_tit01 a:hover {
  color: #cc0d21;
}

.courseList li .courseBox_inner{
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  align-items: end;
}

.courseList li .priceWrap {
  text-align: end;
  margin: 10px 20px 0 0;
  align-content: center;
  width: 34%;
}
.courseList li .priceWrap .crs_txt01 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #323232;
}
.courseList li .priceWrap .crs_price01 {
  font-size: 3.2rem;
  color: #cc0d21;
  font-weight: 700;
}
.crs_ann {
  margin-top: 5px;
  font-weight: 700;
}
@media screen and (max-width:767.98px) {
.courseList {
  padding: 0 16px;
}
  .courseList li {
    display: block;
    padding: 10px 0 0;
    margin: 20px 0;
  }
  .courseList li .titWrap {
    width: 100%;
  }
  .courseList li .titWrap .crs_num01 {
  font-size: 1.4rem;
  margin-left: 10px;
  padding: 14px 6px;
}
  .courseList li .titWrap .crs_num02 {
    font-size: 1.4rem;
    margin: 0 12px 0 10px;
    padding: 2px 4px 0;
  }
  .courseList li .titWrap .crs_num02 .emphasis {
  font-size: 1.6rem;
}
.courseList li .titWrap .crs_tit01 a {
  font-size: 1.9rem;
}

.courseList li .courseBox_inner{
  display: block;
  padding-bottom: 0px;
}

.courseList li .priceWrap {
  padding-right: 10px;
  width: 100%;
}
.courseList li .priceWrap .crs_txt01 {
  font-size: 1.2rem;
  padding-left: 10px;
}
.courseList li .priceWrap .crs_price01 {
  font-size: 2.4rem;
}
  .crs_ann {
    font-size: 1.5rem;
  }
}

  @media screen and (min-width:768px) and (max-width:1280px) {
  .bg_area .moveBg .bg_area_bg02 {
      top: 280px;
      right: 30px;
      width: 400px;
      height: 115px;
      background-size: contain;
  }
  .corseArea_Inner::after {
      width: 97px;
      height: 115px;
      background-size: contain;
  }
}

  @media screen and (min-width:1281px) and (max-width:1600px) {
  .bg_area .moveBg .bg_area_bg02 {
      top: 280px;
      right: 25px;
      width: 270px;
      height: 76px;
      background-size: contain;
  }
  .corseArea_Inner::after {
      width: 90px;
      height: 107px;
      background-size: contain;
  }
}

@media screen and (max-width:767.98px) {
  .corseArea {
    padding: 0;
  }
  .corseArea h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .corseArea h2 p.tit_logo {
    margin: 20px auto 23px;
  }
  .corseArea h2 p span.smallTit {
    font-size: 1.8rem;
  }
  .corseArea h2 p:nth-of-type(n+2) {
    font-size: 2.4rem;
    border-bottom: 4px solid #009944;
}
  .corseArea_Inner {
    position: relative;
    background-color: #fafafa;
    margin-top: 60px;
    padding: 30px 10px 10px;
  }
}

/*=============================*/

/*tourArea
=======================*/
.tourArea {
	margin-top: 50px;
}
.tourArea a {
	color: #333333;
}
.tourArea h2 {
	margin: 0;
	color: #0074d8;
	line-height: 1.4;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}
.tourArea .courseItem {
	margin-top: 20px;
	border-bottom: 2px solid #cccccc;
}
.tourArea .courseItem .crs_inner {
	padding: 0 20px;
}
.tourArea .courseItem .crs_topBox {
	display: flex;
}
.tourArea .courseItem .crs_numBox {
	display: flex;
	align-items: center;
}
.tourArea .courseItem .crs_num {
	padding: 2px 16px;
	border: 1px solid #cccccc;
}
.tourArea .courseItem .crs_addInfo {
	margin-left: 20px;
	padding: 2px 16px;
	border: 1px solid #0074d8;
}
.tourArea .courseItem .crs_area {
	padding: 2px 16px;
	background: #cccccc;
	border: 1px solid #cccccc;
}
.tourArea .courseItem .crs_infoBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tourArea .courseItem .crs_tit {
	font-size: 2.3rem;
	transition: all .2s;
}
.tourArea .courseItem .crs_priceBlock {
	width: 350px;
	text-align: right;
}
.tourArea .courseItem .crs_txt {
	font-size: 1.4rem;
}
.tourArea .courseItem .crs_price {
	color: #cc0d21;
	font-size: 2.5rem;
	font-weight: bold;
}

.sec_txt {
	margin-top: 30px;
	padding: 30px 50px;
	background: #fafafa;
	border-radius: 10px;
}
.sec_txt h3 {
	position: relative;
	margin: 0;
	font-size: 1.8rem
}
.sec_txt h3::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: #0074d8;
	border-radius: 30px;
}
.sec_txt p {
	margin-top: 8px;
}
.sec_txt button {
	display: block;
	margin: 15px auto 0;
	background: #0074d8;
	border: 2px solid #0074d8;
	border-radius: 30px;
	transition: all .25s;
}
.sec_txt button a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 6px 50px 6px 28px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	transition: all .25s;
}
.sec_txt button a::after {
	position: absolute;
  content: '';
  top: 48%;
  right: 30px;
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-48%) rotate(-45deg);
	transition: all .25s;
}

@media screen and (min-width:768px) {
	.tourArea a:hover .crs_tit {
		color: #cc0d21;
		text-decoration: underline;
		transition: all .2s;
	}
	.sec_txt button:hover {
		background: #fff;
		transition: all .25s;
	}
	.sec_txt button:hover a {
		color: #0074d8;
		transition: all .25s;
	}
	.sec_txt button:hover a::after {
		border-right: 2px solid #0074d8;
		border-bottom: 2px solid #0074d8;
		transition: all .25s;
	}
}

@media screen and (max-width:767.98px) {
	.tourArea {
		margin-top: 35px;
	}
	.tourArea h2 {
		font-size: 1.6rem;
	}
	.tourArea .courseItem {
		margin-top: 26px;
	}
	.tourArea .courseItem .crs_inner {
		padding: 0 0 12px 0;
	}
	.tourArea .courseItem .crs_num,
	.tourArea .courseItem .crs_area {
		padding: 0px 10px;
	}
	.tourArea .courseItem .crs_addInfo {
    margin-left: 10px;
    padding: 0 10px;
	}
	.tourArea .courseItem .crs_infoBox {
		display: block;
	}
	.tourArea .courseItem .crs_tit {
		margin: 10px 0px;
		font-size: 1.3rem;
	}
	.tourArea .courseItem .crs_priceBlock {
		width: 100%;
	}
	.tourArea .courseItem .crs_txt {
		font-size: 1.1rem;
		line-height: 1.4;
	}
	.tourArea .courseItem .crs_price {
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.sec_txt {
		padding: 15px;
	}
	.sec_txt h3 {
		padding-left: 18px;
		font-size: 1.2rem;
	}
	.sec_txt h3::after {
		top: 55%;
    left: 0px;
    transform: translateY(-55%);
		width: 10px;
		height: 10px;
	}
	.sec_txt button a {
		padding: 4px 30px 4px 20px;
		font-size: 1.3rem;
	}
	.sec_txt button a::after {
		right: 17px;
    width: 8px;
    height: 8px;
	}
}
/*=====================*/


/*---courseItemsBox---*/
.areaBlock {
	padding-bottom: 20px;
}
.areaBlock:first-of-type {
	margin-top: 20px;
}
.areaBlock h3 {
	margin: 0;
	padding: 10px 0 0;
	font-size: 2.4rem;
  margin-left: 20px;
  width: 60%;
  color: #333;
}
.courseItemsBox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.courseItem {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.courseItem:nth-of-type(3n) {
	margin-right: 0;
}
.courseItem:nth-of-type(n+4) {
	margin-top: 30px;
}
.courseItem a {
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.course__card {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.course__card__tagBox {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
}
.course__card__tagBox ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.course__card__tagBox ul li {
	margin: 0 10px 10px 0;
	padding: 3px 12px;
	color: #fff;
	font-size: 1.3rem;
	background: rgb(0 0 0 / .5);
	border-radius: 30px;
}
.course__card__img__caption {
  position: absolute;
	right: 12px;
  bottom: 9px;
  padding-left: 12px;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) .5403px .84147px 2px, rgba(0, 0, 0, .8) -.41615px .9093px 2px, rgba(0, 0, 0, .8) -.98999px .14112px 2px, rgba(0, 0, 0, .8) -.65364px -.7568px 2px, rgba(0, 0, 0, .8) .28366px -.95892px 2px, rgba(0, 0, 0, .8) .96017px -.27942px 2px;
  text-align: right;
}
.course__card__body {
	padding: 18px 18px 15px;
	background: #fff;
}
.course__card__codeArea__box {
	display: flex;
}
.course__card__code {
	position: relative;
  display: inline-block;
	min-width: 90px;
  padding: 0 10px 0 15px;;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
}
.course__card__code::after {
	position: absolute;
	content: '';
	top: -1px;
	left: -1px;
	width: 6px;
	height: 22px;
	background: #c51f1f;
}
.course__card__area__label {
	display: inline-block;
  min-width: 90px;
	margin-left: 10px;
  padding: 1px 10px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
}
.course__card__title {
  margin-top: 8px;
	color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
	transition: all .3s;
}
.course__card__sub {
	margin-top: 5px;
}
.course__card__area {
  line-height: 1;
  text-align: right;
}
.course__card__unit {
  margin-top: 15px;
  font-size: 1.4rem;
	color: #707070;
	text-align: right;
}
.course__card__price {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
	color: #cc0d21;
	text-align: right;
}
main [class*="course__card__head"] {
	padding-top: 52%;
	background-image: url(/med/app-files/img/tabimono_img.png);
  background-size: 60% auto;
  background-position: center;
  background-color: #C1C1C1;
  background-repeat: no-repeat;
  height: 0;
  position: relative;
  overflow: hidden;
}
main [class*="js_rweb2404_img_"] {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
main [class*="js_rweb2404_img_"]::after {
	top: 0;
}
main [class*="js_rweb2404_caption_"] {
	z-index: 2;
}
.noCourseTxt {
	margin: 60px auto 0;
	font-size: 1.8rem;
  text-align: center;
}
.courseItemsBox .noCourseTxt_all{
    margin: 0 auto;
	font-size: 1.6rem;
    text-align: center;
    padding-bottom: 50px;
}
@media (min-width: 768px) {
	.courseItem a:hover .course__card__title {
		color: #cc0d21;
		text-decoration: underline;
		transition: all .3s;
	}
}
@media screen and (max-width:767.98px) {
	.areaBlock {
		padding-bottom: 10px;
	}
  .areaBlock:first-of-type {
	margin-top: 14px;
}
	.areaBlock h3 {
		padding: 8px 10px 0;
		font-size: 1.7rem;
    text-align: left;
    margin-left: 0;
    width: 100%
	}
	.courseItemsBox {
		display: block;
		margin-top: 24px;
		padding: 0 10px;
	}
	.courseItem {
		width: 100%;
		margin-right: 0;
	}
	.courseItem:nth-of-type(n+2) {
		margin-top: 15px;
	}
	.course__card {
		display: flex;
		background: #fff;
	}
	main [class*="course__card__head"] {
		padding-top: 0;
		padding-left: 34%;
	}
	main [class*="js_rweb2404_img_"]::after {
		background-size: cover;
	}
	main [class*="bgContain js_rweb2404_img_"]::after {
		background-size: contain!important;
	}
	.course__card__img__caption {
		right: 8px;
    bottom: 5px;
		font-size: 1rem;
	}
	.course__card__tagBox {
		position: static;
	}
	.course__card__tagBox ul {
		margin-top: 8px
	}
	.course__card__tagBox ul li {
		margin: 0 5px 5px 0;
		padding: 2px 7px;
		font-size: 1rem;
	}
	.course__card__body {
		width: 100%;
		padding: 8px 10px;
	}
	.course__card__code {
		min-width: 70px;
		font-size: 1.2rem;
	}
	.course__card__area {
		text-align: left;
	}
	.course__card__area__label {
		min-width: 60px;
		font-size: 1rem;
	}
	.course__card__title {
		font-size: 1.5rem;
	}
  
	.course__card__unit {
		margin-top: 5px;
		font-size: 1.1rem;
	}
	.course__card__price {
		margin-top: 5px;
		font-size: 1.7rem;
	}
	.noCourseTxt {
		font-size: 1.3rem;
		text-align: center;
    margin: 30px auto 0;
	}
    .courseItemsBox .noCourseTxt_all{
         font-size: 1.3rem;
		text-align: center;
    padding-bottom: 35px;
}
}
/*=====================*/


/*selectdiv(pulldown)
=======================*/
.select_label {
  padding: 28px 0 0;
  font-weight: bold;
}
.selectdiv {
	position: relative;
	top: 0;
	max-width: 250px;
	width: 100%;
  margin: 35px auto;
	transition: .2s ease all;
}
select:focus {
	outline: 0;
	border: 1px solid #cc0d21;
}
select::-ms-expand {
  display: none;
}
.selectdiv::before {
  content: '';
  position: absolute;
  display: block;
  right: 60px;
  width: 1px;
  height: 32px;
  top: 50%;
	transform: translateY(-50%);
	background: #323232;
	pointer-events: none;
	z-index: 10;
}
.selectdiv::after {
  content: '';
  display: inline-block;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 58px;
  margin: 5px auto;
  padding: 0 30px 0 20px;
	color: #232323;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  -ms-word-break: normal;
  word-break: normal;
	border: 1px solid #fff;
	border-radius: 5px;
  cursor: pointer;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.selectdiv .decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.selectdiv .decoration::before,
.selectdiv .decoration::after {
	position: absolute;
	content: '';
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
pointer-events: none;
}
.selectdiv .decoration::before {
	top: 20px;
  transform: rotate(-135deg);
}
.selectdiv .decoration::after {
	top: 28px;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
.selectdiv {
  margin: 16px auto 36px;
}
}

@media screen and (max-width:767.98px) {
	.selectdiv {
		max-width: 205px;
    margin: 6px auto 20px;
	}
	.selectdiv select {
		height: 48px;
		padding: 4px 30px 0 20px;
		font-size: 1.5rem;
	}
	.selectdiv .decoration::before {
		top: 17px;
	}
	.selectdiv .decoration::after {
		top: 24px;
	}
	/*---iPhone only---*/
	.iPhone .selectdiv select {
		padding-top: 0;
	}
	/*-----------------*/
}
/*=====================*/


/*area_button
=======================*/
.area_button{
  text-align: center;
  margin: 40px 0;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.area_button .contents_wrap{
  justify-content: center;
  flex-wrap: wrap;
}
.area_button__titbox__fukidashi{
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #cc0d20;
  padding: 5px 0;
  color: #cc0d20;
  font-weight: bold;
  font-size: 1.8rem;
}
.area_button__titbox__fukidashi:before,
.area_button__titbox__fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.area_button__titbox__fukidashi:before {
  border: solid 9px transparent;
  border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi:after {
  border: solid 11px transparent;
  border-top: solid 17px #fff;
  margin-top: -5px;
}
.area_button__titbox__tit{
  font-size: 2.4rem;
  color: #333333;
  margin: 15px 5px;
}
.area_button__link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 760px;
}
.area_button__link li{
  width: 100%;
}
.area_button__link li a{
  text-align: center;
  position: relative;
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  border: 2px solid #cc0d20;
  border-radius: 5px;
  padding: 10px 36px 9px 9px;
  width: 100%;
  color: #333333;
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before{
	display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #cc0d21;
  content: "";
  width: 27px;
}
.area_button__link li a:after{
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
}
@media screen and (min-width:768px) {
	.area_button {
		margin-top: 0;
	}
	.area_button__link li{
		max-width: 138px;
	}
	.area_button__link li a:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width:767.98px) {
	.area_button__link {
		margin: 0 10px 0;
	}
  .area_button__link li a {
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
/*=====================*/


/*pageTopBtn
=======================*/
.pageTopBtn {
	display: inline-block;
  width: 52px;
  /*left: calc(100vw - 5em);*/
	left: 93%;
	position: sticky;
	bottom: 30px;
	text-align: right;
	opacity: 0;
	z-index: 10;
}
.pageTopBtn_inner {
	margin: auto;
}
.pageTopBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
	background: #aaaaaa;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
	cursor: default;
}
.pageTopBtn a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pageTopBtn.-show {
	opacity: 1;
}
.pageTopBtn.-show a {
	cursor: pointer;
}
.pageTopBtn.-transition500 {
	transition: .2s ease;
}

@media screen and (min-width:768px) {
	.pageTopBtn a:hover {
		background: #c2c2c2;
	}
}

@media screen and (max-width:767.98px) {
	.pageTopBtn a {
		width: 45px;
    height: 45px;
	}
	.pageTopBtn a:before {
		width: 16px;
    height: 16px;
	}
}
/*=====================*/

.scroll-hint-icon{
        z-index: 5;
    }
/*=====================*/

/*======エントリーページ導線========*/
.Entry_page_flow {
  margin: 10px 0 60px;
}
.Entry_page_flow .Click_here_for_entry_page {
  text-align: center;
  font-size: 2.7rem;
  font-weight: bold;
}
.Entry_page_inner {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.Entry_page_inner a {
  position: relative;
  background-color: #ffc300;
  border-radius: 20px;
  padding: 14px 50px 14px 50px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
  width: 550px;
}
@media screen and (min-width:768px) {
  .Entry_page_inner a:hover {
    background: #ffc30085;
    transform: scale(1.1);
  }
}
.Entry_page_inner p {
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.Entry_page_inner p span {
  font-size: 2rem;
}
.Entry_page_inner p::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  right: 7%;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: translateY(-50%) rotate(315deg);
}
@media screen and (max-width:767.98px) {
.Entry_page_flow {
  margin: 20px 0 40px;
}
  .Entry_page_inner {
    flex-flow: column;
  }
  .Entry_page_flow .Click_here_for_entry_page {
    font-size: 1.8rem;
  }
  .Entry_page_inner p {
    font-size: 1.7rem;
  }
  .Entry_page_inner p span {
    font-size: 1.5rem;
  }
  .Entry_page_inner a {
    width: 100%;
  }
  .Entry_page_inner a:nth-of-type(2) {
    margin-top: 20px;
  }
}
@media screen and (max-width:520.98px) {
  .Entry_page_inner p {
    text-align: center;
  }
  .Entry_page_inner p span {
    display: block;
  }
}
