@charset "utf-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17

*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul,ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
img{
	vertical-align:bottom;
}

/************** layout base ********************/

.clearfix{
overflow:hidden;
}
.clear{
	clear:both;
}

img{ max-width:100%;}

a,
a:hover{text-decoration:none;}
a:link{}

a:visited{}


sup {
	line-height: 100%;
	font-size:10px;
	vertical-align: 0.4em;
}
sub{
	line-height: 100%;
	font-size:10px;
	vertical-align: -0.1em;
}

.txtLeft{
text-align:left;
}
.txtRight{
text-align:right;
}
.txtCenter{
text-align:center;
}
.fw{font-weight:bold !important;}
.f10{ font-size:10px !important;}
.f11{ font-size:11px !important;}
.f12{ font-size:12px !important;}
.f13{ font-size:13px !important;}
.f14{ font-size:14px !important;}
.f15{ font-size:15px !important;}
.f16{ font-size:16px !important;}
.f17{ font-size:17px !important;}
.f18{ font-size:18px !important;}
.f20{ font-size:20px !important;}
.f22{ font-size:22px !important;}
.f24{ font-size:24px !important;}

.txtRed{ color:#D80000;}
.txtOrange{ color:#ff7800;}
.txtBlue{ color:#0d5bab;}
.txtPurple{ color:#463fa7; }
.note{ color:#666666; font-size:12px;}

.fLeft{ float:left;}
.fRight{ float:right;}
.fNon{
	float:none !important;
}

.mTop0{ margin-top:0 !important;}
.mTop5{ margin-top:5px !important;}
.mTop10{ margin-top:10px !important;}
.mTop15{ margin-top:15px !important;}
.mTop20{ margin-top:20px !important;}
.mTop25{ margin-top:25px !important;}
.mTop30{ margin-top:30px !important;}
.mTop35{ margin-top:35px !important;}
.mTop40{ margin-top:40px !important;}
.mTop45{ margin-top:45px !important;}
.mTop50{ margin-top:50px !important;}
.mTop55{ margin-top:55px !important;}
.mTop60{ margin-top:60px !important;}

.mBtm0{ margin-bottom:0 !important;}
.mBtm5{ margin-bottom:5px !important;}
.mBtm10{ margin-bottom:10px !important;}
.mBtm15{ margin-bottom:15px !important;}
.mBtm20{ margin-bottom:20px !important;}
.mBtm25{ margin-bottom:25px !important;}
.mBtm30{ margin-bottom:30px !important;}
.mBtm35{ margin-bottom:35px !important;}
.mBtm40{ margin-bottom:40px !important;}
.mBtm45{ margin-bottom:45px !important;}
.mBtm50{ margin-bottom:50px !important;}
.mBtm55{ margin-bottom:55px !important;}
.mBtm60{ margin-bottom:60px !important;}
.mBtm70{ margin-bottom:70px !important;}
.mBtm80{ margin-bottom:80px !important;}
.mBtm90{ margin-bottom:90px !important;}
.mBtm100{ margin-bottom:100px !important;}

.pTop0{ padding-top:0 !important;}
.pTop5{ padding-top:5px !important;}
.pTop10{ padding-top:10px !important;}
.pTop15{ padding-top:15px !important;}
.pTop20{ padding-top:20px !important;}
.pTop25{ padding-top:25px !important;}
.pTop30{ padding-top:30px !important;}
.pTop35{ padding-top:35px !important;}
.pTop40{ padding-top:40px !important;}
.pTop45{ padding-top:45px !important;}
.pTop50{ padding-top:50px !important;}

.pBtm0{ padding-bottom:0 !important;}
.pBtm5{ padding-bottom:5px !important;}
.pBtm10{ padding-bottom:10px !important;}
.pBtm15{ padding-bottom:15px !important;}
.pBtm20{ padding-bottom:20px !important;}
.pBtm25{ padding-bottom:25px !important;}
.pBtm30{ padding-bottom:30px !important;}
.pBtm35{ padding-bottom:35px !important;}
.pBtm40{ padding-bottom:40px !important;}
.pBtm45{ padding-bottom:45px !important;}
.pBtm50{ padding-bottom:50px !important;}
.pBtm55{ padding-bottom:55px !important;}
.pBtm60{ padding-bottom:60px !important;}

.disnon{
	display:none;
}
.spOnly,
.iosOnly{
	display:block;
}
.pcOnly{
	display:none;
}


/************** layout base ********************/
body {
	background: #fff;
   font-family: 'Noto Sans Japanese', sans-serif;
   font-size: 100%;
	color: #000000;
}

div,p,dl {
	text-align:left;
	font-weight:400;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
	text-align:left;
}


/* header
---------------------------------------------------------------------------- */
#header{
	position: relative;
}
#header h1 img:first-of-type{
	width: 100%;
}
#header #headerLogo{
	position: absolute;
	top: 0;
	left: 0;
	width: 31.3%;
}
#header #headerTxt01{
	width: 44.68%;
	position: absolute;
	top:72px;
	left: 7%;
}
#header #headerTxt02{
	width: 11.25%;
	position: absolute;
	top:160px;
	left: 30%;
}
#header #headerTxt03{
	width: 56.87%;
	position: absolute;
	top:40vw;
	right: 3%;
}
#header #headerBtn{
	width: 21.87%;
	position: absolute;
	top:0;
	right: 3%;	
}
#header #headerBird{
	width: 11.09%;
	position: absolute;
	top:41px;
	right: 9%;
}
#header #headerCat{
	position: absolute;
	bottom:13px;
	left: 10%;
	width:80%;
	height:40px;
}

