@charset "UTF-8";
/* --- top --- */

.inner {
	width: 100%;
	overflow: hidden;
}

/* --- スライド --- */

#top .main_slide {
	width: 100%;
	min-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 130px;
}

#top .main_slide .onmv_contents {
	position: absolute;
	top: 25px;
	width: 1000px;
	margin: 0 auto;
	z-index: 2;
	display: flex;
	justify-content: center;
	left: 40px;
	right: 40px;
}

#top .main_slide .onmv_contents .schedule_area {
	width: 700px;
	padding: 20px;
	background: #fff;
	border: 1px solid #FBCBCB;
	border-radius: 7px;
}

#top .main_slide .onmv_contents .schedule_area .balloon_box {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 15px;
	width: 100%;
	background: #FFF;
	border: solid 1px #F36F6F;
	box-sizing: border-box;
	border-radius: 5px;
}

.balloon_box:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

.balloon_box:after {
	content: "";
	position: absolute;
	bottom: -26px;
	left: 50%;
	margin-left: -16px;
	border: 13px solid transparent;
	border-top: 13px solid #F36F6F;
	z-index: 1;
}

#top .main_slide .onmv_contents .schedule_area .balloon_box .event_date {
	text-align: center;
}

#top .main_slide .onmv_contents .schedule_area .balloon_box .event_date .text {
	font-size: 1.8rem;
	margin-bottom: 10px;
	display: block;
}

#top .main_slide .onmv_contents .schedule_area .balloon_box .event_date .day {
	font-size: 3.6rem;
	font-weight: bold;
}

#top .main_slide .onmv_contents .schedule_area .balloon_box .event_date .time {
	font-size: 3rem;
	font-weight: bold;
}

#top .main_slide .onmv_contents .schedule_area .deadline {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.6rem;
	font-weight: bold;
	border-bottom: solid 10px #FBCBCB;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#top .main_slide .onmv_contents .schedule_area .deadline .icon img {
	margin-right: 10px;
	width: 60%;
}

#top .main_slide .onmv_contents .schedule_area .deadline .text {
	font-size: 2.8rem;
	font-weight: bold;
	margin-right: 15px;
}

#top .main_slide .onmv_contents .schedule_area .deadline .week {
	font-size: 3rem;
	font-weight: bold;
}

#top .main_slide .onmv_contents .schedule_area .attention {
	font-size: 1.6rem;
    line-height: 3rem;
    text-align: center;
}

#top .main_slide .onmv_contents .schedule_area .attention .fpink {
	font-size: 2.4rem;
	color: #F36F6F;
}

#top .main_slide .onmv_contents .schedule_area .listLinkBtn {
	clear: both;
	text-align: center;
	margin-top: 5px;
}

#top .main_slide .onmv_contents .schedule_area .listLinkBtn a {
	display: inline-block;
	padding: 5px 0;
	width: 300px;
	background: -moz-linear-gradient(left,  #E1678D, #EEB191, #F6A05E);
	background: -webkit-linear-gradient(left,  #E1678D, #EEB191, #F6A05E);
	background: linear-gradient(to right,  #E1678D, #EEB191, #F6A05E);
	color: inherit;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 30px;
	font-weight: bold;
	color: #fff;
}

#top .main_slide .onmv_contents .schedule_area .listLinkBtn a::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	border-color: transparent;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-left-color: #fff;
	vertical-align: 1px;
	-webkit-transition: border-color 0.2s;
	transition: border-color 0.2s;
}

#top .main_slide .onmv_contents .schedule_area .listLinkBtn a:hover::before {
	border-left-color: #FFF;
}

#top .onmv_contents .schedule_area .balloon_box .event_date .str_set:nth-of-type(n+3) {
    display: none;
}

#top .onmv_contents .schedule_area .deadline .strd_set:nth-of-type(n+3) {
	display: none;
}


#top .main_slide .onmv_contents .menu_area {
	width: 280px;
	margin-left: 20px;
}

#top .main_slide .onmv_contents .menu_area ul {
	background: #fff;
	border: 1px solid #BCBCBC;
	padding: 10px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

#top .main_slide .onmv_contents .menu_area ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 15px;
	border-bottom: 1px dotted #707070;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
}

#top .main_slide .onmv_contents .menu_area ul li:last-of-type a {
	border-bottom: none;
}

#top .main_slide .onmv_contents .menu_area ul li a::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #000;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
}

#top .main_slide .onmv_contents .menu_area ul li a img {
	margin-right: 20px;
}

#top .main_slide .onmv_contents .menu_area .system_btn a {
	background: #FFA353;
	border-radius: 5px;
	padding: 23px 18px;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	font-size: 2rem;
	font-weight: bold;
}

#top .main_slide .onmv_contents .menu_area .system_btn a::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
}

#top .main_slide .onmv_contents .system_btn a img {
	margin-right: 10px;
}


#top .main_slide .top_slide {
	width: 100%;
	height: 560px;
}

#top .main_slide .slide01 {
	background: url(../../images/top/slide01.png) no-repeat;
	background-position: top;
	background-size: cover;
}

