@charset "utf-8";
/* CSS Document */

/*==========================================
 contents
===========================================*/

p.qr {
	font-size: 14px; font-size: 1.4rem;
	text-align: left;
	width: 100%;
	height: auto;
	border-radius: 4px;
	background-image: 
		url(../img/ico_link_o.png),
		linear-gradient(
		-45deg,
		#ff7e00 25%,
		#ff8d1e 25%, #ff8d1e 50%,
		#ff7e00 50%, #ff7e00 75%,
		#ff8d1e 75%, #ff8d1e
		);
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: auto, 8px 8px;
	background-repeat: no-repeat, repeat;
	background-position: center right, center;
	opacity: 1.0;
	-moz-transition: opacity ease-in-out 0.5s;
	-webkit-transition: opacity ease-in-out 0.5s;
	transition: opacity ease-in-out 0.5s;
}

p.qr a:hover {
	opacity: 0.8;
	text-decoration: none;
}

p.qr img {
	margin: 5px;
	vertical-align: middle;
}

p.qr a {
	color: #FFF;
	display: block;
	cursor: pointer;
}

h2.ttl {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

h2.ttl::before,
h2.ttl::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
}

h2.ttl::before {
	z-index: 2;
	width: 15%;
	background-color: #0080cc;
}
h2.ttl::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #c9f0fd, #c9f0fd 2px, #aaa 2px, #93e0fb 4px);
	background: repeating-linear-gradient(45deg, #c9f0fd, #c9f0fd 2px, #93e0fb 2px, #93e0fb 4px);
}

h2.ttl span.md25 {
	position: absolute;
	top: -30px;
	right: 0;
}

@media screen and (max-width: 767px) { /* 767px以下の場合 */
	h2.ttl span.md25 {
		position: absolute;
		top: -25px;
		right: -25px;
	}
	h2.ttl span.md25 img {
		width: 70%;
	}
}

p.ssMain {
	position: relative;
}

p.ssMain02 {
	position: relative;
	background: #FFF;
	padding: 10px;
}

p.bdr {
	border: #666 solid 1px;
}

p.bdr2 {
	border: #666 solid 10px;
}

@media screen and (max-width: 767px) { /* 767px以下の場合 */
	p.bdr2 {
		border: #666 solid 5px;
	}
}

p.ttl {
	line-height: 140%;
	font-weight: bold;
	background: #6CA2D4;
	border-radius: 5px;
	padding: 1px 5px;
}

p.cap {
	margin-top: -10px;
	text-align: center;
	font-size: 12px; font-size: 1.2rem;
	line-height: 140%;
}

p.cap02 {
	font-size: 14px; font-size: 1.4rem;
	line-height: 140%;
}

dl.smry dt {
	float: left;
	clear: left;
	background: url(../img/ico_squ.png) no-repeat left center;
	padding-left: 20px;
	width: 30%;
	margin-bottom: 15px;
}

dl.smry dd {
	width: 100%;
	padding-left: 30%;
	border-bottom: dotted 1px #666;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) { /* 767px以下の場合 */

	dl.smry {
		font-size: 1.4rem;
	}
	
	dl.smry dt {
		width: 40%;
	}
	
	dl.smry dd {
		padding-left: 40%;
	}

	div.spBtn {
		margin-bottom: 30px;
	}

}

.atnBox {
	background: #ffe1e1;
	padding: 20px;
	margin-top: 20px;
	line-height: 160%;
}

.atnBox h3 {
	color: #D40D11;
	font-size: 18px; font-size: 1.8rem;
	margin: 0 0 10px 0;
}

.atnBox ul {
	margin-bottom: 0;
	font-size: 13px; font-size: 1.3rem;
}

@media screen and (max-width: 767px) { /* 767px以下の場合 */
	.atnBox {
		padding: 10px;
		line-height: 140%;
	}
}


.cdBox {
	background: #CCC;
	padding-top: 10px;
	margin-bottom: 30px;
}

.cdBox p.copy {
	font-size: 16px; font-size: 1.6rem;
	color: #b43434;
}

