@charset "UTF-8";
/* CSS Document */

.clear,
.cfx {
	clear:both;
}
.clearfix {
  display: inline-block;
  /* Hides from IE-mac \*/
  *zoom: 1;
  display: block;
  /* End hide from IE-mac */
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

@media screen and (max-width:767px) {
	.display-pc{
		display:none !important;
	}
}
@media screen and (min-width:768px) {
	.display-sp{
		display:none !important;
	}
}
	
/*--- font ---*/
.fs-l {
  font-size: 16px !important;}
.fs-m {
  font-size: 14px !important;}
.fs-s {
  font-size: 12px !important;}
.fw-normal {
  font-weight: normal !important;}
.fw-bold {
  font-weight: bold !important;}
 .note {
    font-size: 12px;
    padding: 5px 0;}
.cap.note {
    text-align: left;
    margin: 0 3%;
}
.error {
	color:#ff0000;}

.em01 {
	color:#c91521 !important;}
.em02 {
	color:#fd680c !important;}
.att {
	color:#E70F0F;}
.att_b {
	color:#0000ff;}
.att_o{
	color:#f79646;}

a[href^="tel:"] {
	pointer-events: none;
	color:inherit;
	text-decoration:none !important;}
a.sp-tel {
	pointer-events: visible;
	color:#1188cc;
	text-decoration:underline!important;}

#content a:link{
	text-decoration:underline;
}
#content a:hover,#content a:active{
	text-decoration:none;
}
	
/*--- layout ---*/
ul[class] {
  list-style: none;}
.note-list {
clear:both;}
.note-list li {
font-size: 12px;
list-style:none;
text-indent: -1em;
padding-left: 1em;
margin:0;}
.note-list-m li {
    font-size: 14px;
    text-indent: -1em;
    margin-left: 1em;}
/* alignment */
.ta-left {
  text-align: left !important;
}

.ta-center {
  text-align: center !important;
}

.ta-right {
  text-align: right !important;
}

/* switch */
.all-switch {
	cursor: pointer;
}

/*funderfulCopyright*/
.funderfulCopyright{
	font-size: 85.7%;
	text-align: center;
	display: block;
	margin: 48px 0;
}
@media screen and (max-width:767px) {
	.funderfulCopyright{
		margin: 40px 0 0;
	}
}
@media screen and (min-width: 768px) {
	.note-list {
		font-size:80%;}
	.note-list li {
		padding-left:1em;
		text-indent:-1em;
		margin-left:0;
		margin-bottom:3px;}

	.notesList{
		font-size: 85.7%;
		margin-top: 20px;
	}
	.notesList li{
		text-indent: -1em;
		padding-left: 1em;
		margin-bottom: 0.5em;
	}

	.btn_admission{
		margin: 0 -11px;
	}
}

@media screen and (max-width:767px) {
	.notesList{
		font-size: 85.7%;
		margin-top: 10px;
	}
	.notesList li{
		text-indent: -1em;
		padding-left: 1em;
		margin-bottom: 0.5em;
	}

	.btn_admission{
		text-align: center;
		padding-top: 8px;
		background: url(../images/btn_admission/bg@2x.jpg) 50% 0 repeat-x;
		background-size: 106% auto;
	}
	.btn_admission img.spn{
		display: inline-block;
	}
}


.section01 .wrapper.wrapper--hasTitle_true{
	padding: 0 0 55px;
}
.contact-note{
	margin-top:30px;
	font-size:120%;
}
@media screen and (max-width:767px) {
	.section01 .wrapper.wrapper--hasTitle_true{
		border-top: 0;
		padding: 0 0 2%;
	}
	.contact-note{
		font-size:100%;
	}
}

@media screen and (max-width:767px) {
	.sp-switch{
		position:relative;}
	.sp-switch:after{
		content:"";
		position:absolute;
		display:block;
		background:url(../images/switch_ic01.gif) 0 50% no-repeat;
		background-size:40px;
		width:40px;
		height:100%;
		top:0;
		right:10px;
			transition: all 1s ease;
			-webkit-transition: all 1s ease;
			transform: rotate(180deg);
			-webkit-transform: rotate(180deg);}
	.sp-switch.switchClose:after {
			transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
	}
	.sec-sp-swich{
		margin:0 3%;}
}
@media screen and (min-width:768px) {
	.sp-switch{
		pointer-events: none;
		}
	.sec-sp-swich{
		display: block !important;
		}
}
/*body{
	min-width:320px;}*/
/* ページトップ */
.funPageTop, .funNote {
	clear:both;
	max-width:940px;
	margin:0 auto;
	padding:5px 5px 15px;
	text-align:right;
	position:relative;
}
.funPageTop a {
	color:#591914 !important;
	text-decoration: none !important;
}
@media screen and ( min-width: 768px ){
	.funPageTop, .funNote {
		margin:-40px auto 30px;
		padding:0;
	}
}
@media screen and ( max-width: 767px ){
	.funPageTop {
		display: none;
	}
}



/*------------------------------------------------------------

   animation

--------------------------------------------------------------*/
#funderfulNav,
#content-main,
#funderfulFooter,
.toggleBtn,
.toggleBtn:after,
.all-switch {
	-webkit-transition: 0.2s ease-out;
	   -moz-transition: 0.2s ease-out;
	    -ms-transition: 0.2s ease-out;
	     -o-transition: 0.2s ease-out;
	        transition: 0.2s ease-out;
}


/*------------------------------------------------------------

   open / close

--------------------------------------------------------------*/
body.openNav {
	-webkit-overflow-scrolling: auto;
	-ms-overflow-x: hidden;
	    overflow-x: hidden;
/*	-webkit-overflow-scrolling: hidden;
	-ms-overflow: hidden;
	    overflow: hidden;*/
}
#funderfulNav.close {
	left:-100%;
}
#content-main.close,
#funderfulFooter.close{
	left: 300px;
}
/*------------------------------------ media */
@media screen and ( min-width: 768px ){
	#funderfulNav.close{
		left:-455px;
	}
	#content-main.close,
	#funderfulFooter.close{
		left: 455px;
	}
}

/*------------------------------------------------------------

   funderfulHeader

--------------------------------------------------------------*/
#content {
	padding-top: 130px;
	position: relative;
}
#funderfulHeader {
	position: absolute;
	display: flex;
	width: 100vw;
	height: 130px;
	top:0;
	z-index: 1000;
	font-size: 0;
	line-height: 1;
	letter-spacing: 0;
	background: url(../common/images/funderfulHeader/bg.png) 50% 100% repeat-x #ffffed;
}
.onScroll #funderfulHeader{
	position: fixed;
}
	#funderfulHeader_inner{
	margin: 0 auto;
	max-width: 950px;
		width: 100%;
		position: relative;
		text-align: left;
	}
/*------------------------------------ media */
@media screen and ( min-width: 768px ){
	#funderfulHeader {
		width: 100%;
	}
/*	#funderfulHeader .menuBtn,
	#funderfulHeader .siteLogo {
		height: 130px;
	}*/
	#content {
		padding-top: 130px;
	}
}

/* menuBtn
--------------------------------------------------------------*/
#funderfulHeader .menuBtn {
	float: left;
	position: relative;
	display: block;
	width: 37px;
	margin: 8px;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}
	#funderfulHeader .menuBtn .menuTxt {
		display: block;
		margin-top: 5px;
		position: absolute;
		width: 100%;
	font-size: 10px;
	font-weight: 700;
	color: #000000;
	}
#funderfulHeader .menuBtn::after,
#funderfulHeader .menuBtn .btn-menu::before,
#funderfulHeader .menuBtn .btn-menu::after {
	display: block;
	content:'';
	width: 100%;
	height: 0;
	padding-top: 8%;
	background: #ffffff;
	position: absolute;
	left:0;
}

/*#funderfulHeader .menuBtn .btn-menu::before,
#funderfulHeader .menuBtn .btn-menu::after,
#funderfulHeader .menuBtn::after {
	width: calc(100% - 20% - 20%);
	left:20%;
}
#funderfulHeader .menuBtn .btn-menu::before {
	top:20%;
}
#funderfulHeader .menuBtn .btn-menu::after {
	top: calc(60% - 5px);
}
#funderfulHeader .menuBtn::after {
	top:calc(40% - 3px);
}*/

#funderfulHeader .menuBtn .btn-menu {
	content:'';
	color: #ffffff;
	text-align: center;
	width: 70px;
	height: 70px;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: #ffba16;
	display: block;
	/*padding: 11px;*/
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
	#funderfulHeader .menuBtn .btn-menu::before,
	#funderfulHeader .menuBtn .btn-menu::after,
	#funderfulHeader .menuBtn::after {
		width: 44%;
		left:28%;
	}
	#funderfulHeader .menuBtn::after {
		top:calc(50% - 2%);
	}
	#funderfulHeader .menuBtn .btn-menu::before {
		top:26%;
	}
	#funderfulHeader .menuBtn .btn-menu::after {
		top: 72%;
	}
/*  close  */
/*#funderfulHeader .menuBtn.close span.btn-menu::before {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
#funderfulHeader .menuBtn.close span.btn-menu::after {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}*/
	#funderfulHeader .menuBtn.close .btn-menu::before {
		width: 64%;
    top: 46%;
    left: 18%;
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	#funderfulHeader .menuBtn.close .btn-menu::after {
		width: 64%;
    top: 46%;
    left: 18%;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
#funderfulHeader .menuBtn.close::after {
	opacity: 0;
}
/*  animation  */
#funderfulHeader .menuBtn,
#funderfulHeader .menuBtn::after,
#funderfulHeader .menuBtn .btn-menu,
#funderfulHeader .menuBtn .btn-menu::before,
#funderfulHeader .menuBtn .btn-menu::after {
	-webkit-transition: 0.2s ease-out;
	   -moz-transition: 0.2s ease-out;
	    -ms-transition: 0.2s ease-out;
	     -o-transition: 0.2s ease-out;
	        transition: 0.2s ease-out;
}
/*------------------------------------ media */
@media screen and ( min-width: 768px ){
	#funderfulHeader {
		height: 130px;
	}
	#funderfulHeader .menuBtn {
		width: 70px;
		display: block;
		z-index: 1;
		margin: 13px 6% 0 5px;
		cursor: pointer;
	}
	#funderfulHeader .menuBtn .menuTxt {
		font-size: 16px;
	}
