<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,100,300,500,900');
@import url('https://fonts.googleapis.com/css?family=IM+Fell+English&amp;display=swap');


/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
outline:0;
padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}

html {font-size:62.5%; width:100%; height:100%;}

body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
	-webkit-text-size-adjust:100%;
	/*-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;*/
-webkit-font-smoothing:antialiased;
/*font-smoothing:antialiased;*/
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}


hr {display:block;}

ol,
ul {list-style:none;}

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

input,
select {vertical-align:middle;}

table {border-collapse:collapse; border-spacing:0; empty-cells:show;}


/* ------------------------------
 サイト全体（PC用コード）
------------------------------ */
html,
body {
	font-family:  Roboto, "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	word-wrap: break-word;
	color: #000;
	-webkit-text-size-adjust: 100%;
	margin: 0 auto;
}

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

.bt{
	vertical-align: middle;
}
.bt2{
	vertical-align: bottom;
}

.cf:after {
	content: "";
	clear: both;
	display: block;
}

.tal {
	text-align:left;
}

.tac {
	text-align:center;
}

.tar {
	text-align:right;
}

.vat {
	vertical-align:top;
}

.vam {
	vertical-align:middle;
}

.vab {
	vertical-align:bottom;
}

.vtb {
	vertical-align:text-bottom;
}
strong,
.bold {
	font-weight: bold;
}


/* 行スペース */
.b1 {
	margin-bottom: 1.7em;
}
.b2 {
	margin-bottom: 3.4em;
}
.b3 {
	margin-bottom: 5.1em;
}


/* スペース */
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.pdl10 {
	padding-left: 10px !important;
}