#top .main_slide .slide02 {
	background: url(../../images/top/slide02.png) no-repeat;
	background-position: top;
	background-size: cover;
}

#top .main_slide .slide03 {
	background: url(../../images/top/slide03.png) no-repeat;
	background-position: top;
	background-size: cover;
}

#top .main_slide .slide04 {
	background: url(../../images/top/slide04.png) no-repeat;
	background-position: top;
	background-size: cover;
}

#top .main_slide .slide05 {
	background: url(../../images/top/slide05.png) no-repeat;
	background-position: top;
	background-size: cover;
}

#top .main_slide .slide06 {
	background: url(../../images/top/slide06.png) no-repeat;
	background-position: top;
	background-size: cover;
}

#top main {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	padding-top: 580px;
}

#top main .mainContents {
	width: 700px;
	margin-right: 20px;
}

#top main .mainContents .top_news {
	background: #F6F7F8;
	padding: 20px 30px;
	margin-bottom: 20px;
}

#top main .mainContents .top_news .illust_img {
	text-align: center;
}

#top main .mainContents .top_news h1 {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

#top main .mainContents .top_news dl:first-of-type a {
	font-weight: bold;
}
/*
#top main .mainContents .top_news dl:last-of-type {
	margin-bottom: 30px;
}*/

#top main .mainContents .top_news dl a {
	display: block;
	font-size: 1.6rem;
	padding: 20px 10px;
	border-bottom: 1px dotted #707070;
}

#top main .mainContents .top_news dl a:hover {
	background: #fff;
}

#top main .mainContents .top_news dd {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#top main .mainContents .top_news .date {
	margin-right: 20px;
}

#top main .mainContents .top_news .new {
	font-weight: bold;
	color: #F36F6F;
	margin-right: 20px;
	font-size: 1.4rem;
}

#top main .mainContents .top_news .text {
	max-width: 80%;
}

.ipad #top main .mainContents .top_news .text {
	max-width: 50%;
}

#top main .mainContents .top_news .cat {
	width: 40%;
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #707070;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	margin-right: 40px;
	margin-bottom: 10px;
	font-size: 1.4rem;
}

#top main .mainContents .listLinkBtn {
	clear: both;
	text-align: center;
	margin-bottom: 30px;
}

#top main .mainContents .listLinkBtn a {
	display: inline-block;
	padding: 5px 0;
	width: 182px;
	background: -moz-linear-gradient(left, #F6A05E, #EEB191, #E1678D);
	background: -webkit-linear-gradient(left, #F6A05E, #EEB191, #E1678D);
	background: linear-gradient(to right, #F6A05E, #EEB191, #E1678D);
	color: inherit;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 30px;
	font-weight: bold;
	color: #fff;
}

#top main .mainContents .listLinkBtn a::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	border-color: transparent;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-left-color: #fff;
	vertical-align: 1px;
	-webkit-transition: border-color 0.2s;
	transition: border-color 0.2s;
}

#top main .mainContents .listLinkBtn a:hover::before {
	border-left-color: #FFF;
}

#top main .sideContents {
	width: 280px;
	margin-bottom: 20px;
}

#top main .sideContents p {
	margin-bottom: 20px;
}

#top main .sideContents a[target="_blank"]::after {
	content: none;
}

#top main .sideContents .info_list {
	background: #F6F7F8;
}

#top main .sideContents .info_list h2 {
	background: #F36F6F;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	padding: 5px;
}

#top main .sideContents .info_list h2 img {
	margin-right: 10px;
}

#top main .sideContents .info_list ul {
	padding: 20px;
}

#top main .sideContents .info_list ul li {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}

#top main .sideContents .info_list ul li a {
	position: relative;
	padding-left: 20px;
	display: block;
}

#top main .sideContents .info_list ul li a::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #000;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
}

#top main .sideContents .info_list .illust_img {
	padding: 0 20px 20px;
}


/* --- リンクボタンエリア --- */

  #top .linkBtnArea {
	  width: 1000px;
	  margin: 0 auto 30px;
	padding-top: 30px;
  }
  
  #top .linkBtnArea .container::after {
	content: "";
	display: block;
	clear: both;
  }
  
  #top .linkBtnArea section {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  
  #top .linkBtnArea section.center {
	padding-right: 38px;
  }
  
  #top .linkBtnArea section.link {
	padding-left: 38px;
  }
  
  #top .linkBtnArea .hdg {
	margin-bottom: 18px;
	color: #F36F6F;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 3.8rem;
	letter-spacing: 2.5px;
	line-height: 1.2;
  }
  
  #top .linkBtnArea .linkBtnList {
	margin: -15px 0 0 -18px;
  }
  
  #top .linkBtnArea .linkBtnList::after {
	content: "";
	display: block;
	clear: both;
  }
  
  #top .linkBtnArea .linkBtnList li {
	float: left;
	padding: 15px 0 0 18px;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  
  #top .linkBtnArea .linkBtnList a {
	display: table;
	position: relative;
	border: 1px solid #CECCD8;
	width: 100%;
	height: 58px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	-webkit-transition-property: border-color, background-color, color;
	transition-property: border-color, background-color, color;
  }
  
  #top .linkBtnArea .linkBtnList a>span {
	display: table-cell;
	padding: 0 40px 0 20px;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 1.5;
  }
  
  #top .linkBtnArea .linkBtnList a .m-transIcon--external {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -4px;
  }
  
  #top .linkBtnArea .linkBtnList a .m-transIcon--external img {
	width: 12px;
  }
  
  #top .linkBtnArea .linkBtnList a:hover {
	opacity: 1;
	border-color: #F36F6F;
	background-color: #F36F6F;
	color: #FFF;
  }