/*	#funderfulHeader .menuBtn .btn-menu {
		width: 70px;
		height: 70px;
		padding: 18px 20px;
	}*/
	#funderfulHeader .menuBtn .btn-menu::before,
	#funderfulHeader .menuBtn .btn-menu::after,
	#funderfulHeader .menuBtn::after {
		width: 44%;
		left:28%;
	}
	#funderfulHeader .menuBtn::after {
		top:calc(50% - 2%);
	}
	#funderfulHeader .menuBtn .btn-menu::before {
		top:26%;
	}
	#funderfulHeader .menuBtn .btn-menu::after {
		top: 72%;
	}
	#funderfulHeader .menuBtn:hover::after,
	#funderfulHeader .menuBtn:hover .btn-menu::before,
	#funderfulHeader .menuBtn:hover .btn-menu::after {
		background: #fff;
	}
	#funderfulHeader .menuBtn::after,
	#funderfulHeader .menuBtn .btn-menu::before,
	#funderfulHeader .menuBtn .btn-menu::after {
		height: 1%;
	}
	#funderfulHeader .menuBtn.close .btn-menu::before {
		width: 64%;
    top: 46%;
    left: 18%;
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	#funderfulHeader .menuBtn.close .btn-menu::after {
		width: 64%;
    top: 46%;
    left: 18%;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
}

/* siteLogo
--------------------------------------------------------------*/
#funderfulHeader .siteLogo {
	/*float: left;*/
	margin-top: 8px;
}
#funderfulHeader .siteLogo a {
	display: block;
	background: 50% 50% no-repeat;
	background-image: url(../common/images/funderfulHeader/logo@2x.png);
	background-size: contain;
	text-indent: -9999em;
}
/*------------------------------------ media */
@media screen and ( min-width: 768px ){
	#funderfulHeader .siteLogo {
		float: left;
	max-width: 430px;
		width: 46%;
		margin-top: 17px;
	}
	#funderfulHeader .siteLogo a {
	width: 100%;
	height: 93px;
	background-image: url(../common/images/funderfulHeader/logo.png);
	}
}

/* .conversion
--------------------------------------------------------------*/
#funderfulHeader .conversion {
	position: absolute;
	top:8px;
	right: 8px;
	width: 50%;
}
#funderfulHeader .conversion li {
	float: left;
	width: 50%;
}
#funderfulHeader .conversion .btn_application,
#funderfulHeader .conversion .btn_login {
	max-width: 158px;
	max-height: 104px;
	display: block;
	width: 97px;
	height: 52px;
	width: 100%;
	height: 0;
	padding-top: 66%;
	background: 50% 0 no-repeat;
	background-size: contain;
	text-indent: -9999em;
}
#funderfulHeader .conversion .btn_application {
	background-image: url(../common/images/funderfulHeader/btn_application@2x.png);
}
#funderfulHeader .conversion .btn_login {
	background-image: url(../common/images/funderfulHeader/btn_login@2x.png);
}
/*------------------------------------ media */
@media screen and ( min-width: 768px ){
	#funderfulHeader .conversion {
		top:14px;
		right: 14px;
		width: 34%;
	}
	#funderfulHeader .conversion .btn_application {
		background-image: url(../common/images/funderfulHeader/btn_application.png);
	}
	#funderfulHeader .conversion .btn_login {
		background-image: url(../common/images/funderfulHeader/btn_login.png);
	}
}

/*------------------------------------ media */
@media screen and ( max-width: 767px ){
	#content {
		padding-top: 80px;
	}
	#funderfulHeader {
		width: 100%;
		height: 80px;
	}
	
	#funderfulHeader .siteLogo {
		width: 27%;
		max-width: 96px;
		float: left;
		margin: 0 0 0 1%;
	}
	#funderfulHeader .siteLogo a {
		width: 100%;
		height: 80px;
		margin: 0;
	}
	#funderfulHeader .conversion {
    max-width: 190px;
	}
	#funderfulHeader .conversion li {
    width: 49%;
		margin-left: 1%;
	}
	#funderfulHeader .menuBtn .menuTxt {
    width: 120%;
		left: -10%;
	}
}



/*------------------------------------------------------------

   funderfulNav

--------------------------------------------------------------*/
#funderfulNav {
	background: #e7b63b;
	width: 100%;
	max-width: 455px;
	height: 100vh;
	/*padding-bottom: 5vw;*/
/*	-webkit-overflow-scrolling: touch;
	-ms-overflow-x: hidden;
	    overflow-x: hidden;*/
    padding-top: 80px;
    padding-bottom: 94px;
    box-sizing: border-box;
	position: absolute;
	top:68px;
	top:0;
	left:0px;
	z-index: 901;
}
.onScroll #funderfulNav {
	position: fixed;
    padding-bottom: 0;
}
#funderfulNav .btnClose {
	background: #000;
	color: #fff;
	text-align: center;
    font-size: 18px;
    display: block;
    font-weight: bold;
    padding: 12px 1em 0;
}

#funderfulNav .btnClose span::before,
#funderfulNav .btnClose span::after {
	display: block;
	content:'';
	width: 100%;
	height: 4px;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	background: #ffffff;
	position: absolute;
	left:0;
}

#funderfulNav .btnClose span::before,
#funderfulNav .btnClose span::after {
	width: calc(100% - 8px - 8px);
	left:8px;
}
#funderfulNav .btnClose span::before {
	top:8px;
}
#funderfulNav .btnClose span::after {
	top: 49px;
}
#funderfulNav .btnClose span::after {
	top:calc(50% - 1px);
}

#funderfulNav .btnClose span {
	width: 49px;
	height: 49px;
	display: inline-block;
	position: relative;
	vertical-align: baseline-middle;
	vertical-align: -webkit-baseline-middle;
}
/*  close  */
#funderfulNav .btnClose span::before {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
#funderfulNav .btnClose span::after {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
/*------------------------------------ media */
@media screen and ( max-width: 767px ){
/*	#funderfulNav {
		top: 80px;
	}*/
	#funderfulNav {
		padding-top: 80px;
	}
}
/*------------------------------------ media */
@media screen and ( min-width: 768px ){
	#funderfulNav {
		/*top: 130px;*/
		width: 455px;
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.onScroll #funderfulNav {
    padding-bottom: 0;
	}
}
.bodyMask {
	position: absolute;
	height: 100%;
	z-index: 900;
	top:0;
	width: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}
.onScroll .bodyMask {
	position: fixed;
}

/* mainMenu
--------------------------------------------------------------*/
#funderfulNav .mainMenu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#funderfulNav .mainMenu li a,
#funderfulNav .mainMenu li .toggleBtn,
#funderfulNav .mainMenu li .navTitle {
	color: #000000;
	width: 950px;
	height: 52px;
	font-size: 16px;
	display: table-cell;
	font-weight: bold;
	padding: 3px 1em 3px;
	line-height: 1.2;
	box-sizing: border-box;
	text-decoration: none;
	vertical-align: middle;
}
#funderfulNav .mainMenu li a,
#funderfulNav .mainMenu li .toggleBtn {
	position: relative;
	cursor: pointer;
}
#funderfulNav .mainMenu li .toggleBtn.open:after {
	  -webkit-transform: rotate(90deg);
	  transform: rotate(90deg);
}
#funderfulNav .mainMenu li a:after,
#funderfulNav .mainMenu li .toggleBtn:after {
	content: "";
	width: 17px;
	height: 53px;
	display: block;
	position: absolute;
	top: 0;
	right: 25px;
}
#funderfulNav .mainMenu li a:after {
	background: url(../common/images/arrowRight01.png) 100% 50% no-repeat;
}
#funderfulNav .mainMenu li .toggleBtn:after {
	background: url(../common/images/arrowRight02.png) 100% 50% no-repeat;
}
#funderfulNav .mainMenu .child.toggleItem li a:after {
	background-image: url(../common/images/arrowRight01_yellow.png);
	background-size: 17px auto;
}
#funderfulNav .mainMenu li .navTitle {
	background: #dc7f13;
	color: #ffffff;
	font-size: 18px;
}
#funderfulNav .mainMenu .child.toggleItem li a {
	background: #ffffff;
	border-color: #e7b63b;
	padding: 3px 2em 3px;
}
#funderfulNav .mainMenu .link.box::before,
#funderfulNav .mainMenu .down.box::before {
	font-size: 24px;
	vertical-align: -0.15em;
	padding-right: 0.4em;
	opacity: 0.5;
}
#funderfulNav .mainMenu .child li:last-child {
	border: none;
}
.toggleItem {
    display: none;
}
/*------------------------------------ media */
@media screen and ( min-width: 768px ){
	#funderfulNav .mainMenu li a,
	#funderfulNav .mainMenu li .toggleBtn,
	#funderfulNav .mainMenu li .navTitle {
		font-size: 18px;
	}
	#funderfulNav .mainMenu li .navTitle {
		font-size: 22px;
	}
	#funderfulNav .mainMenu .down.box {
		cursor: pointer;
	}
	#funderfulNav .mainMenu .link.box:hover,
	#funderfulNav .mainMenu .down.box:hover {
		background: #ffffff;
		opacity: 1;
	}
}

/* subMenu
--------------------------------------------------------------*/
#funderfulNav .subMenu {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
#funderfulNav .subMenu li {
	display: inline-block;
}
#funderfulNav .subMenu li a {
	color: #000000;
	display: block;
	padding: 7px 1em;
	padding: 2px 1em 9px;
	height: 52px;
	line-height: 52px;
	box-sizing: border-box;
}
/*------------------------------------ media */
@media screen and ( min-width: 768px ){
	#funderfulNav .subMenu {
		font-size: 16px;
	}
	#funderfulNav .subMenu a:hover {
		opacity: 1;
	}
}