#header #headerCat img{
	width:20%;
	position:absolute;
	top:0;
	left:0;
}
#header #headerCat .c2{
	opacity:0;
	left:180px;
}

/* nav */
#gNavi{
	border-bottom: 4px solid #01a9e4;
	background: url(images/sp_navi_phase04_bg.png);
	background-size: 100% auto;
}
#gNavi ul{
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: box;
	display: flex;
	justify-content: center;
}
#gNavi ul li{
}


/* #footer
---------------------------------------------------------------------------- */
#footer{
  background: #939393;
  padding: 20px 0;
}
#footer small{
  display: block;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
}


/* #pagetop
---------------------------------------------------------------------------- */
#pagetop{
	position: fixed;
	right: 4%;
	bottom: 50px;
	width: 20%;
	height: auto;
}


/* top
---------------------------------------------------------------------------- */
/* contentsArea */
#contentsArea{
	background: url(images/sp_contents_bg_btm.png) repeat-x left bottom, url(images/sp_contents_bg01.png) repeat-y;
	background-size: 16px auto,100% auto;
	padding: 0 4% 35px;
}
#contentsArea h2{
	position: relative;
}
#contentsArea h2 span{
	width: 25%;
	position: absolute;
	top:2px;
	right: 24%;
}
#contentsArea h2 span#kifukidashi img{
	position:absolute;
	top:0;
	width:100%;
}
#contentsArea h2 span#kifukidashi #myname2{
	opacity:0;
}
#contentsAreaInner{
	background: #ffffff;
	padding-bottom:20px;
	border-radius:0 0 16px 16px;
}
#contentsArea #phraseArea{
	position: relative;
	background: url(images/bg_bdr_.png) repeat-x left bottom/7px auto;
	width: 92%;
	margin: 0 auto 20px;
	padding: 0 0 20px;
}
#contentsArea #phraseArea h3{
	position: absolute;
	top: -10%;
	left: 0;
}
#contentsArea #phraseArea p.img{
	position: relative;	
}
#contentsArea #phraseArea .img{
	position: relative;
	margin-bottom: 10px;
	text-align: right;
	padding-top: calc(265 / 570 * 15%);
}
#contentsArea #phraseArea .img ul{
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: box;
	display: flex;
	position: absolute;
	top: 32%;
}

@media screen and (min-width: 415px) {
	#contentsArea #phraseArea .img ul{
		top: 40%;
	}
}

#contentsArea #phraseArea .img ul li{
	width: 42%;
}
#contentsArea #phraseArea .img ul li:first-child{ margin-right: 5px;}
#contentsArea #phraseArea p.txt{
	margin-top: 7px;
	text-align: center;
}
#contentsArea #phraseArea p.txt img{
	width: 50%;
}

#contentsArea #eenyArea{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 4% 0 7%;
}
#contentsArea #eenyAreaInner{
	background: url(images/sp_contents_eeny_bg.png) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 22px;
}
#contentsArea #eenyAreaInner h3{
	width: 92%;
	margin: 0 auto 8px;
}
#contentsArea #eenyAreaInner iframe,
#contentsArea #eenyAreaInner p{
	width: 91%;
	margin: 0 4%;
}
#contentsArea #eenyAreaInner iframe{ margin-bottom: 5px;}
#contentsArea #eenyArea > p:last-of-type img{
	display: block;
	width: 83.8%;
	margin: 10px auto 0 auto;
}


