@charset "utf-8";

/* リセット
================================================ */
* {
	margin:0;   
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

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

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

html {
	-ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
	font-size:62.5%;
}

ol, ul {list-style:none;}

input, textarea {
	margin:0;
	padding:0;
}

blockquote, q {quotes:none;}

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

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

img {
  max-width:100%;
  height:auto;
  outline:none;
  vertical-align: bottom;
}

a {outline:none;}


/* 基本
================================================ */
body {
	text-align:left;
	font-size:19px;
	/*font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
	color:#000;
	line-height:2.1;
}

a:link,
a:visited {
	text-decoration:underline;
	color:#333;
}
a:hover,
a:active {text-decoration:none;}

a img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}



/* CLEARFIX
------------------------------------------------ */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}




/* ページ要素
================================================ */
.wrap {
	position: relative;
	width: 96%;
	margin: 0 auto;
}
.wrap.s {max-width: 900px;}
.wrap.m {max-width: 980px;}
.wrap.l {max-width: 1200px;}

@media screen and (max-width:767px) {
	.pc-only {display: none!Important;}
}
@media screen and (min-width:768px) {
	.sp-only {display: none!Important;}
}



/* SEC1
------------------------------------- */
.tex-center {text-align: center;}
.blink {
	animation-name: flash;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
}
@keyframes flash {
	50%{opacity: 0;}
}

.sec01 {padding-top: 16px;}

@media screen and (max-width:767px) {
	.sec01-txt img {margin: 24px 0;}
}

@media screen and (min-width:768px) {
	.sec01-txt img {margin: 24px 0 40px;}
}




/* SEC2
------------------------------------- */
.btn-line {
	padding-top: 160px !important;
	background: url(../images/share/bg-ar-yel.png) no-repeat center top;
}

.byon {
	visibility: visible;
	animation-iteration-count: 1000;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
	50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.9);
  }
}

.youtube-item {
	position: relative;
/*
	width: 80%;
*/
	padding-top: 56.25%;
	/* margin: 56px auto 32px; */
}
.youtube-item iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.btn-dl {text-align: center;}
.btn-dl a {display: block;}

