@charset "utf-8";
/*---------------------------------------------------------------------
　CSS : スタイル	
---------------------------------------------------------------------*/
body {
	background: #fff100 url(../images/bg.png) repeat center;
}
#header {
	background: #fff;
	-webkit-box-shadow: 0px 15px 8px -8px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 15px 8px -8px rgba(0, 0, 0, 0.25);
}
#headInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1000px;
	margin: auto;
	padding: 10px 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#logo {
	width: 220px;
}
#menuArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#headMenuLeft {
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
#changeArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#changeArea > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#changeArea .text {
	font-size: 95%;
	/* font-weight: bold; */
	margin-right: 6px;
}
#changeArea .changeBtns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#fontSizeChange {
	margin-right: 15px;
}
#changeArea .changeBtns li:not(:last-child) {
	margin-right: 3px
}
#changeArea .changeBtns a {
	font-size: 80%;
	text-decoration: none;
	display: block;
	width: 1.75em;
	height: 1.75em;
	line-height: 1.75;
	background: #C9CACA;
	border-radius: 3px;
	text-align: center;
	color: #727171;
}
#changeArea .changeBtns .black a {background: #000;color: #fff;}
#changeArea .changeBtns .white a {background: #fff;border: 1px solid #000;color: #231815;}
#changeArea .changeBtns .current a,
#changeArea .changeBtns .blue a {background: #0473A6;color: #fff;} {}
#searchArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#searchArea .input {
	width: calc(100% - 38px);
	position: relative;
}
#searchArea .input:before,
#searchArea .input:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #000000;
	left: 100%;
	top: 50%;
	margin-top: -5px;
	margin-left: -1px;
}
#searchArea .input:after {
	border-width: 4px 0 4px 9px;
	border-color: transparent transparent transparent #F7F8F8;
	margin-top: -4px;
	margin-left: -2px;
}
#searchArea .input input {
	width: 100%;
	border: 1px solid #000;
	background: #F7F8F8;
	padding: 0 5px;
	font-size: 17px;
	outline: none;
}
#searchArea img {
	width: 24px;
}

#searchArea form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

#searchArea button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

#headMenuRight img {
	width: 200px
}
#pageTop {
	width: 120px;
	position: fixed;
	right: 20px;
	bottom: 50px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 10;
}
#pageTop a {
	-webkit-transition: .25s opacity;
	transition: .25s opacity;
}
#pageTop a:hover {
	opacity: .75
}
footer {
	background: #fff;
	position: relative;
	padding: 0;
}
#footInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1000px;
	margin: auto;
	padding: 80px 0;
	position: relative;
}
#footInner:before {
	content: url(../images/foot_chara.svg);
	position: absolute;
	width: 80px;
	left: 0;
	bottom: 100%;
	margin-bottom: -40px;
}
#footInner > div {
	width: 50%;
	padding: 0 20px;
}
#footLeft {
	border-right: 4px solid #231815;
}
#footLogo {
	margin-bottom: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.75rem;
	line-height: 1;
}
#footLogo span {
	font-size: .8725rem;
	line-height: 1;
}
#footLeft .detail {
	line-height: 1.6;
}
#footRight .label {
	background: #0473A6;
	color: #fff;
	padding: 8px 20px;
	font-weight: bold;
	border-radius: 4px;
	display: inline-block;
	letter-spacing: 2px;
	margin-bottom: 10px
}
#footRight dd {line-height: 1.6}
#footRight dd span {
	display: inline-block;
	font-weight: bold;
}
#copyright {
	background: #595757;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 12px
}

#footMenu {
	background: url(../images/foot_img.jpg) center;
	height: 350px;
}
#footMenu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 850px;
	height: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin: auto;
	padding: 0 3%;
}

#footMenu ul li {
	margin: auto;
}
#footMenu ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 140%;
	text-align: center;
	display: block;
	-webkit-transition: .25s opacity;
	transition: .25s opacity;
}

