@charset "utf-8";

/*----- responsive /------------------------*/
/* @import url("html5reset-1.6.1.css") screen, tv; */


/*---------------------------------------------------------
  reset
----------------------------------------------------------- */

html {
	overflow-y: scroll;
	margin: 0 auto;
	position: relative; /* Fix for absolute positioning */
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

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

object,embed {
	vertical-align: top;
}

img,abbr,acronym,fieldset {
	border: 0;
}

ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/*
section,
aside,
article,
header,
footer,
nav {
	display:block;
}
*/
/*　↑　html5reset-1.6.1　の方にも同じ記述があるので確認　*/

/*---------------------------------------------------------
  hr　（小林追加）
----------------------------------------------------------- */
/*hr {
	display: none;
	border:none;
}*/

/*　実践　*/
hr {
	border-top: 1px solid #bbb;
}
/*　二重線　*/
hr.wline {
	border-top: 3px double #bbb;
}
/*　点線　*/
hr.dotted,hr.tensen{
	border-top: 1px dotted #bbb;
}
/*　立体線　*/
hr.dline {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}
/*　シャドー　*/
hr.shadow {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #bbb inset;
}
/*　グラデーション　*/
hr.gra {
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.underline_dot{
	padding-bottom:3px;
	border-bottom:dotted 1px #ccc;
}
.underline_dot2{
	padding-bottom:3px;
	border-bottom:dotted 2px #ccc;
}
.underline_dot3{
	padding-bottom:3px;
	border-bottom:dotted 3px #ccc;
}

/*---------------------------------------------------------
  文字間
----------------------------------------------------------- */
.ls_tsume{
	/*詰める場合*/
	letter-spacing:-0.2em;
}

/*---------------------------------------------------------
  common
----------------------------------------------------------- */

body {
	/*color: #434343;*/
}


/*---------------------------------------------------------
   default link
----------------------------------------------------------- */

a {
/*	color: #8833FF !important;*/
color: #AE70C2;
}

a:link {
	color: #AE70C2;
	text-decoration: none;
}

a:visited {
	color: #AE70C2;
	text-decoration: none;
}

a:hover,
a:active {
	color: #FF3355;
	text-decoration: none;
}

/*　リンク画像　マウスオーバーで半透明に　*/
a:hover img{
  opacity: .5;
}

/*---------------------------------------------------------
   暗めの背景 link
----------------------------------------------------------- */
a.light_color {
/*	color: #6A5ACD !important;*/
color: #F0F8FF;
}

a:link.light_color {
	color: #F0F8FF;
	text-decoration: none;
}

a:visited.light_color {
	color: #F0F8FF;
	text-decoration: none;
}

a:hover.light_color,
a:active.light_color {
	color: #FF3355;
	text-decoration: none;
}

/*---------------------------------------------------------
   明るめの背景 link
----------------------------------------------------------- */
a.dark_color {
/*	color: #6A5ACD !important;*/
color: #F0F8FF;
}

a:link.dark_color {
	color: #F0F8FF;
	text-decoration: none;
}

a:visited.dark_color {
	color: #F0F8FF;
	text-decoration: none;
}

a:hover.dark_color,
a:active.dark_color {
	color: #FF3355;
	text-decoration: none;
}

/*---------------------------------------------------------
   header footer link
----------------------------------------------------------- */
#header01 a,footer a,#osie_slide a {
/*	color: #6A5ACD !important;*/
color: #777;
}

#header01 a:link,footer a:link,#osie_slide a:link {
	color: #777;
	text-decoration: none;
}

#header01 a:visited,footer a:visited,#osie_slide a:visited {
	color: #777;
	text-decoration: none;
}

#header01 a:hover,#header01 a:active,footer a:hover,footer a:active,#osie_slide a:hover,#osie_slide a:active {
	color: #FF3355;
	text-decoration: none;
}

/*---------------------------------------------------------
   movie_category link
----------------------------------------------------------- */

.movie_index-page .entry a,.movie_index-page .menu a {
/*	color: #8833FF !important;*/
color: #666;
}

.movie_index-page .entry a:link,.movie_index-page .entry a:link {
	color: #666;
	text-decoration: none;
}

.movie_index-page .entry a:visited,.movie_index-page .entry a:visited {
	color: #666;
	text-decoration: none;
}

.movie_index-page .entry a:hover,.movie_index-page .entry a:hover,
.movie_index-page .entry a:active,.movie_index-page .entry a:active {
	color: #FF3355;
	text-decoration: none;
}

/*　リンク画像　マウスオーバーで半透明に　*/
a:hover img{
  opacity: .5;
}

/*---------------------------------------------------------
   margin
----------------------------------------------------------- */

.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

.mb00 { margin-bottom:  0px !important; }
.mb05 { 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; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }

/*  e7 */