.cdBox h3 {
	background: #333;
	color: #FFF;
	font-size: 16px; font-size: 1.6rem;
	padding: 5px;
	margin: 0 0 10px 0;
}

.cdBox p {
	font-size: 13px; font-size: 1.3rem;
	line-height: 140%;
}


.Ss {
	margin-bottom: 30px;
}

.Ss p {
	margin-bottom: 10px;
}

.ex h3 {
	font-size: 18px; font-size: 1.8rem;
	position: relative;
	padding: 10px 10px 10px 25px;
	background: #93e0fb;
	margin: 0 0 20px 0;
}

.ex h3::after {
	position: absolute;
	top: 10px;
	left: 10px;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #0080cc;
	border-radius: 4px;
}

@media screen and (max-width: 767px) { /* 767px以下の場合 */
	.ex h3 {
		padding: 6px 5px 6px 15px;
	}
	.ex h3::after {
		top: 5px;
		left: 5px;
		content: '';
		width: 4px;
		height: -webkit-calc(100% - 0.6em);
		height: calc(100% - 0.6em);
		border-radius: 2px;
	}
}

p.grdBg {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #daeef5), color-stop(0.00, #FFF));
	background: -webkit-linear-gradient(#FFF, #daeef5);
	background: -moz-linear-gradient(#FFF, #daeef5);
	background: -o-linear-gradient(#FFF, #daeef5);
	background: -ms-linear-gradient(#FFF, #daeef5);
	background: linear-gradient(#FFF, #daeef5);
}

p.grdBg img {
	padding: 10px 20px;
}

@media screen and (max-width: 991px) { /* 991px以下の場合 */
	p.grdBg img {
		padding: 0;
	}
}

.ex h4 {
	color: #0080cc;
	font-weight: bold;
	border-bottom: double 3px #333;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.ex h5 {
	background: url(../img/ico_arw02.png) no-repeat left top;
	font-size: 16px; font-size: 1.6rem;
	padding-left: 20px;
	font-weight: bold;
	margin-top: 20px;
}

.ex h6 {
	font-size: 16px; font-size: 1.6rem;
	margin: 15px 0 10px 0;
}

.ex .row h5:first-child {
	margin-top: 10px;
}

.pkgBox01 {
	background: #e6e6e6;
	border: solid 1px #666;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.pkgBox01 h3 {
	position: relative;
	padding: 10px 0 5px 30px;
	border-bottom: 2px solid #666;
	margin-top: 0;
}

.pkgBox01 h3::after {
	position: absolute;
	top: 12px;
	left: 5px;
	z-index: 2;
	content: '';
	width: 18px;
	height: 18px;
	border: 5px solid #c5181f;
	border-radius: 100%
}

.pkgBox01 p.cap,.pkgBox02 p.cap {
	font-size: 16px; font-size: 1.6rem;
	line-height: 140%;
	margin-top: -5px;
	margin-bottom: 5px;
}

.pkgBox01 div.heightLineParent > div {
	height: auto;
}

.pkgBox01 p.over,.pkgBox01 p.over03 {
	position: relative;
}

.pkgBox01 p.over span.new,.pkgBox01 p.over03 span.new {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../archives2/img/new_off.png) no-repeat;
	width: 70px;
	height: 70px;
}

.pkgBox01 p.over span.new img,.pkgBox01 p.over03 span.new img {
	-webkit-animation:blink .5s ease-in-out infinite alternate;
    -moz-animation:blink .5s ease-in-out infinite alternate;
    animation:blink .5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

@media screen and (max-width: 767px) { /* 767px以下の場合 */
	.pkgBox01 p.over span.new,.pkgBox01 p.over03 span.new {
		width: 50px;
		height: 50px;
		background-size: cover;
	}
	.pkgBox01 p.over span.new img,.pkgBox01 p.over03 span.new img {
		width: 50px;
		height: 50px;
	}
}

.pkgBox02 {
	background: #cfe0f0;
	border: solid 1px #2c7bc0;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.pkgBox02 h3 {
	position: relative;
	padding: 10px 0 5px 30px;
	border-bottom: 2px solid #666;
	margin-top: 0;
}

.pkgBox02 h3::after {
	position: absolute;
	top: 12px;
	left: 5px;
	z-index: 2;
	content: '';
	width: 18px;
	height: 18px;
	border: 5px solid #2c7bc0;
	border-radius: 100%
}

.pkgBox02 p span.blue {
	color: #115a9a;
	font-weight: bold;
	font-size: 18px; font-size: 1.8rem;
}

.pkgBox02 hr {
	border-top: dotted 2px #FFF;
	margin-top: 2px;
}

.pkgBox02 h4 {
	color: #FFF;
	background: #3d71a7;
	padding: 5px 10px;
}

.pkgBox02 h4 span {
	color: #FBF20A;
}

.pkgBox02 h5 {
	font-size: 16px; font-size: 1.6rem;
	border-bottom: solid 1px #3d71a7;
	text-align: center;
}

.pkgBox03 {
	background: #ffe92f;
	border: solid 1px #595000;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.pkgBox03 h3 {
	position: relative;
	padding: 10px 0 5px 30px;
	border-bottom: 2px solid #666;
	margin-top: 0;
}

.pkgBox03 h3::after {
	position: absolute;
	top: 12px;
	left: 5px;
	z-index: 2;
	content: '';
	width: 18px;
	height: 18px;
	border: 5px solid #c5181f;
	border-radius: 100%
}

.pkgBox03 .box {
	background: #fef5ac;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.pkgBox03 dl {
	margin-bottom: 0;
}

.pkgBox03 dt {
	float: left;
	clear: left;
	width: 30%;
}

.pkgBox03 p.spCopy {
	line-height: 120%;
}

.spBox {
	position: relative;
	border: solid 3px #c20000;
	padding: 40px 20px 10px 20px;
	margin: 60px 0 0 0;
	border-radius: 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #feebeb), color-stop(0.00, #FFF));
	background: -webkit-linear-gradient(#FFF, #feebeb);
	background: -moz-linear-gradient(#FFF, #feebeb);
	background: -o-linear-gradient(#FFF, #feebeb);
	background: -ms-linear-gradient(#FFF, #feebeb);
	background: linear-gradient(#FFF, #feebeb);

}

.spBox h3 {
	position: absolute;
	top: -30px;
	left: 10px;
	margin: 0;
}

.spBox h4 {
	font-weight: bold;
	border-bottom: solid 2px #c20000;
	color: #c20000;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 22px; font-size: 2.2rem;
}

.spBox p.img {
	border: solid 1px #c20000;
}

.spBox p.grdBgSp {
	background: #FBCCCD;
	padding: 10px;
}

.spBox h5 {
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
	color: #c20000;
	background: url(../img/ico_spstar.png) no-repeat left top;
	padding-left: 20px;
}

.spBox h6 {
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #333;
}

.spBox h6 span {
	font-weight: normal;
}

@media screen and (max-width: 767px) { /* 767px以下の場合 */
	.spBox {
		padding: 30px 10px 5px 10px;
	}
	.spBox h3 {
		width: 80%;
	}
	
	.spBox p.grdBgSp {
		background: none;
		padding: 0;
	}
	.spBox h5 {
		background: url(../img/ico_spstar_s.png) no-repeat left top;
		padding-left: 15px;
	}
}

.originalBox {
	position: relative;
	background: #93e0fb url(../img/bg_ori.gif) repeat-x bottom;
	padding: 10px 0;
	margin-top: 50px;
	margin-bottom: 50px;
}

.originalBox h3 {
	position: absolute;
	top: 0;
	right: 20px;
	margin: 0;
}

.originalBox p.bdr {
	border: solid 1px #0080cc;
	margin: 0;
}

.originalBox dl {
	margin-top: 40px;
}

.originalBox dt {
	float: left;
	clear: left;
	width: 40%;
	margin-bottom: 10px;
}

.originalBox dd {
	border-bottom: solid 1px #0080cc;
	margin-bottom: 10px;
}

.originalBox p {
	font-size: 14px; font-size: 1.4rem;
}

.originalBox p.txt {
	background: #FFF;
	padding: 5px 10px;
	border-radius: 5px;
	line-height: 160%;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) { /* 767px以下の場合 */
	.originalBox {
		padding-top: 40px;
		margin: 50px 10px 50px 10px;
	}
	
	.originalBox dl {
		margin-top: 20px;
	}

}


.bdrBox {
	border: #666 solid 2px;
	margin-bottom: 30px;
	padding: 10px 10px 0 10px;
}

.bdrBox h3.txt {
	border-bottom: solid 2px #17b9ee;
	font-size: 20px; font-size: 2.0rem;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.bdrBox h3.txt span {
	font-size: 16px; font-size: 1.6rem;
}

.bdrBox .bdr {
	border: solid 1px #17b9ee;
}

.bdrBox .bg {
	padding: 10px;
	background: #9eddf1;
}

.bdrBox h4 {
	background: #9eddf1;
	border-radius: 5px;
	border-left: 10px solid #17b9ee;
	padding: 5px;
	margin-top: 0;
}

.bdrBox h5 {
	background: none;
	padding-left: 0;
	padding-bottom: 5px;
	border-bottom:  solid 1px #17b9ee;
}

@media screen and (max-width: 767px) { /* 767px以下の場合 */
	.bdrBox h3 {
		margin: 0 0 10px 0;
	}
	.bdrBox h3.txt {
		margin: 0 0 10px 0;
		padding-bottom: 5px;
	}
	.bdrBox .bg {
		padding: 0;
		background: onne;
	}
}


@media screen and (max-width: 767px) { /* 767px以下の場合 フォントサイズ調整 */
	h2.ttl {
		font-size: 1.8rem;
	}
	
	dl.smry {
		font-size: 1.4rem;
	}
	
	h3,.ex h3,.bdrBox h3.txt {
		font-size: 1.6rem;
		line-height: 160%;
	}
	
	h4,.spBox h4,.bdrBox h4,.pkgBox02 p span.blue {
		font-size: 1.4rem;
	}
	
	h5,.ex h5,.spBox h5,.ex h6,.bdrBox h3.txt span,.pkgBox02 h5,.spBox h6,.spBox h6 {
		font-size: 1.3rem;
	}
	p,.spBox,p.qr,.originalBox p.txt,.originalBox dl,.originalBox p,.pkgBox01 p.cap,.pkgBox02 p.cap,ul.basic,.pkgBox03 dl,.media p.date,p.ttl {
		font-size: 1.3rem;
		line-height: 160%;
	}
}


/************ メディアインタビューまとめ ************/

.media h3 {
	border-bottom: 3px solid #93e0fb;
	position: relative;
}

.media h3 span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}

p.btnFami a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../interview/img/btn_fami_on.png) no-repeat 0 0;
	background-size: contain;
}

p.btnWatch a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../interview/img/btn_watch_on.png) no-repeat 0 0;
	background-size: contain;
}

.media p.date {
	background: #0080cc;
	border-radius: 1px;
	padding: 0 10px;
	display: inline;
	color: #FFF;
	font-size: 14px; font-size: 1.4rem;
	margin-bottom: 0;
	margin-right: 5px;
	float: left;
}

.media p.com {
	font-size: 14px; font-size: 1.4rem;
	margin-bottom: 0;
}

.media p.link {
	clear: left;
	background: url(../img/ico_link_w.png) no-repeat left 4px;
	padding-left: 20px;
	margin-bottom: 2px;
}

.media p.link span {
	color: #F8272B;
}

.media p.read {
	font-size: 14px; font-size: 1.4rem;
}

@media screen and (max-width: 767px) { /* 767px以下の場合 */
	.media p.link {
		background: url(../img/ico_link_w.png) no-repeat left 2px;
	}
}

.media .bdrB {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: dotted 2px #666;
}