#footMenu ul li a:hover {
	opacity: .75
}
#footMenu ul li:first-child a img {
	width: auto;
	height: 110px;
}
#footMenu ul li:nth-child(2) a img {
	width: auto;
	height: 100px;
}
#footMenu ul li:nth-child(3) a img {
	width: auto;
	height: 100px;
}
#footMenu ul li a .img {
	display: block;
	padding: 20px 0 33px;
	position: relative;
	margin-bottom: 25px;
}
#footMenu ul li a .img:after {
	content: "";
	width: 80px;
	height: 8px;
	background: #fff;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
}

@media screen and (max-width: 1080px) {
	#footInner:before {
		width: 8%;
		left: 3%;
		min-width: 50px;
		margin-bottom: 0;
		-webkit-transform: translateY(30%);
		transform: translateY(30%);
	}
}
@media screen and (max-width: 768px) {
	#headMenuLeft {
		display: none
	}
	#headMenuRight img {
		width: 150px
	}
	#pageTop {
		width: 80px;
		right: 5px;
	}
}
@media screen and (max-width: 640px) {
	#footInner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 80px 20px 15px;
	}
	#footInner > div {
		width: 100%;
	}
	#footInner #footLeft {
		border-bottom: 4px solid #231815;
		border-right: 0;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#footMenu {
		height: auto;
		padding: 14% 0px 100px;
		background-size: cover;
	}
	#footMenu ul li a {
		font-size: 90%;
	}
	#footMenu ul li a .img {
		padding: 10px 0 25px;
		margin-bottom: 16px;
	}
	#footMenu ul li a .img:after {
		
height: 5px;
		
width: 60px;
		
margin-left: -30px;
	}
	#footMenu ul li:first-child a img {
		height: 80px;
	}
	#footMenu ul li:nth-child(2) a img {
		height: 72px
	}
	#footMenu ul li:nth-child(3) a img {
		height: 72px
	}
}
@media screen and (max-width: 480px) {
	#footMenu ul li:first-child a img {
		height: 50px;
	}
	#footMenu ul li:nth-child(2) a img {
		height: 46px
	}
	#footMenu ul li:nth-child(3) a img {
		height: 46px
	}
}
#wrap {
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
}
#mainVisual {
	width: 100%;
	overflow: hidden;
	padding: 2% 0 0;
	text-align: center;
	position: relative;
}
#mainVisual img {
	width: 100%;
	max-width: 1100px;
	/* margin-left: -8%; */
	/* margin-left: -2%; */
	/* min-width: 800px; */
	/* position: relative; */
	/* left: -10%; */
}
#about {
	background: url(../images/top/bg_top_label.png) no-repeat center bottom;
	background-size: 108%;
	padding: 27% 0px 0;
	margin-top: -23%;
}
#aboutInner {
	position: relative;
	width: 50%;
	max-width: 800px;
	margin: auto;
	/* padding: 6% 0; */
	min-width: 540px;
	display: block;
	-webkit-transition: .25s opacity;
	transition: .25s opacity;
}

#aboutInner span {
	display: block;
	position: absolute;
}
#aboutInner:hover {
	opacity: .75
}
#about_basho {
    width: 25%;
    top: -6%;
    left: 9%;
}
#about_jikan {
    width: 30%;
    top: -10%;
    left: 32%;
}
#about_mochimono {width: 25%;top: 0%;right: 16%;}
#about_tanken {
    width: 27%;
    bottom: -3%;
    right: 19%;
}
#menuWrap {
	padding: 7% 0;
	-webkit-box-shadow: 0px 15px 8px -8px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 15px 8px -8px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 10;
    page-break-inside: avoid;
}
#menuWrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	list-style: none;
	width: 50%;
	margin: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1080px;
	min-width: 540px;
}
#menuWrap ul li {
	width: 27%;
	/* margin: 20px; */
	margin-bottom: 0px;
	position: relative;
}
#menuWrap ul li a {
	-webkit-transition: .25s opacity;
	transition: .25s opacity;
}
#menuWrap ul li a:hover {
	opacity: .75
}
#menuWrap ul li:first-child {
	/* width: 36%; */
}
#menuWrap ul li:nth-child(2) {
	/* width: 33%; */
}
#menuWrap ul li:nth-child(3) {
	/* width: 30.8%; */
}
#menuWrap ul li img:first-child {
	width: 100%
}
#menuWrap ul li img:nth-child(2) {
	position: absolute;
	display: block;
	max-width: none;
}
#menuWrap ul li:first-child img:nth-child(2) {
	width: 160%;
	left: -37%;
	bottom: 28%;
}
#menuWrap ul li:nth-child(2) img:nth-child(2)  {
	width: 100%;
	left: 10%;
	top: 92%;
}
#menuWrap ul li:nth-child(3) img:nth-child(2)  {
	right: -13%;
	width: 49%;
	bottom: 60%;
}

