@charset "utf-8";

/* RESET
******************************************/

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-style:normal; font-weight:normal; font-size:100%; vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;font-size:14px;font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; line-height:1.8;}

html				{overflow-y:scroll;}
blockquote, q		{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
ol, ul				{list-style:none;}
table				{border-collapse:collapse; border-spacing:0;}
caption, th			{text-align:left;}
a					{cursor:pointer; padding:0; margin:0;}
a img				{border:none; background-color:transparent;}
a:focus				{outline:none;}

/*FireFoxセンタリング位置*/
html				{overflow:scroll;}

/* IEハック */
* html img				{vertical-align:top;}
* html li				{line-height:1.1em; list-style-position:outside;}
*:first-child+html li	{line-height:1.1em;}
body					{_font-size:80%;}
a		{cursor:pointer; padding:0; margin:0;}
a img	{border:none; background-color:transparent;}






/* PC SIZE ===========================
====================================== */


/* ■ Header ■ ----------- */
header {
	padding: 20px 0px 64px 0px;
	background: url("../images/mv_bg.jpg") no-repeat top center;
	background-size: cover;
	text-align: center;
}
header p.gw_logo {
	margin: 0 auto 0 auto;
	width: 360px;
	line-height: 0;
}
header p.gw_logo img {
	width: 100%;
}
header p.catch {
	margin: 50px auto 0 auto;
	line-height: 0;
	max-width: 995px;
}
header p.catch img {
	width: 100%;
}
header p span.sp {
	display: none;
}
header ul {
	margin: 40px auto 0 auto;
	width: 601px;
	letter-spacing: -0.5em;
	text-align: center;
}
header ul li {
	margin: 20px 0 0 20px;
	padding: 10px 0 8px 0;
	width: 131px;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	border: solid 2px #3366AA;
	border-radius: 10px;
	background: #EAD853;
	line-height: 1;
	font-size: 20px;
	/*font-family: "dnp-shuei-mgothic-std", sans-serif;*/
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	color: #3366AA;
}
header ul li:nth-child(4n+1) {
	margin: 20px 0 0 0;
}


/* MV下 ------------ */
.readCatch {
	margin: 0 auto 0 auto;
	padding: 80px 0 96px 0;
	max-width: 1000px;
	text-align: center;
}
.readCatch h2 {
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	color: #3366AA;
	letter-spacing: 0.05em;
	font-family: "Noto Sans JP", sans-serif;
}
.readCatch h2 span {
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	color: #3366AA;
	letter-spacing: 0.05em;
	font-family: "Noto Sans JP", sans-serif;
}
.readCatch p.data {
	margin: 20px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	letter-spacing: 0.05em;
	font-family: "Noto Sans JP", sans-serif;
}
.readCatch p.txtBig {
	margin: 56px 0 0 0;
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	color: #F93D01;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", sans-serif;
}
.readCatch p.txt {
	margin: 24px 0 0 0;
	font-size: 24px;
	font-weight: 900;
	line-height: 2;
	color: #000;
	letter-spacing: 0.06em;
	font-family: "Noto Sans JP", sans-serif;
}
.readCatch p.txt span {
	font-size: 24px;
	font-weight: 900;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
}
.readCatch p.txt span.red {
	color: #F93D01;
}
.readCatch p.txt span.intxt02 {
	display: block;
}

/* CTA01 */
.readCatch p.btn01 {
	margin: 40px auto 0 auto;
	max-width: 600px;
	line-height: 0;
}
.readCatch p.btn01 {
	width: 100%;
}
.readCatch p.btn01 a {
	display: block;
	line-height: 0;
}
.readCatch p.btn01 a span.sp {
	display: none;
}
.readCatch p.btn01 a img {
	transition: opacity 0.1s ease-out;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
}
.readCatch p.btn01 a:hover img {
	opacity: 0.5;
}




/* 対象番組はこちら -------------- */

.program {
	margin: 0 auto 0 auto;
	padding: 0 0 90px 0;
	background: #1B2E6B;
	text-align: center;
}
.program h2 {
	padding: 110px 0 0 0;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
}
.program h2:before {
	content: "PROGRAM";
	color: #2B3C74;
	font-size: 140px;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	z-index: -1;
}
.program ul {
	margin: 40px auto 0 auto;
	max-width: 1000px;
	letter-spacing: -0.5em;
}
.program ul li {
	margin: 50px 0 0 50px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
.program ul li:nth-child(2n+1) {
	margin: 50px 0 0 0;
}
.program ul li p.Img {
	line-height: 0;
	max-width: 475px;
	position: relative;
	z-index: 2;
}
.program ul li p.Img img {
	width: 100%;
}
.program ul li p.ttl {
	margin: 10px 0 0 0;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 1;
}
.program ul li p.ttl span {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
}
.program ul li p.ttl:after {
	content: '';
	width: 264px;
	height: 98px;
	background-image: url("../images/program_ttl_bg.png");
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 10px;
	top: -40px;
	z-index: -1;
}
/* CTA01 */
.program p.btn01 {
	margin: 80px auto 0 auto;
	max-width: 600px;
	line-height: 0;
}
.program p.btn01 {
	width: 100%;
}
.program p.btn01 a {
	display: block;
	line-height: 0;
}
.program p.btn01 a span.sp {
	display: none;
}
.program p.btn01 a img {
	transition: opacity 0.1s ease-out;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
}
.program p.btn01 a:hover img {
	opacity: 0.5;
}


/* break ------------ */
.break {
	padding: 80px 0;
	background: url("../images/break_bg.png") no-repeat top center;
	background-size: cover;
}
.break .inbox {
	margin: 0 auto;
	padding: 60px 0 60px 0;
	max-width: 980px;
	background: #fff;
	border: solid 3px #0F228B;
	border-radius: 30px;
	text-align: center;
}
.break p.mid {
	margin: 0 auto 0 auto;
	line-height: 0;
	max-width: 490px;
}
.break p.mid img {
	width: 100%;
}
.break p.txt {
	margin: 30px 0 0 0;
	font-size: 20px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.break p.txt span.br1 {
	font-size: 20px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.break p.txt span.br2 {
	font-size: 20px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	letter-spacing: 0.05em;
	display: block;
}
.break p.flo {
	margin: 20px 0 0 0;
	font-size: 14px;
	font-weight: 600;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
/* break CTA */
.break p.breakBtn {
	margin: 50px auto 0 auto;
	max-width: 600px;
	line-height: 0;
}
.break p.breakBtn {
	width: 100%;
}
.break p.breakBtn a {
	display: block;
	line-height: 0;
}
.break p.breakBtn a span.sp {
	display: none;
}
.break p.breakBtn a img {
	transition: opacity 0.1s ease-out;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
}
.break p.breakBtn a:hover img {
	opacity: 0.5;
}



/* 視聴方法 ---------------- */
.howto {
	margin: 0 auto 0 auto;
	padding: 0 0 90px 0;
	background: #030B2D;
}

.howto h2 {
	padding: 110px 0 0 0;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
	text-align: center;
}
.howto h2:before {
	content: "HOWTO";
	color: #151E48;
	font-size: 140px;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	z-index: -1;
}
.howto ul {
	margin: 100px auto 0 auto;
	max-width: 1200px;
	display: flex;
}
.howto ul li {
	margin: 0 0 0 30px;
	padding: 70px 30px 50px 30px;
	width: 316px;
	letter-spacing: normal;
	vertical-align: top;
	border: solid 2px #fff;
	border-radius: 10px;
	position: relative;
}
.howto ul li:first-child {
	margin: 0 0 0 0;
}
.howto ul p.icon {
	line-height: 0;
	left: 0;
	right: 0;
	top: -40px;
	position: absolute;
	text-align: center;
}
.howto ul p.ttl {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
}
.howto ul p.read {
	margin: 20px 0 0 0;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: left;
}
.howto .inlist01 {
	margin: 24px auto 0 auto;
	letter-spacing: -0.5em;
	text-align: center;
}
.howto .inlist01 p {
	margin: 0 0 0 10px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	line-height: 0;
}
.howto .inlist01 p:first-child {
	margin: 0 0 0 0;
}
.howto .inlist01 p a {
	display: block;
}
.howto .inlist01 p a img {
	transition: opacity 0.1s ease-out;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
}
.howto .inlist01 p a:hover img {
	opacity: 0.5;
}
/**/
.howto .inlist02 {
	margin: 24px auto 0 auto;
	letter-spacing: -0.5em;
	text-align: center;
}
.howto .inlist02 p {
	margin: 0 0 0 30px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	line-height: 0;
}
.howto .inlist02 p:first-child {
	margin: 0 0 0 0;
}
.howto .inlist02 p a {
	display: block;
	line-height: 1;
	color: #FFCC00;
	text-decoration: underline;
}
.howto .inlist02 p a:hover {
	text-decoration: none;
}
.howto .inlist02 p a span {
	padding: 0 0 0 24px;
	color: #FFCC00;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	background: url("../images/chip_01.png") no-repeat left center / 18px;
}



/* 特典 ------------------ */
.benefits {
	margin: 0 0 0 0;
	padding: 80px 0 96px 0;
	background: #1B2E6B;
	text-align: center;
}
.benefits h2 {
	font-size: 48px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 0.1em;
}
.benefits h2 span {
	font-size: 48px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	letter-spacing: 0.1em;
	display: block;
}
.benefits p.read {
	margin: 40px 0 0 0;
	font-size: 20px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2;
	color: #fff;
	letter-spacing: 0.1em;
}
.benefits p.read span {
	font-size: 20px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	color: #fff;
	letter-spacing: 0.1em;
	display: block;
}
.benefits ul {
	margin: 50px auto 0 auto;
	max-width: 1000px;
	letter-spacing: -0.5em;
	text-align: left;
}
.benefits ul li {
	margin: 8px 0 0 8px;
	padding: 30px 0 30px 0;
	display: inline-block;
	width: 324px;
	letter-spacing: 0.05em;
	vertical-align: top;
	border: solid 2px #F4D850;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	color: #F4D850;
	text-align: center;
}
.benefits ul li:nth-child(3n+1) {
	margin: 8px 0 0 0;
}
.benefits ul li span {
	letter-spacing: 0.05em;
	font-size: 16px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	color: #F4D850;
}


/* よくある質問 ------------------- */
.faqArea {
	margin: 0 0 0 0;
	padding: 80px 0 96px 0;
}
.faqArea section {
	margin: 0 auto;
	max-width: 1000px;
}
.faqArea h2 {
	font-size: 48px;
	font-weight: bold;
	color: #1B2E6B;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
	text-align: center;
}
.faqArea dl {
	margin: 60px 0 0 0;
}
.faqArea dt {
	margin: 10px 0 0 0;
	padding: 23px 20px 20px 55px;
	position: relative;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background: #0F228B;
	border-radius: 10px;
}
.faqArea dt:first-child {
	margin: 0 0 0 0;
}
.faqArea dt.selected {
	border-radius: 10px 10px 0 0;
}

.faqArea dt span {
	font-size: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
	position: absolute;
	top: 14px;
	left: 20px;
}
.faqArea dt:before, .faqArea dt:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 20px;
	height: 2px;
	top: 50%;
	right: 10px;
	transform: translate(-50%, -50%);
}
.faqArea dt:before {
	width: 2px;
	height: 20px;
	right: 28px
}
.faqArea dt.selected:before {
	content: normal;
}
.faqArea dd {
	margin: 0 0 0 0;
	padding: 36px 40px 40px 40px;
	display: none;
	background: #EEFDFD;
	border-radius: 0 0 10px 10px;
	position: relative;
	letter-spacing: -0.5em;
}
.faqArea dd .inleft {
	margin: -10px 0 0 0;
	letter-spacing: normal;
	display: inline-block;
	width: 40px;
	vertical-align: top;
	font-size: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #0F228B;
}
.faqArea dd .inright {
	letter-spacing: normal;
	display: inline-block;
	width: 90%;
}
.faqArea dd p {
	margin: 24px 0 0 0;
	font-size: 18px;
	font-weight: 500;
	color: #1c1c1c;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.faqArea dd p:first-child {
	margin: 0;
}
.faqArea dd a.link {
	margin: 20px 0 0 0;
	font-size: 18px;
	font-weight: 500;
	color: #1c1c1c;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	letter-spacing: 0.05em;
	display: block;
}
.faqArea dd a.link:hover {
	text-decoration: none;
}
.faqArea ul.list {
	margin: 30px 0 0 0;
}
.faqArea ul.list li {
	margin: 5px 0 0 20px;
	font-size: 14px;
	font-weight: 500;
	color: #1c1c1c;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.05em;
	position: relative;
}
.faqArea ul.list li:before {
	content: "※";
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #1c1c1c;
	position: absolute;
	top: 0px;
	left: -20px;
}
.faqArea dd p.mid {
	margin: 30px 0 -10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #1c1c1c;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
	letter-spacing: 0.05em;
	background: #eee;
}
.faqArea dd p.chui {
	margin: 30px 0 -15px 0;
	font-size: 20px;
	font-weight: bold;
	color: red;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.faqArea ul.chuilist {
	margin: 25px 0 0 0;
}
.faqArea ul.chuilist li {
	margin: 5px 0 0 20px;
	font-size: 14px;
	font-weight: 500;
	color: red;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.05em;
	position: relative;
}
.faqArea ul.chuilist li:before {
	content: "※";
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: red;
	position: absolute;
	top: 0px;
	left: -20px;
}
.faqArea dd p a {
	font-size: 18px;
	font-weight: 500;
	color: #0076ff;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	letter-spacing: 0.05em;
}
.faqArea dd p a:hover {
	text-decoration: none;
}
.faqArea dd .videoArea {
	margin: 15px 0 0 0;
	display: flex;
}
.faqArea dd .videoArea video {
	margin: 0 0 0 15px;
}
.faqArea dd .videoArea video:first-child {
	margin: 0 0 0 0px;
}





/* ■ Footer ■ ----------- */
footer.gwFooter {
	padding: 60px 0 88px 0;
	background: #0F228B;
	text-align: center;
}
footer.gwFooter p.ftlogo {
	margin: 0 auto;
	max-width: 380px;
	line-height: 0;
}
footer.gwFooter p.ftlogo img {
	width: 100%;
	transition: opacity 0.1s ease-out;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
}
footer.gwFooter p.ftlogo a {
	display: block;
	line-height: 0;
}
footer.gwFooter a:hover img {
	opacity: 0.5;
}
footer.gwFooter ul {
	margin: 40px 0 0 0;
	letter-spacing: -0.5em;
}
footer.gwFooter ul li {
	margin: 0 0 0 0;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
footer.gwFooter ul li a {
	padding: 0 20px 0 30px;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	display: block;
	position: relative;
}
footer.gwFooter ul li:first-child a {
	padding: 0 20px 0 0;
}
footer.gwFooter ul li:last-child a {
	padding: 0 0 0 30px;
}
footer.gwFooter ul li a:before {
	content: "｜";
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: 0;
}
footer.gwFooter ul li:first-child a:before {
	content: "";
}
footer.gwFooter ul li a:hover {
	text-decoration: underline;
}
footer.gwFooter p.ftcopy {
	margin: 60px 0 0 0;
	padding: 15px 0;
	background: #081350;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	border-bottom: solid 1px #444;
}


/* 追従ボタン -------------- */
.gw-floating {
	padding: 12px 0 10px 0;
	background: rgba(8,19,80,0.9);
	text-align: center;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.gw-floating .inbox {
	letter-spacing: -0.5em;
}
.gw-floating .inbox p {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}
.gw-floating .inbox p.txt {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
}
.gw-floating .inbox p.txt:before {
	content: '';
	width: 129px;
	height: 87px;
	background-image: url("../images/ft_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 20%;
	top: -37px;
	z-index: -1;
}
.gw-floating .inbox p.btn {
	margin: 0 0 0 10px;
	letter-spacing: 0;
	position: relative;
	width: 320px;
}
.gw-floating .inbox p.btn a {
	padding: 20px 0;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
	background: #F94502;
	display: block;
	width: 100%;
	text-decoration: none;
	border-radius: 6px;
	border-bottom: solid 5px #B23000;
	transition:1s all;
}
.gw-floating .inbox p.btn a:hover {
	background: #B23000;
}





/* TAB SIZE ===========================
====================================== */
@media screen and (max-width:999px){

/* ■ Header ■ ----------- */
header {
	padding: 20px 30px 40px 30px;
	background: url("../images/mv_bg.jpg") no-repeat top center;
	background-size: cover;
	text-align: center;
}
header p.gw_logo {
	margin: 0 auto 0 auto;
	width: 360px;
	line-height: 0;
}
header p.catch {
	margin: 40px auto 0 auto;
}
header ul {
	margin: 20px auto 0 auto;
	max-width: 601px;
	letter-spacing: -0.5em;
	text-align: center;
}
header ul li {
	margin: 20px 0 0 20px;
	padding: 8px 0 8px 0;
	width: 131px;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	border: solid 2px #3366AA;
	border-radius: 10px;
	background: #EAD853;
	line-height: 1;
	font-size: 20px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	color: #3366AA;
}
header ul li:nth-child(4n+1) {
	margin: 20px 0 0 0;
}


/* MV下 ------------ */
.readCatch {
	padding: 60px 0 60px 0;
}
.readCatch h2 {
	font-size: 40px;
}
.readCatch h2 span {
	font-size: 40px;
}
.readCatch p.data {
	margin: 20px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	letter-spacing: 0.05em;
	font-family: "Noto Sans JP", sans-serif;
}
.readCatch p.txtBig {
	margin: 56px 0 0 0;
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	color: #F93D01;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", sans-serif;
}
.readCatch p.txt {
	margin: 24px 0 0 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	color: #000;
	letter-spacing: 0.06em;
	font-family: "Noto Sans JP", sans-serif;
}
.readCatch p.txt span {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
}
.readCatch p.txt span.intxt01 {
	display: block;
}
.readCatch p.txt span.intxt02 {
	display: block;
}
/* CTA01 */
.readCatch p.btn01 a:hover img {
	opacity: 1;
}


/* 対象番組はこちら -------------- */

.program {
	padding: 0 0 80px 0;
}
.program h2 {
	padding: 100px 0 0 0;
	font-size: 40px;
	font-weight: bold;
}
.program h2:before {
	font-size: 130px;
	font-weight: 700;
	letter-spacing: 0.05em;
	top: 30px;
}
.program ul {
	margin: 30px auto 0 auto;
}
.program ul li {
	margin: 40px 0 0 4%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 43%;
}
.program ul li:nth-child(2n+1) {
	margin: 40px 0 0 0;
}
.program ul li p.ttl {
	margin: 10px 0 0 0;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 1;
}
.program ul li p.ttl span {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
}
.program ul li p.ttl:after {
	content: '';
	width: 264px;
	height: 98px;
	background-image: url("../images/program_ttl_bg.png");
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 10px;
	top: -40px;
	z-index: -1;
}
/* CTA01 */
.program p.btn01 {
	margin: 80px auto 0 auto;
	max-width: 600px;
	line-height: 0;
}
.program p.btn01 {
	width: 100%;
}
.program p.btn01 a {
	display: block;
	line-height: 0;
}
.program p.btn01 a span.sp {
	display: none;
}
.program p.btn01 a img {
	transition: opacity 0.1s ease-out;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
}
.program p.btn01 a:hover img {
	opacity: 0.5;
}


/* break ------------ */
.break {
	padding: 60px 30px;
	background: url("../images/break_bg.png") no-repeat top center;
	background-size: cover;
}
.break .inbox {
	margin: 0 auto;
	padding: 50px 40px 50px 40px;
	max-width: 100%;
	background: #fff;
	border: solid 3px #0F228B;
	border-radius: 30px;
	text-align: center;
}
.break p.mid {
	margin: 0 auto 0 auto;
	line-height: 0;
	max-width: 400px;
}
.break p.mid img {
	width: 100%;
}
.break p.txt {
	margin: 30px 0 0 0;
	font-size: 18px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
	letter-spacing: 0em;
}
.break p.txt span.br1 {
	font-size: 18px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.break p.txt span.br2 {
	font-size: 18px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	letter-spacing: 0.05em;
	display: block;
}
.break p.flo {
	margin: 20px 0 0 0;
	font-size: 14px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
/* break CTA */
.break p.breakBtn {
	margin: 50px auto 0 auto;
	max-width: 600px;
	line-height: 0;
}
.break p.breakBtn a span.sp {
	display: none;
}
.break p.breakBtn a:hover img {
	opacity: 1;
}


/* 視聴方法 ---------------- */
.howto {
	margin: 0 auto 0 auto;
	padding: 0 20px 80px 20px;
	background: #030B2D;
}
.howto h2 {
	padding: 100px 0 0 0;
	font-size: 40px;
	font-weight: bold;
}
.howto h2:before {
	font-size: 130px;
	font-weight: 700;
	letter-spacing: 0.05em;
	top: 30px;
}
.howto ul {
	margin: 100px auto 0 auto;
	max-width: 1200px;
	text-align: center;
	display: flex;
}
.howto ul li {
	margin: 0 0 0 2%;
	padding: 70px 20px 40px 20px;
	width: 26%;
	letter-spacing: normal;
	vertical-align: top;
	border: solid 2px #fff;
	border-radius: 10px;
	position: relative;
}
.howto ul li:first-child {
	margin: 0 0 0 0;
}
.howto ul p.icon {
	line-height: 0;
	left: 0;
	right: 0;
	top: -40px;
	position: absolute;
	text-align: center;
}
.howto ul p.ttl {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-align: center;
}
.howto ul p.read {
	margin: 20px 0 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: left;
}
.howto .inlist01 {
	margin: 24px auto 0 auto;
	letter-spacing: -0.5em;
	text-align: center;
}
.howto .inlist01 p {
	margin: 0 0 0 10px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	line-height: 0;
	width: 47%;
}
.howto .inlist01 p:first-child {
	margin: 0 0 0 0;
}
.howto .inlist01 p a {
	display: block;
}
.howto .inlist01 p a img {
	width: 100%;
}
.howto .inlist01 p a:hover img {
	opacity: 1;
}
/**/
.howto .inlist02 {
	margin: 24px auto 0 auto;
	letter-spacing: -0.5em;
	text-align: center;
}
.howto .inlist02 p {
	margin: 10px 0 0 0;
	display: block;
	letter-spacing: normal;
	vertical-align: middle;
	line-height: 0;
	text-align: left;
}
.howto .inlist02 p:first-child {
	margin: 0 0 0 0;
}
.howto .inlist02 p a {
	display: block;
	line-height: 1;
	color: #FFCC00;
	text-decoration: underline;
}
.howto .inlist02 p a:hover {
	text-decoration: underline;
}
.howto .inlist02 p a span {
	padding: 0 0 0 24px;
	color: #FFCC00;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	background: url("../images/chip_01.png") no-repeat left center / 18px;
}



/* 特典 ------------------ */
.benefits {
	margin: 0 0 0 0;
	padding: 80px 20px 80px 20px;
	background: #1B2E6B;
	text-align: center;
}
.benefits h2 {
	font-size: 40px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 0.1em;
}
.benefits h2 span {
	font-size: 40px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	letter-spacing: 0.1em;
	display: block;
}
.benefits p.read {
	margin: 40px 0 0 0;
	font-size: 18px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2;
	color: #fff;
	letter-spacing: 0.1em;
}
.benefits p.read span {
	font-size: 18px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	color: #fff;
	letter-spacing: 0.1em;
	display: block;
}
.benefits ul {
	margin: 50px auto 0 auto;
	max-width: 1000px;
	letter-spacing: -0.5em;
	text-align: left;
}
.benefits ul li {
	margin: 1% 0 0 1%;
	padding: 30px 0 30px 0;
	display: inline-block;
	width: 48.44%;
	letter-spacing: 0.05em;
	vertical-align: top;
	border: solid 2px #F4D850;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	color: #F4D850;
	text-align: center;
}
.benefits ul li:nth-child(3n+1) {
	margin: 1% 0 0 1%;
}
.benefits ul li:nth-child(2n+1) {
	margin: 1% 0 0 0!important;
}



/* よくある質問 ------------------- */
.faqArea {
	margin: 0 0 0 0;
	padding: 80px 0 80px 0;
}
.faqArea section {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1000px;
}
.faqArea h2 {
	font-size: 40px;
	font-weight: bold;
	color: #1B2E6B;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
	text-align: center;
}


/* ■ Footer ■ ----------- */
footer.gwFooter {
	padding: 60px 0 85px 0;
	background: #0F228B;
	text-align: center;
}
footer.gwFooter a:hover img {
	opacity: 1;
}
footer.gwFooter ul li a:hover {
	text-decoration: none;
}



/* 追従ボタン -------------- */
.gw-floating {
	padding: 10px 0 10px 0;
	background: rgba(8,19,80,0.9);
	text-align: center;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.gw-floating .inbox p.txt:before {
	content: '';
	width: 129px;
	height: 85px;
	background-image: url("../images/ft_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 20%;
	top: -35px;
	z-index: -1;
}
.gw-floating .inbox p.btn {
	margin: 0 0 0 10px;
	letter-spacing: 0;
	position: relative;
	width: 320px;
}
.gw-floating .inbox p.btn a:hover {
	background: #F94502;
}



} /* END TAD SIZE */






/* SP SIZE ===========================
====================================== */
@media screen and (max-width:768px){

/* ■ Header ■ ----------- */
header {
	padding: 20px 15px 30px 15px;
	background: url("../images/mv_bg_sp.jpg") no-repeat top center;
	background-size: cover;
}
header p.gw_logo {
	width: 220px;
}
header p.catch {
	margin: 30px auto 0 auto;
}
header p span.pc {
	display: none;
}
header p span.sp {
	display: block;
}
header ul {
	margin: 10px auto 0 auto;
	max-width: 100%;
}
header ul li {
	margin: 1.28% 0 0 1.28%;
	padding: 7px 0 5px 0;
	width: 23.44%;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	border: solid 1px #3366AA;
	border-radius: 5px;
	font-size: 11px;
}
header ul li:nth-child(4n+1) {
	margin: 1.28% 0 0 0;
}


/* MV下 ------------ */
.readCatch {
	padding: 15px 15px 40px 15px;
}
.readCatch h2 {
	font-size: 32px;
	line-height: 1.8;
}
.readCatch h2 span {
	font-size: 32px;
	display: block;
}
.readCatch p.data {
	margin: 20px 0 0 0;
	font-size: 14px;
}
.readCatch p.txtBig {
	margin: 30px 0 0 0;
	font-size: 26px;
	font-weight: bold;
}
.readCatch p.txt {
	margin: 15px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	color: #000;
	letter-spacing: 0.06em;
	font-family: "Noto Sans JP", sans-serif;
}
.readCatch p.txt span {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
}
.readCatch p.txt span.intxt01 {
	display: block;
}
.readCatch p.txt span.intxt02 {
	display: block;
}
/* CTA01 */
.readCatch p.btn01 {
	margin: 30px auto 0 auto;
	max-width: 600px;
	line-height: 0;
}
.readCatch p.btn01 img {
	width: 100%;
}
.readCatch p.btn01 a {
	display: block;
	line-height: 0;
}
.readCatch p.btn01 a:hover img {
	opacity: 1;
}
.readCatch p.btn01 a span.pc {
	display: none;
}
.readCatch p.btn01 a span.sp {
	display: block;
}


/* 対象番組はこちら -------------- */

.program {
	padding: 0 15px 45px 15px;
}
.program h2 {
	padding: 50px 0 0 0;
	font-size: 32px;
	font-weight: bold;
}
.program h2:before {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.05em;
	top: 14px;
}
.program ul {
	margin: 0px auto 0 auto;
}
.program ul li {
	margin: 30px 0 0 3%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 48%;
}
.program ul li:nth-child(2n+1) {
	margin: 30px 0 0 0;
}
.program ul li p.ttl {
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.3;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 1;
}
.program ul li p.ttl span {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	display: block;
}
.program ul li p.ttl:after {
	content: '';
	width: 170px;
	height: 67px;
	background-image: url("../images/program_ttl_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 0px;
	overflow: hidden;
	top: -28px;
	z-index: -1;
}
/* CTA01 */
.program p.btn01 {
	margin: 50px auto 0 auto;
	max-width: 600px;
	line-height: 0;
}
.program p.btn01 img {
	width: 100%;
}
.program p.btn01 a {
	display: block;
	line-height: 0;
}
.program p.btn01 a:hover img {
	opacity: 1;
}
.program p.btn01 a span.pc {
	display: none;
}
.program p.btn01 a span.sp {
	display: block;
}



/* break ------------ */
.break {
	padding: 40px 15px;
	background: url("../images/break_bg.png") no-repeat top center;
	background-size: cover;
}
.break .inbox {
	margin: 0 auto;
	padding: 40px 20px 30px 20px;
	max-width: 100%;
	background: #fff;
	border: none;
	border-radius: 10px;
	text-align: center;
}
.break p.mid {
	margin: 0 auto 0 auto;
	line-height: 0;
	max-width: 300px;
}
.break p.mid img {
	width: 100%;
}
.break p.txt {
	margin: 20px 0 0 0;
	font-size: 16px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
	letter-spacing: 0em;
}
.break p.txt span.br1 {
	font-size: 16px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	letter-spacing: 0.05em;
	display: block;
}
.break p.txt span.br2 {
	font-size: 16px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	letter-spacing: 0.05em;
	display: block;
}
.break p.flo {
	margin: 16px 0 0 0;
	font-size: 12px;
	font-weight: 600;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	letter-spacing: 0em;
}
/* break CTA */
.break p.breakBtn {
	margin: 30px auto 0 auto;
	max-width: 100%;
	line-height: 0;
}
.break p.breakBtn img {
	max-width: 100%;
	line-height: 0;
}
.break p.breakBtn a span.pc {
	display: none;
}
.break p.breakBtn a span.sp {
	display: block;
}
.break p.breakBtn a:hover img {
	opacity: 1;
}



/* 視聴方法 ---------------- */
.howto {
	padding: 0 15px 45px 15px;
}
.howto h2 {
	padding: 50px 0 0 0;
	font-size: 32px;
	font-weight: bold;
}
.howto h2:before {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.05em;
	top: 14px;
}
.howto ul {
	margin: 80px auto 0 auto;
	max-width: 1200px;
	text-align: center;
	display: block;
}
.howto ul li {
	margin: 68px 0 0 0;
	padding: 60px 20px 40px 20px;
	width: auto;
	letter-spacing: normal;
	vertical-align: top;
	border: solid 2px #fff;
	border-radius: 10px;
	position: relative;
}
.howto ul li:first-child {
	margin: 0 0 0 0;
}
.howto ul p.icon {
	line-height: 0;
	left: 0;
	right: 0;
	top: -40px;
	position: absolute;
	text-align: center;
}
.howto ul p.ttl {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-align: center;
}
.howto ul p.read {
	margin: 20px 0 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: left;
}
.howto .inlist01 {
	margin: 24px auto 0 auto;
	letter-spacing: -0.5em;
	text-align: center;
}
.howto .inlist01 p {
	margin: 0 0 0 10px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	line-height: 0;
	width: auto;
}
.howto .inlist01 p:first-child {
	margin: 0 0 0 0;
}
.howto .inlist01 p a {
	display: block;
}
.howto .inlist01 p a img {
	width: 100%;
}
.howto .inlist01 p a:hover img {
	opacity: 1;
}
/**/
.howto .inlist02 {
	margin: 24px auto 0 auto;
	letter-spacing: -0.5em;
	text-align: center;
}
.howto .inlist02 p {
	margin: 0 0 0 20px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	line-height: 0;
	text-align: left;
}
.howto .inlist02 p:first-child {
	margin: 0 0 0 0;
}
.howto .inlist02 p a {
	display: block;
	line-height: 1;
	color: #FFCC00;
	text-decoration: underline;
}
.howto .inlist02 p a:hover {
	text-decoration: underline;
}
.howto .inlist02 p a span {
	padding: 1px 0 1px 24px;
	color: #FFCC00;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	background: url("../images/chip_01.png") no-repeat left center / 18px;
}



/* 特典 ------------------ */
.benefits {
	margin: 0 0 0 0;
	padding: 50px 15px 50px 15px;
	background: #1B2E6B;
	text-align: center;
}
.benefits h2 {
	font-size: 32px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	color: #fff;
	letter-spacing: 0em;
}
.benefits h2 span {
	font-size: 32px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	line-height: 1.4;
	letter-spacing: 0em;
	display: inline;
}
.benefits p.read {
	margin: 30px 0 0 0;
	font-size: 16px;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: left;
}
.benefits p.read span {
	font-size: 16px;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	color: #fff;
	letter-spacing: 0.1em;
	display: inline;
}
.benefits ul {
	margin: 25px auto 0 auto;
	max-width: 1000px;
	letter-spacing: -0.5em;
	text-align: left;
}
.benefits ul li {
	margin: 2% 0 0 2%;
	padding: 15px 0 15px 0;
	display: inline-block;
	width: 47.77%;
	letter-spacing: 0.05em;
	vertical-align: top;
	border: solid 2px #F4D850;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	color: #F4D850;
	text-align: center;
}
.benefits ul li span {
	margin: 5px 0 0 0;
	letter-spacing: 0.05em;
	font-size: 14px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	color: #F4D850;
	display: block;
}
.benefits ul li:nth-child(3n+1) {
	margin: 2% 0 0 2%;
}
.benefits ul li:nth-child(2n+1) {
	margin: 2% 0 0 0!important;
}



/* よくある質問 ------------------- */
.faqArea {
	margin: 0 0 0 0;
	padding: 50px 0 50px 0;
}
.faqArea section {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1000px;
}
.faqArea h2 {
	font-size: 32px;
	font-weight: bold;
	color: #1B2E6B;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	letter-spacing: 0em;
	position: relative;
	z-index: 1;
	text-align: center;
}
.faqArea dl {
	margin: 30px 0 0 0;
}
.faqArea dt {
	margin: 10px 0 0 0;
	padding: 12px 45px 15px 35px;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	background: #0F228B;
	border-radius: 10px;
}
.faqArea dt:first-child {
	margin: 0 0 0 0;
}
.faqArea dt.selected {
	border-radius: 10px 10px 0 0;
}

.faqArea dt span {
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
	position: absolute;
	top: 6px;
	left: 10px;
}
.faqArea dt:before, .faqArea dt:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 16px;
	height: 2px;
	top: 50%;
	right: 1px;
	transform: translate(-50%, -50%);
}
.faqArea dt:before {
	width: 2px;
	height: 16px;
	right: 15px
}
.faqArea dt.selected:before {
	content: normal;
}
.faqArea dd {
	margin: 0 0 0 0;
	padding: 20px 20px 20px 20px;
	display: none;
	background: #EEFDFD;
	border-radius: 0 0 10px 10px;
	position: relative;
	letter-spacing: -0.5em;
}
.faqArea dd .inleft {
	margin: -10px 0 0 0;
	letter-spacing: normal;
	display: inline-block;
	width: 36px;
	vertical-align: top;
	font-size: 26px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #0F228B;
}
.faqArea dd .inright {
	letter-spacing: normal;
	display: inline-block;
	width: 86%;
}
.faqArea dd p {
	margin: 20px 0 0 0;
	font-size: 14px;
	font-weight: 500;
	color: #1c1c1c;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.faqArea dd p:first-child {
	margin: 0;
}
.faqArea dd a.link {
	margin: 15px 0 0 0;
	font-size: 12px;
	font-weight: 500;
	color: #1c1c1c;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	letter-spacing: 0em;
	display: block;
}
.faqArea dd a.link:hover {
	text-decoration: underline;
}
.faqArea ul.list {
	margin: 30px 0 0 0;
}
.faqArea ul.list li {
	margin: 8px 0 0 18px;
	font-size: 12px;
	font-weight: 500;
	color: #1c1c1c;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.05em;
	position: relative;
}
.faqArea ul.list li:before {
	content: "※";
	font-size: 13px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #1c1c1c;
	position: absolute;
	top: 0px;
	left: -20px;
}
.faqArea dd p.mid {
	margin: 24px 0 -10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #1c1c1c;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
	letter-spacing: 0.05em;
	background: #eee;
}
.faqArea dd p.chui {
	margin: 24px 0 -15px 0;
	font-size: 16px;
	font-weight: bold;
	color: red;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.faqArea ul.chuilist {
	margin: 25px 0 0 0;
}
.faqArea ul.chuilist li {
	margin: 8px 0 0 18px;
	font-size: 12px;
	font-weight: 500;
	color: red;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.05em;
	position: relative;
}
.faqArea ul.chuilist li:before {
	content: "※";
	font-size: 12px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: red;
	position: absolute;
	top: 0px;
	left: -20px;
}
.faqArea dd p a {
	font-size: 14px;
	font-weight: 500;
	color: #0076ff;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	letter-spacing: 0.05em;
}
.faqArea dd p a:hover {
	text-decoration: underline;
}
.faqArea dd .videoArea {
	margin: 15px 0 0 0;
	display: block;
}
.faqArea dd .videoArea video {
	margin: 15px 0 0 0;
	background: #fff;
}
.faqArea dd .videoArea video:first-child {
	margin: 0 0 0 0px;
}



/* ■ Footer ■ ----------- */
footer.gwFooter {
	padding: 40px 0 71px 0;
	background: #0F228B;
	text-align: center;
}
footer.gwFooter .inner {
	padding: 0 15px;
}
footer.gwFooter p.ftlogo {
	margin: 0 auto;
	max-width: 330px;
	line-height: 0;
}
footer.gwFooter a:hover img {
	opacity: 1;
}
footer.gwFooter ul {
	margin: 40px 0 0 0;
	letter-spacing: normal;
	text-align: left;
}
footer.gwFooter ul li {
	margin: 0 0 0 0;
	display: block;
	vertical-align: top;
	letter-spacing: normal;
}
footer.gwFooter ul li a {
	padding: 15px 0 15px 5px;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	text-decoration: none!important;
	font-size: 16px;
	font-weight: 500;
	display: block;
	position: relative;
	border-top: solid 1px #5166A8;
}
footer.gwFooter ul li:first-child a {
	padding: 15px 0 15px 5px;
}
footer.gwFooter ul li:last-child a {
	padding: 15px 0 15px 5px;
	border-bottom: solid 1px #5166A8;
}
footer.gwFooter ul li a:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 1px #5166A8;
  border-right: solid 1px #5166A8;
  position: absolute;
  right: 5px!important;
  top: 24px;
  left: auto;
  transform: rotate(45deg);
}
footer.gwFooter ul li a:hover {
	text-decoration: none!important;
}
footer.gwFooter p.ftcopy {
	margin: 30px 0 0 0;
	padding: 15px 0;
	background: #081350;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}


/* 追従ボタン -------------- */
.gw-floating {
	padding: 10px 0 10px 0;
	background: rgba(8,19,80,0.9);
	text-align: center;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.gw-floating .inbox {
	letter-spacing: -0.5em;
}
.gw-floating .inbox p {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}
.gw-floating .inbox p.txt {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
}
.gw-floating .inbox p.txt:before {
	content: '';
	width: 129px;
	height: 71px;
	background-image: url("../images/ft_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 20%;
	top: -28px;
	z-index: -1;
}
.gw-floating .inbox p.btn {
	margin: 0 0 0 10px;
	letter-spacing: 0;
	position: relative;
	width: 190px;
}
.gw-floating .inbox p.btn a {
	padding: 15px 0;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
	background: #F94502;
	display: block;
	width: 100%;
	text-decoration: none;
	border-radius: 6px;
	border-bottom: solid 5px #B23000;
	transition:1s all;
}
.gw-floating .inbox p.btn a:hover {
	background: #F94502;
}



} /* END SP SIZE */