.sec02 {
	text-align: center;
	background-image: url(../images/share/bg-note-hd.png) , url(../images/share/bg-note-btm.png) , url(../images/share/bg-note-md.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	background-size: contain;
}
@media screen and (max-width:639px) {
	.sec02 {padding: 64px 0;}
	
	.btn-dl a img {
		width: 240px;
		height: auto;
	}
}
@media screen and (min-width:640px) and (max-width:767px) {
	.sec02 {padding: 88px 0 64px;}
	
	.btn-dl a img {
		width: 300px;
		height: auto;
	}
}
@media screen and (max-width:767px) {
	.sec02 {margin-top: 48px;}
	.sec02 .sec02-inn {
		width: 80%;
		margin: 0 auto;
	}
	.sec02 .sec02-inn img {margin-bottom: 32px;}
	.btn-line {
		padding-top: 80px !important;
		background-size: 152px 50px;;
	}
	.byon {
		width: 70%;
		margin: 0 auto;
	}
	.sec02 .youtube {margin: 80px 32px 0;}
	
	.btn-dl {margin-top: 32px;}
}
@media screen and (min-width:768px) {
	.sec02 {
		margin-top: 96px;
		padding-top: 160px;
		padding-bottom: 120px;
	}
	.sec02 .sec02-inn {padding: 0 40px;}
	.sec02 .sec02-inn img {margin-bottom: 96px;}
	.sec02 .youtube {margin: 120px 64px 0;}
	.btn-dl {margin-top: 40px;}
}





/* footer関連
------------------------------------- */
.remarks {
	background: #c8dfec url(../images/share/bg-ft.jpg) no-repeat center bottom;
	background-size: cover;
	font-weight: bold;
	text-align: center;
}

.remarks h2 {margin-bottom: 1em;}
.remarks p {line-height: 1.8em;}

.footer {
	padding: 1.5em 0;
	background: #0d3780;
	font-size: 14px;
	font-size: 1.4rem;
	color: #FFF;
	text-align: center;
}

@media screen and (max-width:767px) {
	.remarks {padding: 64px 0;}
	.remarks h2 {
		font-size: 20px;
		font-size: 2rem;
	}
	.remarks p {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.footer {
		font-size: 11px;
		font-size: 1.1rem;
	}
}
@media screen and (min-width:768px) {
	.remarks {padding: 120px 0;}
	.remarks h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}
	.remarks p {
		font-size: 24px;
		font-size: 2.4rem;
	}
}



/* コメント
------------------------------------- */
#total_comments_num
{
	position: relative;
	font-weight: bold;
	margin:50px auto -10px;
	background:
	#f4f4f4;
	font-size: 2.5rem;
	line-height: 1.5;
	padding: .7em 1em;
	margin-bottom: 1em;
	border-top: .01em solid
	#0075a9;
	border-bottom: .15em solid
	#0075a9;
}
#total_comments_num:before
{
	content: "";
	position: absolute;
	bottom: -1.65em;
	left: 50%;
	margin-left: -.95em;
	border: .85em solid
	transparent;
	border-top: .85em solid
	#f4f4f4;
	z-index: 2;
}
#total_comments_num:after
{
	content: "";
	position: absolute;
	bottom: -2em;
	left: 50%;
	margin-left: -1.1em;
	border: 1em solid
	transparent;
	border-top: 1em solid
	#0075a9;
	z-index: 1;
}

.comment-wrap {background: #f2f2f2;overflow:hidden;}
.comment-wrap h2 {
	margin-bottom: 1em;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #0075a9;
	text-align: center;
}

.commets-list {margin-top: 56px;}
.commets-list li {
	margin-bottom: 24px;
	padding: 32px;
	background: #FFF;
}
.comment-haed {margin-bottom: 16px;}
.comment-name .fn {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #0075a9;
}
.comment-name .says {
	font-size: 13px;
	font-size: 1.3rem;
	color: #666;
}
.comment-date-edit {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #666;
	display:none;
}
.commets-list .reply {
	font-size: 13px;
	font-size: 1.3rem;
	text-align: right;
}
a.comment-reply-link {
	text-decoration: none;
	display: inline-block;
	padding: 2px 8px;
	border: 1px solid #0075a9;
	border-radius: 2px;
	color: #0075a9;
}
.comment-reply-title {
	margin-bottom: 16px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #222;
}
.comment-notes {
	font-size: 12px;
	font-size: 1.2rem;
	color: #999;
}

#commentform > p {margin-bottom: 16px;}
#commentform input[type="text"],
#commentform input[type="email"], 
#commentform textarea {
	padding: 12px;
	border: 1px solid #ccc;
	width: 100%;
}
#commentform input[type="submit"] {
	width: 100%;
	padding: 12px;
	background: #FFF;
	border: 1px solid #0075a9;
	border-radius: 2px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #0075a9;
	cursor: pointer;
}

@media screen and (max-width:767px) {
	.comment-wrap {padding: 48px 0;}
	.comment-wrap h2 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.commets-list li {padding: 24px 16px;}

	.comment-date-edit {
		display:none;
	}
}
@media screen and (min-width:768px) {
	.comment-wrap {padding: 50px 0;}
}

/*header*/
/*
div.header_pc
{
	width:100%;
	height: auto;
	min-height: 100vh;
	padding:2vh 0 3vh;
	background-image:url(/media/wp-content/uploads/common/head_bg_pc.png); 
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;
	display:block;
	text-align:center;
}
div.header_pc img
{
	width:auto;
	height:95vh;margin:auto;
}
*/
	div.header_pc {
		position:relative;
		overflow:hidden;
		width:100%;
		height:495px;
	}

	div.header_pc img {
		position:absolute;
		top:0;
		left:50%;
		max-width:initial!Important;
		height:100%; 
		transform: translate(-50%, 0); 
		z-index:10;
	}