/*------------------------------------ media */
@media screen and ( max-width: 767px ){
	.mainMenu li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.mainMenu li a {
		text-decoration: none !important;
	}
	.mainMenu li a,
	.mainMenu li .toggleBtn,
	.mainMenu li .navTitle {
		color: #000000;
	width: 950px;
	height: 52px;
	font-size: 16px;
	display: table-cell;
	font-weight: bold;
	padding: 3px 1em 3px;
	line-height: 1.2;
	box-sizing: border-box;
	text-decoration: none;
	vertical-align: middle;
	}
	.mainMenu li a,
	.mainMenu li .toggleBtn {
		position: relative;
		cursor: pointer;
	}
	.mainMenu li .toggleBtn.open:after {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
	}
	.mainMenu li a:after,
	.mainMenu li .toggleBtn:after {
		content: "";
		width: 17px;
		height: 52px;
		display: block;
		position: absolute;
		top: 0;
		right: 1em !important;
	}
	.mainMenu li a:after {
		background: url(../common/images/arrowRight01.png) 100% 50% no-repeat;
	}
	.mainMenu li .toggleBtn:after {
		background: url(../common/images/arrowRight02.png) 100% 50% no-repeat;
	}
	.mainMenu .child.toggleItem li a:after {
		background-image: url(../common/images/arrowRight01_yellow.png);
		background-size: 17px auto;
	}
	.mainMenu li .navTitle {
		background: #dc7f13;
		color: #ffffff;
		font-size: 18px;
	}
	.mainMenu .child.toggleItem li a {
		background: #ffffff;
		border-color: #e7b63b;
		padding: 3px 2em 3px;
	}
	.mainMenu .child li:last-child {
		border: none;
	}
	.subMenu {
		font-weight: bold;
		text-align: center;
		font-size: 14px;
	}
	.subMenu li {
		display: inline-block;
	}
	.subMenu li a {
		color: #000000;
    display: block;
    padding: 2px 1em 9px;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
	}
	
}

/* entryMailMagazine
--------------------------------------------------------------*/
#funderfulNav .entryMailMagazine {
	padding: 0 5vw;
}
#funderfulNav .entryMailMagazine a {
	padding: 0.5em;
	padding-left: 48px;
	line-height: 1.5;
	font-size: 16px;
	background: #FFF;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.7);
}
#funderfulNav .entryMailMagazine a::before {
	content:'\e939';
	position: absolute;
	top:-1px;
	left: 6px;
	font-size: 40px;
}
#funderfulNav .entryMailMagazine a::after {
	right: 0.4em;
}
#funderfulNav .entryMailMagazine a .sub {
	font-size: 11px;
}
/*------------------------------------ media */
@media screen and ( min-width: 768px ){
	#funderfulNav .entryMailMagazine {
		padding: 0 20px;
	}
	#funderfulNav .entryMailMagazine a:hover {
		background: #ffffff;
		color: #fff;
		opacity: 1;
	}
}
/*------------------------------------ media */
@media screen and ( max-width: 767px ){
	#funderfulNav .entryMailMagazine a {
		padding: 0.4em;
		padding-left: 48px;
		font-size: 15px;
	}
}

/*------------------------------------------------------------

   funderfulFooter

--------------------------------------------------------------*/
#funderfulFooter {
	position: relative;
	left:0px;
}

/* footerNav
--------------------------------------------------------------*/
#funderfulFooter .footerNav {
	background: #e7b63b;
}
#funderfulFooter .footerNav a {
	color: #FFF;
}
/*------------------------------------ media */
@media screen and ( min-width: 768px ){
}

/* mainMenu
--------------------------------------------------------------*/
#funderfulFooter .mainMenu {
}

@media screen and ( max-width: 767px ){
	#funderfulFooter {
		background: #e7b63b;
	}
}
/*------------------------------------ media */
@media screen and ( min-width: 768px ){
	#funderfulFooter{
		text-align: left;
		background: url(../common/images/funderfulFooter/bg.png) 50% 100% repeat-x #ff7900;
		position: relative;
	}
	#funderfulFooter:before{
		background: url(../common/images/funderfulFooter/bg2.png) 50% 0 no-repeat;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#funderfulFooter:after{
		content: "";
		background: rgb(243,213,64);
		background: -moz-linear-gradient(top, rgb(243,213,64) 0%, rgb(234,212,65) 100%);
		background: -webkit-linear-gradient(top, rgb(243,213,64) 0%,rgb(234,212,65) 100%);
		background: linear-gradient(to bottom, rgb(243,213,64) 0%,rgb(234,212,65) 100%);
		display: block;
		width: 100%;
		height: 3px;
	}
	#funderfulFooter a{
		color: #000;
		text-decoration: underline;
	}
	#funderfulFooter a:hover{
		text-decoration: none;
	}
	#funderfulFooter_inner{
	margin: 0 auto;
	padding: 21px 0 0;
	max-width: 934px;
	}
	.funderfulFooter__block{
		border-radius: 38px 38px 0 0;
		box-shadow: 3px 3px 5px rgba(0,0,0,.1);
		background: rgb(255,234,75);
		background: -moz-linear-gradient(top, rgb(255,234,75) 0%, rgb(249,196,37) 100%);
		background: -webkit-linear-gradient(top, rgb(255,234,75) 0%,rgb(249,196,37) 100%);
		background: linear-gradient(to bottom, rgb(255,234,75) 0%,rgb(249,196,37) 100%);
		position: relative;
		z-index: 1;
		padding: 36px 3px 24px 18px;
	}
	.funderfulFooter__col1,
	.funderfulFooter__col2{
		float: left;
	}
	.funderfulFooter__col1{
		max-width: 258px;
		width: 28%;
    margin-right: 2%;
	}

	.funderfulFooter__title{
		margin: 0 0 8px 8px;
	}
	.funderfulFooter__logo{
		margin-left: 37px;
		margin: 0 15%;
	}

	.funderfulFooter__col2{
		max-width: 638px;
		width: 70%;
		margin-top: 30px;
	}
	#funderfulFooter .mainMenu li .toggleBtn,
	#funderfulFooter .mainMenu li .navTitle {
		font-weight: bold;
	}
	#funderfulFooter .mainMenu > li{
		border-left: 1px solid #bc8611;
		list-style: none;
		display: table-cell;
		padding: 0 15px 25px;
		width: 180px;
		box-sizing: border-box;
	}
	#funderfulFooter .mainMenu > li:nth-child(1){
		width: 460px;
	}
	#funderfulFooter .mainMenu li a{
		padding-left: 16px;
	}
	#funderfulFooter .mainMenu li a,
	#funderfulFooter .mainMenu li .toggleBtn,
	#funderfulFooter .mainMenu li .navTitle {
		font-size: 14px;
	}
	#funderfulFooter .mainMenu li .navTitle,
	#funderfulFooter .mainMenu li .toggleBtn{
		color: #dc7f13;
		font-size: 16px;
		margin-bottom: 5px;
	}
	#funderfulFooter .mainMenu li .toggleBtn {
		pointer-events: none;
		padding: 12px 0 0;
	}
	#funderfulFooter .mainMenu .child li {
		margin-bottom: 5px;
	}
	#funderfulFooter .mainMenu .child.toggleItem li {
		float: left;
		width: 52%;
	}
	#funderfulFooter .mainMenu .child.toggleItem li:nth-child(2n) {
		width: 48%;
	}
	#funderfulFooter .subMenu {
		clear: both;
		font-size: 12px;
		padding: 12px 17px 0;
	}
	#funderfulFooter .subMenu li a {
		padding: 7px 15px;
	}
	#funderfulFooter .subMenu li {
		float: left;
	}
	#funderfulFooter .toggleItem {
    display: block !important;
	}
}
@media screen and (max-width: 940px) and (min-width: 768px) {
	.funderfulFooter__col1{
		width: 23%;
    margin-right: 2%;
	}

	.funderfulFooter__col2{
		width: 75%;
	}
}

/*------------------------------------------------------------

   content

--------------------------------------------------------------*/
#content-main {
	position: relative;
	left:0px;
	-ms-overflow-x: hidden;
	    overflow-x: hidden;
	text-align:center;
	background:url(../images/fd_bg01.jpg) 50% 0 no-repeat #ffc600;
	background:url(../images/fd_bg01.jpg) 50% -162px no-repeat #ffc600;}
#ContentsArea {
	clear:both;
	margin:0 auto 20px;
	max-width:950px;
	background:url(../images/fd_bg03.jpg) 0 0 repeat-y;
	background-size: 100% auto;
}

#conWrap {
	clear:both;
	background:url(../images/fd_bg02.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	padding: 55px 0 0;
}
#conBtm {
	clear:both;
	height:55px;
	background:url(../images/fd_bg04.jpg) 0 bottom no-repeat;
	background-size: 100% auto;
	display:block;
	overflow:hidden;
}
#content-in {
	padding-top: 13px;
	padding-bottom:1px;
}
#content img {
	max-width: 100%;
	height:auto;}
#content .conTi {
	background:url(../images/fd_bg10.gif) 50% 100% no-repeat;
	margin-bottom:20px;
	padding-bottom:35px;}
@media screen and (max-width:767px) {
	#content-main {
	background-image:url(../images/sp_fd_bg01.jpg);
	background-size:100% auto;
	background-position:50% 0;
	padding-top: 4%;}
	#content-in {
		padding-top: 0;
	}

	#ContentsArea {
		margin-bottom: 0;
		background:#ffffde;
	}

	#conWrap {
		background: url(../images/top_bg02.jpg) 50% -20px no-repeat;
		background-size: 120% auto;
		padding: 10px 0;
	}
	#conBtm {
		display:none;
	}
	#content .conTi {
		background-size:100% auto;
		margin:0 3% 10px;
		padding-bottom:10px;}
}