#slideWrap {
	width: 50%;
	margin: auto;
	position: relative;
	z-index: 0;
	min-width: 540px;
}
#slideWrap:before,
#slideWrap:after {
	top: 12%;
	position: absolute;
	display: block;
	width: 60%;
	z-index: -2;
}
#slideWrap:before {
	content: url(../images/top/left_flag.svg);
	right: 100%;
	-webkit-transform: translateX(15%);
	transform: translateX(15%);
}
#slideWrap:after {
	content: url(../images/top/right_flag.svg);
	left: 100%;
	-webkit-transform: translateX(-15%);
	transform: translateX(-15%);
}
#slideInner {
	padding: 5% 5% 7%;
	background: #fff;
	position: relative;
	margin: auto;
	border: 1px solid #231815;
}
#slideInner:before {
	content: "";
	display: block;
	position:absolute;
	width: 100%;
	height: 100%;
	background: url(../images/top/bg_stripe.png) repeat center;
	z-index: -1;
	left: 5px;
	top: 5px;
	border: 1px solid #231815;
}
#slideInner:after {
	content: "";
	display: block;
	position:absolute;
	width: 40%;
	height: 80px;
	background: url(../images/top/bg_stripe.png) repeat center;
	z-index: -1;
	left: 50%;
	top: -13.3%;
	border: 1px solid #231815;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 5px;
	margin-top: 5px;
}
.slideCont {
	position: relative;
}
.slideCont .textWrap {
	position: absolute;
	width: 50%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 50%;
	top: 0;
	color: #fff;
	font-size: 0.95vw;
	padding: 1em 1.5em;
}
.slideCont .textWrap .ttlWrap {
	position: relative;
	padding: .5em 1em;
	/* margin: .5em; */
}
.slideCont .textWrap .ttlWrap:before ,
.slideCont .textWrap .ttlWrap:after {
	content: "";
	width: 2em;
	height: 2em;
	display: block;
	position: absolute;
	border: 4px solid #fff
}
.slideCont .textWrap .ttlWrap:before {
    border-width: 4px 0 0 4px;
    left: 0;
    top: 0;
}
.slideCont .textWrap .ttlWrap:after {
    border-width: 0 4px 4px 0;
    right: 0;
    bottom: 0;
}
.slideCont .textWrap .ttlWrap .ttl {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	padding: .5em .5em 0.75em;
	border-bottom: 1px solid #fff;
	margin-bottom: .75em;
 line-height: 1.6 ;
 max-height: 127px ;
 overflow: hidden ;
}
.slideCont .textWrap .ttlWrap .data {
	text-align: center;
	font-size: 95% ;
 line-height: 1.6 ;
}

.slideCont .textWrap .detailWrap {
	padding: 0.5em 0;
}
.slideCont .textWrap .text {
	line-height: 1.6
}
.slideCont img{
 max-height:208px ;}