body.ie7 .mb00ie7 { margin-bottom:  0px !important; }
body.ie7 .mb05ie7 { margin-bottom:  5px !important; }
body.ie7 .mb10ie7 { margin-bottom: 10px !important; }
body.ie7 .mb15ie7 { margin-bottom: 15px !important; }
body.ie7 .mb20ie7 { margin-bottom: 20px !important; }
body.ie7 .mb25ie7 { margin-bottom: 25px !important; }
body.ie7 .mb30ie7 { margin-bottom: 30px !important; }
body.ie7 .mb35ie7 { margin-bottom: 35px !important; }
body.ie7 .mb40ie7 { margin-bottom: 40px !important; }
body.ie7 .mb45ie7 { margin-bottom: 45px !important; }
body.ie7 .mb50ie7 { margin-bottom: 50px !important; }

/*---------------------------------------------------------
   padding
----------------------------------------------------------- */

.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }

.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }

.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }

.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }

/*  e7 */

body.ie7 .pb00ie7 { padding-bottom:  0px !important; }
body.ie7 .pb05ie7 { padding-bottom:  5px !important; }
body.ie7 .pb10ie7 { padding-bottom: 10px !important; }
body.ie7 .pb15ie7 { padding-bottom: 15px !important; }
body.ie7 .pb20ie7 { padding-bottom: 20px !important; }
body.ie7 .pb25ie7 { padding-bottom: 25px !important; }
body.ie7 .pb30ie7 { padding-bottom: 30px !important; }
body.ie7 .pb35ie7 { padding-bottom: 35px !important; }
body.ie7 .pb40ie7 { padding-bottom: 40px !important; }

/*---------------------------------------------------------
   text-align
----------------------------------------------------------- */

.right {
	text-align:right;
}

.center {
	text-align:center;
}

/*---------------------------------------------------------
   img-align　画像の右寄せ　左寄せ
----------------------------------------------------------- */
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
/*---------------------------------------------------------
   clearfix
----------------------------------------------------------- */

.clearfix {
	/zoom:1; /* IE6,7 */
}

.clearfix:after {
	content:'';
	display:block;
	clear:both;
	height:0;
}

.clear {
	clear:both;
}

/*---------------------------------------------------------
   png_bg
----------------------------------------------------------- */
.png_bg {
}

/*---------------------------------------------------------
   imgover
----------------------------------------------------------- */
.imgover {
}

/*---------------------------------------------------------
   rounded
----------------------------------------------------------- */
.round6{
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
.round8{
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
.round10{
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

/*=============================

　囲み

===============================*/
.kakomi{
    border:solid 1px #ccc;
    padding:10px;
}
.kakomi_maru{
    border:solid 1px #ccc;
    border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
    padding:10px;
    background-color:#fff;
}

.kakomi_cf{
    background-color:#fff;
    padding:18px;
    border:dotted 2.5px #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.kakomi_cf2{
    background-color:#fff;
    padding:18px 18px 0;
    border:dotted 2.5px #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

/* 囲み時のタイトル */
.h_kakomi{
	background:url('../images/bg_bbb.png');
	background-color:#bbb;
	color:#fff;
	font-size:120%;
	font-weight:600;
	height:35px;
	width:108%;
	padding:5px 20px;
	margin:-5px 0px 10px -20px;
}

/* 別枠　--教祖130年祭関連-- */
.betsuwaku{
	margin:20px 0;
	padding:10px 1px;
	border:solid 1px #ccc;
	background-color: #fff;
}
.betsuwaku ul{
	margin:0px !important;
}
.betsuwaku h3{
	margin:0px 20px !important;
}

/*---------------------------------------------------------
   list style
-----------------------------------------------------------	*/
.style_circle{
    list-style-type: circle;
}

/*---------------------------------------------------------
   Fonts CSS
-----------------------------------------------------------
	10px = 77%
	11px = 85%
	12px = 93%
	13px = 100%
	14px = 108%
	15px = 116%
	16px = 124%
	17px = 131%
	18px = 139%
	19px = 147%
	20px = 154%
	21px = 162%
	22px = 170%
	23px = 177%
	24px = 185%
	25px = 193%
	26px = 200%
----------------------------------------------------------- */
.font10 { font-size:77%; }
.font11 { font-size:85%; }
.font12 { font-size:93%; }
.font13 { font-size:100%; }
.font14 { font-size:108%; }
.font15 { font-size:116%; }
.font16 { font-size:124%; }
.font17 { font-size:131%; }
.font18 { font-size:139%; }

.font10px { font-size:10px; }
.font11px { font-size:11px; }
.font12px { font-size:12px; }
.font13px { font-size:13px; }
.font14px { font-size:14px; }
.font15px { font-size:15px; }
.font16px { font-size:16px; }
.font18px { font-size:18px; }
.font20px { font-size:20px; }
.font22px { font-size:22px; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  margin: 0; padding: 0; }

body { font-family: "メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif; font-size:85%; letter-spacing:0.05em;}
select,input,button,textarea{font:83% arial,helvetica,clean,sans-serif;}
table {font-size:inherit;font:85%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:90%;line-height:85%;}


/*---------------------------------------------------------
  pagetop.js　連動　ページトップへ 　
----------------------------------------------------------- */
/* page-top */
#page-top {
	position: fixed;
	bottom: 100px;
	right: 0;
	text-align:right;
	z-index: 2000;
}
#page-top a {
	margin: 0;
	display: block;
}
#page-top a img {
	width:50%;
}

#page-top a:hover img {
	opacity:0.60;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-moz-opacity:0.60;
}

/* page-tab タブメニューへ移動 */
#page-tab {
	position: fixed;
	bottom: 30px;
	right: 0;
	z-index: 2000;
}
#page-tab a {
	margin: 0 0 30px;
	display: block;
}
#page-tab a:hover img {
	opacity:0.60;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-moz-opacity:0.60;
}