@media screen and (max-width:767px) {

.section01 {
	clear:both;
margin:0 0 0;
background:#ffffed;
padding:4px 0 0;
}
.section01 .wrapper {
	clear:both;
	border-top:2px solid #fec600;
	padding:2% 0;
}
.section01 .wrapper0 {
	padding:0 0;
}
.con-ti01 {
	margin:0 0 5%;}
[class^="sec-ti"] {
	line-height:1;}
[class^="sec-ti"] span,
[class^="sec-ti"] strong{
	vertical-align:middle !important;}
}

@media screen and (max-width:767px) {
#info {
	background: url(../images/sp_fd_bg01.jpg) 50% -30px no-repeat;
    background-size: 100% auto;
    padding-top: 5%;
}
#info.section01 .wrapper {
	background: #ffffe8;
    border-top: none;
    padding: 0;
}
.sec-info{
	clear:both;
	padding:10px 0;
	text-align:left;}
.sec-info.ic-price h2{
	background-image:url(../images/info_ic01.gif);}
.sec-info.ic-application h2{
	background-image:url(../images/info_ic02.gif);}
.sec-info.ic-otoku h2{
	background-image:url(../images/info_ic03.gif);}
.sec-info.ic-login h2{
	background-image:url(../images/info_ic04.gif);}
.sec-info.ic-calender h2{
	background-image:url(../images/info_ic05.gif);}
.sec-info.ic-tel h2{
	border-bottom: 3px solid #e9bf40;
	background-image:url(../images/info_ic06.gif);
	line-height:70px;
margin-bottom: 20px;}
.sec-info h2{
	width:950px;
	height:70px;
	vertical-align:middle;
	display:table-cell;
	background:12px 50% no-repeat;
	background-size:auto 60px;
	font-weight:normal;
	font-size:120%;
	padding:2% 50px 2% 85px;
	margin-bottom:20px;}
.sec-info .info-detail{
	    background: url(../images/line_dot02_sp.gif) 50% 100% repeat-x;
    background-size: auto 3px;
	margin: 0 2%;
	padding:0 0 20px;}
.sec-info .info-detail h3 {
	font-weight:bold;
padding-right: 50px;
	padding-top: 20px;
	padding-left:6px;}
.sec-info .info-detail.line-1 {
	padding-bottom: 30px;}
.sec-info .info-detail.line-1 h3 {
	padding-top: 15px;
	margin-top: 10px;}
.sec-info .info-detail h3 .em02 {
	font-size:120%;}
.sec-info .info-detail .sec-time {
	border-left:5px solid #ffe296;
	margin: 3px 0 5px;
	padding:2px 0 2px 6px;}
.sec-info .info-detail .sp-switch:after {
    height: 100%;
    top: 10px;
}
.sec-info .btn-normal{
	margin:20px auto 10px;}
.sec-info .fs-l {
	font-size:125% !important;}
.sec-info strong {
	font-size:125%;}
.sec-info .cap {
	text-align: right;
}
.sec-tel {
	font-size:160%;
	font-weight:bold;}
}