/* --- 下層 --- */

.title_area {
	background: url(../images/tilte_bg_stline.png) repeat top left;
	padding: 30px;
	width: 100%;
	text-align: center;
}

.title_area h2 {
	font-size: 2.4rem;
}

#secound main {
	width: 880px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
}

#secound main .mainContetnsArea {
	width: 880px;
	margin: 0 auto;
}

#secound main .mainContetnsArea .contentsBox {
	margin-bottom: 20px;
}

#secound main .mainContetnsArea h2 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 24px;
	border: none;
	/*background-image: linear-gradient(90deg, #F8BB8D, #F0B7AE, #E990AC);*/
	background-size: 100% 5px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#secound main .mainContetnsArea h2::before {
    content: "";
    display: inline-block;
    margin: -4px 10px 0 -24px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color:  #F36F6F;
    vertical-align: middle;
}

#secound main .mainContetnsArea h3 {
	background: linear-gradient(transparent 60%, #FEEBEB 0%);
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}

#secound main .mainContetnsArea table {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}

#secound main .mainContetnsArea table th, #secound main .mainContetnsArea table td {
	padding: 5px 10px;
	border: 1px solid #CBCBCB;
	font-size: 1.6rem;
    text-align: left;
}

#secound main .mainContetnsArea table th {
	background: #F5F5F5;
	font-weight: bold;
	white-space: nowrap;
}

#secound main .mainContetnsArea .bnr_contents {
	text-align: center;
}

#secound main .mainContetnsArea table .w55 {
	width: 55%;
}

/* --- カテゴリトップ --- */

#secound_top main {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

#secound_top .mainContetnsArea .nav_contentsBox {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

#secound_top .mainContetnsArea .nav_contentsBox:last-of-type {
	margin-bottom: 40px;
}

#secound_top .mainContetnsArea .nav_contentsBox nav:first-of-type {
	margin-right: 80px;
	width: 420px;
}

#secound_top .mainContetnsArea .nav_contentsBox nav h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-left: 20px;
}

#secound_top .mainContetnsArea .nav_contentsBox nav h3 a {
	position: relative;
	padding-left: 20px;
	display: block;
	margin-left: -20px;
}

#secound_top .mainContetnsArea .nav_contentsBox nav h3 a::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #F36F6F;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}

#secound_top .mainContetnsArea .nav_contentsBox nav ul li a {
	font-size: 1.6rem;
	font-weight: bold;
	color: #F36F6F;
	position: relative;
	padding-left: 25px;
	margin-left: 25px;
	display: block;
	line-height: 2.4rem;
}

#secound_top .mainContetnsArea .nav_contentsBox nav ul li a::before {
	content: '・';
	width: 0;
	height: 0;
	position: absolute;
	top: 20%;
	left: 0;
	margin-top: -5px;
	font-weight: normal;
}

#secound_top .contentsBox_mb {
	margin-bottom: 20px;
}

/* --- 開催日程 --- */
.schedule_area {
	width: 100%;
	padding: 15px;
	background: #FEEBEB;
	border-radius: 7px;
	margin-bottom: 20px;
}

#secound main .mainContetnsArea .schedule_area .balloon_box {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
	background: #FFF;
	border: solid 1px #F36F6F;
	box-sizing: border-box;
	border-radius: 5px;
}

#secound main .mainContetnsArea .schedule_area .balloon_box:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

#secound main .mainContetnsArea .schedule_area .balloon_box:after {
	content: "";
	position: absolute;
	bottom: -26px;
	left: 50%;
	margin-left: -16px;
	border: 13px solid transparent;
	border-top: 13px solid #F36F6F;
	z-index: 1;
}

#secound main .mainContetnsArea .schedule_area .balloon_box .event_date {
	text-align: center;
}

#secound main .mainContetnsArea .schedule_area .balloon_box .event_date .text {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

#secound main .mainContetnsArea .schedule_area .balloon_box .event_date .str_set:nth-of-type(n+3) {
	display: none;
}


#secound main .mainContetnsArea .schedule_area .balloon_box .event_date .day {
	font-size: 2.2rem;
	font-weight: bold;
}

#secound main .mainContetnsArea .schedule_area .balloon_box .event_date .time {
	font-size: 2.2rem;
	font-weight: bold;
}

#secound main .mainContetnsArea .schedule_area .deadline {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.6rem;
	font-weight: bold;
}

#secound main .mainContetnsArea .schedule_area .deadline .strd_set:nth-of-type(n+2) {
	display: none;
}