/* searchArea */
#searchArea{
	position:relative;
	padding-top: 25px;
}
#searchAreaInner{
	padding: 0 9.68% 24px;
	background: url(images/sp_search_bg_02.png) no-repeat left bottom,url(images/sp_search_bg_01.png) repeat-y;
	background-size: 100% auto;
}
#searchAreaInner .lookMainBox{/*520px*/
	position: relative;
	border:1px solid #fed60f;
	background: #fff9df;
	margin: -1px 0 10px;
	padding: 0 4% 10px;
	border-radius: 5px;
}
#searchAreaInner > div:last-child{
	margin-bottom: 0;
}
#searchAreaInner .lookMainBox a > img{
	position: relative;
	margin: -6px 0 9px;
	width: 100%;
}
#searchAreaInner .lookMainBox p{
	text-align: center;
}
#searchAreaInner .lookMainBox p img{
	width: 56%;
}
#searchAreaInner .notReady{
	display: none;
}


/* dogArea */
#dogArea{
	position: relative;
	margin: -5px auto 0;
		width:80%;
	z-index: 1000;
	height:50px;
}

#dogArea img{
	position:absolute;
	left:0;
	top:0;
	
	width:49px;
	height:50px;
}

/* quizArea */
#quizArea{
	padding: 0 0 1px;
	position: relative;
	margin-top: -5px;
	background: url(images/sp_guiz_bg.png);
}
#quizArea h2{
	text-align: center;
}
#quizArea .pcInner{
	position: relative;
	margin:50px auto 70px; 
}
#quizArea .pcInner:last-child{
	margin-bottom: 35px;
}

#quizArea h3{
	position: absolute;
	text-align: center;
	z-index: 1000;
	top:-10px;
	width:100%;
}
#quizArea h3 img{
	height: 50px;
}

/*#quizArea .bx-wrapper,*/
.slideaArea{
	position: relative;
	margin-top: -33px !important;
}
/*#quizArea .bx-viewport,*/
.slideaArea{
	/*position: relative;*/
	width: 90% !important;
	margin: 0 5%;
	padding-top: 30px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 4px rgba(185,226,231,0.3);
	-webkit-box-shadow: 0 0 4px rgba(185,226,231,0.3);
	-moz-box-shadow: 0 0 4px rgba(185,226,231,0.3);
	-o-box-shadow: 0 0 4px rgba(185,226,231,0.3);
}
#quizArea .slider > li{
	text-align:center;
}
#quizArea .slider > li img.spOnly{
	height:140px;
	margin:0 auto;
}


/* bx-controls */
.bx-wrapper{
	position: relative;
}
.bx-controls-direction .bx-prev{
	position: absolute;
	left: -13px;
	top: 50%;
	display: block;
	margin: -30px 0 0 0;
	width: 35px;
	height: 35px;
	background: url(images/sp_ic_prev.png) no-repeat left center;
	background-size: 100% auto;
	
	text-indent: -99999px;
}
.bx-controls-direction .bx-next{
	position: absolute;
	right: -13px;
	top: 50%;
	display: block;
	margin: -30px 0 0 0;
	width: 35px;
	height: 35px;
	background: url(images/sp_ic_next.png) no-repeat right center;
	background-size: 100% auto;
	text-indent: -99999px;
}



/* magazine Read
---------------------------------------------------------------------------- */
#magazineRead{
	background: #fffded;
	padding: 0 0 30px 0;
}
#magazineRead h2{
	margin-bottom: 20px;
	text-align: center;
}
#magazineRead ul{
	width: 92%;
	margin: 0 auto;
}
#magazineRead ul li{
	position: relative;
	margin-bottom: 10px;
}
#magazineRead ul li h3{
	position: relative;
	width: 40%;
	margin: 0 auto -6%;
	text-align: center;
	z-index: 1;
}
#magazineRead ul li div{
	position: relative;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #15b1e7), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #15b1e7),color-stop(.75, #15b1e7), color-stop(.75, transparent),to(transparent));
