
.mih-header {
    width: 100%;
    background-color: #222
}
.mih-header-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 60px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
    background-color: #222
}

@media screen and (max-width: 767px) {
.mih-header-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    letter-spacing: 0.1rem
}
}
.mih-header-corp {
    font-size: 14px;
    font-size: 1.4rem
}

@media screen and (max-width: 767px) {
.mih-header-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 100%;
    padding-left: 10px;
    cursor: pointer
}
.mih-header-menuicon {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 35px;
    height: 25px
}
.mih-header-menuicon.is-active .mih-header__icon:nth-child(1) {
    transform: translateY(12px) rotate(-45deg)
}
.mih-header-menuicon.is-active .mih-header__icon:nth-child(2) {
    opacity: 0
}
.mih-header-menuicon.is-active .mih-header__icon:nth-child(3) {
    transform: translateY(-12px) rotate(45deg)
}
.mih-header__icon {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px
}
.mih-header__icon:nth-child(1) {
    top: 0
}
.mih-header__icon:nth-child(2) {
    top: 11px
}
.mih-header__icon:nth-child(3) {
    bottom: 0
}
}
.mih-header-nav {
    min-height: 50px;
    background-color: #e4e4e4
}
.mih-header-nav__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1000px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold
}

@media screen and (max-width: 767px) {
.mih-header-nav__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}
}
.mih-header-nav__item {
    padding: 12px 0;
    text-align: center;
    border: 1px solid transparent
}

@media screen and (max-width: 767px) {
.mih-header-nav__item {
    width: 100%;
    border-bottom: 1px solid #fff
}
.mih-header-nav__item.is-active .mih-header-nav__title {
    border-bottom: 1px solid #000
}
}

@media screen and (min-width: 768px) {
.mih-header-nav__item:hover {
    border-bottom: 1px solid #000
}
.mih-header-nav__item.is-active {
    border-bottom: 1px solid #000
}
}
.mih-header-nav__title {
    display: inline-block;
    margin: 0 0 5px 0;
    border: 1px solid transparent;
    line-height: 1
}
.mih-header-nav__title--sub {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold
}
.mih-header-menu {
    display: none;
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    height: calc(100% - 60px);
    overflow-y: auto
}
.mih-header-menu__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 30px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff !important;
    background-color: #222;
    border-bottom: 1px solid #F1F1F1;
    line-height: 23px;
    line-height: 2.3rem;
    letter-spacing: 2px
}
.mih-header-menu.is-active {
    display: block
}
.mih-header-logo {
    width: 100%
}
.mih-header-logo__inner {
    max-width: 825px;
    margin: 0 auto;
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center
}
.mih-header-logo__item {
    display: inline-block
}

@media screen and (max-width: 480px) {
.mih-header-logo__item {
    width: 20%;
    text-align: center;
    pointer-events: none;
    cursor: default
}
}

