@charset "utf-8";

/* ------------------------------------------------------
 * PC layout
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
  /* --- m-corp-support-index-search__inline --- */
  .m-corp-support-index-search__inline {
    width: 19px;
    height: 18px;
    margin: 0 8px;
    vertical-align: text-top;
  }
  
  /* --- m-corp-support-index-search-box --- */
  .m-corp-support-index-search-box {
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
    padding: 20px;
    background: #fffae9;
    border-radius: 5px;
  }
  .m-corp-support-index-search-box__head {
    width: 180px;
    flex-basis: 180px;
    margin-right: 19px;
  }
  .m-corp-support-index-search-box__body {
    flex-grow: 1;
  }
  .m-corp-support-index-search-box__button {
    height: 100%;
  }
  .m-corp-support-index-search-box__button__type {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1.2em 1.2em 0.8em;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px #dde0e5 inset;
    line-height: 1.4;
    text-align: center;
  }
  .m-corp-support-index-search-box__button__type:hover {
    border-color: #024f95;
    background-color: #0067c3;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px #0067c3 inset;
    color: #fff;
  }
  .m-corp-support-index-search-box__button__label {
    display: inline-block;
    font-weight: bold;
  }
  .m-corp-support-index-search-box__title {
    line-height: 1.2;
    font-weight: bold;
  }
  .m-corp-support-index-search-box__search {
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
  }
  .m-corp-support-index-search-box__search__key {
    flex-grow: 1;
  }
  .m-corp-support-index-search-box__search__key__input {
    /* reset */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    
    /* custom */
    width: 100%;
    padding: 11px 18px;
    border-radius: 5px 0 0 5px;
    border: 1px solid  #dde0e5;
    border-right: none;
    background: #fff;
    box-shadow: 0px 2px 7px -2px rgb(0 0 0 / 20%) inset;
  }
  .m-corp-support-index-search-box__search__button {
    flex-basis: 59px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background: #465059;
    border-radius: 0 5px 5px 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    cursor: pointer;
    z-index: 2;
  }
  .m-corp-support-index-search-box__search__button:hover {
    background: #0067c3;
  }
  .m-corp-support-index-search-box__search__button::before {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 12px);;
    display: block;
    width: 23px;
    height: 21px;
    background: url(/app-files/img/sprite/icon.svg#search2-usage);
    z-index: 1;
  }
  .m-corp-support-index-search-box__search__button__submit {
    /* reset */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    
    /* custom */
    position: relative;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    z-index: 2;
  }
  
  /* --- m-corp-support-index-layout --- */
  .m-corp-support-index-layout {
    display: flex;
    flex-flow: row wrap;
    margin-top: 1.6em;
  }
  .m-corp-support-index-layout__item {
    margin-right: 36px;
    width: calc((100% - 36px) / 2);
  } 
  .m-corp-support-index-layout__item:nth-child(2n) {
    margin-right: 0;
  }
  .m-corp-support-index-layout__item:nth-child(n+3) {
    margin-top: 26px;
  }
  .m-corp-support-index-layout__type {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 112px;
    padding: 23px;
    background: #fff;
    border: 1px solid  #dde0e5;
    border-radius: 5px;
    box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 20%);
  }
  .m-corp-support-index-layout__type:hover {
    background: #fffae9;
  }
  .m-corp-support-index-layout__head {
    width: 82px;
    flex-basis: 82px;
    flex-shrink: 0;
    margin-right: 24px;
    text-align: center;
  }
  .m-corp-support-index-layout__image {
  }
  .m-corp-support-index-layout__image.type01 {
    width: 74px;
    height: 56px;
  }
  .m-corp-support-index-layout__image.type02 {
    width: 64px;
    height: 64px;
  }
  .m-corp-support-index-layout__image.type03 {
    width: 52px;
    height: 58px;
  }
  .m-corp-support-index-layout__image.type04 {
    width: 71px;
    height: 29px;
  }
  .m-corp-support-index-layout__image.type05 {
    width: 78px;
    height: 56px;
  }
  .m-corp-support-index-layout__image.type06 {
    width: 67px;
    height: 49px;
  }
  .m-corp-support-index-layout__image.type07 {
    width: 82px;
    height: 49px;
  }
  .m-corp-support-index-layout__image.type08 {
    width: 63px;
    height: 63px;
  }
  .m-corp-support-index-layout__image.type09 {
    width: 48px;
    height: 66px;
  }
  .m-corp-support-index-layout__body {
    line-height: 1.4;
    font-size: 2.0rem;
    font-weight: bold;
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-corp-support-index-layout__type:hover .m-corp-support-index-layout__body {
    color: #c17b00;
  }
  .m-corp-support-index-layout__body::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 5px;
    border-top: 1px solid  #adb3b9;
    border-right: 1px solid  #adb3b9;
    transform: rotate(45deg);
    vertical-align: middle;
  }
  
  .m-corp-support-index-layout + .m-list-wrap {
    margin-top: 1.6em;
  }
}