#secound main .mainContetnsArea .schedule_area .deadline .icon img {
	margin-right: 10px;
	width: 60%;
}

#secound main .mainContetnsArea .schedule_area .deadline .text {
	font-size: 2.2rem;
	font-weight: bold;
	margin-right: 15px;
}

#secound main .mainContetnsArea .schedule_area .deadline .week {
	font-size: 2rem;
	font-weight: bold;
}

#secound main .mainContetnsArea .c-wysiwyg {
	margin-bottom: 20px;
}

/*--------- accordion --------- */

#secound main .mainContetnsArea .accordion_area {
	margin-bottom: 20px;
}

#secound main .mainContetnsArea .accordion_area .accordion_header {
	font-weight: bold;
	padding: 20px 30px;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F6F7F8;
	border: 1px solid #CCC;
	padding: 10px 20px;
	border-radius: 5px;
}

#secound main .mainContetnsArea .accordion_area .accordion_header h4 {
	color: #000;
	margin-bottom: 0;
}

#secound main .mainContetnsArea .accordion_area .accordion_header .accordionHeader_innner {
	display: flex;
	align-items: center;
}

#secound main .mainContetnsArea .accordion_area .accordion_header .arrowPlus {
	display: block;
	position: relative;
}

/* 二本の横棒を作成する */

#secound main .mainContetnsArea .accordion_area .accordion_header .arrowPlus::before, #secound main .mainContetnsArea .accordion_area .accordion_header .arrowPlus::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #707070;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* 2本の横棒のうち一本は縦棒にする */

#secound main .mainContetnsArea .accordion_area .accordion_header .arrowPlus::after {
	background: #707070;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}

#secound main .mainContetnsArea .accordion_area .accordion_header.open .arrowPlus::after {
	transform: rotate(0);
	transition: 0.5s;
}

#secound main .mainContetnsArea .accordion_area .accordion_inner {
	display: none;
	box-sizing: border-box;
	background: #fff;
}

#secound main .mainContetnsArea .accordion_area .accordion_contents {
	padding-top: 20px;
}

#secound main .mainContetnsArea .accordion_area .accordion_header h3 {
	position: relative;
	padding-left: 35px;
}

#secound main .mainContetnsArea .accordion_area .accordion_header h3:before {
	position: absolute;
	top: 2px;
	left: 0;
	margin: 0 10px 0 0;
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #409FE5;
	border-radius: 50%;
	vertical-align: middle;
}

#secound main .mainContetnsArea .end td, td.end {
	background: #B2B2B2;
	text-decoration: line-through;
}

#secound main .mainContetnsArea table .month {
	background: #FEEBEB;
	text-decoration: none;
}

#secound main .mainContetnsArea .text_contents {
	margin-bottom: 20px;
}

#secound main .mainContetnsArea h4 {
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 5px;
	color: #F36F6F;
}

#secound main .mainContetnsArea h5 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}

#secound main .mainContetnsArea .for_contents_inner {
	display: flex;
	justify-content: flex-start;
}

#secound main .mainContetnsArea .for_contents_inner ul {
	margin-bottom: 20px;
	margin-right: 25px;
}

#secound main .mainContetnsArea .for_contents_inner ul:nth-of-type(3n) {
	margin-right: 0;
}

#secound main .mainContetnsArea .for_contents ul li {
	list-style: disc;
	margin-left: 20px;
}

#secound main .mainContetnsArea .mb20 {
	margin-bottom: 20px;
}

.freebirdFormviewerViewCenteredContent {
width: 1000px;
}

iframe[src^="https://docs.google.com/forms/d/e"]{
	width:100%;
  }