@media screen and (max-width: 480px) {
.mih-header-logo__item img {
    width: 75%
}
}
.mih-header-logo--sp {
    width: 80%;
    max-width: 750px;
    margin: 0 auto
}
.mih-header-logo--sp img {
    width: 100%
}
.nav-tabs {
    width: 300px;
    margin-right: 30px;
    border-radius: 2px;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    font-size: 1.4rem
}
.nav-tabs__item {
    position: relative;
    width: 100%;
    padding: 15px 30px;
    line-height: 1.5;
    border-top: 1px solid #e4e4e4
}
.nav-tabs__item:first-child {
    border-top: none
}
.nav-tabs__item::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 40px;
    margin-top: -5px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(135deg)
}
.mih-footer {
    min-height: 50px;
    padding: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    line-height: normal
}
.mih-accordion-faq {
    display: block;
    width: 100%
}
.mih-accordion-faq__item, .mih-accordion-faq__item--light {
    position: relative;
    display: block;
    padding: 15px 55px
}
.mih-accordion-faq__item--light {
    background-color: #FAFAFA
}
.mih-accordion-faq__item [class^="mih-ico"], .mih-accordion-faq__item--light [class^="mih-ico"] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(315deg);
    transition: all .25s
}
.collapsed .mih-accordion-faq__item [class^="mih-ico"], .collapsed .mih-accordion-faq__item--light [class^="mih-ico"] {
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%) rotate(135deg);
    transition: all .25s
}
.mih-accordion-faq__icon--q, .mih-accordion-faq__icon--a {
    position: absolute;
    top: 11px;
    left: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: normal
}
.mih-accordion-faq__icon--q {
    color: #078ed2
}
.mih-accordion-faq__icon--a {
    color: #e7003e
}
.mih-breadcrumb {
    max-width: 1000px;
    margin: 0 auto;
    overflow: auto;
    padding: 20px 0
}
.mih-breadcrumb .breadcrumb {
    font-size: 12px;
    font-size: 1.2rem;
    background-color: transparent;
    display: inline;
    white-space: nowrap
}
.mih-breadcrumb .breadcrumb>li+li {
    display: inline-block;
    position: relative;
    padding-left: 40px
}
.mih-breadcrumb .breadcrumb>li+li::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 11px;
    margin-top: -5px
}
.mih-breadcrumb .breadcrumb>li {
    display: inline-block
}
.is-fixed .mih-breadcrumb {
    position: fixed
}
.mih-btn-more {
    position: relative;
    display: inline-block;
    margin: 20px 0;
    padding: 10px 20px;
    background-color: #F1F1F1;
    border-radius: 2px;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 2px;
    letter-spacing: 0.25rem
}
.mih-btn-more:hover {
    background-color: #e4e4e4
}

@media screen and (max-width: 767px) {
.mih-btn-more {
    padding: 10px
}
.mih-btn-more:hover {
    background-color: #F1F1F1
}
}
.mih-btn-more__icon {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%)
}
.mih-btn-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 767px) {
.mih-btn-list {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -10px
}
}
.mih-btn-list__item, .mih-btn-category__item {
    padding: 20px;
    width: 50%;
    border: 1px solid #e4e4e4;
    border-collapse: collapse;
    text-align: center
}
.mih-btn-list__item:hover, .mih-btn-category__item:hover {
    background-color: #FAFAFA
}

@media screen and (max-width: 767px) {
.mih-btn-list__item, .mih-btn-category__item {
    width: 100%;
    border-right-width: 0;
    border-left-width: 0
}
.mih-btn-list__item:hover, .mih-btn-category__item:hover {
    background-color: transparent
}
.mih-btn-list__item:nth-child(2), .mih-btn-category__item:nth-child(2) {
    margin-top: -1px
}
}
.mih-btn-list__item:nth-child(even), .mih-btn-category__item:nth-child(even) {
    margin-left: -1px
}

@media screen and (max-width: 767px) {
.mih-btn-list__item:nth-child(even), .mih-btn-category__item:nth-child(even) {
    margin-left: 0
}
}
.mih-btn-list__item:nth-child(n+3), .mih-btn-category__item:nth-child(n+3) {
    margin-top: -1px
}
.mih-btn-category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 45px
}