#slideChara {
	position: absolute;
	width: 15%;
	left: 100%;
	top: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#slideChara a {
	position: absolute;
	display: block;
	width: 140%;
	right: 110%;
	top: 0;
	-webkit-transition: .25s opacity;
	transition: .25s opacity;
}
#slideChara a:hover {
	opacity: .75
}
#eventWrap {
	background: url(../images/top/event_bg.gif) repeat center;
	padding: 4% 0 9%;
	position: relative;
	overflow: hidden;
}
#eventTopChara {
	width: 10%;
	position: absolute;
	top: 0;
	right: 16%;
	-webkit-transform: translateY(-24%);
	transform: translateY(-24%);
}
#eventBtmChara {
	width: 16%;
	position: absolute;
	bottom: 0;
	left: 10%;
	-webkit-transform: translateY(40%);
	transform: translateY(40%);
}
#eventTtl {
	background: #C4D700;
	width: 40%;
	margin: auto;
	padding: .5% 20px;
	text-align: center;
	margin-bottom: -1px;
	position: relative;
	z-index: 10;
	border: 1px solid #231815;
	border-bottom: none;
}
#eventTtl img {
	width: 90%;
}
@media screen and (min-width: 1500px) {
	#about {
		/* background-size: 100%; */
		/* padding: 420px 0px 0; */
		/* margin-top: -390px; */
	}
}
@media screen and (max-width: 1080px) {
	#mainVisual img {
		width: 130%;
		position: relative;
		left: 50%;
		margin-left: 3%;
		height: auto;
		display: block;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#about {
		padding-top: 280px;
		margin-top: -240px;
		background-size: 1270px auto;
	}
	#aboutInner {
		padding: 65px 0;
    }
    #menuWrap {
    	padding: 76px 0;
    }
    #eventWrap {
    	padding: 48px 0 97px
    }
    #eventTtl {
    	padding: 3px 20px;
    	width: 250px;
    }
    #slideInner:after {
    	width: 250px;
        height: 40px;
    	top: -35px;
    	margin-top: 0;
    }
}
@media screen and (max-width: 640px) {
	#mainVisual img {
		width: 135%;
	}
	#about {
		padding-top: 30%;
		margin-top: -24%;
		background-size: 222% auto;
		/* overflow-x: hidden; */
		/* overflow-y: visible; */
	}
	#aboutInner {
		padding: 10.8% 0;
		width: 90%;
		min-width: 0;
	}
    #menuWrap {
    	padding: 8% 0 10%;
    }
    #menuWrap ul {
    	width: 90%;
    	min-width: 0;
    }
    #eventWrap {
    	padding: 48px 0 97px
    }
    #slideWrap {
    	width: 90%;
    	min-width: 0;
    }
    #slideWrap:before, #slideWrap:after {
    	width: 40%;
    	top: 20%;
    }
    .slideCont {
		position: relative;
	}
	.slideCont .textWrap {
		position: static;
		width: 100%;
		font-size: 16px;
		background: rgba(0, 0, 0, 0.7);
	}
	.slideCont .textWrap .ttlWrap {
		padding: 15px;
		margin-bottom: 15px;
	}
	#slideChara {
		width: 22%;
		-webkit-transform: translate(-70%,-35%);
		transform: translate(-70%,-35%);
	}
    #eventTopChara {
		width: auto;
		height: 92px;
		right: 5%;
	}
	#eventBtmChara {
		width: auto;
		height: 125px;
		left: 0%;
	}
	#eventTopChara img,
	#eventBtmChara img {
		width: auto;
		height: 100%
	}
}

@media screen and (max-width: 480px) {
	#about {
		/* padding-bottom: 2% */
		background-size: 194% auto;
	}
	#aboutInner {
		width: 100%;
		/* overflow: hidden; */
		/* padding: 22.8% 0 9.8%; */
	}
	#aboutInner > img {
		width: 107%;
		max-width: none;
		margin-left: 2%;
	}
    #about_basho {
		width: 30%;
		top: -14%;
		left: 9%;
	}
	#about_jikan {
		width: 33%;
		top: -19%;
		left: 37%;
	}
	#about_mochimono {width: 30%;top: -6%;right: 1%;}
	#about_tanken {
		width: 33%;
		bottom: -9%;
		right: 12%;
    }
    
    #menuWrap {
    	padding: 19.6% 0 10%;
    }
	#menuWrap ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 99%;
		padding: 0 10px;
	}
	#menuWrap ul li {
		width: 34%;
		width: 47%;
		margin-bottom: 0%;
	}
	#menuWrap ul li:first-child {
		width: 100%;
		margin-bottom: 1%;
	}
	#menuWrap ul li:first-child a {
		width: 49%;
		display: block;
		position: relative;
		margin: auto;
	}
	#menuWrap ul li:nth-child(2) {
		/* order: 3; */
		/* margin-bottom: 34%; */
		/* margin-left: -2%; */
		margin-bottom: 21%;
	}
	#menuWrap ul li:nth-child(3) {
		margin-right: 3%;
	}
	#menuWrap ul li:nth-child(3) img:nth-child(2) {
		-webkit-transform: rotate(-25deg);
		transform: rotate(-25deg);
		right: 2%;
		bottom: 74%;
	}
}