/* 個別パーツ */
.boxFlow .c-wysiwyg--framed {
    position: relative;
    margin-bottom: 50px;
    background-color: #FFF5F3;
    border: none;
}
  
  .boxFlow .c-wysiwyg--framed:before {
	position: absolute;
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 100%;
	top: 0;
	left: 0;
	border-radius: 0 0 100% 0;
	background-color: #FBDADA;
  }
  
  .boxFlow .c-wysiwyg--framed:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -10px;
    border-color: transparent;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-top-color: #F8C7C7;
}
  
  .boxFlow .c-wysiwyg--framed:last-child .m-hdgLg {
	margin-bottom: 0;
  }
  
  .boxFlow .c-wysiwyg--framed:last-child:after {
	display: none;
  }
  
  .boxFlow .c-wysiwyg--framed .m-hdgLg {
	margin: -3px 0 25px -8px;
	padding-bottom: 0;
	color: #F36F6F;
	border-bottom: none;
  }
  
  #secound main .mainContetnsArea .boxFlow .c-wysiwyg--framed .m-hdgLg:before {
	display: none;
  }
  
  .boxFlow .c-wysiwyg--framed .m-hdgLg span {
	margin-right: 18px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 4rem;
  }
  
  .boxFlow .c-wysiwyg--framed .m-hdgMd {
	margin-top: 25px;
  }
  
  .boxFlow .c-wysiwyg--framed .m-hdgSm {
	margin-top: 28px;
  }
  
  .boxFlow .c-wysiwyg--framed__singleTitle .m-hdgLg {
	margin-bottom: 0;
  }
  
  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn {
	margin-bottom: 28px;
  }
  
  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn {
	width: 100%;
	height: 100%;
	padding: 32px 36px 32px 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	color: #F36F6F;
	font-size: 2rem;
	font-weight: normal;
  }
  
  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn:hover {
	background-color: #fff;
	color: #F36F6F;
  }
  
  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn:before {
	display: none;
  }
  
  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn .text {
	vertical-align: top;
  }
  
  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn .number {
	position: relative;
	margin-left: 58px;
	font-size: 3.2rem;
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
	line-height: 26px;
  }
  
  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn .number:before {
	position: absolute;
	content: '';
	top: 50%;
	left: -37px;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	background: url(../images/icon_tel_blue.png);
	background-size: 100% 100%;
  }
  
  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--multi .m-textBtn {
	margin-left: 20px;
  }
  
  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--multi .m-textBtn:first-child {
	margin-left: 0;
  }
  
  .boxFlow .c-wysiwyg--framed .m-textBtn {
	background-color: #fff;
  }
  
  .boxFlow .c-wysiwyg--framed .m-textBtn:hover {
	background-color: #F36F6F;
	color: #fff;
  }
  
  .boxFlow .c-wysiwyg--framed--line .m-hdgLg {
	display: inline;
  }
  
  .boxFlow .c-wysiwyg--framed--line .m-wysiwyg {
	margin-top: -42px;
	text-align: center;
  }
  
  .boxFlow .c-wysiwyg--framed--line ul {
	margin-top: -36px;
  }
  
  .boxFlow .c-wysiwyg--framed.innerFlow ul {
	text-align: center;
  }
  
  .boxFlow .c-wysiwyg--framed.innerFlow li {
	margin-top: 50px;
  }
  
  .boxFlow .c-wysiwyg--framed.innerFlow li:before {
	display: none;
  }
  
  .boxFlow .c-wysiwyg--framed.innerFlow li:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 44px;
	margin-left: -5px;
	border-color: transparent;
	border-style: solid;
	border-width: 20px 13px 0 13px;
	border-top-color: #F8C7C7;
  }
  
  .boxFlow .c-wysiwyg--framed.innerFlow li:first-child {
	margin-top: 0;
  }
  
  .boxFlow .c-wysiwyg--framed.innerFlow li:first-child:after {
	display: none;
  }
  
  .boxFlow .c-wysiwyg--framed.innerFlow .c-bodyAndImage__linkBtn {
	text-align: center;
  }
  
  .boxFlow .c-wysiwyg--framed--half {
	width: 365px;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
  }
  
  .boxFlow .c-wysiwyg--framed--half:nth-of-type(odd) {
	margin-left: 24px;
  }
  
  .boxFlow .c-wysiwyg--framed--half:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -60px;
	margin-left: -10px;
	border-color: transparent;
	border-style: solid;
	border-width: 30px 20px 0 20px;
	border-top-color: #F8C7C7;
  }
  
  .boxFlow .c-wysiwyg--framed--half .m-hdgLg {
	width: 38%;
	display: block;
	float: left;
	margin-bottom: 0;
  }
  
  .boxFlow .c-wysiwyg--framed--half .m-wysiwyg {
	width: 62%;
	float: left;
	margin-top: 15px;
  }
  
  .boxFlow.firstFlow .c-wysiwyg--framed:nth-of-type(3):after {
	display: none;
  }
  
  .boxFlow.firstFlow .c-wysiwyg--framed:last-child:after {
	display: block;
  }
  
  .boxFlow.firstFlow .c-wysiwyg--framed:last-child .c-bodyAndImage__linkBtn {
	margin: 0;
  }
  
  .boxFlow.firstFlow .c-wysiwyg--framed:last-child .m-textBtn {
	margin-top: 30px;
	margin-left: -100px;
  }

  #secound main .mainContetnsArea .boxFlow h4 {
	  color: #000;
	  padding-left: 0;
  }

  #secound main .mainContetnsArea .boxFlow h4::before {
	display: none;
}

/* 下層ページパーツ */
.point {
	font-weight: bold;
}
  
  @media screen and (max-width: 750px) {
	
  }
/*== sp ==*/

/*============================================================================================================================================================*/

