@charset "Shift_JIS";

/* pc */
@media (min-width: 769px) {
  .main {
    padding: 60px 0 85px;
  }
  .cont-wrap:not(:last-child) {
    margin-bottom: 60px;
  }
  .cont-wrap:not(.cont-wrap--2col) .cont:not(:last-child) {
    margin-bottom: 60px;
  }
  .cont-wrap--2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cont-wrap--2col .cont {
    width: 48.6842%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .cont-wrap--2col .cont:not(:nth-last-child(-n + 2)) {
    margin-bottom: 24px;
  }
  .btn_area-2col {
    margin: 0;
    margin-top: auto;
  }
  .cont-ttl-area {
    margin-bottom: 30px;
  }
  .cont__txt-wrap {
    margin-bottom: 27px;
  }
  .cont__txt {
    font-size: 14px;
    line-height: 22.4px;
    font-weight: normal;
  }
  .apply-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 33px;
  }
  .apply {
    width: 24.38%;
  }
  .apply__ttl {
    border-radius: 14px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22.4px;
    background-color: #e7eeec;
    text-align: center;
    width: 100%;
    padding: 4px 0 5px;
    margin-bottom: 8px;
  }
  .apply__txt {
    text-align: center;
    font-size: 18px;
    line-height: 22.4px;
  }
  .apply__txt--num {
    font-family: din-2014, sans-serif;
    font-style: normal;
    font-weight: 600;
  }
  .apply__txt--small {
    font-size: 12px;
  }
  .annotation {
    margin-bottom: 30px;
    margin-left: 1.5em;
  }
  .annotation__list {
    font-size: 12px;
    font-weight: normal;
    line-height: 22.4px;
    position: relative;
  }
  .annotation__list::before {
    margin-right: 2px;
    content: "";
    position: absolute;
    left: -1.5em;
  }
  .cont-item__ttl-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
  }
  .cont-item__img {
    display: block;
    margin-right: 8px;
  }
  .cont-item__ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
  }
  .cont-item__txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 22.4px;
    margin-bottom: 30px;
  }
  .qa__list {
    padding: 24px 0 19px;
    border-bottom: solid 1px #e7eeec;
  }
  .qa__list:first-child {
    padding-top: 0;
  }
  .qa__list-txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 22.4px;
    display: flex;
  }
  .qa__list-txt:not(:last-child) {
    margin-bottom: 9px;
  }
  .qa__list-txt--que {
    font-weight: bold;
  }
  .qa__list-txt--que::before,
  .qa__list-txt--ans::before {
    display: inline-block;
    margin-right: 4px;
    content: "";
    width: 24px;
    min-width: 24px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .qa__list-txt--que::before {
    background-image: url(../img/menu_icon_que.png);
  }
  .qa__list-txt--ans::before {
    background-image: url(../img/menu_icon_ans.png);
  }
}
/* tablet */
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .apply {
    width: 48%;
  }
  .apply:nth-child(-n + 2) {
    margin-bottom: 10px;
  }
  .cont-wrap--2col {
    box-sizing: border-box;
    margin: 0 40px;
  }
}
/* sp */
@media (max-width: 768px) {
  .main {
    padding: 20px 0 30px;
  }
  .g-btn {
    width: 100%;
    font-size: 15px;
  }
  .cont-wrap:not(:last-child) {
    margin-bottom: 30px;
  }
  .cont-wrap--2col {
    margin: 0 15px;
  }
  .cont-wrap .cont:not(:last-child) {
    margin-bottom: 30px;
  }
  .cont-ttl-area {
    margin-bottom: 25px;
  }
  .cont__txt-wrap {
    margin-bottom: 27px;
  }
  .cont__txt {
    font-size: 14px;
    line-height: 22.4px;
    font-weight: normal;
  }
  .apply-wrap {
    margin-bottom: 20px;
  }
  .apply:not(:last-child) {
    margin-bottom: 10px;
  }
  .apply__ttl {
    border-radius: 14px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22.4px;
    background-color: #e7eeec;
    text-align: center;
    width: 100%;
    padding: 4px 0 5px;
    margin-bottom: 8px;
  }
  .apply__txt {
    text-align: center;
    font-size: 18px;
    line-height: 22.4px;
  }
  .apply__txt--num {
    font-family: din-2014, sans-serif;
    font-style: normal;
    font-weight: 600;
  }
  .apply__txt--small {
    font-size: 12px;
  }
  .annotation {
    margin-bottom: 30px;
    margin-left: 1.5em;
  }
  .annotation__list {
    font-size: 12px;
    font-weight: normal;
    line-height: 22.4px;
    position: relative;
  }
  .annotation__list::before {
    margin-right: 2px;
    content: "";
    position: absolute;
    left: -1.5em;
  }
  .cont-item__ttl-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
  }
  img.cont-item__img {
    display: block;
    margin-right: 8px;
    width: 48px;
    height: 48px;
  }
  .cont-item__ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
  }
  .cont-item__txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 22.4px;
    margin-bottom: 30px;
  }
  .qa__list {
    padding: 24px 0 19px;
    border-bottom: solid 1px #e7eeec;
  }
  .qa__list:first-child {
    padding-top: 0;
  }
  .qa__list-txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 22.4px;
    display: flex;
  }
  .qa__list-txt:not(:last-child) {
    margin-bottom: 9px;
  }
  .qa__list-txt--que {
    font-weight: bold;
  }
  .qa__list-txt--que::before,
  .qa__list-txt--ans::before {
    display: inline-block;
    margin-right: 4px;
    content: "";
    width: 24px;
    min-width: 24px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .qa__list-txt--que::before {
    background-image: url(../img/menu_icon_que.png);
  }
  .qa__list-txt--ans::before {
    background-image: url(../img/menu_icon_ans.png);
  }
}

