.Serch__title{
  font-size: 36px;
  font-weight: bold;
  color: #144D9C;
  padding-bottom: 13px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.Serch__box {
  display: block;
}
@media (min-width: 741px) {
  .Serch__box .gsc-control-searchbox-only {
    margin: 0px !important;
    padding: 0px !important;
    border: 2px solid #191E6F !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  .Serch__box .gsc-search-box {
    margin: 0px !important;
  }
  .Serch__box .gsc-input {
    background-color: #ffffff !important;
    width: 100% !important;
    height: 48px !important;
    color: #191E6F;
    border-radius: 4px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  .Serch__box .gsc-input-box {
    background-color: #ffffff !important;
    padding: 0 !important;
  }
  .Serch__box .gsib_a {
    padding-left: 20px !important;
  }
  .Serch__box .gsc-search-button {
    margin: 0 !important;
    width: 74px !important;
    background-color: #144D9C !important;
  }
  .Serch__box .gsc-search-button-v2 {
    margin: 0 !important;
    width: 74px !important;
    background-color: #144D9C !important;
  }
  .Serch__box .gsc-search-button svg {
    fill: #ffffff !important;
  }
  .Serch__box .gsc-input[type="text"] {
    font-size: 18px;
  }
  .Serch__box .gsc-input::placeholder{
    font-size: 18px;
  }
}

@media (max-width: 740px) {
  #contents {
    padding: 0 16px;
  }
  .Serch__title{
    border-bottom: #144D9C solid 1px;
    margin-bottom: 24px;
    padding-bottom: 7px;
    font-size: 20px;
  }
  .Serch__box .gsc-control-searchbox-only {
    margin: 0px !important;
    padding: 0px !important;
    border: 1px solid #191E6F !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    width: 99%;
  }
  .Serch__box .gsc-search-box {
    margin: 0px !important;
  }
  .Serch__box .gsc-input {
    background-color: #ffffff !important;
    width: 100% !important;
    height: 11.6vw !important;
    color: #191E6F;
    border-radius: 8px !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
  }
  .Serch__box .gsc-input-box {
    background-color: #ffffff !important;
    padding: 0 !important;
  }
  .Serch__box .gsib_a {
    padding-left: 20px !important;
  }
  .Serch__box .gsc-search-button {
    background-color: #ffffff !important;
    margin: 0 !important;
    margin-right: -3px !important;
  }
  .Serch__box .gsc-search-button-v2 {
    margin: 0 !important;
    width: 42px !important;
    height: 11.6vw !important;
    background-color: #171C61 !important;

  }
  .Serch__box .gsc-search-button svg {
    fill: #ffffff !important;
  }
}






/*
=================================================
sc__list
=================================================
*/
/* PC */
@media (min-width: 741px) {
  .sc__list{
    margin-bottom: 40px;
  }
  .sc__list-ttl{
    color: #171C61;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4444em;
    padding: 20px 0 20px 32px;
    background-color: #EFEFEF;
  }
  .sc__list-wrap{
    padding: 24px 32px;
    background-color: #FAFAFA;
  }
  .sc__list-wrap-item{
    position: relative;
  }
  .sc__list-wrap-item:not(:last-of-type){
    margin-bottom: 24px;
  }
  .sc__list-wrap-item::after{
    content: "";
    background-image: url(/_shared/img/icon-arrow_sc_list.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
  }
  .sc__list-wrap-item a{
    color: #595757;
    font-size: 16px;
    line-height: 1.5em;
  }
}

/* SP */
@media (max-width: 740px) {
  .sc__list:last-of-type{
    margin-bottom: 40px;
  }
  .sc__list-ttl{
    color: #171C61;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 23px 0 23px 36px;
    background-color: #EFEFEF;
  }
  .sc__list-wrap{
    padding: 27px 36px;
    background-color: #FAFAFA;
  }
  .sc__list-wrap-item{
    position: relative;
  }
  .sc__list-wrap-item:not(:last-of-type){
    margin-bottom: 16px;
  }
  .sc__list-wrap-item::after{
    content: "";
    background-image: url(/_shared/img/icon-arrow_sc_list.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 27px;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
  }
  .sc__list-wrap-item a{
    color: #595757;
    font-size: 18px;
    line-height: 1.44444em;
  }

  .app{
    display: block;
  }
  .app__lead-download--sp:first-of-type {
    margin-top: 4.53vw;
  }
  .app__lead-download--sp:not(:first-of-type) {
    margin-top: 0;
  }
}