@media screen and (max-width:767px) {
.btn-normal{
	width:271px;
	height:43px;
	background:url(../images/btn_normal_sp.png) 0 0 no-repeat;
	background-size:auto 43px;
	display:block;
	line-height:44px;
	margin:0 auto;
	font-weight:bold;
	font-size:12px;
	text-decoration:none !important;
	color:#000000 !important;
	text-align:center;}

/*div.BtnLink {
	clear:both;
	height:120px;
	background:url(../images/btn_bg01_sp.png) 50% 0 repeat-x;
	background-size:auto 120px;
	margin:0 0 5%;
}*/
div.BtnLink {
	clear:both;
	height:146px;
	background:url(../images/btn_bg01_sp.jpg) 50% 0 repeat-x;
	background-size:auto 146px;
}

.BtnLink .BtnLink-applicationW{
	height:120px;
	background:url(../images/btn_application_sp.png) 50% 50% no-repeat;
	background-size: contain;
	display:block;
	overflow:hidden;
	font-size:0%;
	line-height:1;
	text-indent:-9999em;
	margin:0 0;
}

.bnr-list {
	margin:30px 0 20px;}
.bnr-list a + a{
  display: block;
  margin-top: 3%;
}
.bnr-list > a > img{
  width: 100%;
}
.BtnLink-application{
	height:0;
	padding-top: 31%;
	background:url(../images/btn_admission/btn@2x.png) 50% 0 no-repeat;
	background-size: 100% auto;
	display:block;
	overflow:hidden;
	font-size:0%;
	line-height:1;
	text-indent:-9999em;
	margin:0 0;
}
.BtnLink-login{
	height:0;
	padding-top: 32%;
	background:url(../images/btn_login_sp.png) 0 0 no-repeat;
	background-size: contain;
	display:block;
	overflow:hidden;
	font-size:0%;
	line-height:1;
	text-indent:-9999em;
	margin:0 0;
}
.BtnLink-campaign{
	height:0;
	padding-top: 26.57%;
	background:url(../images/top_banner_campaign_sp.png) 0 0 no-repeat;
	background-size: contain;
	display:block;
	overflow:hidden;
	font-size:0%;
	line-height:1;
	text-indent:-9999em;
	margin:0 0;
}
.BtnLink-nye{
	height:0;
	padding-top: 26.57%;
	background:url(../images/top_banner_nye2020_sp.png) 0 0 no-repeat;
	background-size: contain;
	display:block;
	overflow:hidden;
	font-size:0%;
	line-height:1;
	text-indent:-9999em;
	margin:0 0;
}
.BtnLink-nyevp{
	height:0;
	padding-top: 26.57%;
	background:url(../images/top_banner_nyevp2020_sp.png) 0 0 no-repeat;
	background-size: contain;
	display:block;
	overflow:hidden;
	font-size:0%;
	line-height:1;
	text-indent:-9999em;
	margin: 3% 0;
}
.BtnLink-quiz{
	height:0;
	padding-top: 26.57%;
	background:url(../images/top_banner_quiz2018_sp.png) 0 0 no-repeat;
	background-size: contain;
	display:block;
	overflow:hidden;
	font-size:0%;
	line-height:1;
	text-indent:-9999em;
	margin: 3% 0;
}
.BtnLink-quiz + .bnr-att{
        display: block;
        background: #ffffed;
        margin: -3% 0 3%;
        padding: 5px 10px;
}
.BtnLink-card{
	height:0;
	padding-top: 26.57%;
	background:url(../images/top_banner_card_sp.png) 0 0 no-repeat;
	background-size: contain;
	display:block;
	overflow:hidden;
	font-size:0%;
	line-height:1;
	text-indent:-9999em;
	margin: 3% 0;
}
.BtnLink-vvm{
	height:0;
	padding-top: 32.85%;
	background:url(../images/top_banner_vvm2020_sp.png) 0 0 no-repeat;
	background-size: contain;
	display:block;
	overflow:hidden;
	font-size:0%;
	line-height:1;
	text-indent:-9999em;
	margin: 3% 0;
}
	.bnr_entry + .bnr-list {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
.bnr_entry {
	margin:0 0 0;
	position: relative;}
.bnr_entry .bnr_entry-txt {
	position: absolute;
	width: 100%;
		left: 0;
	bottom: 5%;
	text-align: center;
	font-size: 19px;
	}
.BtnLink-entry{
	height:0;
	padding-top: 173.5%;
	background:url(../images/btn_entry_sp.png) 0 0 no-repeat;
	background-size: 100% auto;
	display:block;
	overflow:hidden;
	font-size:0%;
	line-height:1;
	text-indent:-9999em;
	margin:0 0;
}
    .BtnLink-onlinephoto{
	height:0;
	padding-top: 26.57%;
	background:url(../images/top_banner_photo_sp.png) 0 0 no-repeat;
	background-size: contain;
	display:block;
	overflow:hidden;
	font-size:0%;
	line-height:1;
	text-indent:-9999em;
	margin: 3% 0;
}
}


@media screen and (max-width:767px) {
p.BtnLink,
div.BtnLink {
	clear:both;
	color:#6a1014;
	margin:0 auto;
	padding:10px 0 0;}
a.BtnLink img,
p.BtnLink img,
div.BtnLink img {
	width:auto !important;
	height:39px !important;}
p.BtnLink a {
	display:inline;
}
div.BtnLink p{
	margin-bottom:20px;}
.BtnLink li{
	display:inline-block;
	overflow:hidden;
	margin:0 auto;
}
.BtnLink li a{
	display:block;
	overflow:hidden;
	font-size:0%;
	line-height:1;
	text-indent:-9999em;
	background-position:0 0;
	background-repeat:repeat-y;
	background-size:100% auto;
}
div.BtnLink ul.note-list{
	text-align:left;
	margin:0 15px;}
/* 日 */
.BtnLink li.BtnLink-application a{
	width:250px;
	height:61px;
	background-image:url(../images/fd_btn02.gif);
}
.BtnLink li.BtnLink-login a{
	width:250px;
	height:61px;
	background-image:url(../images/fd_btn03.gif);
}


.BtnLink .BtnLink-applicationW,
.BtnLink .BtnLink-loginW{
	display:inline-block;
	margin-bottom:0;
}
.BtnLink .BtnLink-applicationW a,
.BtnLink .BtnLink-loginW a{
	width:250px;
	height:38px;
	display:block;
	overflow:hidden;
	font-size:0%;
	line-height:1;
	text-indent:-9999em;
	background-position:0 0;
	background-repeat:repeat-y;
	background-size:100% auto;
}
.BtnLink .BtnLink-applicationW,
.BtnLink .BtnLink-applicationW a{
	background-image:url(../images/top_btn04.gif);
}
.BtnLink .BtnLink-loginW,
.BtnLink .BtnLink-loginW a{
	background-image:url(../images/top_btn05.gif);
}
}



@media screen and (min-width: 768px) {

	.section01 {
		clear:both;
        /*margin:0 auto 50px;*/
        margin:0 auto 15px;
        max-width:950px;
        background:#ffffed;
        box-sizing:border-box;
        padding:8px;
	}
	.section01 .wrapper {
		clear:both;
		border:3px solid #fec600;
		padding:55px 0;
	}
	.section01 .wrapper0 {
		padding:0 0;
	}
	.con-ti01 {
		margin:0 0 55px;}
	[class^="sec-ti"] {
		line-height:1;
		/*vertical-align:middle !important;*/}
	[class^="sec-ti"] span,
	[class^="sec-ti"] strong{
		vertical-align:middle !important;}
	[class^="sec-ti"] strong{
		padding-left:2px;}
}

@media screen and (min-width: 768px) {
	.sec-info{
		clear:both;
		width:718px;
		margin:0 auto 20px;
		background:0 25px no-repeat;
		padding:40px 0 25px 140px;
		text-align:left;
		box-sizing:border-box;
		position:relative;}
	.sec-info + .sec-info:before{
		content:"";
		width:680px;
		height:1px;
		background:url(../images/line_dot02.gif) 0 0 repeat-x;
		display:block;
		position:absolute;
		margin:0 auto;
		left:18px;
		top:0;}
	.sec-info.ic-price{
		background-image:url(../images/info_ic01.gif);}
	.sec-info.ic-application{
		background-image:url(../images/info_ic02.gif);}
	.sec-info.ic-otoku{
		background-image:url(../images/info_ic03.gif);}
	.sec-info.ic-login{
		background-image:url(../images/info_ic04.gif);}
	.sec-info.ic-calender{
		background-image:url(../images/info_ic05.gif);}
	.sec-info.ic-tel{
		background-image:url(../images/info_ic06.gif);}
	.sec-info h2{
		font-weight:normal;
		font-size:220%;
		margin-bottom:20px;
		margin-right:-50px;}
	.sec-info .info-detail{
		margin-top:30px;}
	.sec-info .info-detail h3 {
		font-size: 120%;
		font-weight:bold;}
	.sec-info .info-detail h3 .em02 {
		display: block;
		border-left:11px solid #ffe296;
		margin-top: 2px;
		padding:3px 0 3px 7px;
		font-size:114%;
		line-height:1.2;}
	.sec-info .info-detail .sec-time {
		border-left:11px solid #ffe296;
		margin-bottom: 2px;
		padding:3px 0 3px 7px;}
	.sec-info .btn-normal{
		margin:20px 0 0;}
	.sec-info .fs-l {
		font-size:140% !important;}
	.sec-info strong {
		font-size:170%;}
	.sec-tel {
		font-size:220%;
		font-weight:bold;}
}


@media screen and (min-width: 768px) {
	.btn-normal{
		width:445px;
		height:68px;
		background:url(../images/btn_normal.png) 0 0 no-repeat;
		display:block;
		line-height:68px;
		margin:0 auto;
		font-weight:bold;
		font-size:18px;
		text-decoration:none !important;
		color:#000000 !important;
		text-align:center;}

	div.BtnLink {
		clear:both;
		height:150px;
		background:url(../images/btn_bg01.png) 50% 0 repeat-x;
		margin:0 0 45px;
	}

	.BtnLink .BtnLink-applicationW{
		max-width:950px;
		height:150px;
		background:url(../images/btn_application.png) 0 0 no-repeat;
		display:block;
		overflow:hidden;
		font-size:0%;
		line-height:1;
		text-indent:-9999em;
		margin:0 auto;
	}

	.bnr-list {
		clear: both;
		max-width:950px;
		margin:45px auto 10px;}
	.section01 .wrapper .bnr-list {
		margin:40px -11px 10px;}
	.section01 .wrapper .vpbnr{
		margin: 5% auto -5% -6%;}
    .bnr-list a + a{
        display: block;
        margin-top: 15px;
    }
	.BtnLink-application{
		max-width:950px;
		height:127px;
		height:0;
		background:url(../images/btn_admission/btn.png) 0 0 no-repeat;
		background-size: contain;
		display:block;
		overflow:hidden;
		font-size:0%;
		line-height:1;
		text-indent:-9999em;
		margin:0 auto;
		padding-top: 13.37%;
		box-sizing: border-box;
	}
	.BtnLink-login{
		max-width:950px;
		height:120px;
		height:0;
		background:url(../images/btn_login.png) 0 0 no-repeat;
		background-size: contain;
		display:block;
		overflow:hidden;
		font-size:0%;
		line-height:1;
		text-indent:-9999em;
		margin:0 auto;
		padding-top: 12.64%;
		box-sizing: border-box;
	}
	.BtnLink-campaign{
		max-width:950px;
		height:117px;
		height:0;
		background:url(../images/top_banner_campaign.png) 0 0 no-repeat;
		background-size: contain;
		display:block;
		overflow:hidden;
		font-size:0%;
		line-height:1;
		text-indent:-9999em;
		margin:0 auto;
		padding-top: 12.32%;
		box-sizing: border-box;
	}
	.BtnLink-nye{
		max-width:950px;
		height:117px;
		height:0;
		background:url(../images/top_banner_nye2020.png) 0 0 no-repeat;
		background-size: contain;
		display:block;
		overflow:hidden;
		font-size:0%;
		line-height:1;
		text-indent:-9999em;
		margin:0 auto;
		padding-top: 12.32%;
		box-sizing: border-box;
	}
	.BtnLink-nyevp{
		max-width:950px;
		height:117px;
		height:0;
		background:url(../images/top_banner_nyevp2020.png) 0 0 no-repeat;
		background-size: contain;
		display:block;
		overflow:hidden;
		font-size:0%;
		line-height:1;
		text-indent:-9999em;
		margin: 15px auto;
		padding-top: 12.32%;
		box-sizing: border-box;
	}
	.BtnLink-quiz{
		max-width:950px;
		height:117px;
		height:0;
		background:url(../images/top_banner_quiz2018.png) 0 0 no-repeat;
		background-size: contain;
		display:block;
		overflow:hidden;
		font-size:0%;
		line-height:1;
		text-indent:-9999em;
		margin: 15px auto;
		padding-top: 12.32%;
		box-sizing: border-box;
	}
    .BtnLink-quiz + .bnr-att{
        display: block;
        background: #ffffed;
        margin: -15px 0 15px;
        padding: 5px 0;
    }
	.BtnLink-card{
		max-width:950px;
		height:117px;
		height:0;
		background:url(../images/top_banner_card.png) 0 0 no-repeat;
		background-size: contain;
		display:block;
		overflow:hidden;
		font-size:0%;
		line-height:1;
		text-indent:-9999em;
		margin: 15px auto;
		padding-top: 12.32%;
		box-sizing: border-box;
	}
	.BtnLink-vvm{
		max-width:950px;
		height:117px;
		height:0;
		background:url(../images/top_banner_vvm2020.png) 0 0 no-repeat;
		background-size: contain;
		display:block;
		overflow:hidden;
		font-size:0%;
		line-height:1;
		text-indent:-9999em;
		margin: 15px auto;
		padding-top: 16.84%;
		box-sizing: border-box;
	}
	.bnr_entry + .bnr-list {
		margin-top: 2px !important;
	}
	.bnr_entry {
		margin:0 -11px 0;
	position: relative;}
	.bnr_entry .bnr_entry-txt {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 5%;
		text-align: center;
		font-size: 27px;
		}
	.BtnLink-entry{
		max-width:950px;
		height:120px;
		height:0;
		background:url(../images/btn_entry.png) 0 0 no-repeat;
		background-size: contain;
		display:block;
		overflow:hidden;
		font-size:0%;
		line-height:1;
		text-indent:-9999em;
		margin:0 auto;
		padding-top: 57.7%;
		box-sizing: border-box;
	}
	.BtnLink-onlinephoto{
		max-width:950px;
		height:117px;
		height:0;
		background:url(../images/top_banner_photo.png) 0 0 no-repeat;
		background-size: contain;
		display:block;
		overflow:hidden;
		font-size:0%;
		line-height:1;
		text-indent:-9999em;
		margin: 15px auto;
		padding-top: 12.32%;
		box-sizing: border-box;
	}
}



@media screen and (min-width: 768px) {
	p.BtnLink,
	div.BtnLink {
		clear:both;
		padding:30px 0 0;
	}
	p.BtnLink a {
		display:inline;
		margin:0 5px;
	}
	div.BtnLink p{
		margin-bottom:20px;}
	.BtnLink li{
		display:inline-block;
		overflow:hidden;
		margin:0 3px;
		background-position:0 0;
		background-repeat:repeat-y;
	}
	.BtnLink li a{
		display:block;
		overflow:hidden;
		font-size:0%;
		line-height:1;
		text-indent:-9999em;
		background-position:0 0;
		background-repeat:repeat-y;
	}
	.BtnLink ul.note-list{
		margin:10px auto;
		text-align:left;}
	/* 日 */
	.BtnLink li.BtnLink-application,
	.BtnLink li.BtnLink-application a{
		width:358px;
		height:88px;
		background-image:url(../images/fd_btn02.gif);
	}
	.BtnLink li.BtnLink-login,
	.BtnLink li.BtnLink-login a{
		width:358px;
		height:88px;
		background-image:url(../images/fd_btn03.gif);
	}

	.BtnLink li.BtnLink-application a:hover,
	.BtnLink li.BtnLink-login a:hover{
		background-position:0 -88px;
	}


	.BtnLink .BtnLink-applicationW,
	.BtnLink .BtnLink-loginW{
		display:inline-block;
		width:578px;
		height:88px;
		margin-bottom:0;
	}
	.BtnLink .BtnLink-applicationW a,
	.BtnLink .BtnLink-loginW a{
		width:578px;
		height:88px;
		display:block;
		overflow:hidden;
		font-size:0%;
		line-height:1;
		text-indent:-9999em;
		background-position:0 0;
		background-repeat:repeat-y;
	}
	.BtnLink .BtnLink-applicationW,
	.BtnLink .BtnLink-applicationW a{
		background-image:url(../images/top_btn04.gif);
	}
	.BtnLink .BtnLink-loginW,
	.BtnLink .BtnLink-loginW a{
		background-image:url(../images/top_btn05.gif);
	}
	.BtnLink .BtnLink-applicationW a:hover,
	.BtnLink .BtnLink-loginW a:hover{
		background-position:0 -88px;}
}




/*------------------------------------------------------------

   funderfulSection

--------------------------------------------------------------*/
.funderfulSection{
	text-align: left;
}
@media screen and (min-width: 768px) {
	.funderfulSection2{
		margin: 0 75px 70px 100px;
		margin: 0 5% 70px 11%;
	}
	.funderfulSection2 .funderfulTxt {
		display: table-cell;
		width: 420px;
		font-size: 18px;
		vertical-align: middle;
	}
	.funderfulSection2 .funderfulTxt .funderfulTi {
		font-size: 24px;
		color: #c91521;
		margin-bottom: 10px
	}
	.funderfulSection2 .funderfulTxt .notesList {
			font-size: 12px;
	}


	.funderfulSection3{
		max-width: 710px;
		background:50% 0 no-repeat;
		margin: 0 auto;
		padding: 0 7% 70px;
	}
	.funderfulSection3 p{
		font-size: 157.1%;
	}
	.funderfulSection3#point1{
		background-image:url(../privilege/images/mm_bg01.png);}
	.funderfulSection3#point2{
		background-image:url(../privilege/images/mm_bg02.png);}
	.funderfulSection3#point3{
		background-image:url(../privilege/images/mm_bg03.png);}
	.funderfulSection3#point4{
		background:url(../privilege/images/mm_bg05.png) 50% 100% no-repeat;}
	.funderfulSection3#point4 .fw-bold{
		font-size:188%;}
	.funderfulSection3#point4 .fw-bold .em01{
		color: #970f01 !important;
	}

	.funderfulSection4{
		background:url(../privilege/images/mm_bg05.png) 50% 0 no-repeat;
		background-size:auto 60px;
		margin: 55px 95px 55px;
		padding:95px 0 0;
		text-align:center;
	}
	.funderfulSection4 .funderfulTi{
		font-weight:normal;
		font-size: 220%;
		margin:0 0 20px;}

	.funderfulSection5{
		font-size: 18px;
		max-width: 666px;
		margin: 50px auto 40px;
		text-align:center;
	}
	.funderfulSection5 .funderfulImg {
		margin: 0 0 60px;
	}
	.funderfulSection5 .funderfulImg li {
		/*float: left;
		width: 244px;*/
		margin:0 auto;
		width: 396px;
	}
	.funderfulSection5 .funderfulImg li + li{
		margin-top: 40px;
	}
	.funderfulSection5 .funderfulImg li .img {
		display: block;
		box-shadow:0 0 8px 0 rgba(0,0,0,0.2);
		border-radius: 8px;
		margin: 59px 0 36px;
	}
	.funderfulSection5 .funderfulImg li .cap {
		font-size: 15px;
		font-weight: bold;
		display: block;
		padding: 25px 0 0;
	}
	.funderfulSection5 .funderfulImg li.img-new {
		width: 396px;
		margin-left: 26px;
	}
	.funderfulSection5 .funderfulImg li.img-new .img {
		margin: 0;
	}
	.funderfulSection5 .funderfulImg2 {
		margin: 0 0 60px;
	}
	.funderfulSection5 .funderfulImg2 li {
		float: left;
		width: 312px;
	}
	.funderfulSection5 .funderfulImg2 li:nth-child(2n) {
		float: right;
	}
	.funderfulSection5 .funderfulImg2 li .img {
		display: block;
		box-shadow:0 0 8px 0 rgba(0,0,0,0.2);
		border-radius: 8px;
	}
	.funderfulSection5 .funderfulImg2 li .cap {
		font-size: 18px;
		font-weight: bold;
		display: block;
		padding: 10px 0;
	}
	.funderfulSection5 .funderfulImg2 li p {
		text-align: left;
	}

	.funderfulSection6{
		border: 2px solid #000000;
		margin: 55px 5% 20px;
		padding:34px 27px;
		text-align:left;
	}
	.funderfulSection6 .funderfulTi{
		font-size: 26px;
		background: #c41521;
		color: #fff;
		margin:0 0 20px;
		padding: 5px;
	text-align: center;}
	.funderfulSection6 .funderfulPlan {
		margin: 0 0 30px;
	}
	.funderfulSection6 .funderfulPlan .funderfulImg,
	.funderfulSection6 .funderfulPlan .funderfulTxt {
		display: table-cell;
	}
	.funderfulSection6 .funderfulPlan .funderfulImg {
		width: 400px;
	}
	.funderfulSection6 .funderfulPlan .funderfulTxt {
		padding-left: 20px;
		width: 360px;
		font-size: 20px;
	}
	.funderfulSection6 .funderfulPlan .funderfulTxt > p {
		min-height: 130px;
	}
	.funderfulSection6 .funderfulPlan .attBlock {
		max-width:none ;
		font-size: 20px;
    text-align: center;
    margin: 15px 0 0;
    padding: 20px;
}
	.funderfulInfo {
		font-size: 20px;
		background: #ffffff;
		margin: 35px 0 0;
		padding: 20px;
	}
	.funderfulInfo .sec-tel {
		font-size: 44px;
	}
	.funderfulInfo .sec-tel,
	.funderfulInfo .sec-time {
		font-weight: bold;
	}
	.funderfulInfo .sec-time {
		margin-bottom: 5px;
	}

	/*funderfulPageTitle*/
	.funderfulPageTitle{
		margin-bottom: 40px;
	}

	/*funderfulPrimaryHeading*/
	.funderfulPrimaryHeading{
		font-size: 214.3%;
		color: #fff;
		text-align: left;
		background-color: #970f01;
		margin: 0 auto 40px;
		padding: 7px 32px;
		width: 646px;
	}

	/*funderfulHeading*/
	.funderfulHeading{
		font-size: 30px;
		line-height: 1.33;
		color: #970f01;
		text-align: center;
		margin: auto 0 30px 0;
	}
	.funderfulHeading__icon{
		display: block;
		float: left;
		margin-right: 24px;
		width: 112px;
	}
	.funderfulHeading__icon img{
		width: 100%;
	}
	.funderfulHeading__h{
		display: block;
		overflow: hidden;
	}

	/*funderfulHeading2*/
	.funderfulHeading2{
		font-size: 214.3%;
		line-height: 1.33;
		color: #970f01;
		text-align: left;
		margin: auto auto 16px;
	}
	.funderfulHeading2 .funderfulHeading__icon{
		margin-right: 12px;
		width: 124px;
	}
	.funderfulHeading2 .funderfulHeading__h{
		padding-top:35px;
	}

	/*funderfulHeading3*/
	.funderfulHeading3{
		height:116px;
		font-size: 214.3%;
		line-height: 1.2;
		color: #000000;
		font-weight:normal;
		text-align: center;
		margin: 0 auto;
		padding:15px 0 0;
		background:url(../privilege/images/mm_bg06.png) 50% 0 no-repeat;
		box-sizing:border-box;
	}
	.funderfulHeading3.L1{
		height:80px;
		line-height:inherit;
		background-image:url(../privilege/images/mm_bg07.png);
		padding-top:10px;
	}

	/*funderfulHr*/
	.funderfulHr{
		border-top: 1px solid #fdc071;
		height: 0;
		margin: 48px 87px;
	}
	.funderfulHr.funderfulHr--style_dotted{
		border-style: dotted;
	}

	/*funderfulFigure*/
	.funderfulFigure{
		display: table-cell;
		width: 410px;
		text-align: center;
		box-sizing: border-box;
	}
	.funderfulFigure .funderfulImg{
		margin: 0 0 0 -85px;
		position:relative;
	}
	.funderfulFigure > .cap {
		margin: 10px 0 0 -85px;
		font-size:90%;}
	.funderfulFigure .funderfulImg .cap {
		font-size:16px;
		display:block;
		position:absolute;
		width:100%;
		left:0;
		bottom:10%;
		font-weight:bold;
		text-shadow:0 0 #333333;}
	#tokuten2 .funderfulFigure .funderfulImg .cap {
		bottom:5%;}
	#tokuten3 .funderfulFigure .funderfulImg .cap {
		bottom:-5%;}

	/*funderfulFigure2*/
	.funderfulFigure2{
		display:table;
		margin: 16px auto 34px;
		text-align:center;
	}
	.funderfulFigure2 .cap {
		display:block;
		font-size:90%;
		text-align:right;
		margin:10px 0 0;}
	.funderfulFigure2 .imgframe{
		box-shadow:5px 5px 8px 0 rgba(0,0,0,0.2);
		margin-bottom:10px;
		display:block;}
	.funderfulFigure2 p{
		margin-top:10px;}
	#point4 .funderfulFigure2{
		margin-left:-20px;
		margin-right:-20px;
	}
	.funderfulFigure2 .flexslider {
		width: 482px;
		background: none;
	}
	.funderfulFigure2 .flex-control-thumbs {
		width: auto;
		margin: 3% 3% 0;
	}
	.funderfulFigure2 .flex-control-thumbs li {
			width: 23%;
		margin: 0 1%;
	}
	.funderfulFigure2 .flex-direction-nav a {
		text-decoration: none;
		display: block;
		width: 46px;
		height: 76px;
		margin: -38px 0 0;
		z-index: 95;
	}
	.funderfulFigure2 .flex-direction-nav a:before {
		width: 46px;
		height: 76px;
		background: url(../images/index_slide02_l.png) no-repeat;
		background-size: 100% auto;

	}
	.funderfulFigure2 .flex-direction-nav a.flex-next:before {
		width: 46px;
		height: 76px;
		background: url(../images/index_slide02_r.png) no-repeat;
		background-size: 100% auto;

	}
	.funderfulFigure2 .flex-direction-nav .flex-prev {
		left: 0 !important;
	}
	.funderfulFigure2 .flex-direction-nav .flex-next {
		right: 0 !important;
	}
}