/* リンク */
a {
	color: #333;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a.sub {
	color: #0096B4;
}
a.sub:hover {
	color: #0096B4;
}
.red {
	color: red;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.7;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media screen and (min-width: 768px) {
	body {
		max-width: 1920px;
	}
	.fl {
		float:left;
	}
	.fr {
		float:right;
	}
	.sp {
		display:none !important;
	}
	.pt30 {
		padding-top: 30px;
	}
}

/* フォントサイズ */
.big,
.f18 {
	font-size: 1.8rem;
}
.small,
small{
	font-size: 1.1rem;
	line-height: 1.4;
}
.f12 {
	font-size: 1.2rem;
}
.f13 {
	font-size: 1.3rem;
}
.f14 {
	font-size: 1.4rem;
}
.f15 {
	font-size: 1.5rem;
}
.f20 {
	font-size: 2rem;
}
.f22 {
	font-size: 2.2rem;
}
.f24 {
	font-size: 2.4rem;
}
.f36 {
	font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
	.f22 {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 320px) {
	.f22 {
		font-size: 1.5rem;
	}
}
/* ------------------------------
 サイト全体（スマホ用コード）
------------------------------ */
@media screen and (max-width: 767px) {
	html, 
	body {
		min-width: 100%;
		max-width: 100%;
	}
	
	.site {
		min-width: 0;
	}
	
	/* スペース */
	.mb15 {
		margin-bottom: 10px !important;
	}
	.mb20 {
		margin-bottom: 10px !important;
	}
	.mb25 {
		margin-bottom: 15px !important;
	}
	.mb30 {
		margin-bottom: 15px !important;
	}
	.mb35 {
		margin-bottom: 20px !important;
	}
	.mb40 {
		margin-bottom: 20px !important;
	}
	.mb50 {
		margin-bottom: 30px !important;
	}
	.mb60 {
		margin-bottom: 40px !important;
	}
	.mb70 {
		margin-bottom: 50px !important;
	}
	.mb80 {
		margin-bottom: 35px !important;
	}
	.mb90 {
		margin-bottom: 45px !important;
	}
	.mt40 {
		margin-top: 20px !important;
	}
	.spmb10 {
		margin-bottom: 10px !important;
	}
	.spmb20 {
		margin-bottom: 20px !important;
	}
	.pc {
		display: none;
	}
	.sp-tal {
		text-align:left;
	}
	.sp-tac {
		text-align:center;
	}
	
	/* フォントサイズ */
	.big,
	.f18 {
		font-size: 1.6rem;
	}
	.small,
	small,
	.f14 {
		font-size: 1.3rem;
	}
	.f13 {
		font-size: 1.2rem;
	}
	.f15 {
		font-size: 1.4rem;
	}
	.f20 {
		font-size: 1.8rem;
	}
	.f24 {
		font-size: 2rem;
	}
	.f28 {
		font-size: 2rem;
	}
	.f36 {
		font-size: 2.8rem;
	}
	.nobr br { display: none;}
	th { white-space: nowrap;}
}


/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 767px) {
	/* ロゴ */
	.top-logp {
		margin-left: 20px;
		margin-top: 20px;
	}
}
/* ------------------------------
 コンテンツ
------------------------------ */
.site {
	width: 100%;
	min-width: 1240px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.7;
	text-align: left;
}
/* ------------------------------
 メイン
------------------------------ */
.main{
	background: #ffd900;
	height: 561px;
	text-align: center;
	padding-top: 20px;
}
.langage{
	width: 1110px;
	position: relative;
	margin: 0 auto;
}
.langage-in{
	position: absolute;
	right: 0;
	top: -10px;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.langage-in a{
		text-decoration: none;
	}
}
.langage-in a:hover{
	text-decoration: underline;
}
.langage-in span{
	text-decoration: underline;
}
.top-photo{
	text-align: center;
	margin-top: -82px;
}
@media screen and (max-width: 767px) {
	.main{
		height: auto;
		padding-top: 30px;
	}
	.langage{
		width: 100%;
		font-size: 1.2rem;
	}
	.langage-in{
		position: absolute;
		right: 10px;
		top: -20px;
	}
	.top-photo{
		padding: 0 20px;
		margin-top: -13%;
	}
	.howto-block{
		padding: 0 20px;
	}
}
@media screen and (max-width: 400px) {
	.main{
		height: 370px !important;
	}
	.top-photo{
		margin-top: -12%;
	}
}
@media screen and (max-width: 320px) {
	.main{
		height: 330px !important;
	}
	.top-photo{
		margin-top: -14%;
	}
}
/* ------------------------------
 ボックス
------------------------------ */
.w26p{
  width: 26%;
}
.w74p{
  width: 74%;
}
.w30p{
  width: 36%;
}
.w70p{
  width: 64%;
}
.w48p{
  width: 48%;
}

.w52p{
  width: 52%;
}
.w94{
  width: 94px;
}
.w104{
  width: 104px;
}
.w116{
  width: 116px;
}
.w144{
  width: 144px;
}
.w146{
  width: 146px;
}
.w256{
  width: 256px;
}
.w278{
  width: 278px;
  margin: 0 auto;
}
.w410{
  width: 410px;
  margin: 0 auto;
}
.w470{
  width: 470px;
}
.w560{
  width: 560px;
  margin: 0 auto;
}
.w580{
  width: 580px;
  margin: 0 auto;
}
.w600{
  width: 600px;
}
.w880{
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.w470, .w560, .w580, .w880{
	  width: 100%;
	}
	.w104{
	  margin: 0 auto;
	  margin-bottom: 20px;
	}
	.w278{
	  margin: 0 auto;
	  margin-bottom: 20px;
	}
	.w278 .fl{
	  float: left;
	}
	.w278 .fr{
	  float: right;
	}
	.w94{
	  margin: 0 auto;
	}
	.w256{
	  margin: 0 auto;
	  margin-bottom: 20px;
	}
	.w410{
	  width: 280px;
	}
	.w560{
	  padding: 0 20px;
	}
	.w600{
	  width: 100%;
	  padding: 0 20px;
	}
	.w146{
	  margin: 0 auto;
	  margin-bottom: 20px;
	}
	.w26p, .w74p, .w30p, .w70p, .w48p, .w52p{
	  width: 100%;
	}
}
@media screen and (max-width: 320px) {
	.toggle_box .w278 {
	  width: 100%;
	}
	.toggle_box .w278 .w116 {
	  width: 43%;
	}
	.toggle_box .w278 .w144 {
	  width: 53%;
	}
	
}
/* ------------------------------
 タイトル
------------------------------ */
.site h2{
	width: 100%;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.site h3{
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
}
.site h4{
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.1;
	width: 100%;
	background:#666;
	border: solid 3px #666;
	border-radius: 50px;
	text-align: center;
	margin-bottom: 15px;
    padding: 11px 0;
    color: #fff;
}
.triangle{
  width: 30px;
  height: 30px;
  border-top: 30px solid #B2B2B2;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.site h1{
		padding-top: 0;
		line-height: 1.2;
		font-size: 3.4rem;
	}
	.site h2{
		font-size: 2rem;
		margin-bottom: 20px;
		padding: 0 20px;
	}
	.site h3{
		font-size: 1.8rem;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.site h4{
		font-size: 1.4rem;
		padding: 7px 0;
		line-height: 1.7;
	}
}
@media screen and (max-width: 320px) {
	.site h1{
		padding-top: 0;
		font-size: 3rem;
	}
	.site h4{
		font-size: 1.2rem;
		line-height: 1.4;
		padding-left: 10px;
		padding-right: 10px;
	}
}
/* ------------------------------
 リスト
------------------------------ */
ul li {
	line-height: 1.2;
	padding-left: 0.8em;
	position: relative;
}
ul li + li {
	margin-top: 8px;
}
ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: #000;
	vertical-align: top; 
	position: absolute;
	top: .4em;
	left: 0;
}
@media screen and (min-width: 768px) {
	ul.float{
		display: flex !important;
		flex-flow: row wrap;
		align-items: baseline;
	}
	ul.float li {
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.list ul li {
		font-size: 1.3rem;
		padding-left: 1em;
	}
	.list ul li:before {
		width: 8px;
		height: 8px;
		top: .28em;
	}
	ul li:before {
		top: .3em;
	}
}
/* ------------------------------
 お得なフリーパス
------------------------------ */
.square-area{
	width: 1110px;
	margin: 0 auto;
	display: flex !important;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.w100{
	width: 100%;
}
.square-block{
	width: 100%;
	margin-bottom: 30px;
}
.border{
	width: 100%;
	box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, .2);
	padding: 35px;
	border-radius: 20px;
	margin-bottom: 30px;
}
.border .link{
	width: 580px;
	padding: 10px;
	background: #FDD000;
	border: solid 3px #000;
	display: block;
	border-radius: 50px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	position:relative;
	padding-left: 13px;
	line-height: 1.5;
}
.txt-block{
	width: 870px;
}
.txt-block-m{
	width: 400px;
	font-size: 0.8em;
	text-align: center;
}
.txt-block-f{
	width: 400px;
	border-width:5px 0px 0px 0px;
	border-style:solid;
}
.txt-block.fr{
	margin-bottom: 10px;
}
.img-icon{
	width: 35%;
	float: left;
	text-align: right;
	text-align: center;
	margin-top: 20px;
	margin-top: -5px;
}
.cf{
	content: "";
	clear: both;
	display: block;
}
@media screen and (max-width: 767px) {
	.square-area, .border{
		width: 100%;
	}
	.square-area{
		padding: 0 20px;
		margin-bottom: 10px;
	}
	.img-icon{
		width: 100%;
		margin-top: 0;
	}
	.txt-block{
		width: 100%;
		margin-bottom: 20px;
	}
	.border{
		width: 100%;
		padding: 20px;
		border-radius: 20px;
		margin-bottom: 30px;
	}
	.border .link{
		width: 240px;
		margin-top: 20px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
}
/* ------------------------------
 EMotとは？
------------------------------ */
.dot{
	background: url("../../img/dot_bg.png") ;
	background-size: 19.5px auto;
	padding: 40px 0;
	margin-top: 50px;
}
.link{
	width: 228px;
	line-height: 40px;
	background: #FDD000;
	border: solid 3px #000;
	display: block;
	border-radius: 50px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	position:relative;
	padding-left: 13px;
}
.emot-lead{
	font-size: 2rem;
}
@media screen and (min-width: 768px) {
	.link:hover{
		background: #fff;
		text-decoration: none;
	}
}
.link span:before{
	content: ""; position:absolute;
     content:"";
     border:solid 6px transparent;
     border-left:solid 8px #000;
     top: 15px;
     margin-left: -13px;
}
@media screen and (max-width: 767px) {
	.dot{
		
		padding: 30px 20px;
	}
	.emot-lead{
		font-size: 1.5rem;
		text-align: center;
	}
	.link span:before{
	     top: 12px;
	}
}
/* ------------------------------
 デジタル・フリーパスの使い方
------------------------------ */
.square-area02{
	width: 806px;
	margin: 0 auto;
	display: flex !important;
	flex-flow: row wrap;
	justify-content: space-between;
}
.square-block02{
	text-align: left;
}
.square-block02{
	width: 250px;
}
@media screen and (max-width: 767px) {
	.square-area02{
		width: 100%;
		display: block !important;
	}
	.square-block02{
		width: 250px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

/* ------------------------------
 開閉
------------------------------ */
.anchor {
	width: 280px;
	position: relative;
	background: #FDD000;
	border: solid 3px #000;
	display: inline-block;
	border-radius: 50px;
	font-weight: bold;
	text-align: center;
	position:relative;
	padding-left: 16px;
	cursor: pointer;
	padding: 7px 0;
	margin: 0 auto;
	margin-top: 17px;
	margin: 0 20px;
	text-decoration: none !important;
}
.toggle_box .anchor {
	margin: 0 auto;
	font-size: 1.2rem;
}
.anchor span:before{
     content:"";
     border:solid 6px transparent;
     border-top:solid 8px #000;
     display: inline-block;
     margin-right: 5px;
     vertical-align: middle;
     margin-top: 5px;
}
.toggle {
	width: 280px;
	position: relative;
	background: #FDD000;
	border: solid 3px #000;
	display: block;
	border-radius: 50px;
	font-weight: bold;
	text-align: center;
	position:relative;
	padding-left: 16px;
	cursor: pointer;
	padding: 7px 0;
	margin: 0 auto;
	margin-bottom: 20px;
}

.toggle span:before{
     content:"";
     border:solid 6px transparent;
     border-top:solid 8px #000;
     display: inline-block;
     margin-right: 5px;
     vertical-align: middle;
     margin-top: 5px;
}

.toggle.active::after {
	display:none;
}
.toggle_box {
	width: 722px;
	margin: 0 auto;
	display:none;
	padding-top: 15px;
}
@media screen and (max-width: 767px) {
	.toggle{
		width: 100%;
	}
	.toggle_box {
		width: 100%;
	}
	.anchor {
		width: 250px;
	}
}

@media screen and (max-width: 320px) {
	.toggle{
		font-size: 1.3rem;
	}
}

/* ------------------------------
 スマホ用コード（コンテンツ）
------------------------------ */
@media screen and (max-width: 767px) {
	.site {
		min-width: 320px;
		font-size: 1.4rem;
	}
}

.footer {
	height: 157px;
	background:#222 center center;
	padding-top: 46px;
	color: #fff;
}
.footer strong{
	font-size: 2.2rem;
	font-weight: bold;
}
.copy {
	font-size: 1.1rem;
	font-family: "Roboto";
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.footer {
		height: 80px;
		background:#222 center center;
		padding-top: 17px;
		background-size: contein;
		color: #fff;
	}
	.copy {
		font-size: 1rem;
		margin-top: 3px;
	}
	.footer strong{
		font-size: 1.8rem;
	}
}

/* -- PAGE TOP -- */
.js-btn-pagetop {
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 60px;
	position: fixed;
	bottom: 200px;
	right: 50px;
	z-index: 1000;
	transition: background-color 0.2s ease 0s;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
.js-btn-pagetop:hover {
	text-decoration: none;
	color: #fff;
}

.js-btn-pagetop span {
	padding-top: 17px;
	display: block;
	font-size: 4rem;
	line-height: .5;
}

@media screen and (max-width: 767px) {
	/* -- PAGE TOP -- */
	.js-btn-pagetop {
		font-size: 1.3rem;
		bottom: 100px;
		right: 5%;
		padding-top: 25px;
		background-size: 4px auto;
		width: 40px;
		height:40px;
		right: 20px;
		top: auto;
	}
	.js-btn-pagetop span {
		font-size: 2.4rem;
		padding: 0;
		line-height: 40px;
		margin-top: -26px;
	}
}
/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	width: 100%;
	padding: 0;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: #0196b4;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
	font-size: 1.2rem;
}


/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html, 
	body {
		background: none;
	}
	.header {
		position: absolute;
	}
	.contents {
		margin-top: 0;
	}
}

 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}
/* ------------------------------
 スクロールアクション 
------------------------------ */
.movement {
	width: 100%;
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	        transform: translate(0, 50px);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
	transition: opacity .5s ease, -webkit-transform .5s ease;
	transition: transform .5s ease, opacity .5s ease;
	transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}
.movement.is-waiting--scrolled {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.movement:nth-child(1),
.movement:nth-child(4n+1) {
	-webkit-transition-delay: 0s, 0s, 0s;
	        transition-delay: 0s, 0s, 0s;
}
.movement:nth-child(4n-2) {
	-webkit-transition-delay: .1s, .1s, .1s;
	        transition-delay: .1s, .1s, .1s;
}
.movement:nth-child(4n-1) {
	-webkit-transition-delay: 0s, 0s, 0s;
	        transition-delay: 0s, 0s, 0s;
}
.movement:nth-child(4n) {
	-webkit-transition-delay: .1s, .1s, .1s;
	        transition-delay: .1s, .1s, .1s;
}
.movement {
	margin-top:-50px;
	padding-top:50px;
}

</pre></body></html>