/*
==================================
header
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {
  .l-header {
    background: #fff;
    border-bottom: 1px solid  #eff5fc;
  }
  
  .l-header__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 16px 0;
  }
  .l-header__link {
    display: inline-block;
  }
  .l-header__logo {
    width: 138px;
    height: 32px;
    vertical-align: middle;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .l-header {
    background: #fff;
    border-bottom: 1px solid  #eff5fc;
  }
  
  .l-header__inner {
    padding: 3.85vw;
  }
  .l-header__link {
    display: inline-block;
  }
  .l-header__logo {
    width: 34.267vw;
    vertical-align: middle;
  }
}




/*
==================================
footer
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {
  .l-footer {
    padding: 16px 0;
  }
  .l-footer__inner {
    max-width: 960px;
    margin: 0 auto;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__logo {
    width: 110px;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  .l-footer__logo-link {
    display: inline-block;
    width: 100%;
  }
  .l-footer__logo-link img {
    vertical-align: baseline;
  }
  .l-footer__copyright {
    display: inline-block;
    font-size: 12px;
    margin: 12px 20px;
  }

  .l-footer__link {
    margin-left: auto;
  }
  .l-footer__link__item {
    margin: 0 4px 0 0;
    font-size: 12px;
    color: #808080;
  }
  
  .l-footer__link__item:first-child:after {
    content: "|";
    margin: 0 0 0 4px;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 16px 0;
  }
  .l-footer__inner {
    padding: 0 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__logo {
    width: 110px;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;

    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-footer__logo-link {
    display: inline-block;
    width: 100%;
  }
  .l-footer__logo-link img {
    vertical-align: baseline;
  }
  .l-footer__copyright {
    display: inline-block;
    font-size: 12px;

    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 4px 0;
  }

  .l-footer__link {
    margin-left: auto;

    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: auto;
  }
  .l-footer__link__item {
    margin: 0 4px 0 0;
    font-size: 12px;
    color: #808080;
  }
  
  .l-footer__link__item:first-child:after {
    content: "|";
    margin: 0 0 0 4px;
  }
}