@media screen and (max-width:767px) {
	.funderfulSection{
		margin: 0 auto 20px;
	}

	.funderfulSection2{
		margin: 0 20px;
	}
	.funderfulSection2 .funderfulTxt .funderfulTi {
		font-size: 18px;
		color: #c91521;
		margin-bottom: 10px;
		text-align: center;
	}
	.funderfulSection2 .funderfulTxt .notesList {
			font-size: 12px;
	}

	.funderfulSection3{
		background:50% 0 no-repeat;
		background-size:100% auto;
		padding: 0 20px;
	}
	.funderfulSection3#point1 .funderfulFigure2,
	.funderfulSection3#point2 .funderfulFigure2,
	.funderfulSection3#point3 .funderfulFigure2{
		background:url(../privilege/images/mm_bg05.png) 50% 0 no-repeat;
		background-size:auto 30px;
		padding-top: 20px;}
	.funderfulSection3#point4{
		background:url(../privilege/images/mm_bg05.png) 50% 100% no-repeat;
		background-size:auto 30px;
		padding-bottom:50px;}
	.funderfulSection3#point4 .fw-bold{
		font-size: 114.3%;}
	.funderfulSection3#point4 .fw-bold .em01{
		color: #970f01 !important;
	}

	.funderfulSection4{
		margin: 20px 20px 0;
		text-align:center;
		background:url(../privilege/images/mm_bg05.png) 50% 0 no-repeat;
		background-size:auto 30px;
		padding:40px 0 30px;
	}
	.funderfulSection4 .funderfulTi{
		font-weight:normal;
		font-size: 120%;
		margin:0 0 15px;}

	.funderfulSection5{
		font-size: 14px;
		max-width: 666px;
		margin: 25px 20px 20px;
		text-align:center;
	}
	.funderfulSection5 .funderfulImg {
		margin: 0 0 30px;
	}
	.funderfulSection5 .funderfulImg li {
		/*float: left;
		width: 38%;*/
		margin: 0 auto;
		width: 76%;
	}
	.funderfulSection5 .funderfulImg li + li{
		margin-top: 7%;
	}
	.funderfulSection5 .funderfulImg li .img {
		display: block;
		box-shadow:0 0 8px 0 rgba(0,0,0,0.2);
		border-radius: 8px;
		margin: 24% 0 8%;
	}
	.funderfulSection5 .funderfulImg li .cap {
		font-size: 12px;
		font-weight: bold;
		display: block;
		padding: 15px 0 0;
	}
	.funderfulSection5 .funderfulImg li.img-new {
		width: 58%;
		margin-left: 4%;
	}
	.funderfulSection5 .funderfulImg li.img-new .img {
		margin: 0;
	}
	.funderfulSection5 .funderfulTxt {
		text-align: left;
	}
	.funderfulSection5 .funderfulImg2 {
		margin: 0 0 30px;
	}
	.funderfulSection5 .funderfulImg2 li {
		margin: 0 0 20px;
	}
	.funderfulSection5 .funderfulImg2 li .img {
		width: 50%;
		display: table-cell;
	}
	.funderfulSection5 .funderfulImg2 li .img img {
		box-shadow:0 0 8px 0 rgba(0,0,0,0.2);
		border-radius: 8px;
	}
	.funderfulSection5 .funderfulImg2 li .cap {
		width: 50%;
		font-size: 16px;
		font-weight: bold;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding-left: 5%;
	}
	.funderfulSection5 .funderfulImg2 li p {
		text-align: left;
		padding: 10px 0 0;
	}

	.funderfulSection6{
		border: 1px solid #000000;
		margin: 30px 20px 30px;
		padding:15px;
		text-align:left;
	}
	.funderfulSection6 .funderfulTi{
		font-size: 18px;
		background: #c41521;
		color: #fff;
		margin:0 0 5px;
		padding: 5px;
	text-align: center;}
	.funderfulSection6 .funderfulPlan {
		margin: 0 0 20px;
	}
	.funderfulSection6 .funderfulPlan .funderfulImg {
		margin: 0 0 10px;
		text-align: center;
	}
	.funderfulSection6 .funderfulPlan .funderfulTxt {
		font-size: 16px;
		margin: 0 0 30px;
	}
	.funderfulSection6 .funderfulPlan .attBlock {
		font-size: 16px;
    text-align: center;
    margin: 30px 0 0;
    padding: 10px;
}
	.funderfulInfo {
		font-size: 16px;
		background: #ffffff;
		margin: 25px 0 0;
		padding: 15px 10px;
	}
	.funderfulInfo .sec-tel {
		font-size: 180%;
	}
	.funderfulInfo .sec-time {
		font-weight: bold;
		margin-bottom: 5px;
	}


	/*funderfulPageTitle*/
	.funderfulPageTitle{
		margin-bottom: 8px;
	}

	/*funderfulPrimaryHeading*/
	.funderfulPrimaryHeading{
		font-size: 142.9%;
		text-align: left;
		border-bottom: 4px dotted #fdc071;
		margin: 0 8px 20px;
		padding: 7px 12px;
	}


	/*funderfulHeading*/
	.funderfulHeading{
		font-size: 18px;
		color: #970f01;
		text-align: center;
		margin: auto auto 20px;
	}
	.funderfulHeading__icon{
		display: block;
		float: left;
		margin-right: 16px;
		width: 80px;
	}
	.funderfulHeading__h{
		display: block;
		overflow: hidden;
	}

	/*funderfulHeading2*/
	.funderfulHeading2{
		font-size: 114.3%;
		color: #970f01;
		text-align: left;
		margin: 0 0 5px;
	}
	.funderfulHeading2 .funderfulHeading__icon{
		display: block;
		float: left;
		margin-right: 11px;
		width: 85px;
	}
	.funderfulHeading2 .funderfulHeading__h{
		padding-top:10px;
	}

	/*funderfulHeading3*/
	.funderfulHeading3{
		height:54px;
		font-size: 120%;
		line-height: 1.2;
		color: #000000;
		font-weight:normal;
		text-align: center;
		margin: 0 auto 16px;
		padding:12px 0 0;
		background:url(../privilege/images/mm_bg06@2x.png) 50% 0 no-repeat;
		background-size:auto 100%;
		box-sizing:border-box;
	}
	.funderfulHeading3.L1{
		height:42px;
		line-height:inherit;
		background-image:url(../privilege/images/mm_bg07@2x.png);
	}


	/*funderfulHr*/
	.funderfulHr{
		border-top: 4px solid #fdc071;
		height: 0;
		margin: 24px 8px;
	}
	.funderfulHr.funderfulHr--style_dotted{
		border-style: dotted;
	}

	/*funderfulFigure*/
	.funderfulFigure{
		text-align: center;
		margin: 16px auto 30px;
		position:relative;
	}
	

	.funderfulFigure .funderfulImg{
		position:relative;
	}
	.funderfulFigure .funderfulImg img{
		max-width: 335px;
	}
	.funderfulFigure .funderfulImg-l{
		margin-left: -20px;
		margin-right: -20px;
	}
	.funderfulFigure .funderfulImg-l img{
		max-width: 375px;
	}
	.funderfulFigure > .cap {
		margin: 10px 0 0 0;
		font-size:90%;}
	.funderfulFigure .funderfulImg .cap {
		font-size:12px;
		display:block;
		position:absolute;
		width:100%;
		left:0;
		bottom:10%;
		font-weight:bold;
		text-shadow:0 0 #333333;}
	#tokuten2 .funderfulFigure .funderfulImg .cap {
		bottom:5%;}
	#tokuten3 .funderfulFigure .funderfulImg .cap {
		bottom:-5%;}
	
	
	

	/*funderfulFigure2*/
	.funderfulFigure2{
		text-align: center;
		margin: 16px auto;
		position:relative;
	}
	.funderfulSection3 .funderfulFigure2{
		margin:0 -20px 20px;
	}
	.funderfulFigure2 img{
		max-width: 335px;
	}
	.funderfulFigure2 .cap {
		display:block;
		font-size:80%;
		text-align:right;
		margin:10px 0 0;}
	.funderfulFigure2 .imgframe{
		box-shadow:3px 3px 4px 0 rgba(0,0,0,0.2);
		margin-bottom:10px;
		display:block;}
	.funderfulFigure2 p{
		margin-top:10px;}
	
	.funderfulFigure2 .flexslider {
		background: none;
		width: 100%;
	}
	.funderfulFigure2 .flex-control-thumbs {
		width: auto;
		margin: 3% 3% 0;
	}
	.funderfulFigure2 .flex-control-thumbs li {
			width: 23%;
		margin: 0 1%;
	}
	.funderfulFigure2 .flex-direction-nav a {
		text-decoration: none;
		display: block;
		width: 36px;
		height: 60px;
		margin: -30px 0 0;
		z-index: 95;
	}
	.funderfulFigure2 .flex-direction-nav a:before {
		width: 36px;
		height: 60px;
		background: url(../images/index_slide02_l.png) no-repeat;
		background-size: 100% auto;

	}
	.funderfulFigure2 .flex-direction-nav a.flex-next:before {
		width: 36px;
		height: 60px;
		background: url(../images/index_slide02_r.png) no-repeat;
		background-size: 100% auto;

	}
	.funderfulFigure2 .flex-direction-nav .flex-prev {
		left: 0 !important;
	}
	.funderfulFigure2 .flex-direction-nav .flex-next {
		right: 0 !important;
	}
}