div.header_sp
{
	display:none;
}
@media screen and (max-width:900px) {
	div.header_pc
	{
		display:none;
	}
	div.header_sp
	{
		display:block;
	}
}
/*nav*/
nav
{
	
}
nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width:1200px;
    margin: 30px auto;
}
nav li {
	width:24%;
	height:4em;
	margin:0 0.5% 10px;
	padding:10px 0;
    list-style-type: none;
	background-image:url(/media/wp-content/uploads/common/nav_bg.png);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;
	display:table;
	border:solid 3px #12284e;
}
nav li p,
nav li a:link,
nav li a:visited
{
	font-size:2.5rem;
	display:table-cell;
	text-align: center;
	vertical-align: middle;
	line-height:1.3;
	color:#fcee21!Important;
	font-weight:bold;
	text-decoration:none!Important;
	text-shadow: 
		#0c2672 2px 0px,  #0c2672 -2px 0px,
		#0c2672 0px -2px, #0c2672 0px 2px,
		#0c2672 2px 2px , #0c2672 -2px 2px,
		#0c2672 2px -2px, #0c2672 -2px -2px,
		#0c2672 1px 2px,  #0c2672 -1px 2px,
		#0c2672 1px -2px, #0c2672 -1px -2px,
		#0c2672 2px 1px,  #0c2672 -2px 1px,
		#0c2672 2px -1px, #0c2672 -2px -1px;
}
nav li p
{
	color:#555!Important;
}
@media screen and (max-width:900px) {
	nav li p,
	nav li a:link,
	nav li a:visited
	{
		font-size:1.3rem;
	}
}
nav li a:hover
{
	opacity:0.6;
}
nav li span
{
	display:block;
	font-weight:normal;
	font-size:0.7em;
}

#fix_banner {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 99999;
	width:10%;
}
@media screen and (max-width:900px) {
	#fix_banner {
		width:20%;
	}
}
#fix_banner a {
    display: block;
    margin: 0px 0 5px 0;
    padding: 0;
    z-index: 1000;
}
#fix_banner img {
	width:100%;
}
/*contents*/
picture
{
	display:block;
	margin:0 auto -25px;
	position:relative;
	z-index:10;
	text-align:center;
}
.contents
{
 	max-width: 900px;
	margin:auto;
	font-size:19px;
	padding-top:3em;
	padding-bottom:5em;
	line-height:2.1;
	background:#fff;
	box-shadow:0px 0px 50px 20px rgba(0,0,0,0.1);
	position:relative;
	z-index:1;
}
.contents.first
{
 	padding-top:0;
}
.contents.bgnone
{
	box-shadow:none;
}
.contents a,
.contents a img
{
	max-width:90%;
	margin:2em auto;
	display:block;
	position:relative;
	z-index:20;
}
.contents p
{
	padding:30px 100px;
}
@media screen and (max-width:900px) {
	.contents p
	{
		max-width: 100%;
		margin:auto;
		padding:1em 20px;
		font-size:1.6rem;
	}
}
/*
.contents strong,
.present strong
{
	color: #e60012;
	background: linear-gradient(transparent 70%, #fedd78 0%);
	font-weight: bold;
}
.contents span,
.present span
{
	color: #e60012;
	font-weight: bold;
}
.contents span.blue,
.present span.blue
{
	color: #259fd4;
	font-weight: bold;
}
*/
.question
{
	width:80%;
	margin:auto;
	font-size:25px;
	color:#64ceca;
	font-weight:bold;
	min-height:330px;
	border:solid 10px #64ceca;
	padding:150px 30px 30px 30px;
	background:url(/media/wp-content/uploads/ep01/v1q.png) no-repeat top 30px center;
	background-size: contain;
	text-shadow: 
		#fff 2px 0px,  #fff -2px 0px,
		#fff 0px -2px, #fff 0px 2px,
		#fff 2px 2px , #fff -2px 2px,
		#fff 2px -2px, #fff -2px -2px,
		#fff 1px 2px,  #fff -1px 2px,
		#fff 1px -2px, #fff -1px -2px,
		#fff 2px 1px,  #fff -2px 1px,
		#fff 2px -1px, #fff -2px -1px;
}
.present_wrap
{
	max-width:900px;
	margin:auto;
}
.present
{
	width:80%;
	margin:auto;
	border:solid 10px #dac77e;
	padding:30px;
	border-radius:10px;
}
.content_box
{
	width:100%;
	background:#ffffff;
	padding:30px 0 30px;
}
.content_box:nth-child(2n)
{
	background:#e8e8e8;
 }
 .mb_0
 {
	 padding-bottom:0
 }
 
	.comment-listCon
	{
		word-break: break-all;
	}
 
