@charset "UTF-8";
html,body {
	width: 100%;
}
@keyframes my-fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
body {
	animation-name: my-fade-in;
	animation-duration: .6s;
	width: 100%;
	/*font-size: 1rem;*/
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #000;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
_:lang(x)::-ms-backdrop, body {
	/*font-family: "メイリオ", Meiryo, sans-serif;*/
}




/* property START */

.taL { text-align:left!important; }
.taC { text-align:center!important; }
.taR { text-align:right!important; }

.vaB { vertical-align:bottom!important; }
.vaM { vertical-align:middle!important; }
.vaT { vertical-align:top!important; }


.mt40 { margin-top:40px!important; }

.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb30 { margin-bottom:30px!important; }
.mb40 { margin-bottom:40px!important; }
.mb50 { margin-bottom:50px!important; }
.mb100 { margin-bottom:100px!important; }


.pb5 { padding-bottom:5px!important; }
.pb10 { padding-bottom:10px!important; }
.pb15 { padding-bottom:15px!important; }
.pb20 { padding-bottom:20px!important; }
.pb30 { padding-bottom:30px!important; }
.pb40 { padding-bottom:40px!important; }
.pb50 { padding-bottom:50px!important; }
.pb100 { padding-bottom:100px!important; }


/* property END */



/* pageTop START */

#updown {
    font-size: 25px;
    color: #00a1e0;
    background: #fff;
    text-align: center;
    z-index: 1000;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 18px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;
    transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

#updown a {
    line-height: 36px;
    color: #00a1e0;
    display: block;
    height: 36px;
    width: 36px;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#updown .down:before {
    content: "";
    display: block;
    background: #ded6cf;
    width: 18px;
    height: 1px;
    margin: 0 auto;
}
.icon-up:before {
    content: "\e903";
}
.icon-down:before {
    content: "\e904";
}

:after, :before {
    box-sizing: border-box;
}

/* pageTop END */