@media screen and (max-width: 767px) {
.mih-btn-category {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -10px
}
}
.mih-btn-category__inner {
    display: block;
    width: 48%;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
.mih-btn-category__inner {
    width: 100%
}
}
.mih-btn-category__item {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom-width: 0
}
.mih-btn-category__item:last-child {
    border: 1px solid #e4e4e4
}
.mih-btn-category__item:nth-child(even) {
    margin: 0
}
.mih-btn-conversion {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 1em;
    background: linear-gradient(90deg, #ff7b9b 0%, #ffb3a0 100%);
    transition: all 1s
}
.mih-btn-conversion::before {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid #fff;
    content: ""
}

.mih-btn-inquiry {
    position: relative;
    display: inline-block;
    width: 100%;
	margin-top: 4em;
    padding: 1em;
    background: #666;
	text-decoration:none
}
.mih-btn-inquiry::before {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid #ccc;
    content: ""
}

@media screen and (min-width: 768px) {
.mih-btn-conversion:hover, .mih-btn-inquiry:hover {
    background: linear-gradient(90deg, rgba(255,123,155,0) 0%, rgba(255,179,160,0) 100%)
}
.mih-btn-conversion:hover::before {
    border-color: #d92b5a
}
 .mih-btn-inquiry:hover::before {
    border-color: #ccc
}
}
.mih-btn-conversion:hover .mih-btn-conversion__text, .mih-btn-conversion:hover .mih-btn-conversion__text--sub {
    color: #d92b5a
}
.mih-btn-inquiry:hover .mih-btn-inquiry__text{
	color:#666
}
.mih-btn-conversion:hover .mih-btn-conversion__text--sub::before, .mih-btn-conversion:hover .mih-btn-conversion__text--sub::after {
    background: #d92b5a
}
.mih-btn-conversion:hover .mih-btn-conversion__icon {
    border-color: #d92b5a
}
.mih-btn-inquiry:hover .mih-btn-inquiry__icon {
    border-color: #666
}

.mih-btn-conversion__text, .mih-btn-conversion__text--sub, .mih-btn-inquiry__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.25em
}
.mih-btn-conversion__text--sub {
    font-size: 14px;
    font-size: 1.4rem
}
.mih-btn-conversion__text--sub::before, .mih-btn-conversion__text--sub::after {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #fff;
    content: ""
}
.mih-btn-conversion__text--sub::before {
    transform: rotate(-40deg);
    margin-right: 10px
}
.mih-btn-conversion__text--sub::after {
    transform: rotate(40deg);
    margin-left: 5px
}
.mih-btn-conversion__icon, .mih-btn-inquiry__icon {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: rotate(45deg)
}
.mih-btn-line {
    position: relative;
    display: inline-block;
    padding: 1em;
    padding-right: 2.5em;
    min-width: 400px;
    background: #F1F1F1;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center
}
.mih-btn-line::before {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid #fff;
    content: ""
}
.mih-btn-line [class^="mih-ico"] {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%)
}

@media screen and (max-width: 767px) {
.mih-btn-line {
    min-width: auto;
    width: 300px
}
}

@media screen and (max-width: 480px) {
.mih-btn-line {
    min-width: auto;
    width: 200px
}
}
#mih-btn-pagetop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 100px;
    padding-left: 20px;
    width: 50px;
    height: 50px;
    background: #222;
    cursor: pointer;
    opacity: 0.5;
    z-index: 9999
}
#mih-btn-pagetop::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 17px;
    margin-top: -3px;
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(-45deg)
}

@media screen and (max-width: 767px) {
#mih-btn-pagetop {
    right: 30px
}
}
#mih-btn-guidetop {
    display: none;
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999
}

@media screen and (max-width: 480px) {
#mih-btn-guidetop {
    left: auto;
    right: 90px;
    transform: translateX(0)
}
}
.mih-form {
    width: 210px;
    background-color: #fff;
    border: 1px solid #e4e4e4
}

@media screen and (max-width: 767px) {
.mih-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 20px);
    margin: 10px 10px 0 10px
}
}
.mih-form-control {
    width: 170px;
    height: 30px;
    padding-left: 15px;
    border: none
}

@media screen and (max-width: 767px) {
.mih-form-control {
    width: 90%
}
}
.mih-form-search {
    width: 30px;
    height: 20px;
    border: none;
    background: url(../images/ico-search.png) 50% 40% no-repeat;
    cursor: pointer
}