background: -moz-linear-gradient(-45deg, #15b1e7 25%, transparent 25%, transparent 50%, #15b1e7 50%, #15b1e7 75%, transparent 75%, transparent);
background: linear-gradient(-45deg, #15b1e7 25%, transparent 25%, transparent 50%, #15b1e7 50%, #15b1e7 75%, transparent 75%, transparent);
background-size: 5px 5px;
	padding: 9% 10% 15px 15%;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#magazineRead ul li:nth-of-type(2) div{
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #01a23f), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #01a23f),color-stop(.75, #01a23f), color-stop(.75, transparent),to(transparent));
background: -moz-linear-gradient(-45deg, #01a23f 25%, transparent 25%, transparent 50%, #01a23f 50%, #01a23f 75%, transparent 75%, transparent);
background: linear-gradient(-45deg, #01a23f 25%, transparent 25%, transparent 50%, #01a23f 50%, #01a23f 75%, transparent 75%, transparent);
background-size: 5px 5px;	
}
#magazineRead ul li:nth-of-type(3) div{
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #e8433a), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #e8433a),color-stop(.75, #e8433a), color-stop(.75, transparent),to(transparent));
background: -moz-linear-gradient(-45deg, #e8433a 25%, transparent 25%, transparent 50%, #e8433a 50%, #e8433a 75%, transparent 75%, transparent);
background: linear-gradient(-45deg, #e8433a 25%, transparent 25%, transparent 50%, #e8433a 50%, #e8433a 75%, transparent 75%, transparent);
background-size: 5px 5px;	
}
#magazineRead ul li:nth-of-type(4) div{
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f9c556), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f9c556),color-stop(.75, #f9c556), color-stop(.75, transparent),to(transparent));
background: -moz-linear-gradient(-45deg, #f9c556 25%, transparent 25%, transparent 50%, #f9c556 50%, #f9c556 75%, transparent 75%, transparent);
background: linear-gradient(-45deg, #f9c556 25%, transparent 25%, transparent 50%, #f9c556 50%, #f9c556 75%, transparent 75%, transparent);
background-size: 5px 5px;	
}
#magazineRead ul li:nth-of-type(5) div{
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #008cce), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #008cce),color-stop(.75, #008cce), color-stop(.75, transparent),to(transparent));
background: -moz-linear-gradient(-45deg, #008cce 25%, transparent 25%, transparent 50%, #008cce 50%, #008cce 75%, transparent 75%, transparent);
background: linear-gradient(-45deg, #008cce 25%, transparent 25%, transparent 50%, #008cce 50%, #008cce 75%, transparent 75%, transparent);
background-size: 5px 5px;	
}
#magazineRead ul li:nth-of-type(6) div{
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #E46A90), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #E46A90),color-stop(.75, #E46A90), color-stop(.75, transparent),to(transparent));
background: -moz-linear-gradient(-45deg, #E46A90 25%, transparent 25%, transparent 50%, #E46A90 50%, #E46A90 75%, transparent 75%, transparent);
background: linear-gradient(-45deg, #E46A90 25%, transparent 25%, transparent 50%, #E46A90 50%, #E46A90 75%, transparent 75%, transparent);
background-size: 5px 5px;	
}
#magazineRead ul li div::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background:#FFFFFF;	
	width: calc(100% - 18px);
	height:calc(100% - 18px);
	margin: auto;
}
#magazineRead ul li div > img{
	position: relative;
	width: 24%;
	max-width: 120px;
}
#magazineRead ul li div > p{
	position: relative;
	width: 65.5%;
}
#magazineRead ul li div a{
	position: relative;
	display: block;
	border-radius: 5px;
	background: #fdd300;
	width: 95%;
	padding: 7px 0;
	margin: 8px 0 0 0;
	text-align: center;
}
#magazineRead ul li div a img{
	width: 46%;
	max-width: 186px;
}

/*------------------------------------------------------------------------
             tablet
--------------------------------------------------------------------------*/
@media only screen and (min-width: 420px) and (max-width: 849px){

/* header
---------------------------------------------------------------------------- */


#header #headerLogo{
	width: 28%;
}
#header #headerTxt01{
	top:110px;
}
#header #headerTxt02{
	top:270px;
}
#header #headerTxt03{
	width: 56.87%;
	position: absolute;
	top:40vw;
	right: 3%;
}
#header #headerBtn{
	width: 21.87%;
	position: absolute;
	top:0;
	right: 3%;	
}
#header #headerBird{
	top:60px;
	right: 6%;
}
#header #headerCat{
	bottom:70px;
}