@media screen and (max-width: 750px) {
	/* --- top --- */
	/* --- スライド --- */
	#top .main_slide {
		width: 100%;
		min-width: 100%;
		overflow: hidden;
		position: absolute;
		top: 65px;
	}
	#top .main_slide .onmv_contents {
		position: absolute;
		top: 20px;
		width: 100%;
		margin: 0 auto;
		z-index: 2;
		display: block;
		left: 0;
		right: 0;
	}
	#top .main_slide .onmv_contents .schedule_area {
		padding: 15px;
		background: #fff;
		border: 1px solid #FBCBCB;
		border-radius: 7px;
		margin-bottom: 30px;
		width: 90%;
		margin: 0 auto 15px;
	}
	#top .main_slide .onmv_contents .schedule_area .balloon_box {
		position: relative;
		display: inline-block;
		margin-bottom: 20px;
		padding: 10px 5px;
		width: 100%;
		font-size: 16px;
		background: #FFF;
		border: solid 1px #F36F6F;
		box-sizing: border-box;
		border-radius: 5px;
	}
	.balloon_box:before {
		content: "";
		position: absolute;
		bottom: -24px;
		left: 50%;
		margin-left: -15px;
		border: 12px solid transparent;
		border-top: 12px solid #FFF;
		z-index: 2;
	}
	.balloon_box:after {
		content: "";
		position: absolute;
		bottom: -26px;
		left: 50%;
		margin-left: -16px;
		border: 13px solid transparent;
		border-top: 13px solid #F36F6F;
		z-index: 1;
	}
	#top .main_slide .onmv_contents .schedule_area .balloon_box .event_date .text {
		font-size: 1.4rem;
		margin-bottom: 0;
		display: block;
	}
	#top .main_slide .onmv_contents .schedule_area .balloon_box .event_date .day {
		font-size: 2.2rem;
		font-weight: bold;
	}
	#top .main_slide .onmv_contents .schedule_area .balloon_box .event_date .time {
		font-size: 1.8rem;
		font-weight: bold;
	}
	#top .main_slide .onmv_contents .schedule_area .deadline {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.8rem;
		font-weight: bold;
		border-bottom: solid 10px #FBCBCB;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	#top .main_slide .onmv_contents .schedule_area .deadline .icon img {
		width: 30px;
		margin-right: 15px;
	}
	#top .main_slide .onmv_contents .schedule_area .deadline .text {
		font-size: 2rem;
		font-weight: bold;
		display: block;
		margin-right: 15px;
	}
	#top .main_slide .onmv_contents .schedule_area .deadline .week {
		font-size: 1.8rem;
		font-weight: bold;
	}
	#top .main_slide .onmv_contents .schedule_area .attention {
		font-size: 1.4rem;
		line-height: 3rem;
	}
	#top .main_slide .onmv_contents .schedule_area .attention .fpink {
		font-size: 2rem;
		color: #F36F6F;
	}
	#top .main_slide .onmv_contents .menu_area {
		width: 90%;
		margin: 0 auto;
	}
	#top .main_slide .onmv_contents .menu_area ul {
		background: #fff;
		border: 1px solid #BCBCBC;
		padding: 15px 20px;
		border-radius: 5px;
		margin-bottom: 20px;
	}
	#top .main_slide .onmv_contents .menu_area ul li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 10px 15px;
		border-bottom: 1px dotted #707070;
		position: relative;
		font-size: 1.8rem;
		font-weight: bold;
	}
	#top .main_slide .onmv_contents .menu_area ul li:last-of-type a {
		border-bottom: none;
	}
	#top .main_slide .onmv_contents .menu_area ul li a::after {
		content: '';
		width: 0;
		height: 0;
		border-top: 4px solid transparent;
		border-left: 6px solid #000;
		border-bottom: 4px solid transparent;
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -3px;
	}
	#top .main_slide .onmv_contents .menu_area ul li a img {
		margin-right: 20px;
	}
	#top .main_slide .onmv_contents .menu_area .system_btn a {
		background: #FFA353;
		border-radius: 5px;
		padding: 23px 18px;
		color: #fff;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		font-size: 2rem;
		font-weight: bold;
	}
	#top .main_slide .onmv_contents .menu_area .system_btn a::after {
		content: '';
		width: 0;
		height: 0;
		border-top: 4px solid transparent;
		border-left: 6px solid #fff;
		border-bottom: 4px solid transparent;
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -3px;
	}
	#top .main_slide .onmv_contents .system_btn a img {
		margin-right: 10px;
	}
	#top .main_slide .top_slide {
		height: 980px;
	}
	#top main {
		width: 100%;
		position: relative;
		display: block;
		justify-content: center;
		padding-top: 1000px;
	}
	#top main .mainContents {
		width: 90%;
		margin: 0 auto;
	}
	#top main .mainContents .top_news {
		background: #F6F7F8;
		padding: 20px;
	}
	#top main .mainContents .top_news .illust_img {
		text-align: center;
	}
	#top main .mainContents .top_news h1 {
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 0;
	}
	#top main .mainContents .top_news dl:last-of-type {
		margin-bottom: 30px;
	}
	#top main .mainContents .top_news dl a {
		display: block;
		font-size: 1.6rem;
		padding: 20px 10px;
		border-bottom: 1px dotted #707070;
	}
	#top main .mainContents .top_news dl:first-of-type a {
		font-weight: bold;
	}
	#top main .mainContents .top_news dl a:hover {
		background: #fff;
	}
	#top main .mainContents .top_news dd {
		display: block;
		justify-content: flex-start;
		align-items: center;
	}
	#top main .mainContents .top_news .new {
		margin-right: 0;
		margin-right: 20px;
		font-size: 1.4rem;
	}
	#top main .mainContents .top_news .date {
		margin-right: 20px;
	}
	#top main .mainContents .top_news .text {
		max-width: 80%;
	}
	.ipad #top main .mainContents .top_news .text {
		max-width: 50%;
	}
	#top main .mainContents .top_news .cat {
		width: 100%;
		display: inline-block;
		padding: 0 10px;
		border: 1px solid #707070;
		background: #fff;
		border-radius: 30px;
		text-align: center;
		margin-right: 40px;
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	#top main .sideContents {
		width: 90%;
		margin: 0 auto;
	}
	#top main .sideContents p {
		text-align: center;
	}
	#top main .sideContents .info_list {
		background: #F6F7F8;
		margin: 20px 0;
	}
	#top main .sideContents .info_list h2 {
		background: #F36F6F;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
	}
	#top main .sideContents .info_list h2 img {
		margin-right: 10px;
	}
	#top main .sideContents .info_list ul {
		padding: 20px;
	}
	#top main .sideContents .info_list ul li {
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	#top main .sideContents .info_list ul li a {
		position: relative;
		padding-left: 20px;
		display: block;
	}
	#top main .sideContents .info_list ul li a::before {
		content: '';
		width: 0;
		height: 0;
		border-top: 4px solid transparent;
		border-left: 6px solid #000;
		border-bottom: 4px solid transparent;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -3px;
	}
	#top main .sideContents .info_list .illust_img {
		padding: 0 20px 20px;
	}