/*------------------------------------------------------------

   Sec03

--------------------------------------------------------------*/
.Sec03 {
	clear:both;
	margin:25px 93px 0;
	text-align:left;
}

.Sec03 h3 {
	height:39px;
	background:url(../images/ti_bg01.gif) 50% 0 no-repeat;
	margin:36px 0 15px;
	padding:0 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 140%;
	line-height: 40px;
}
.Sec03 .back {
text-align:right;
}

.Sec03 dl.guideList01 dt {
color:#a32325;
font-weight:bold;
}
.Sec03 dl.guideList01 dd {
margin:0 0 20px 0.5em;
}

.Sec03 dl.guideList02 dt {
color:#a32325;
font-weight:bold;
}
.Sec03 dl.guideList02 dd {
margin:0 0 20px 1em;
}
@media screen and (max-width:767px) {
	.Sec03 {
		margin:0 3% 10px;
	}

	.Sec03 h3 {
		height:auto;
		overflow:hidden;
		border-radius:30px;
		background:url(../images/sp_ti_bg01.gif) 50% 0 repeat-x;
		background-size:auto 100%;
		margin:15px 0 10px;
		padding:2px 0 2px 10px;
		box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
		font-size: 130%;
    line-height:inherit;
	}
	.Sec03 h3 img {
		width:auto !important;
		height:26px !important;}
}



