@charset "shift_jis";
/* CSS Document */

#article p{
	font-size: 16px;
}
/* ------------ firstview---------------- */

#article .articleTtl{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
#article .articleTab{
	margin: 5px 0 15px;
}
#article .articleTab.mgT{
	margin-top: 40px;
}
#article .articleTab li{
	display: inline-block;
	margin:0 5px 5px 0;
}
#article .articleTab li a{
	border: 1px solid #33b1d9;
	color: #33b1d9;
	border-radius: 3px;
	display: inline-block;
	padding: 5px 9px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}
#article .articleTab li a:hover{
	opacity: 0.8;
	text-decoration: none;
}
#article .articleImg{
	margin-bottom: 15px;
}
#article .articleImg img{
	width: 100%;
	height: auto;
	display: block;
}
#article .date{
	font-size: 14px;
}
#article .layout04{
 margin-bottom: 20px;
 overflow: hidden;
}
#article .layout04 li{
 width: 338px;
 margin: 30px 34px 0 0;
	float: left;
}
#article .layout04 li:nth-of-type(2n){
	margin-right: 0;
}
#article .layout04 li:nth-of-type(1),
#article .layout04 li:nth-of-type(2){
	margin-top: 0;
}
#article .layout04 .layout04Img img{
 display: block;
	width: 100%;
 height: auto;
}
#article .subQttl{
 font-size: 18px;
 font-weight: bold;
 color:#33b1d9;
 margin: 30px 0 5px;
 border-bottom:solid 1px #33b1d9; 
 padding-bottom:5px;
}
#article .subAttl{
 font-size:16px;
 font-weight: bold;
 padding-top:5px; 
}
@media screen and (max-width:767px) {
	#article p{
		font-size: 16px;
		line-height: 1.625;
	}
	#article .articleTtl{
		font-size: 20px;
		margin-top: 15px;
	}
	#article .articleTab{
		margin: 10px 0 10px;
	}
	#article .articleTab li a{
		font-size: 14px;
		padding: 5px 5px;
	}
#article .layout04{
 margin-bottom: 0;
}
#article .layout04 li{
 width: 100%;
 margin: 0 0 20px 0;
 float: none;
}
#article .layout04 li:nth-of-type(4){
	margin-bottom: 0;
}
}
/* ------------ index ---------------- */
#index{
	margin: 20px 0 0;
	border: 1px solid #b3b3b3;
	display: table;
	width: 100%;
}
#index .indexTtl{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	background-color: #f0f0f0;
	margin-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	width: 90px;
	border-right: 1px solid #b3b3b3;
}
#index ul{
	padding: 15px;
	display: table-cell;
	vertical-align: middle;
}
#index ul li{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#index ul li ul{
	padding: 5px 0 0 0;
	display: block;
}
#index ul li li{
	font-size: 14px;
	font-weight: normal;
	padding-left:30px;
	text-indent: -15px;
}
#index ul li:last-child{
	margin-bottom: 0;
}

@media screen and (max-width:767px) {
	#index{
		margin: 15px 0;
	}
	#index .indexTtl{
		font-size: 16px;
		margin-bottom: 0;
     width: 35px;
		line-height: 1.1;
	}
	#index dl{
		padding: 3%;
	}
	#index dl dt{
		font-size: 14px;
		margin-bottom: 3px;
	}
	#index dl dd{
		font-size: 14px;
		padding-left:20px;
		text-indent: -11px;
		margin-bottom: 3px;
	}
}

/* ------------ article contents ---------------- */

#article .imgBox {
	margin:15px auto; 
	width:80%;
}
#article .imgBox img {
	display: block;
	width:100%;
	height: auto;
}
#article p.mgT,
#article p + p {
	margin-top: 15px;
}
#article .list {
	margin: 15px 0;
	font-size: 16px;
}
#article .list.mt0 {
	margin-top: 0;
}