.class_top{
    font-weight:600;
}

/*---------------------------------------------------------
  Enter
----------------------------------------------------------- */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

#site-id-enter {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9999px;
    background: url(../images/common/tenrikyo.svg) no-repeat center 20px;
    background-size: 145px auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

#navset-enter {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 940px;
    margin: 20px auto 0px;
}

#navset-enter > li {
    width: calc(100% / 4 - 30px);
    min-width: 140px;
    margin: 0 10px 20px;
}

#navset-enter > li a {
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

#navset-enter > li img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

#navset-enter > li .enter-banner.enter-banner--jiho-online img {
    width: 86%;
	max-width: 150px;
    margin: auto;
    translate: 10% 0%;
}

#main-visual {
    border: none;
    width: 100%;
    position: relative;
	height: 56.25vw;
	max-height: 92vh;
    overflow: hidden;
    margin: auto;
}

/* スクロールバーを非表示 */
::-webkit-scrollbar {
	display: none;
}
* {
	-ms-overflow-style:none;
}

.photo-area {
	position: absolute;
	list-style: none;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100%;
}

.photo-wrap {
	width: 100%;
	position: absolute;
	opacity: 0;
	z-index: 1;
	height: 100%;
	top: 0;
	left: 0;
	transition: opacity 3s ease;
	overflow: hidden;
}

.photo-wrap.current {
	opacity: 1;
	z-index: 2;
}

.photo-wrap .photo-image {
	display: block;
	width: 100%;
	height: 100%;
	background: #eee;
	position: relative;
	overflow: hidden;
}

.photo-wrap.current .photo-image img {
	transform: translate(-50%,-50%) scale(1.1);
}

.photo-wrap .photo-image img {
	display: block;
	width: auto;
	height: 56.25vw;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transition: transform 17s ease-in 3s;
}

.photo-wrap .photo-title,
.photo-wrap .photo-caption,
.photo-wrap .photo-credit {
	color: #fff;
	text-shadow: 0 0 1px #444;
	opacity: 0;
	position: absolute;
	z-index: 2;
	transition: opacity 3s ease;
}

.photo-wrap.current .photo-title,
.photo-wrap.current .photo-caption,
.photo-wrap.current .photo-credit {
	opacity: 1;
}

.photo-wrap .photo-title {
	font-size: 1.5vw;
	padding: 1vw;
	bottom: 3vw;
	left: 2vw;
}

.photo-wrap .photo-caption {
	font-size: 1vw;
	padding: 1vw;
	bottom: 1vw;
	left: 2vw;
}

.photo-wrap .photo-credit a {
	color: white;
	transition: text-shadow 0.3s ease;
}

.photo-wrap .photo-credit a:hover {
    color: #ddd;
    text-shadow: 0 0 3px #000;
}	

.photo-wrap .photo-credit {
	font-size: 0.7vw;
	text-align: right;
	padding: 1vw;
	bottom: 1vw;
	right: 0;
}
@media all and (min-width: 1680px){
	.photo-wrap .photo-image img {
		top: auto;
		bottom: -5%;
		transform: translate(-50%,0%) scale(1);
	}
	.photo-wrap.current .photo-image img {
		transform: translate(-50%,0%) scale(1.1);
	}
}

@media all and (max-width:768px){
	#main-visual {
		height: 100vw;
	}
	@media all and (orientation: landscape) {
		#main-visual {
			height: 100vh;
		}
	}
	.photo-wrap .photo-image img {
		width: auto;
		height: 100%;
	}
	.photo-wrap .photo-title {
		font-size: 18px;
		padding: 18px;
		bottom: 48px;
		left: 18px;
	}
	.photo-wrap .photo-caption {
		font-size: 14px;
		padding: 18px;
		bottom: 18px;
		left: 18px;
	}
	.photo-wrap .photo-credit {
		font-size: 11px;
		padding: 18px;
		bottom: 18px;
	}
}