/* ------------------------------------------------------
 * SP layout
------------------------------------------------------ */
@media only screen and (max-width: 767.98px) {
  /* --- m-corp-support-index-search__inline --- */
  .m-corp-support-index-search__inline {
    width: 14px;
    height: 14px;
    margin: 0 8px;
    vertical-align: text-top;
  }
  
  /* --- m-corp-support-index-search-box --- */
  .m-corp-support-index-search-box {
    margin-top: 1em;
    padding: 20px 16px;
    background: #fffae9;
    border-radius: 5px;
  }
  .m-corp-support-index-search-box__head {
  }
  .m-corp-support-index-search-box__body {
    margin-top: 1em;
  }
  .m-corp-support-index-search-box__button {
  }
  .m-corp-support-index-search-box__button__type {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: .9em 1.0em .7em;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px #dde0e5 inset;
    line-height: 1.4;
    text-align: center;
  }
  .m-corp-support-index-search-box__button__label {
    display: inline-block;
    font-weight: bold;
  }
  .m-corp-support-index-search-box__title {
    line-height: 1.2;
    font-weight: bold;
  }
  .m-corp-support-index-search-box__search {
    display: -webkit-flex;
    display: flex;
    margin-top: 12px;
  }
  .m-corp-support-index-search-box__search__key {
    flex-grow: 1;
  }
  .m-corp-support-index-search-box__search__key__input {
    /* reset */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    
    /* custom */
    width: 100%;
    padding: 10px 12px;
    border-radius: 5px 0 0 5px;
    border: 1px solid  #dde0e5;
    border-right: none;
    background: #fff;
    box-shadow: 0px 2px 7px -2px rgb(0 0 0 / 20%) inset;
  }
  .m-corp-support-index-search-box__search__button {
    flex-basis: 45px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background: #465059;
    border-radius: 0 5px 5px 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    cursor: pointer;
    z-index: 2;
  }
  .m-corp-support-index-search-box__search__button::before {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);;
    display: block;
    width: 21px;
    height: 20px;
    background: url(/app-files/img/sprite/icon.svg#search2-usage);
    z-index: 1;
  }
  .m-corp-support-index-search-box__search__button__submit {
    /* reset */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    
    /* custom */
    position: relative;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    z-index: 2;
  }
  
  /* --- m-corp-support-index-layout --- */
  .m-corp-support-index-layout {
    margin-top: 1.8em;
  }
  .m-corp-support-index-layout__item {
  } 
  .m-corp-support-index-layout__item:nth-child(n+2) {
    margin-top: 1em;
  }
  .m-corp-support-index-layout__type {
    display: flex;
    align-items: center;
    min-height: 94px;
    padding: 1em;
    background: #fff;
    border: 1px solid  #dde0e5;
    border-radius: 5px;
    box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 20%);
  }
  .m-corp-support-index-layout__head {
    width: 82px;
    flex-basis: 82px;
    flex-shrink: 0;
    margin-right: 22px;
    text-align: center;
  }
  .m-corp-support-index-layout__image {
  }
  .m-corp-support-index-layout__image.type01 {
    width: 74px;
    height: 57px;
  }
  .m-corp-support-index-layout__image.type02 {
    width: 64px;
    height: 64px;
  }
  .m-corp-support-index-layout__image.type03 {
    width: 51px;
    height: 58px;
  }
  .m-corp-support-index-layout__image.type04 {
    width: 71px;
    height: 29px;
  }
  .m-corp-support-index-layout__image.type05 {
    width: 78px;
    height: 56px;
  }
  .m-corp-support-index-layout__image.type06 {
    width: 67px;
    height: 49px;
  }
  .m-corp-support-index-layout__image.type07 {
    width: 82px;
    height: 49px;
  }
  .m-corp-support-index-layout__image.type08 {
    width: 63px;
    height: 63px;
  }
  .m-corp-support-index-layout__image.type09 {
    width: 48px;
    height: 66px;
  }
  .m-corp-support-index-layout__body {
    line-height: 1.4;
    font-size: 1.5rem;
    font-weight: bold;
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-corp-support-index-layout__body::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 5px;
    border-top: 1px solid  #adb3b9;
    border-right: 1px solid  #adb3b9;
    transform: rotate(45deg);
    vertical-align: middle;
  }
  
  .m-corp-support-index-layout + .m-list-wrap {
    margin-top: .8em;
  }
  
}

/* ------------------------------------------------------
 * Print layout
------------------------------------------------------ */
@media print {
}