@media screen and (max-width: 767px) {
.mih-form-search {
    width: 8%
}
}
.form-check-input {
    margin-top: 0;
    margin-left: -15px;
    margin-left: -1.5rem
}
.mih-ico-arrow, .mih-ico-arrow--lg, .mih-ico-arrow-down, .mih-ico-arrow-down--lg {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: rotate(45deg)
}
.mih-ico-arrow--lg {
    width: 12px;
    height: 12px
}
.mih-ico-arrow-down, .mih-ico-arrow-down--lg {
    transform: rotate(135deg)
}
.mih-ico-arrow-down--lg {
    width: 12px;
    height: 12px
}
.mih-ico-caret, .mih-ico-caret-right, .mih-ico-caret-right--side, .mih-ico-caret-right--light, .mih-ico-caret-up, .mih-ico-caret-down, .mih-ico-caret-down--small, .mih-ico-caret-down--large {
    position: relative;
    padding-left: 20px
}
.mih-ico-caret::before, .mih-ico-caret-right::before, .mih-ico-caret-right--side::before, .mih-ico-caret-right--light::before, .mih-ico-caret-up::before, .mih-ico-caret-down::before, .mih-ico-caret-down--small::before, .mih-ico-caret-down--large::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-color: #007BFF;
}
.mih-ico-caret-right::before {
    top: 25%;
    left: 10px;
    transform: rotate(45deg)
}
.mih-ico-caret-right--side::before {
    top: 40%;
    transform: rotate(45deg)
}
.mih-ico-caret-right--light::before {
    top: 40%;
    right: 10%;
    transform: rotate(45deg);
    border-top: solid 1px #fff;
    border-right: solid 1px #fff
}
.mih-ico-caret-up::before {
    top: 50%;
    margin-top: -3px;
    transform: rotate(-45deg)
}
.mih-ico-caret-down {
    padding-left: 0
}
.mih-ico-caret-down::before {
    top: 50%;
    left: 0;
    margin-top: -7px;
    transform: rotate(135deg)
}
.mih-ico-caret-down--small {
    padding-left: 10px;
    margin-left: 5px
}
.mih-ico-caret-down--small::before {
    width: 5px;
    height: 5px;
    top: 50%;
    left: 0;
    margin-top: -4px;
    transform: rotate(135deg)
}
.mih-ico-caret-down--large {
    padding-left: 20px;
    margin-left: 5px
}
.mih-ico-caret-down--large::before {
    width: 12px;
    height: 12px;
    top: 10px;
    left: 0;
    margin-top: -4px;
    transform: rotate(135deg)
}
.mih-ico-link, .mih-ico-link--light {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    white-space: nowrap;
    vertical-align: middle;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    background-image: url(../images/ico-link.png)
}
.mih-ico-link--light {
    background-image: url(../images/ico-link-light.png);
    padding-top: 20px
}
.mih-ico-rect {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #e4e4e4;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: normal;
    text-align: center;
    line-height: 20px
}
.mih-ico-modal {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 27px 40px
}
.mih-ico-modal::after {
    display: block;
    content: " ";
    position: relative;
    height: 30px;
    width: 3px;
    background: #fff
}
.mih-ico-modal::before {
    display: block;
    content: " ";
    position: absolute;
    top: 40px;
    left: 26px;
    height: 3px;
    width: 30px;
    background: #fff
}
.mih-ico-heading, .mih-ico-heading--date, .mih-ico-heading--safe, .mih-ico-heading--box, .mih-ico-heading--payment, .mih-ico-heading--file {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain
}
.mih-ico-heading--date {
    background: url("../images/ico_date.svg") 50% 50% no-repeat
}
.mih-ico-heading--safe {
    background: url("../images/ico_safe.svg") 50% 50% no-repeat
}
.mih-ico-heading--box {
    background: url("../images/ico_box.svg") 50% 50% no-repeat
}
.mih-ico-heading--payment {
    background: url("../images/ico_payment.svg") 50% 50% no-repeat
}
.mih-ico-heading--file {
    background: url("../images/ico_file.svg") 50% 50% no-repeat
}
.mih-ico-flow, .mih-ico-flow--login, .mih-ico-flow--search, .mih-ico-flow--cart, .mih-ico-flow--house, .mih-ico-flow--building, .mih-ico-flow--wallet, .mih-ico-flow--check, .mih-ico-flow--box {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain
}
.mih-ico-flow--login {
    background: url("../images/ico_login.svg") 50% 50% no-repeat
}
.mih-ico-flow--search {
    background: url("../images/ico_search_02.svg") 50% 50% no-repeat
}
.mih-ico-flow--cart {
    background: url("../images/ico_cart.svg") 50% 50% no-repeat
}
.mih-ico-flow--house {
    background: url("../images/ico_house.svg") 50% 50% no-repeat
}
.mih-ico-flow--building {
    background: url("../images/ico_building.svg") 50% 50% no-repeat
}
.mih-ico-flow--wallet {
    background: url("../images/ico_wallet.svg") 50% 50% no-repeat
}
.mih-ico-flow--check {
    background: url("../images/ico_check.svg") 50% 50% no-repeat
}
.mih-ico-flow--box {
    background: url("../images/ico_box.svg") 50% 50% no-repeat
}
.mih-ico-flow--border {
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #e4e4e4;
    vertical-align: middle
}
.mih-ico-flow-img {
    margin: 15px 0
}
.mih-block-sidebar {
    width: 100%;
    margin-right: 30px;
    border: 1px solid #e4e4e4
}
.mih-block-sidebar__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 30px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #F1F1F1;
    line-height: 23px;
    line-height: 2.3rem;
    letter-spacing: 2px
}
.mih-block-sidebar__title:last-child {
    border-bottom: none;
    border-top: 1px solid #F1F1F1
}
.mih-block-sidebar__title--bg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px;
    background-color: #FAFAFA;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    font-weight: bold
}
.mih-block-sidebar__title--bg:hover {
    background-color: #F1F1F1
}
.mih-block-sidebar__body {
    padding: 20px 30px
}
.mih-block-sidebar__list {
    padding: 15px 0
}
.mih-block-sidebar__list--child {
    padding: 15px 0 0
}
.mih-block-sidebar__link:hover {
    text-decoration: underline
}
.mih-block-sidebar__arrow {
    position: relative;
    display: inline-block;
    margin: 0 0 0 15px;
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer
}
.mih-block-sidebar__arrow::before {
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 50%;
    background: transparent;
    border: 1px solid #333;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: translate(-50%, -50%) rotate(135deg);
    content: ""
}
.mih-block-heading, .mih-block-heading--stack {
    width: 100%;
    border: 1px solid #e4e4e4
}
.mih-block-heading__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #F1F1F1;
    line-height: 23px;
    line-height: 2.3rem;
    letter-spacing: 2px
}
.mih-block-heading__title:last-child {
    border-bottom: none;
    border-top: 1px solid #F1F1F1
}
.mih-block-heading__title--bg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    background-color: #FAFAFA;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    font-weight: bold
}
.mih-block-heading__title--bg:hover {
    background-color: #F1F1F1
}
.mih-block-heading__title--bg :not(.collapsed) .mih-ico-arrow-down, .mih-block-heading__title--bg :not(.collapsed) .mih-ico-arrow-down--lg {
    transform: rotate(315deg);
    transition: all .25s
}
.mih-block-heading__title--bg .collapsed .mih-ico-arrow-down, .mih-block-heading__title--bg .collapsed .mih-ico-arrow-down--lg {
    transition: all .25s
}
.mih-block-heading__body {
    padding: 20px 30px
}
.mih-block-heading__list {
    position: relative;
    padding: 15px 0
}
.mih-block-heading__list :not(.collapsed) .mih-block-heading__arrow {
    transform: rotate(180deg);
    transition: all .25s
}
.mih-block-heading__list .collapsed .mih-block-heading__arrow {
    transform: rotate(0deg);
    transition: all .25s
}
.mih-block-heading__list--child {
    padding: 15px 0 0
}
.mih-block-heading__link {
    display: inline-block;
    padding: 0 15px 0 0;
    border: 1px solid transparent
}
.mih-block-heading__link:hover {
    border-bottom-color: #d1d1d1
}
.mih-block-heading__text {
    border: 1px solid transparent
}
.mih-block-heading__text:hover {
    border-bottom-color: #d1d1d1
}
.mih-block-heading__icon {
    position: absolute;
    top: 15px;
    right: 0
}
.mih-block-heading__arrow {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #ccc;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer
}
.mih-block-heading__arrow::before {
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 50%;
    background: transparent;
    border: 1px solid #333;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: translate(-50%, -50%) rotate(135deg);
    content: ""
}
.mih-block-heading--stack {
    border-bottom-width: 0
}
.mih-block-heading--stack .mih-block-heading__title--bg {
    border: none
}
.mih-block-table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    /*border: 1px solid #e4e4e4;
    border-right-width: 0;
    border-bottom-width: 0*/
}