@media screen and (max-width:767px) {
	#article .imgBox {
		margin:10px auto; 
		width:100%
	}
	#article .list {
		margin: 15px 0;
		font-size: 16px;
	}
	#article p.mgT,
	#article p + p {
		margin-top: 20px;
	}
}

/* ------------ qaArea ---------------- */
.qaWrap span{
	font-size: 22px;
	color: #fff;
	width: 42px;
	line-height: 42px;
	border-radius: 4px;
	margin-right: 15px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	text-indent: 0;
	float: left;
}
.qaWrap p{
	float: left;
	width: calc(100% - 60px);
}
.qaWrap .question span{
	background-color: #33b1d9;
}
.qaWrap .answer span{
	background-color: #ffc73f;
}
.qaWrap .question{
	overflow: hidden;
	font-size: 16px;
	margin-top: 60px;
}
.qaWrap .question:first-child{
	margin-top: 0;
}
.qaWrap .answer{
	overflow: hidden;
	font-size: 16px;
	border: 1px solid #ffc73f;
	padding: 20px;
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.qaWrap span{
		font-size: 18px;
		color: #fff;
		width: 30px;
		line-height: 30px;
		margin-right: 10px;
	}
	.qaWrap p{
		float: left;
		width: calc(100% - 50px);
	}
	.qaWrap .question{
		font-size: 14px;
		margin-top: 35px;
	}
	.qaWrap .question:first-child{
		margin-top: 0;
	}
	.qaWrap .answer{
		font-size: 14px;
		padding: 10px;
		margin-top: 10px;
	}
}
/* ------------ cvArea ---------------- */
#cvArea{
	border: 1px solid #d0e9f0;
	background-color: #d0e9f0;
	padding: 30px 30px 40px;
	margin: 40px 0 0;
	text-align: center;
}
#cvArea .copy{
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.3;
}
#cvArea .cvTtl{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}
#cvArea ul{
	width: 500px;
	margin: 20px auto 0;
	overflow: hidden;
}
#cvArea ul li{
	width: 240px;
	float: left;
}
#cvArea ul li:last-child{
	float: right;
}
#cvArea ul li a{
	display: block;
	background-color: #f7f7f7;
	font-size: 16px;
	padding: 15px 10px;
	color: #000;
}
#cvArea ul li a:hover{
	opacity: 0.6;
	text-decoration: none;
}
#cvArea ul li a span{
	font-weight: bold;
	display: block;
	font-size: 18px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-position: top 40px center;
}
#cvArea ul li:first-child a span{
	background-image: url(/evetan/images/common/icon_mail.png);
}
#cvArea ul li:last-child a span{
	background-image: url(/evetan/images/common/icon_store.png);
}

@media screen and (max-width:767px) {
	#cvArea{
		padding: 20px 3%;
		margin: 30px -3%;
		border-left: 0;
		border-right: 0;
	}
	#cvArea .cvTtl{
		font-size: 22px;
	}
	#cvArea ul{
		width: 100%;
	}
	#cvArea ul li{
		width: 49%;
		float: left;
	}
	#cvArea ul li:last-child{
		float: right;
	}
	#cvArea ul li a{
		display: block;
		background-color: #f7f7f7;
		font-size: 12px;
		line-height: 1.2;
		padding: 15px 5px;
		color: #000;
	}
	#cvArea ul li a span{
		font-weight: bold;
		display: block;
		font-size: 16px;
		padding-bottom: 50px;
		background-repeat: no-repeat;
		background-position: top 25px center;
		background-size: 40px;
	}
}

/* ------------ share ---------------- */
#evetanMain .share{
	width: 100%;
	margin: 30px auto;
	border: 0;
	padding: 0;
}
#evetanMain .share ul li:last-child{
	margin-right: 0;
}
#evetanMain .share ul li a{
	width:147px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
}
#evetanMain .share ul li:first-child a{
	background-image: url(/evetan/images/common/btn_share_fb.gif);
}
#evetanMain .share ul li:nth-child(2) a{
	background-image: url(/evetan/images/common/btn_share_x.gif);
}
@media screen and (max-width:767px) {
	#evetanMain .share{
		margin: 10px auto 0;
	}
	#evetanMain .share ul li a{
		width:120px;
	}
}