/* 下層ページ */
body#under {
	background: #FFF462;
}
body#under.puzzle {background: #EF858C}
body#under.kousaku {background: #FFA444}
body#under.event {background: #D0DF33}
body#under.quiz {background: #4AB3DA}
#tabWrap {
	width: 95%;
	max-width: 1120px;
	margin: 80px auto 150px;
}
@media screen and (min-width: 961px) {
	.quiz #tabWrap {
		margin-bottom: 200px
	}
}

#tabMenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	z-index: 10;
	margin-bottom: -2px;
}
#tabMenu #toTop {
	width: 16%;
	/* display: flex; */
	/* align-items: center; */
	-ms-flex-item-align: center;
	align-self: center;
	text-align: center;
}
#tabMenu #toTop a {
	display: inline;
	width: auto;
}
#tabMenu #toTop a:hover {
	opacity: .75
}
#tabMenu #toTop a img {
	width: 80%
}
#tabMenu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 85%;
	list-style: none;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100%;
	margin-right: -5px;
}
#tabMenu ul li {
	width: 20%;
	margin: 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
}
#tabMenu ul li a {position: relative;background: #fff;display: -webkit-box;display: -ms-flexbox;display: flex;/* text-align: center; */width: 100%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;padding: 10px 10px;border: 2px solid #000;-webkit-transition: .25s opacity;transition: .25s opacity}
#tabMenu ul li:not(.current) a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #666;
	left: 0;
	top: 0;
	opacity: .25;
	-webkit-transition: .25s;
	transition: .25s
}
#tabMenu ul li:not(.current) a:hover {
	opacity: 0.5;
}
#tabMenu ul li:not(.current) a:hover:after {
	opacity: 0
}
#tabMenu ul li.current a {
	border-bottom: 2px solid #ffffff ;
}
#tabMenu ul li a img {
	width: 80%;
	display: inline-block;
}
#tabMenu ul li:nth-child(4) a img {
	width: 53%;
}
#tabMenu ul li:nth-child(5) a img {
	width: 50%;
}
#tabContArea {
	background: #fff;
	padding: 30px;
	line-height: 1.6;
	border: 2px solid #000;
}
#tabContArea h2 {
	line-height: 1.2;
	font-size: 2.375rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}