@media all and (max-width:480px){
	@media all and (orientation: landscape) {
		#main-visual {
			height: 100vh;
		}
	}
	.photo-wrap .photo-title {
		position: absolute;
		font-size: 16px;
		padding: 10px;
		bottom: 30px;
		left: 0;
	}
	.photo-wrap .photo-caption {
		position: absolute;
		font-size: 12px;
		padding: 10px;
		bottom: 8px;
		left: 0;
	}
	.photo-wrap .photo-credit {
		font-size: 10px;
	    padding: 4px 10px;
	    bottom: 0;
		left: 0;
		right: auto;
	    text-align: left;
	    color: rgba(255,255,255,0.5);
		text-shadow: none;
	}
}

/* エンターページ 言語選択 */
.language_select h2{
	margin:10px;
	padding:5px 0 5px 10px;
	border:1px solid #ccc;
}
.language_select{
    margin:0 auto;
    text-align:center;
    max-width:1000px;
    font-size:90%;
}

.language_select li{
	margin:5px 20px 0px 0;
	display:inline-block;
	padding:15px;
	line-height:0.9em;
}

/* エンターページ コピーライト */
body#enter .copy {
	clear: both;
	color: #959595;
	background-color: #fff;
	text-align:center;
	font-size:70%;
	line-height:13px;
	padding:10px;
	margin: 10px auto;
	max-width:1000px;
}

body#enter .copy a {
	color: #959595;
}

/* タイトル・キャプションを非表示 */
.photo-title,.photo-caption {
	display: none;
}


/**** ナビゲーションボタン ****/
.enter-banner {
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    border: solid 2px #888;
    box-sizing: border-box;
	position: relative;
	width: 100%;
}

.enter-banner:before {
    background: linear-gradient(0deg, rgba(200,200,200,1) 0%, transparent 30%);
	background: -moz-linear-gradient(0deg, rgba(200,200,200,1) 0%, rgba(255,255,255,0) 30%);
	background: -webkit-linear-gradient(0deg, rgba(200,200,200,1) 0%, rgba(255,255,255,0) 30%);
	background: linear-gradient(0deg, rgba(200,200,200,1) 0%, rgba(255,255,255,0) 30%);
    content: "";
    display: block;
    height: 40%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    transition: all 0.5s ease;
}

.enter-banner-title {
    font-size: 1.24em;
    font-weight: bold;
    line-height: 1;
}

.enter-banner-caption {
    transform: scale(0.85);
    font-size: 0.76em;
    line-height: 1;
    font-weight: normal;
}

.enter-banner-title + .enter-banner-caption {
    margin-top: 6px;
}

.enter-banner.enter-banner--doyusha {
    border-color: #6c1f76;
}

.enter-banner.enter-banner--jiho-online {
    border-color: #6c1f76;
	display: flex;
    align-items: center;
}

.enter-banner-caption.enter-banner-caption--doyushsa {
    color: #1f1978;
    letter-spacing: -0.01em;
    font-size: 0.68em;
    font-family: "メイリオ","ＭＳ Ｐゴシック", sans-serif;
}

.enter-banner-caption.enter-banner-caption--doyushsa strong {
    font-weight: bold;
    font-size: 1.24em;
}

a:hover .enter-banner:before {
    height: 70%;
}

/**** メッセージエリア ****/
.container {
	max-width: 840px;
	margin: 20px auto;
	padding: 0 25px;
}
.message {
	font-size: 14px;
	box-shadow: 0 1px 3px #888;
	padding: 20px;
	margin-bottom: 20px;
}
.message h2 {
    font-family: serif;
	font-size: 1.48em;
    margin-bottom: 1rem;
    text-align: center;
}
.message h2 a {
    color: #333;
}
.message h2 a:hover {
    transition: color 0.5s ease;
    color: #888;
}
.message p {
    font-size: 0.88em;
}
.message > *:last-child {
    margin-bottom: 0;
}
.message ul > li {
    margin-bottom: 1em;
    line-height: 1.4;
    padding-left: 1.4em;
    text-indent: -1.4em;
}
.message ul > li > a:before {
    content: "・";
}
.text-indent {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
}

@media all and (max-width: 768px){
	.enter-banner {
		font-size: 1.8vw;
	}
	#navset-enter > li {
		width: calc(100% / 2 - 30px);
		min-width: 140px;
		max-width: 240px;
	}

}

@media all and (max-width: 480px){
	.message {
		padding: 10px;
	}
	.message h2 {
	    font-size: 1.24em;
	}
	#navset-enter > li {
		width: calc(100% / 2 - 30px);
	}
	.enter-banner {
	    font-size: 3vw;
	}
}