/* ------------ insertLinkArea--------------- */
.insertLinkArea,
.insertLinkArea + p{
	margin-top: 15px;
}
.linkArrow{
	padding-left: 14px;
  background: url(/evetan/images/common/icon_exclamation.png) no-repeat left top 3px;
	background-size: 6px auto;
	font-size: 16px;
	display: inline-block;
}
.insertLinkBox{
	margin-top: 15px;
}
.insertLinkBox .insertLinkArea{
	margin-top: 0;
}
@media screen and (max-width:767px) {
.linkArrow{
	font-size: 14px;
}
	
}
/* ------------ ibeSwitchBanner ---------------- */
.ibeSwitchBanner.pageBtm .bannerLink.active:first-child,
.ibeSwitchBanner.pageBtm .bannerLink + .bannerLink.active{
	margin-top: 80px;
}
.ibeSwitchBanner.pageBtm .bannerLink.active + .bannerLink.active{
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.ibeSwitchBanner.pageBtm .bannerLink.active:first-child,
	.ibeSwitchBanner.pageBtm .bannerLink + .bannerLink.active{
		margin-top: 10px;
	}
	.ibeSwitchBanner.pageBtm .bannerLink.active + .bannerLink.active{
		margin-top: 15px;
	}
}
/* ------------ relatedLinks--------------- */
.relatedArea .relatedTtl{
	font-size: 20px;
	font-weight: bold;
}
#popularLink .relatedTtl,
#relatedLink .relatedTtl{
	margin: 40px 0 10px;
	padding: 8px 10px 8px 35px;
	background: #f0f0f0 url(/evetan/images/common/icon_exclamation.png) no-repeat left 16px top 11px;
	background-size: 8px auto;
}
#productLink .relatedTtl{
	margin: 40px 0 15px;
	padding-bottom: 5px;
	border-bottom: 3px solid #ffc73f;
}
#productLink .relatedTtl{
	margin-top: 80px;
}
#evetanMain .relatedArea .imgBox{
	width: 100%;
	margin-top: 0;
}
#evetanMain .relatedArea .articleBox.subArticle{
	margin-bottom: 0;
}
#evetanMain .relatedArea .articleBox.subArticle:nth-child(3n+1) {
  margin-right: 15px;
}
#evetanMain .relatedArea .articleBox.subArticle:nth-child(3n) {
  margin-right: 0;
}
#evetanMain .relatedArea .articleTtl{
	font-size: 16px;
	margin-bottom: 0;
	font-weight: normal;
}
#productLink .productList{
	font-size: 0;
}
#productLink .featureBlock{
	display: inline-block;
	width: 345px;
	margin: 15px 15px 0 0;
	border: 1px solid #ccc;
	background-color: #fff;
}
#productLink .featureBlock a{
	display: block;
	position: relative;
	padding: 10px;
	line-height: 1.5;
	color: #333;
}
#productLink .featureBlock a:hover {
  background-color: #ffcc00;
}
#productLink .featureBlock:nth-child(-n+2){
	margin-top: 0;
}
#productLink .featureBlock:nth-child(2n){
	margin-right: 0;
}
#productLink .featureBlock dt,
#productLink .featureBlock dd{
	float: left;
}
#productLink .featureBlock dt {
	width: 90px;
	height: 60px;
	margin-right: 10px;
}
#productLink .featureBlock dt img {
	width: 100%;
	height: auto;
	display: block;
}
#productLink .featureBlock dd p{
	font-size: 13px;
	margin-top: 0;
}

