
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese);

u{ color:#C0F;}

* { margin:0; padding:0; border:none;}
*:focus {outline: none;}

body {color:#666; -webkit-text-size-adjust: none; font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; font-size:16px; line-height:1.9;letter-spacing:.01em; min-width: 1200px; }

h2 span,#wrap-outer2nd h3 span{ font-family:'Century Gothic', Helvetica, Arial, sans-serif; font-weight:normal;}

input::-webkit-input-placeholder { color: #bbb; font-weight: normal;}
input:-ms-input-placeholder { color: #bbb; font-weight: normal;}
input::-moz-placeholder { color: #bbb; font-weight: normal;}
input.imeDisabled { ime-mode: disabled;}

input[type="text"], input[type="tel"], input[type="password"], select, textarea { background-color: #fff; border: none !important; padding: 5px;}
input[type="radio"]:checked {outline: solid 5px #ffff00;}
input[type="checkbox"]:checked {outline: solid 5px #ffff00;}
input[type="submit"]:disabled {background: #DCDCDC;cursor: not-allowed; border-bottom:#ddd; box-sizing:border-box;}

em {font-style:normal;}
li {list-style:none;}
address {font-style:normal;}
address a {text-decoration:none; color: #666;}
span, label{ display:inline-block;}

/* --- */
#scrollUp {	bottom: 0px; right: 0px; height: 70px; width: 70px;	background: url(/images/icons/top.png) no-repeat;	background-size:70px; z-index:1000;}

#scrollUp:hover { opacity:0.9;}

.aside { color:#090;}

.clearfix:before,
.clearfix:after{ display:block;	content:"";	clear:both;}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0;
}

.slick-dots
{
    position: absolute;
    bottom: -50px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 100%;
    height: 100%;
    padding: 5px;

    cursor: pointer;

    color: #eaeaea;
    border: 0;
    outline: none;
    background: #eaeaea;
    border-radius:5px;
	
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li.slick-active button{
    color:#1963af;
    background-color:#1963af;
}
.slick-dots li button:before{
    display: none;
}