#tabContArea h2 span {
	display: inline-block;
	position: relative;
}
#tabContArea h2 span:after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: 100%;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 244, 98, 1) 2px, rgba(255, 244, 98, 1) 4px );
}
.puzzle #tabContArea h2 span:after {background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(239, 133, 140, 1) 2px, rgba(239, 133, 140, 1) 4px );}
.kousaku #tabContArea h2 span:after {background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 164, 68, 1) 2px, rgba(255, 164, 68, 1) 4px );}
.event #tabContArea h2 span:after {background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(208, 223, 51, 1) 2px, rgba(208, 223, 51, 1) 4px );}
.quiz #tabContArea h2 span:after {background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(74, 179, 218, 1) 2px, rgba(74, 179, 218, 1) 4px );}
#tabContArea .mainImgBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
#tabContArea .mainImgBox .textArea {
	width: 50%;
	padding-right: 10px;
}
#tabContArea .mainImgBox .imgArea {
	width: 50%
}
#tabContArea .tabSection {
	margin-bottom: 40px
}
.tabSection .inner {
	background: #F5F5F5;
	padding: 1em;
	margin-bottom: 30px;
}
#tabContArea .tabSection h3 {
	background: #FFF100;
	font-weight: bold;
	text-align: center;
	font-size: 1.5rem;
	padding: .125em 1em;
	border: 2px solid #000;
	margin-bottom: 1em;
}
#tabContArea .tabSection h4 {
	font-weight: bold;
	font-size: 1.25rem;
	border-left: 6px solid #000;
	margin-bottom: 20px;
	padding: .75em;
}
#tabContArea .tabSection .column h4 {
	min-height: 3.2em;
	padding: 0 .75rem;
}
#tabContArea .tabSection .lead.img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 20px;
}
#tabContArea .tabSection .lead.img .text {
	width: calc(100% - 180px)
}
#tabContArea .tabSection .lead.img .img {
	width: 180px;
	padding: 0 30px 0 10px;
	display: block;
}
#tabContArea .tabSection .columnWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#tabContArea .tabSection .columnWrap .column {
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 40px
}
#tabContArea .tabSection .columnWrap.border .column {
	border-right: 1px dotted #666

}
#tabContArea .tabSection .columnWrap.col2 .column {
	width: 50%;
}
#tabContArea .tabSection .columnWrap.col4 .column {
	width: 25%
}
#tabContArea .tabSection .columnWrap.col2 .column:nth-child(even) {
	border-right: none;
}
#tabContArea .tabSection .columnWrap.col4 .column:nth-child(4n) {
	border-right: none;
}
.column .imgBox {
	/* display: flex; */
	margin-bottom: 20px;
}
.column .imgBox .img {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	max-width: 50%;
}
.column .detailTable {
	margin-top: auto;
}
.column .pdfWrap {
	text-align: center;
	margin-bottom: 16%;
}
.column .pdfWrap a {
	position: relative;
	display: inline-block;
}
.column .pdfWrap .icon {
	display: block;
	position: absolute;
	width: 20%;
	right: 0;
	bottom: 0;
	-webkit-transform: translate(50%, 40%);
	transform: translate(50%, 40%);
}
.detailTable {
	border: solid #000;
	border-width: 2px 0 2px 0;
	width: 100%
}
.detailTable tr:not(:first-child) {
    border-top: 1px solid #000;
}
.detailTable th,.detailTable td {
	padding: 5px
}
.tabSection .columnType {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tabSection .columnType h4 {
	word-break: keep-all;
	margin-right: 20px
}
.tabSection .listType1 {
	list-style: none;
}
.tabSection .listType1 li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    min-width: 7em;
}
.tabSection .listType1 li:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #FFF100;
	border: 2px solid #000;
	display: inline-block;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 6px;
}
.btnWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	list-style: none;
	position: relative;
	z-index: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.btnWrap li {
	margin: 0 auto 20px;
}
.btnWrap li a {
	display: block;
	padding: 14px 50px;
	background: url(../images/btn_arrow.svg) no-repeat right 5px center;
	background-size: 20px;
	background-color: #EF858C;
	border: 3px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
}
.btnWrap li a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/top/bg_stripe.png) repeat center;
	z-index: -1;
	left: 5px;
	top: 7px;
	border: 1px solid #231815;
}
@media screen and (max-width: 960px) {
	#tabWrap {
		margin: 10% auto 15%;
	}
	#tabContArea .tabSection .columnWrap .column {
		padding: 2% 20px;
	}
	#tabContArea .tabSection .columnWrap.col4 .column {
		width: 50%;
	}
	#tabContArea .tabSection .columnWrap.col4 .column:nth-child(even) {
		border-right: none;
	}
}
@media screen and (max-width: 768px) {
	#tabMenu ul {
		margin-right: -3px
	}
	#tabMenu ul li {
		margin: 0 3px
	}
	#tabMenu ul li a {
		padding: 7px 5px;
	}
	#tabMenu ul li a img {
		width: 95%
	}
	#tabMenu ul li:nth-child(4) a img {
		width: 61%;
	}
	#tabMenu ul li:nth-child(5) a img {
		width: 58%;
	}
	#tabContArea {
		padding: 8% 15px 5%;
	}

	#tabContArea h2 {
        font-size: 1.75rem;
    }
	#tabContArea .tabSection h3 {
		padding: .125em 5%;
		font-size: 1.25rem;
	}
	#tabContArea .tabSection h4 {
		font-size: 1rem;
		min-height: 0!important;
		padding: .75em!important;
	}
	#tabContArea .mainImgBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#tabContArea .mainImgBox .imgArea {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	#tabContArea .mainImgBox .textArea {
		width: 100%
	}
	.tabSection .columnType {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	#tabWrap {
		margin: 0 auto 26%;
	}
	#tabContArea .tabSection .columnWrap.col2 .column {
		width: 100%!important;
		border-right: none!important;
		margin-bottom: 20px;
	}
	#tabContArea .tabSection .lead.img {
		display: block
	}
	#tabContArea .tabSection .lead.img::after {
		display: block;
		clear: both;
		content: "";
	}
	#tabContArea .tabSection .lead.img .text {
		width: 100%
	}
	#tabContArea .tabSection .lead.img .img {
	    width: 30%;
	    float: right;
	}
	#tabMenu {
		display: block;
	}
	#tabMenu #toTop {
		width: 20%;
		padding: 2% 0;
		text-align: left;
	}
	#tabMenu ul {
		margin: 0;
		width: 100%;
	}
	#tabMenu ul li {
	    margin: 0 0 0 6px;
	}
	#tabMenu ul li:first-child {
		margin-left: 0
	}
}
@media screen and (max-width: 420px) {
	#tabContArea .tabSection .columnWrap .column {
		width: 100%!important;
		border-right: none!important;
		margin-bottom: 20px;
		padding: 3%;
	}
}