@media screen and (max-width:767px) {
	.relatedArea .relatedTtl{
		font-size: 18px;
		font-weight: bold;
		margin: 30px 0 10px;
	}
	#productLink .relatedTtl{
		margin-top: 40px;
	}
	#evetanMain .relatedArea .articleBox.subArticle,
	#evetanMain .relatedArea .articleBox.subArticle:nth-child(3n),
	#evetanMain .relatedArea .articleBox.subArticle:nth-child(3n+1){
		margin-right: 2%;
		margin-top: 15px;
	}
	#evetanMain .relatedArea .articleBox.subArticle:nth-child(-n+2) {
		margin-top: 0;
	}
	#evetanMain .relatedArea .articleBox.subArticle:nth-child(2n) {
		margin-right: 0;
	}
	#evetanMain .relatedArea .imgBox img{
		display: inline;
	}
	#evetanMain .relatedArea .articleTtl{
		margin-top: 0;
    font-size: 14px;
    line-height: 1.3;
	}
	#productLink .featureBlock{
		display: block;
		width: 100%;
		margin:0;
		border: 0;
    border-top: 1px solid #ccc;
	}
	#productLink .featureBlock:last-child{
    border-bottom: 1px solid #ccc;
	}
	#productLink .featureBlock a{
    padding: 3% 4%;
	}
	#productLink .featureBlock dl{
		display: table;
    background: url(/common/images/top/sp_icon_arrow_blu.png) no-repeat right center;
    background-size: 8px;
	}
	#productLink .featureBlock dt,
	#productLink .featureBlock dd{
		float: none;
		display: table-cell;
		vertical-align: middle;
	}
	#productLink .featureBlock dt {
		width: 25%;
		height: auto;
		padding-right: 10px;
	}
	#productLink .featureBlock dd p{
		font-size: 14px;
	}
	#productLink .featureBlock dd .ttl {
    font-weight: bold;
	}
	#productLink .featureBlock dd .txt {
		margin-bottom: 15px;
	}
}

/*articleTable01*/
.articleTable01{
	font-size: 16px;
	width: 710px;
	border: 1px solid #b3b3b3;
	box-sizing: border-box;
}
.articleTable01 th, .articleTable01 td{
	border: 1px solid #b3b3b3;
	border-collapse: collapse;
	text-align: left;
	padding: 12px 14px;
	box-sizing: border-box;
}
.articleTable01 th{
	background-color: #f5fcff;
	width: 200px;
}
.articleTable01 td{
	width: 510px;
}
@media screen and (max-width:767px) {
.articleTable01{
	width: 100%;
}
.articleTable01 th, .articleTable01 td{
	padding: 3%;
}
.articleTable01 th{
	width: 40%;
}
.articleTable01 td{
	width: 60%;
}
}

/* ------------ quizArea ---------------- */
.quizTtl {
	margin: 60px 0 30px;
	padding-bottom: 5px;
	border-bottom: 3px solid #ffc73f;
	font-size: 20px;
	font-weight: bold;
}
.quizBlock a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.quizImg, .quizText {
	width: 50%;
}
.quizImg img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
	text-align: center;
}
.quizText p {
	margin-top: 40px;
	line-height: 2;
	font-weight: bold;
	font-size: 18px !important;
	color: #333333;
}
.quizAnswer {
	margin-top: 40px !important;
	font-size: 18px;
	font-weight: normal !important;
	color: #124aae !important;
}
/* hover */
.quizBlock a:hover {
	text-decoration: none;
}
.quizBlock a:hover .quizAnswer {
	text-decoration: underline;
}

@media screen and (max-width:767px) {
	.quizTtl {
		font-size: 18px;
	}
	.quizBlock a {
		flex-flow: column wrap;
		justify-content: flex-start;
		padding-bottom: 40px;
	}
	.quizImg, .quizText {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.quizImg img {
		width: 70%;	
	}
	.quizText p {
		margin-top: 20px !important;
		font-size: 20px !important;
		font-weight: bold;
	}
	.quizAnswer {
		margin-top: 20px !important;
		text-align: center;
		font-weight: bold !important;
	}
}