@media screen and (max-width: 767px) {
.mih-block-table {
    -ms-flex-direction: column;
    /*flex-direction: column*/
}
}
.mih-block-table__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    /*padding: 15px 10px;*/
    padding: 8px;
	width: 25%;
    /*background-color: #FAFAFA;
    border: 1px solid #e4e4e4;
    border-top-width: 0;
    border-left-width: 0*/
}
/*.mih-block-table__item:hover {
    background-color: #F1F1F1
}*/

.mih-block-table__item:hover {
background-color: rgb(236,245,255);}

@media screen and (max-width: 767px) {
.mih-block-table__item {tab-size: 
    width: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.mih-block-table__item:hover {
    background-color: #FAFAFA
}
}
.mih-block-light {
    display: block;
    width: 100%;
    background: #FAFAFA;
    border: 1px solid #e4e4e4
}
.mih-block-light:hover {
    background-color: #F1F1F1
}
.mih-modal {
    position: relative;
    margin: 0 0 30px 0;
    cursor: pointer
}
.mih-modal img {
    width: 100%;
    vertical-align: middle
}
.mih-modal-hover {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: 0.5;
    z-index: 999
}
.mih-modal-hover .mih-ico-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.mih-modal:hover .mih-modal-hover {
    display: block
}
.modal-header {
    background-color: #F1F1F1
}
.modal-body img {
    width: 100%
}
.mih-txt-indent {
    display: table
}
.mih-txt-indent__lg {
    display: table;
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem
}
.mih-txt-indent__mark {
    display: table-cell;
    padding-right: 10px;
    padding-right: 1rem;
    vertical-align: top;
    white-space: nowrap;
    font-style: normal
}
.mih-txt-indent__underline {
    display: inline-block;
    margin: 10px 10px 10px 30px;
    padding: 3px 0;
    border-bottom: 1px solid transparent
}
.mih-txt-indent__underline:hover {
    border-bottom: 1px solid #d1d1d1
}
.mih-txt-indent__bg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 5px;
    padding-left: 10px;
    padding-left: 1rem
}
.mih-txt-indent__hyphen {
    display: inline-block;
    margin-left: -10px;
    margin-left: -1rem;
    letter-spacing: 5px;
    letter-spacing: 0.5rem
}
.mih-txt-link {
    text-decoration: underline
}
.mih-txt-link--light {
    color: #135596;
    border-bottom: 1px solid #135596
}
.mih-txt--right {
    text-align: right
}
.mih-txt--center {
    text-align: center
}
.mih-txt--left {
    text-align: left
}
.mih-txt--bold {
    font-weight: bold !important
}
.mih-txt--normal {
    font-weight: normal !important
}
.mih-txt--em {
    margin: 1em 0;
    font-size: 20px;
    font-size: 2rem;
    color: #e7003e;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.2em
}
.mih-txt--border {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #d1d1d1
}
.mih-heading1, .mih-heading1--faq {
    margin: 25px 0 45px;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 8px;
    letter-spacing: 0.8rem;
    text-align: center;
    font-weight: bold
}