/* --- リンクボタンエリア --- */

	#top .linkBtnArea {
		width: 90%;
		margin: 0 auto 30px;
		padding-top: 20px;
	  }
	  #top .linkBtnArea section {
		float: none;
		width: auto;
	  }
	  #top .linkBtnArea section.center {
		padding-right: 0;
	  }
	  #top .linkBtnArea section.link {
		margin-top: 35px;
		padding-left: 0;
	  }
	  #top .linkBtnArea .hdg {
		margin-bottom: 4px;
		padding-left: 12px;
		font-size: 3rem;
	  }
	  #top .linkBtnArea .linkBtnList {
		margin: 0;
	  }
	  #top .linkBtnArea .linkBtnList li {
		float: none;
		border-bottom: 1px solid #CECCD8;
		padding: 0;
		width: auto;
	  }
	  #top .linkBtnArea .linkBtnList li:first-child {
		border-top: 1px solid #CECCD8;
	  }
	  #top .linkBtnArea .linkBtnList a {
		border: none;
		height: auto;
	  }
	  #top .linkBtnArea .linkBtnList a>span {
		padding: 12px 40px 12px 12px;
	  }
	  #top .linkBtnArea .linkBtnList a .m-transIcon--external img {
		width: auto;
	  }
	  #top .linkBtnArea .linkBtnList a:hover .m-transIcon--external img:first-child {
		opacity: 0;
	  }


	/* --- 下層 --- */

.title_area {
	padding: 30px;
}

.title_area h2 {
	font-size: 2rem;
}

#secound main {
	width: 100%;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}

#secound main .sidemenu {
	display: none;
}

#secound main .mainContetnsArea {
	width: 90%;
	margin: 0 auto;
}

#secound main .mainContetnsArea .contentsBox {
	margin-bottom: 20px;
}

#secound main .mainContetnsArea h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#secound main .mainContetnsArea h4 {
	font-size: 1.8rem;
	margin-bottom: 8px;
}

#secound main .mainContetnsArea .table-scroll{
	overflow: auto; /*スクロールさせる*/
	white-space: nowrap; /*文字の折り返しを禁止*/
  }

  #secound main .mainContetnsArea .vertical th, #secound main .mainContetnsArea .vertical td {
	border-bottom: none;
    display: block;
    width: 100%;
}
#secound main .mainContetnsArea .vertical tr:last-of-type td {
	border-bottom: 1px solid #CBCBCB;
}

#secound main .mainContetnsArea .vertical th {
	background: #F5F5F5;
	font-weight: bold;
	white-space: nowrap;
}

/* --- カテゴリトップ --- */

#secound_top main {
	width: 90%;
	margin: 0 auto;
	display: block;
}

#secound_top .mainContetnsArea .nav_contentsBox {
	display: block;
	margin-bottom: 20px;
}

#secound_top .mainContetnsArea .nav_contentsBox nav:first-of-type {
	margin-right: 0;
}

#secound_top .mainContetnsArea .nav_contentsBox nav h3 {
	font-size: 1.6rem;
	font-weight: bold;
}

#secound_top .mainContetnsArea .nav_contentsBox nav ul {
	margin-bottom: 10px;
}

#secound_top .mainContetnsArea .nav_contentsBox nav ul li a {
	font-size: 1.6rem;
	font-weight: bold;
	color: #F36F6F;
	position: relative;
	padding-left: 30px;
	margin-left: 25px;
	display: block;
}

#secound_top .mainContetnsArea .nav_contentsBox nav ul li a::before {
	content: '・';
	width: 0;
	height: 0;
	position: absolute;
	top: 20%;
	left: 0;
	margin-top: -5px;
	font-weight: normal;
}