@media screen and (max-width:767px) {
.present
{
	width:95%;
}

.question
{
	width:95%;
}
	.comment-listCon
	{
		font-size:1.5rem;
		word-break: break-all;
	}
	
}
	

	
 /* LINE */
 .box {
    margin: 30px 100px;
    padding: 30px;
    border: 3px solid #ddd;
border-radius: 20px;
text-align: center;
background:#F9F9F9;
}
.box p {
    text-align: left;
    width: 90%;
    margin: 0 auto 1.5em;
    line-height: 2em;
}
img.line_pc {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
img.qr {
    display: block;
    width: 50%;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 5px;
}
img.line_sp {
    display: block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 40px;
}
img.line_sp_btn {
    display: block;
    width: 50%;
    margin: auto;
}
img.line_id {
    display: block;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 30px;
}
div.line_id {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.8em;
    color: 
    #2CBF13;
    font-weight: bold;
    margin-bottom: 30px;
}


/*コンテンツの背景（固定）*/
.bg-fix_01{
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-attachment: fixed;
	background-image:url(../img/bg.png);
	text-align: center;
}

/*sl contents*/
.bg-fix_03 {
    height: auto;
    background-repeat: repeat;
    background-position: center center;
    background-position: 50% 0%;
    background-attachment: fixed;
    background-image: url(/media/wp-content/uploads/ep04/sl/bg02.png);
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
}
.pc-contents {
    display: block;
}
.sp-img {
    display: none;
}
.line01 {
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-position: 50% 0%;
    text-align: center;
    background-image: url(/media/wp-content/uploads/ep04/sl/img/line01.png);
}
.wrapper {
    height: auto;
    margin: 0px auto;
    width: 960px;
    line-height: 210%;
}
.scaling {
    max-width: 100%;
    height: auto;
	margin: 0;
	padding: 0;
	display: block;
	}
.cont01 {
    text-align: left;
    background-image: url(/media/wp-content/uploads/ep04/sl/cont_03.png);
    background-repeat: repeat;
    background-size: contain;
    padding: 0px 60px 0px 60px;
    line-height: 180%;
}
.cont03 {
    text-align: left;
    background-image: url(/media/wp-content/uploads/ep04/sl/cont_03-2.png);
    background-repeat: repeat;
    background-size: contain;
    padding: 0px 60px 0px 60px;
    line-height: 180%;
}
.img-right {
    float: right;
    margin-left: 1em;
    margin-bottom: 0.5em;
    max-width: 100%;
	height: auto;
}
.text140-b {
    font-size: 140%;
    font-weight: bold;
    line-height: 130%;
}
.text140r-b {
    color: 
    #C1272D;
    font-size: 140%;
    font-weight: bold;
    line-height: 130%;
}
.text120-b {
    font-size: 120%;
    font-weight: bold;
    line-height: 120%;
}
.text120r-b {
    color: 
    #C1272D;
    font-size: 120%;
    font-weight: bold;
    line-height: 120%;
}
.text150r-b {
    color: 
    #C1272D;
    font-size: 150%;
    font-weight: bold;
    line-height: 130%;
}
.text-b-u {
    font-weight: bold;
    text-decoration: underline;
}
.box-img06 {
    min-height: 50px;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background-image: url(/media/wp-content/uploads/ep04/sl/box-img06.gif);
}
.box-inner {
    margin: 0px 30px;
    padding: 20px 0px;
    outline: none;
}

.line02 {
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-position: 50% 0%;
    text-align: center;
    background-image: url(/media/wp-content/uploads/common/sl/line02.png);
}
.bg-fix_05 {
    height: auto;
    background-repeat: repeat;
    background-position: center center;
    background-position: 50% 0%;
    background-attachment: fixed;
    background-image: url(/media/wp-content/uploads/common/sl/bg5.png);
    text-align: center;
}
.cont02 {
    text-align: left;
    background-image: url(/media/wp-content/uploads/common/sl/toku_02.png);
    background-repeat: repeat;
    background-size: contain;
    padding: 0px 100px 0px 100px;
    line-height: 180%;
}
.text120er-b {
    color:#761115;
    font-size: 120%;
    font-weight: bold;
    line-height: 120%;
}
@media screen and (max-width:767px) {
	.sp-img {
		display: block;
	}
	.pc-img {
		display: none;
	}
	.bg-fix_03 {
		background-image: none;
		font-size:1.5rem;
	}
	.pc-contents {
		display: none;
	}
	.wrapper{
		width: 100%;
		line-height: 150%;
		margin:3em auto 0;
	}
	.wrapper.ep4{
		width: 100%;
		line-height: 150%;
		margin:3em auto;
	}
	.cont01 {
		padding: 0px 30px 0px 30px;
	}
	.cont03 {
		padding: 0px 30px 0px 30px;
	}
	.text140-b {
		font-size: 120%;
	}
	.text150r-b {
		font-size: 120%;
		line-height: 150%;
	}
	.cont02 {
		padding: 0px 40px 0px 40px;font-size: 1.6rem;
	}
	.contents {
		padding-bottom:0em;
	}
}

/*黒太字*/
span.txt_b
{
	font-weight:bold;
	color:#000!Important;
}
/*黒太字下線*/
span.txt_b_u
{
	font-weight:bold;
	text-decoration:underline;
	color:#000!Important;
}
/*黒1.2倍太字*/
span.txt2_b
{
	font-weight:bold;
	font-size:1.2em;
	line-height:1.2;
	color:#000!Important;
}
/*赤1.2倍太字*/
span.txt2r_b
{
	font-weight:bold;
	font-size:1.2em;
	color:#C1272D;
	line-height:1.2;
}
/*黒1.4倍太字*/
span.txt4_b
{
	font-weight:bold;
	font-size:1.4em;
	line-height:1.4;
	color:#000!Important;
}
/*黄色マーカー風*/
span.under_y
{
	background:linear-gradient(rgba(254,254,152,0) 30%,#FEFE98 90%);
	line-height:1.8!Important;
}
/*20200106追記*/
/*蛍光ペンの設定
---------------------------------------------------------------------------*/

/*蛍光ペン(黄色)*/
.mk-yellow  { 
background-image: linear-gradient(transparent 50%, rgb(252,238,33) 50%);
}
/*アニメーション蛍光ペン（黄色・太）*/
.mk-yellow1 {
background-image: -webkit-linear-gradient(left, transparent 50%, rgb(252,238,33) 50%);
background-image: -moz-linear-gradient(left, transparent 50%, rgb(252,238,33) 50%);
background-image: -ms-linear-gradient(left, transparent 50%, rgb(252,238,33) 50%);
background-image: -o-linear-gradient(left, transparent 50%, rgb(252,238,33) 50%);
background-image: linear-gradient(left, transparent 50%, rgb(252,238,33) 50%);
background-repeat: repeat-x;
background-size: 200% .8em;
background-position: 0 .5em;
transition: all 2s ease;
}
.mk-yellow1.start {
background-position: -100% .5em;
}
/*アニメーション蛍光ペン（黄色・細）*/
.mk-yellow2 {
background-image: -webkit-linear-gradient(left, transparent 50%, rgb(252,238,33) 50%);
background-image: -moz-linear-gradient(left, transparent 50%, rgb(252,238,33) 50%);
background-image: -ms-linear-gradient(left, transparent 50%, rgb(252,238,33) 50%);
background-image: -o-linear-gradient(left, transparent 50%, rgb(252,238,33) 50%);
background-image: linear-gradient(left, transparent 50%, rgb(252,238,33) 50%);
background-repeat: repeat-x;
background-size: 200% .3em;
background-position: 0 .9em;
transition: all 2s ease;
}
.mk-yellow2.start {
background-position: -100% .9em;
}
/*蛍光ペン(ピンク)*/
.mk-pink  { 
background-image: linear-gradient(transparent 50%, rgb(250,212,213) 50%);
}
/*アニメーション蛍光ペン（ピンク・太）*/
.mk-pink1 {
background-image: -webkit-linear-gradient(left, transparent 50%, rgb(250,212,213) 50%);
background-image: -moz-linear-gradient(left, transparent 50%, rgb(250,212,213) 50%);
background-image: -ms-linear-gradient(left, transparent 50%, rgb(250,212,213) 50%);
background-image: -o-linear-gradient(left, transparent 50%, rgb(250,212,213) 50%);
background-image: linear-gradient(left, transparent 50%, rgb(250,212,213) 50%);
background-repeat: repeat-x;
background-size: 200% .8em;
background-position: 0 .5em;
transition: all 2s ease;
}
.mk-pink1.start {
background-position: -100% .5em;
}
/*アニメーション蛍光ペン（ピンク・細）*/
.mk-pink2 {
background-image: -webkit-linear-gradient(left, transparent 50%, rgb(250,212,213) 50%);
background-image: -moz-linear-gradient(left, transparent 50%, rgb(250,212,213) 50%);
background-image: -ms-linear-gradient(left, transparent 50%, rgb(250,212,213) 50%);
background-image: -o-linear-gradient(left, transparent 50%, rgb(250,212,213) 50%);
background-image: linear-gradient(left, transparent 50%, rgb(250,212,213) 50%);
background-repeat: repeat-x;
background-size: 200% .3em;
background-position: 0 .9em;
transition: all 2s ease;
}
.mk-pink2.start {
background-position: -100% .9em;
}
/*蛍光ペン(青)*/
.mk-blue  { 
background-image: linear-gradient(transparent 50%, rgb(202,227,248) 50%);
}
/*アニメーション蛍光ペン（ピンク・太）*/
.mk-blue1 {
background-image: -webkit-linear-gradient(left, transparent 50%, rgb(202,227,248) 50%);
background-image: -moz-linear-gradient(left, transparent 50%, rgb(202,227,248)) 50%);
background-image: -ms-linear-gradient(left, transparent 50%, rgb(202,227,248) 50%);
background-image: -o-linear-gradient(left, transparent 50%, rgb(202,227,248) 50%);
background-image: linear-gradient(left, transparent 50%, rgb(202,227,248) 50%);
background-repeat: repeat-x;
background-size: 200% .8em;
background-position: 0 .5em;
transition: all 2s ease;
}
.mk-blue1.start {
background-position: -100% .5em;
}
/*アニメーション蛍光ペン（ピンク・細）*/
.mk-blue2 {
background-image: -webkit-linear-gradient(left, transparent 50%, rgb(202,227,248) 50%);
background-image: -moz-linear-gradient(left, transparent 50%, rgb(202,227,248)) 50%);
background-image: -ms-linear-gradient(left, transparent 50%, rgb(202,227,248) 50%);
background-image: -o-linear-gradient(left, transparent 50%, rgb(202,227,248) 50%);
background-image: linear-gradient(left, transparent 50%, rgb(202,227,248) 50%);
background-repeat: repeat-x;
background-size: 200% .3em;
background-position: 0 .9em;
transition: all 2s ease;
}
.mk-blue2.start {
background-position: -100% .9em;
}