@media screen and (max-width: 767px) {
.mih-heading1--faq {
    font-size: 1.8rem
}
}
.mih-heading2 {
    margin: 30px 0;
    padding-left: 20px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-left: 4px solid #e7003e
}
.mih-heading2__sub {
    padding: 0 0 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal
}
.mih-heading3 {
    margin: 30px 0;
    padding-left: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    border-left: 2px solid #000
}
.mih-heading4 {
    margin: 30px 0;
    padding-left: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    border-left: 2px solid #000
}
/*.mih-heading5 {
    margin-top: 15px
}*/

.mih-heading5 {
    margin: 15px 0 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted;
    font-weight: bold;
}

.heading5 {
    margin: 10px 0;
    font-weight: bold;
}


.mih-heading-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal
}
.mih-heading-icon [class^="mih-ico"] {
    margin-right: 5px
}
.mih-heading-category {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    /*margin-top: 20px*/
}
.mih-heading-category__sub {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px
}
.mih-layout {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 100px;
    padding: 15px;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 767px) {
.mih-layout {
    margin: 0 auto 60px;
    padding: 10px
}
}
.mih-layout__main {
    width: calc(100% - 330px)
}

@media screen and (max-width: 767px) {
.mih-layout__main {
    width: 100%
}
}
.mih-layout__side {
    width: 300px;
    margin-right: 30px
}