#secound main .mainContetnsArea table td, #secound main .mainContetnsArea table th {
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
	padding: 8px 5px;
}

/* --- 開催日程 --- */

#secound main .mainContetnsArea table .time {
	white-space: nowrap;
}

#secound main .mainContetnsArea .schedule_area .balloon_box .event_date .text {
	font-size: 1.6rem;
}

#secound main .mainContetnsArea .schedule_area .balloon_box .event_date .day {
	font-size: 2rem;
}

#secound main .mainContetnsArea .schedule_area .balloon_box .event_date .time {
	font-size: 2rem;
}

#secound main .mainContetnsArea .schedule_area .deadline {
	font-size: 2.2rem;
}

#secound main .mainContetnsArea .schedule_area .deadline .text {
	font-size: 2rem;
	display: block;
	margin-right: 15px;
}

#secound main .mainContetnsArea .schedule_area .deadline .week {
	font-size: 1.8rem;
}

#secound main .mainContetnsArea .accordion_area .accordion_header {
	font-weight: bold;
	padding: 20px 30px;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F6F7F8;
	border: 1px solid #CCC;
	padding: 10px 20px;
	border-radius: 5px;
}

#secound main .mainContetnsArea .accordion_area .accordion_header h5 {
	color: #000;
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 2rem;
	width: 90%;
}

#secound main .mainContetnsArea .for_contents_inner {
	display: block;
	justify-content: flex-start;
	margin-bottom: 20px;
}

#secound main .mainContetnsArea .for_contents_inner ul {
	margin-bottom: 0;
	margin-right: 0;
}

.freebirdFormviewerViewCenteredContent {
	width: 100%;
	}

	.boxFlow .c-wysiwyg--framed {
		margin-bottom: 85px;
	  }
	  .boxFlow .c-wysiwyg--framed:before {
		width: 50px;
		height: 50px;
	  }
	  .boxFlow .c-wysiwyg--framed:after {
		bottom: -64px;
		margin-left: -22px;
		border-width: 34px 22px 0 22px;
	  }
	  .boxFlow .c-wysiwyg--framed:nth-of-type(1) {
		margin-top: 30px;
	  }
	  .boxFlow .c-wysiwyg--framed .m-hdgLg {
		margin: -13px 0 18px -5px;
		font-size: 2.2rem;
		line-height: 1.4;
	  }
	  .boxFlow .c-wysiwyg--framed .m-hdgLg span {
		margin-right: 10px;
		font-size: 3.4rem;
	  }
	  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn {
		margin-bottom: 0;
	  }
	  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white {
		margin: 20px 0 0;
	  }
	  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn {
		padding: 23px 36px 23px 30px;
		font-size: 2rem;
	  }
	  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn .text {
		margin-bottom: 5px;
		display: block;
	  }
	  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn .number {
		position: relative;
		margin-left: 6%;
		font-size: 3.2rem;
	  }
	  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn .number:before {
		left: -30px;
		width: 22px;
		height: 22px;
		margin-top: -11px;
	  }
	  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--multi .m-textBtn {
		margin-left: 0;
		margin-bottom: 20px;
	  }
	  .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--multi .m-textBtn:last-child {
		margin-bottom: 0;
	  }
	  .boxFlow .c-wysiwyg--framed .m-textBtn {
		background-color: #fff;
	  }
	  .boxFlow .c-wysiwyg--framed .m-textBtn:hover {
		background-color: #F36F6F;
		color: #fff;
	  }
	  .boxFlow .c-wysiwyg--framed.innerFlow ul {
		margin-top: 0;
	  }
	  .boxFlow .c-wysiwyg--framed.innerFlow li {
		padding-left: 0;
	  }
	  .boxFlow .c-wysiwyg--framed.innerFlow li:after {
		margin-left: -12px;
	  }
	  .boxFlow .c-wysiwyg--framed--line .m-hdgLg {
		display: block;
	  }
	  .boxFlow .c-wysiwyg--framed--line .m-wysiwyg {
		margin-top: 0;
	  }
	  .boxFlow .c-wysiwyg--framed--half {
		width: 43.333%;
		margin-bottom: 0;
	  }
	  .boxFlow .c-wysiwyg--framed--half:nth-of-type(odd) {
		margin-left: 0;
		float: right;
	  }
	  .boxFlow .c-wysiwyg--framed--half .m-hdgLg {
		width: 100%;
		margin-bottom: 0;
	  }
	  .boxFlow .c-wysiwyg--framed--half .m-wysiwyg {
		width: 100%;
	  }
	  .boxFlow.firstFlow .c-wysiwyg--framed:last-child {
		position: relative;
	  }
	  .boxFlow.firstFlow .c-wysiwyg--framed:last-child:after {
		display: block;
	  }
	  .boxFlow.firstFlow .c-wysiwyg--framed:last-child .c-bodyAndImage__linkBtn {
		margin: 0;
	  }
	  .boxFlow.firstFlow .c-wysiwyg--framed:last-child .m-textBtn {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		margin-top: 12px;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	  }

}