/* クイズ */
#quizWrap {
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
}
#quizWrap p.ttl {
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.6;
	position: relative;
	margin-bottom: 30px;
}
#quizWrap p.ttl span {
	margin-top: 1em;
}
#quizWrap p.ttl span.num {
	font-size: 5rem;
	margin: 0 5px;
}
#quizWrap p.ttl:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	text-align: center;
	height: 100%;
	background: url(../images/under/quiz_bg.png) no-repeat center;
	background-size: contain;
}
#quizArea {
	/* display: flex; */
	width: 70%;
	margin: 0 auto 70px;
}
#quizArea .img {
	float: right;
	margin-left: 10px;
	max-width: 30%
}
#quizArea .text {
	font-weight: bold;
/*	font-size: 90%*/
}

#anserArea ul {
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: auto;
}
#anserArea li {
	width: calc(100% / 3);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0.5em;
}
#anserArea li a {
	background: #CFE0EC;
	color: #000;
	font-weight: bold;
	font-size: 1.5rem;
	text-decoration: none;
	width: 100%;
    height: 100%;
	padding: 2.75em 0.5em 1.5em;
	position: relative;
    word-break: normal!important;
}

#anserArea li a span {
	display: block;
	position: absolute;
	height: 55px;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#anserArea li a span img {
	width: auto;
	height: 100%
}
#charaLeft {
	position: absolute;
	left: 0;
	width: 10%;
	bottom: 0;
	-webkit-transform: translateY(34%);
	transform: translateY(34%);
}
#charaRight {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 26%;
	-webkit-transform: translate(35%,20%);
	transform: translate(35%,20%);
}
@media screen and (max-width: 768px) {
	#quizArea {
		width: 90%
	}
	#anserArea ul {
		width: 90%
	}
	#anserArea li {
		padding: 0 5px;
	}
}
@media screen and (max-width: 640px) {
	#quizArea {
		width: 100%
	}
	#quizWrap {
		padding-bottom: 30%;
	}
	#anserArea ul {
		width: 100%
	}
	#anserArea li {
		padding: 0 5px;
	}
	#charaLeft {
		width: 17%;
		left: 15%;
		-webkit-transform: translateY(31%);
		transform: translateY(31%);
	}
	#charaRight {
		width: 40%;
		-webkit-transform: translate(12%,23%);
		transform: translate(12%,23%);
	}
}

/* 共通 */
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
.fll {float: left;}
.flr {float: right;}

/*印刷用*/
@media print{
/*
   @page {
    size: A4;
    margin: 12mm 7mm;
  }
*/
  
  #pageTop{
    display: none;
  }
  
  #footInner:before {
    display: none;
	}
  #slideInner:after {
    display: none;
  }
  .slideCont .textWrap{
    position: static;
  }
  #aboutInner span{
    margin: -20px 0;
  }
  #anserArea li a{
    word-break: keep-all;
    font-size: 80%;
  }
  
  .kousaku .kousakuIndex .columnWrap{
    display: inline-block !important;
  }
  .kousaku .kousakuIndex .column{
    float: left;
    width: 30% !important;
  }
  .kousaku .kousakuIndex .column img{
    height: auto !important;
    width: 100% !important;
  }
  .guide .guideFlexBox1 .guideItem2 {
  	width:40%;
  }
  .guide .guideItem2 {
  	width:40%;
  }
}