@media screen and (max-width: 767px) {
.mih-layout__side {
    display: none
}
}
.mih-layout-article {
    width: 100%
}
.mih-layout-section {
    width: 100%
}
.mih-layout-txt {
    width: 100%;
    margin: 0 0 15px 0
}
.mih-layout--popup {
    width: 100%;
    max-width: 405px;
    margin: 0 auto 100px;
    padding: 15px;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 767px) {
.mih-layout--popup {
    margin: 0 auto 60px;
    padding: 10px
}
}
.mih-list, .mih-list--indent {
    margin: 0 0 30px 0
}
.mih-list__item {
    padding: 5px 0
}
.mih-list--indent {
    padding: 0 0 0 15px
}
.mih-sidebar {
    width: 100%
}
.mih-sidebar__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
    border: 1px solid #e4e4e4;
    border-bottom-width: 0
}
.mih-sidebar__item:last-child {
    border-bottom-width: 1px
}
.mih-sidebar__item :not(.collapsed) .mih-ico-arrow-down, .mih-sidebar__item :not(.collapsed) .mih-ico-arrow-down--lg {
    transform: rotate(315deg);
    transition: all .25s
}
.mih-sidebar__item .collapsed .mih-ico-arrow-down, .mih-sidebar__item .collapsed .mih-ico-arrow-down--lg {
    transition: all .25s
}
.mih-sidebar__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold
}
.mih-sidebar__title--sub {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    font-weight: bold
}
.mih-sidebar__title:hover .mih-sidebar__text {
    border-bottom-color: #d1d1d1
}
.mih-sidebar__text {
    display: block;
    margin: 0 0 5px 0;
    border: 1px solid transparent
}
.mih-sidebar-child {
    width: 100%
}
.mih-sidebar-child__head {
    width: 100%;
    padding: 20px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #FAFAFA
}
.mih-sidebar-child__title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold
}
.mih-table, .mih-table--border {
    width: 100%;
    margin: 0 0 30px 0;
    border: 1px solid #e4e4e4
}
.mih-table:last-child, .mih-table--border:last-child {
    margin-bottom: 0
}
.mih-table th, .mih-table--border th, .mih-table td, .mih-table--border td {
    padding: 15px;
    font-weight: normal;
    border: 1px solid #e4e4e4;
    vertical-align: middle
}
.mih-table th, .mih-table--border th {
    background: #FAFAFA
}
.mih-table__col--10 {
    width: 10%
}
.mih-table__col--20 {
    width: 20%
}
.mih-table__col--30 {
    width: 30%
}
.mih-table__col--40 {
    width: 40%
}
.mih-table__col--50 {
    width: 50%
}
.mih-table__col--60 {
    width: 60%
}
.mih-table__col--70 {
    width: 70%
}
.mih-table__col--80 {
    width: 80%
}
.mih-table__col--90 {
    width: 90%
}
.mih-table--border {
    border-left-width: 0;
    border-right-width: 0
}
.mih-table--border th, .mih-table--border td {
    border: none
}
.mih-table--border th {
    background: transparent
}
.mih-table--border tr {
    border-bottom: 1px solid #e4e4e4
}
.mih-table--border tr:last-child {
    border-bottom-width: 0
}