.note-1 {
  background-image: -webkit-linear-gradient(top, #b2b2b2 1px, transparent 1px);
  background-image: -moz-linear-gradient(top, #b2b2b2 1px, transparent 1px);
  background-image: -o-linear-gradient(top, #b2b2b2 1px, transparent 1px);
  background-image: -ms-linear-gradient(top, #b2b2b2 1px, transparent 1px);
  background-image: linear-gradient(to bottom, #b2b2b2 1px, transparent 1px);
  background-position: 0 -1px, 0;
  -webkit-background-size: 30px 30px, 100%;
  -moz-background-size: 30px 30px, 100%;
  background-size: 30px 30px, 100%;
  line-height: 30px;
  margin: 0px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  z-index:0;
	
}

.dou01 {
   background-repeat: repeat;
   height: auto;
   background-size: contain;
   padding: 40px 40px 40px 40px;
	font-size: 100%;
	background-color: #fafad2;
}
 @media screen and (max-width: 768px) {
.dou01  {
   padding: 20px 20px 20px 20px;
}
}
.balloon2-left {
  position: relative;
  display: block;
  margin: auto 132px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 60%;
  color: #555;
  font-size: 19px;
  background: #FFF;
  border: solid 3px #555;
  border-radius: 10px;
  box-sizing: border-box;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 24px solid transparent;
  border-right: 24px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -56px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 28px solid transparent;
  border-right: 28px solid #555;
  z-index: 1;
}

.balloon2-left p {
  padding: 20px;
}

.douga01 {
    background-image: url(/media/wp-content/uploads/ep04/sl/douga.png);
    height: 746px;
    padding: 34px 35px 0px 35px;
	background-size: contain;
	background-repeat: no-repeat;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 0px;
}

.contents.first .youtube {
    padding-top: 0;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 768px) {
    .douga01 {
        padding: 0px 0px 0px 0px;
        height: auto;
    }
	.youtube {
        margin-top: -10px;
    }
}

@media screen and (max-width: 900px) {

.balloon2-left {
  margin: 1.5em 24px 1.5em 36px;
  max-width: 100%;
}
.balloon2-left p {
  padding: 10px 0px;
  font-size: 1.4rem;
}

}

/* 動画アーカイブ 枠 */
.waku {
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #F7F7F7;
    border: 1px solid #333;
    text-transform: capitalize;
    padding: 10px 20px 10px 25px;
    line-height: 150%;
}