/*------------------------------------------------------------

   attBlock

--------------------------------------------------------------*/
.attBlock{
	text-align: left;
	border:  4px solid #c71521;
	color: #c71521;
	margin: 0px auto 45px;
	padding: 30px;
	max-width: 660px;
	box-sizing: border-box;
}
.attBlock .note-list-m li {
	font-size: initial;
}
@media screen and (max-width:767px) {
	.attBlock{
		border:  2px solid #c71521;
		margin: 0px 20px 35px;
		padding: 20px;
	}
	.attBlock .note-list-m li {
		font-size: 14px;
	}
}



/*------------------------------------------------------------

   notesBlock

--------------------------------------------------------------*/
.notesBlock{
	font-size: 157.1%;
	text-align: left;
	border:  2px solid #ccc;
	border-radius: 14px;
	background-color: #fff;
	margin: 0px auto 40px;
	padding: 30px;
	width: 648px;
}
.notesBlock .notesBlock__title{
	text-align: center;
	margin-bottom: 1em;
}
.notesBlock p{
	margin-top: 1em;
}
.notesBlock p:first-of-type{
	margin-top: 0;
}
.notesBlock a{
	color: #970f01;
	text-decoration: underline;
}
.notesBlock a:hover{
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.notesBlock{
		font-size: 114.3%;
		border:  1px solid #ccc;
		border-radius: 7px;
		margin: 0px 8px 20px;
		padding: 20px;
		width: auto;
	}
}
	

/*------------------------------------------------------------

   funderfulMenu

--------------------------------------------------------------*/
.funderfulMenu{
	border-bottom: 4px solid #ffb933;
}

.funderfulMenu ul{
	margin: 0 auto;
	max-width: 868px;
	padding: 0 3%;
}
.funderfulMenu li{
	text-align: center;
	float: left;
	margin-left: 5px;
	margin-left: 2%;
	max-width: 286px;
	width: 32%;
	background: #ffffed;
	position: relative;
}
.funderfulMenu.funderfulMenu-4 li{
	margin-left: .5%;
	width: 24.6%;
}
.funderfulMenu li:first-child{
	margin-left: 0;
}
.funderfulMenu li a{
		font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	color: #000000;
	text-decoration: none !important;
	border: 4px solid #ffb933;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	display: block;
	padding: 2px;
}
.funderfulMenu li a[href]:hover{
	opacity: .8;
}

.funderfulMenu li a span.funderfulMenu__itemInner{
	width: 500px;
	height: 54px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: -moz-linear-gradient(top, rgba(255,185,51,0.5) 0%, rgba(255,185,51,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,185,51,0.5) 0%,rgba(255,185,51,1) 100%);
	background: linear-gradient(to bottom, rgba(255,185,51,0.5) 0%,rgba(255,185,51,1) 100%);
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

.funderfulMenu li.current a span.funderfulMenu__itemInner{
	background: none;
}

.funderfulMenu.funderfulMenu--offset_top{
	margin-bottom: 36px;
}
.funderfulMenu.funderfulMenu--offset_top li{
	margin-bottom: -4px;
}
.funderfulMenu.funderfulMenu--offset_top li.current a{
	border-bottom-color: #ffffed;
}


@media screen and (max-width: 767px) {
	.funderfulMenu ul {
    padding: 0 2%;
	}
	.funderfulMenu li a{
	font-size: 14px;
	}

	.funderfulMenu li a span.funderfulMenu__itemInner{
	height: 56px;
	}
}
@media screen and (max-width: 440px) {
	.funderfulMenu li a{
	font-size: 12px;
	}
}



	

/*------------------------------------------------------------

   funderfulTa

--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.funderfulTab{
		margin: 40px auto 0;
		width: 710px;
	}

	.funderfulTab ul{
		list-style: none;
	}
	.funderfulTab li{
		text-align: center;
		float: left;
		margin-left: 40px;
		padding-bottom: 48px;
		width: 335px;
	}
	.funderfulTab li:first-child{
		margin-left: 0;
	}
	.funderfulTab li a{
		font-size: 157.1%;
		font-weight: bold;
		color: #330500;
		text-decoration: none;
		border: 4px solid #ffb933;
		border-radius: 14px;
		background: #fff;
		display: block;
		padding: 2px;
	}
	.funderfulTab li a .funderfulTab__notes{
		font-size: 63.6%;
		font-weight: normal;
		color: #000;
		vertical-align: baseline;
	}
	.funderfulTab li a[href]:hover{
		opacity: .8;
	}

	.funderfulTab li a span.funderfulTab__itemInner{
		border-radius: 10px;
		background: rgb(255,234,193);
		background: -moz-linear-gradient(top, rgba(255,234,193,1) 0%, rgba(255,213,133,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,234,193,1) 0%,rgba(255,213,133,1) 100%);
		background: linear-gradient(to bottom, rgba(255,234,193,1) 0%,rgba(255,213,133,1) 100%);
		display: block;
		padding: 8px;
	}

	.funderfulTab li.current{
		background: url(../images/funderfulTab/arrow_down.png) 50% 100% no-repeat;
	}
	.funderfulTab li.current a{
		color: #970f01;
		border: 4px solid #ac3f34;
	}
	.funderfulTab li.current a span.funderfulTab__itemInner{
		background: rgb(255,254,254);
		background: -moz-linear-gradient(top, rgba(255,254,254,1) 0%, rgba(245,231,230,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,254,254,1) 0%,rgba(245,231,230,1) 100%);
		background: linear-gradient(to bottom, rgba(255,254,254,1) 0%,rgba(245,231,230,1) 100%);
	}
}
@media screen and (max-width: 767px) {
	.funderfulTab{
		margin-bottom: 8px;
	}

	.funderfulTab ul{
		list-style: none;
		margin-top: 1px;
	}
	.funderfulTab li{
		text-align: left;
		margin-top: -1px;
	}

	.funderfulTab li a{
		font-size: 142.9%;
		font-weight: bold;
		color: #330500;
		text-decoration: none;
		border-top: 1px solid #ffb933;
		border-bottom: 1px solid #ffb933;
		background: #fff;
		display: block;
		position: relative;
	}
	.funderfulTab li a:after{
		background: url(../images/funderfulTab/arrow_right@2x.png) 50% 50% no-repeat;
		background-size:13px auto;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 25px;
		width: 20px;
		height: 100%;
	}
	.funderfulTab li a .funderfulTab__notes{
		font-size: 80%;
		font-weight: normal;
		color: #000;
		vertical-align: baseline;
	}

	.funderfulTab li a span.funderfulTab__itemInner{
		background: rgb(255,234,193);
		background: -moz-linear-gradient(top, rgba(255,234,193,1) 0%, rgba(255,213,133,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,234,193,1) 0%,rgba(255,213,133,1) 100%);
		background: linear-gradient(to bottom, rgba(255,234,193,1) 0%,rgba(255,213,133,1) 100%);
		display: block;
		padding: 20px;
	}

	.funderfulTab li.current{
		position: relative;
		z-index: 1;
	}
	.funderfulTab li.current a{
		color: #970f01;
		border-top-color: #970f01;
		border-bottom-color: #970f01;
	}
	.funderfulTab li.current a:after{
		background: url(../images/funderfulMenu/arrow_down@2x.png) 50% 50% no-repeat;
		background-size:auto 13px;
	}
	.funderfulTab li.current a span.funderfulTab__itemInner{
		background: rgb(255,254,254);
		background: -moz-linear-gradient(top, rgba(255,254,254,1) 0%, rgba(245,231,230,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,254,254,1) 0%,rgba(245,231,230,1) 100%);
		background: linear-gradient(to bottom, rgba(255,254,254,1) 0%,rgba(245,231,230,1) 100%);
	}
}



/*------------------------------------------------------------

   チケット注記

--------------------------------------------------------------*/

p.attention {
    background-color: #c41522;
    width: 80%;
    margin: 15px auto;
    padding: 13px;
	color: #fff;
	font-weight: bold;
}

.ticket_attention {
    background-color: #c61422;
    color: #fff;
}

.ticket_attention h1 {
	padding: 20px 10px 15px;
	margin: 17px;
    font-size: 19px;
}

.ticket_attention p {
	font-size: 14px;
    padding: 0 13px 24px;
    text-align: justify;
}

@media screen and (min-width: 768px) {
	p.attention {
		width: 50%;
		font-size: 20px;
		margin: 25px auto;
	}

	.ticket_attention {
		padding: 20px;
		margin: 30px;
	}
	
	.ticket_attention h1 {
		font-size: 25px;

	}
	
	.ticket_attention p {
		font-size: 20px;
	}
}