/* nav */

#gNavi ul{
width: 96%;
margin: 0 auto;
text-align:center;
}

#contentsArea h2 img,
#searchArea h2 img{
	width:100%;
}

#contentsArea #phraseArea .img ul li {
    width: 90%;

}

#contentsArea #phraseArea h3 {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;

}
#contentsArea #phraseArea .img {
    padding-top: 0;
    margin-top: -55px;

}
#contentsArea #phraseArea .img img{
	width:100%;
}
#contentsArea #eenyAreaInner h3 {
	text-align:center;
}

}
/*------------------------------------------------------------------------
              pc
--------------------------------------------------------------------------*/
@media only screen and (min-width: 850px){
.spOnly,
.iosOnly{
	display:none;
}
.pcOnly{
	display:block;
}
.wrap{
	width: 980px;
	margin: 0 auto;
}
.pcInner{
	width: 850px;
	margin: 0 auto;
}


/* pc #pagetop
---------------------------------------------------------------------------- */
#pagetop{
	right: 27px;
	bottom: 57px;
	
	width: 110px;
	
}

/* pc header
---------------------------------------------------------------------------- */
#header{
	background: url(images/pc_header_main_phase06_bg.png) no-repeat center top;
	background-size: cover;
}
#header .wrap{
	position: relative;
}
#header #headerLogo{
	position: absolute;
	top:0;
	left:-90px;
	}
#header #headerTxt01{
	width: auto;
	top:108px;
	left: 178px;
}
#header #headerTxt02{
	width: auto;
	top:236px;
	left: 370px;
}
#header #headerTxt03{
	width: auto;
	top:200px;
	left: 448px
}
#header #headerBtn{
	width: auto;
	top:0;
	right: 3%;	
}
#header #headerBird{
	width: auto;
	top:61px;
	right: 150px;	
}
#header #headerCat{
	bottom:16px;
	left: 117px;
	height:96px;
}

#header #headerCat img{
	width:102px;
}

#header #headerCat img.c2{
	left:180px;
}

/* pc top
---------------------------------------------------------------------------- */
/* pc nav */
#gNavi{
	background: url(images/pc_navi_phase06_bg.png) no-repeat center top;
	background-size: cover;
	border-bottom: 7px solid #01a9e4;
}
#gNavi ul{
	width: 850px;
	margin: 0 auto;
}
#gNavi ul li{
}

/* pc contentsArea */
#contentsArea{
	background: url(images/sp_contents_bg_btm.png) repeat-x left bottom, url(images/pc_contents_bg01.png) repeat-y;
	background-size: 24px auto,100% auto;
	padding-bottom: 78px;
}
#contentsArea h2{
	width: 848px;
	margin: 0 auto;
}
#contentsArea h2 span{
	width: 109px;
	top:2px;
	right: 170px;
}
#contentsAreaInner{
	display:-webkit-box;
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	position: relative;
	background: url(images/bg_bdr_pc.png) no-repeat 49.2% top #ffffff;
	width: 848px;
	margin: 0 auto;
	padding: 0 45px;
	border-radius: 0 0 10px 10px;
}
#contentsArea #phraseArea{
	background: none;
	width: 325px;
	margin: -13px 0 0;
	padding-bottom: 60px;
}
#contentsArea #phraseArea h3{
	position: static;
}
#contentsArea #phraseArea .img {
	padding: 0;
}
	
#contentsArea #phraseArea .txt,
#contentsArea #eenyArea .txt{
	position: absolute;
	bottom: 35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
		
#contentsArea #phraseArea p.img{
	position: relative;	
	text-align:right;
	padding-bottom:32px;
}
	
#contentsArea #phraseArea .img ul{
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: box;
	display: flex;
	position: absolute;
	top: 120px;
	left: 30px;
}
#contentsArea #phraseArea .img ul li{
	width: auto;
}
#contentsArea #phraseArea .img ul li:first-child{ margin-right: 0;}
	
