@charset "UTF-8";
/* CSS Document */

.mih-ico-arrow, .mih-ico-arrow--lg, .mih-ico-arrow-down, .mih-ico-arrow-down--lg {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 1px solid #595959;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: rotate(45deg);
	transition: all .25s
}
.mih-ico-arrow--lg {
    width: 12px;
    height: 12px
}
.mih-ico-arrow-down, .mih-ico-arrow-down--lg {
    transform: rotate(135deg);
	transition: all .25s
}
.mih-ico-arrow-down--lg {
    width: 12px;
    height: 12px
}




.top-flow-ttl-set.selected .mih-ico-arrow-down, .top-flow-ttl-set :not(.collapsed) .mih-ico-arrow-down--lg {
    transform: rotate(315deg);
    transition: all .25s
}
.top-flow-ttl-set .collapsed .mih-ico-arrow-down, .top-flow-ttl-set .collapsed .mih-ico-arrow-down--lg {
    transition: all .25s
}

.selected .mih-ico-arrow-down {
    transform: rotate(315deg);
    /*transition: all .25s*/
	
}







.footer .pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 10
}

@media (max-width:559px) {
    .footer .pagetop {
        right: 15px;
        bottom: 32px;
    }
}

.footer .pagetop.is-hidden {
    opacity: 0;
    pointer-events: none
}

.footer .pagetop a {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    color: #fff;
    background-color: #2c2c2c;
    border-radius: 50%
}

@media (max-width:559px) {
    .footer .pagetop a {
        width: 36px;
        height: 36px
    }
}

.footer .pagetop a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 17px;
}

@media (max-width:559px) {
    .footer .pagetop a::before {
        font-size: 14px;
    }
}




.icon-arrow4:before {
    font-family: "Font Awesome 5 Free";
  content: '\f30c';
  font-weight: 900;
}