#contentsArea #phraseArea p.img a.s1{
	top:58px;
	left: 0;
}
#contentsArea #phraseArea p.img a.s2{
	bottom:0px;
	right: 0;
}
#contentsArea #phraseArea p.img a img{
	width: auto;
}
#contentsArea #phraseArea p.txt{
	padding: 0;
}
#contentsArea #phraseArea p.txt img{
	width: 196px;
}
#contentsArea #eenyArea{
	position: relative;
	width: 340px;
	padding: 0;
	margin:0;
}
#contentsArea #eenyAreaInner{
	padding:0 0 18px;
	background: url(images/pc_contents_phase04_eeny_bg.png) no-repeat left bottom;
}
#contentsArea #eenyAreaInner h3{
	width: 312px;
	margin: 0 auto 6px auto;
}
#contentsArea #eenyAreaInner iframe{
	width: 300px;
	height: 115px;
	margin: 5px 20px 0;
}
#contentsArea #eenyAreaInner p{
	width: 312px;
	margin: 10px auto 0;
}
#contentsArea #eenyArea > p:last-of-type{
	padding: 0;
	text-align: center;
}
#contentsArea #eenyArea > p:last-of-type img{
	width: 318px;
}
	
	
/* pc searchArea */
#searchArea{
	padding-top: 50px;
}
#searchArea h2{
	width: 940px;
	margin: 0 auto;
}
#searchAreaInner{
	width: 940px;
	margin: 0 auto;
	padding: 0 75px 40px;
	background: url(images/pc_search_bg_02.png) no-repeat center bottom,url(images/pc_search_bg_01.png) repeat-y center top;
}
#searchAreaInner{
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: box;
	display: flex;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -15px;
}
#searchAreaInner .lookMainBox{
	border:2px solid #fed60f;
	width: 390px;
	margin: 15px 0 0;
	padding: 0 10px 10px 20px;
	border-radius: 7px;
}
#searchAreaInner .lookMainBox a > img{
	display: block;
	position: relative;
	margin: -12px 0 10px;
	width: auto;
}
#searchAreaInner .lookMainBox p{
	text-align: center;
}
	
#searchAreaInner .notReady{
	width: 390px;
	margin-top: 15px;
}
#searchAreaInner .notReady{
	display: block;
}
#searchAreaInner .notReady li{
	border:2px solid #cccccc;
	background: #f1f1f1;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: box;
	display: flex;
	-webkit-box-align: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	-webkit-align-items: center;/*--- safari（PC）用 ---*/
	align-items: center;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	width: 100%;
	padding: 20px 40px 15px 25px;
	text-align: center;
	border-radius: 7px;
}
#searchAreaInner .notReady li p{
	margin-top: 15px;
}
	

/* pc dogArea */
#dogArea{
	height:100px;
	width: 980px;
	margin: 0 auto;
}

#dogArea img{
	position: absolute;
	width:98px;
	height:100px;
}


/* quizArea */
#quizArea{}
#quizArea h3{
	top:-18px;
	width:850px;
}
#quizArea h3 img{
	height: 80px;
	margin:0 auto;
}

#quizArea .pcInner{
	margin:70px auto 100px; 
}
.slideaArea {

}
#quizArea .slider > li {
    padding: 0 90px;
}

#quizArea .slider > li img{
	cursor:pointer;
}

.bx-controls-direction .bx-prev{
	left: -13px;
	top: 50%;
	margin: -45px 0 0 0;
	width: 60px;
	height: 60px;
}
.bx-controls-direction .bx-next{
	right: -13px;
	top: 50%;
	margin: -45px 0 0 0;
	width: 60px;
	height: 60px;
}


/* magazine Read
---------------------------------------------------------------------------- */
#magazineRead{
	background: #fffded;
	padding: 0 0 30px 0;
}
#magazineRead h2{
	margin-bottom: 20px;
	text-align: center;
}
#magazineRead ul{
	max-width: 840px;
	margin: 0 auto;
}
#magazineRead ul li{
	position: relative;
	margin-bottom: 55px;
}
#magazineRead ul li h3{
	width: auto;
	margin: 0 auto -36px;
}
#magazineRead ul li div{
	padding: 34px 0 30px 40px;
	
	align-items: flex-end;
	justify-content:flex-start;
}
#magazineRead ul li div::before{
	width: calc(100% - 36px);
	height:calc(100% - 36px);
}
#magazineRead ul li div > img{
	width: 120px;
}
#magazineRead ul li div > p{
	width: auto;
	padding: 0 0 0 30px;
}
#magazineRead ul li div a{
	position: absolute;
	left: 190px;
	bottom: 30px;
	background: #fdd300;
	width: 260px;
	padding: 12px 0;
	margin: 0;
	text-align: center;
}
#magazineRead ul li div a img{
	width: 186px;
}
	
}