@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
html, body {
  background: #fff;
}

/* ___________________Font */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  color: #333333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana;
  font-size: 15px;
  line-height: 1.6;
}

/* ___________________Link */
a {
  color: #0000FF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}

/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  /* ___________________header */
  #header {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  #header #logo {
    position: absolute;
    top: 15px;
    right: 100px;
  }
  #header #logo a {
    width: 230px;
    height: 52px;
    background: url(../images/common/logo.png) no-repeat;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #header #logo a:hover {
    opacity: 0.8;
  }

  /* ___________________layout */
  #wrapper {
    margin: 0 auto;
    width: 1200px;
    background: url(../images/common/apply_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
            background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    max-width: 1200px;
    min-width: 1000px;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
  }

  #main {
    margin: 0 auto;
  }

  /* ___________________footer */
  #footer {
    margin: 0 auto;
    width: 1200px;
  }

  #copyrights {
    margin: 0 auto;
    color: #757575;
    font-size: 10px;
    text-align: center;
  }

  .sp {
    display: none;
  }

  section {
    background: #fff;
  }

  /* ___________________title */
  .title {
    text-align: center;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  .stitle {
    text-align: center;
  }

  .text {
    line-height: 1.9;
  }

  /* side btn */
  .side_scroll_button {
    width: 62px;
    height: 460px;
    position: fixed;
    top: 26%;
    right: 0px;
    z-index: 1;
    display: none;
  }

  .side_scroll_button li {
    display: block;
    margin-bottom: 3px;
    border: solid 2px rgba(255, 255, 255, 0.5);
    border-right: none;
    -webkit-border-radius: 8px 0 0 8px;
            border-radius: 8px 0 0 8px;
  }

  .side_scroll_button li a {
    width: 100%;
    height: 230px;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: 0 0 no-repeat;
  }

  .side_scroll_button li a:hover {
    background-position: -62px 0;
  }

  .side_scroll_button li.ssb_apply a {
    background-image: url(../images/common/btn_app.png);
  }

  .side_scroll_button li.ssb_day a {
    background-image: url(../images/common/btn_day.png);
    height: 196px;
  }

  .side_scroll_button a:hover img {
    opacity: .8;
  }

  /* _____________________________ visual*/
  #visual {
    background-image: url(../images/common/main_visual.jpg);
    height: 710px;
  }
  #visual h1 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  .shiryou {
    padding: 80px 40px 110px 40px;
  }
  .shiryou .btn {
    background-image: url(../images/common/shiryou.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 266px;
    margin: 0 auto;
    position: relative;
  }
  .shiryou .btn a {
    display: block;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/common/shiryou_btn.png);
    position: absolute;
    width: 400px;
    height: 77px;
    top: 145px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .shiryou .btn a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    text-decoration: none;
  }

  .choose {
    padding: 140px 0 50px 0;
  }
  .choose .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/common/title_01.png);
    background-repeat: no-repeat;
    width: 491px;
    height: 112px;
    margin: 0 auto 35px auto;
  }
  .choose .text {
    width: 718px;
    margin: 0 auto;
    text-align: center;
  }
  .choose .text span {
    color: #ff5c7f;
    font-size: 20px;
    font-weight: bold;
  }
  .choose .inner {
    background-image: url(../images/common/choose.png);
    background-repeat: no-repeat;
    background-position: -40px -65px;
    position: relative;
    height: 961px;
    width: 1000px;
    margin: 0 auto;
  }
  .choose .choose_01,
  .choose .choose_02,
  .choose .choose_03 {
    position: absolute;
    padding: 90px 0 0 78px;
    width: 348px;
    height: 179px;
  }
  .choose .choose_01 h3,
  .choose .choose_02 h3,
  .choose .choose_03 h3 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 0px;
  }
  .choose .choose_01 h4,
  .choose .choose_02 h4,
  .choose .choose_03 h4 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 30px;
  }
  .choose .choose_01 p,
  .choose .choose_02 p,
  .choose .choose_03 p {
    width: 300px;
    line-height: 1.7;
  }
  .choose .choose_01 {
    background-image: url(../images/common/choose_01.png);
    background-repeat: no-repeat;
    top: 40px;
    right: 85px;
  }
  .choose .choose_02 {
    background-image: url(../images/common/choose_02.png);
    background-repeat: no-repeat;
    top: 335px;
    right: 330px;
  }
  .choose .choose_02 h4 {
    padding-left: 15px;
  }
  .choose .choose_03 {
    background-image: url(../images/common/choose_03.png);
    background-repeat: no-repeat;
    bottom: 60px;
    right: 105px;
  }
  .choose .choose_03 h4 {
    padding-left: 5px;
  }

  .problem .inner {
    background-image: url(../images/common/problem.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 1000px;
    height: 770px;
    padding-top: 80px;
  }
  .problem .title {
    background-image: url(../images/common/title_02.png);
    background-repeat: no-repeat;
    width: 699px;
    height: 133px;
    margin: 0 auto;
  }
  .problem ul {
    overflow: hidden;
    width: 767px;
    margin: 90px auto 80px auto;
  }
  .problem ul li {
    float: left;
  }
  .problem ul li.text {
    width: 365px;
    margin-right: 30px;
  }
  .problem ul li.text h3 {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: -1px;
  }
  .problem ul li.text h3 span {
    color: #ff5c7f;
    font-weight: bold;
  }
  .problem ul li.text p {
    line-height: 1.9;
  }
  .problem ul li.text p span {
    color: #ff5c7f;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
  }
  .problem .tx,
  .problem .tx_line {
    text-align: center;
    font-size: 18px;
    color: #fff;
  }
  .problem .tx span,
  .problem .tx_line span {
    font-size: 30px;
    font-weight: bold;
  }
  .problem .tx_line {
    position: relative;
  }
  .problem .tx_line span {
    font-size: 20px;
    font-weight: bold;
  }
  .problem .tx_line span:after {
    content: " ";
    display: block;
    background-image: url(../images/common/line.png);
    background-repeat: no-repeat;
    width: 660px;
    height: 7px;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .anxiety {
    padding-top: 55px;
    background-image: url(../images/common/ptt.png);
  }
  .anxiety .title {
    background-image: url(../images/common/title_03.png);
    background-repeat: no-repeat;
    width: 768px;
    height: 206px;
    margin: 0 auto 25px auto;
  }
  .anxiety .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .anxiety ul {
    overflow: hidden;
  }
  .anxiety .text_01,
  .anxiety .text_02,
  .anxiety .text_03 {
    width: 325px;
    height: 321px;
    padding-top: 105px;
    float: left;
    margin-right: 12px;
  }
  .anxiety .text_01 h3,
  .anxiety .text_02 h3,
  .anxiety .text_03 h3 {
    font-size: 29px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
    color: #ff5c7f;
  }
  .anxiety .text_01 p,
  .anxiety .text_02 p,
  .anxiety .text_03 p {
    width: 255px;
    margin: 0 auto;
    line-height: 1.9;
  }
  .anxiety .text_01 {
    background-image: url(../images/common/anxiety_01.png);
    background-repeat: no-repeat;
  }
  .anxiety .text_02 {
    background-image: url(../images/common/anxiety_02.png);
    background-repeat: no-repeat;
  }
  .anxiety .text_03 {
    background-image: url(../images/common/anxiety_03.png);
    background-repeat: no-repeat;
    margin-right: 0px;
  }
  .anxiety .more {
    background-image: url(../images/common/anxiety_04.png);
    background-repeat: no-repeat;
    margin: 45px auto 0 auto;
    width: 851px;
    height: 163px;
    padding: 115px 0;
  }
  .anxiety .more .tx,
  .anxiety .more .tx_pink {
    width: 720px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
  }
  .anxiety .more .tx span,
  .anxiety .more .tx_pink span {
    font-size: 30px;
    font-weight: bold;
    color: #ff5c7f;
  }
  .anxiety .more .tx_pink {
    color: #ff5c7f;
    font-size: 20px;
    font-weight: bold;
  }

  .solution {
    padding: 100px 0;
    background-image: url(../images/common/solution.png);
    background-repeat: no-repeat;
    background-position: right 0;
  }
  .solution .title {
    background-image: url(../images/common/title_04.png);
    background-repeat: no-repeat;
    width: 597px;
    height: 306px;
    margin: 0 auto 50px auto;
  }
  .solution .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .solution .inner .text {
    width: 513px;
    padding-left: 370px;
  }
  .solution .inner .text h3,
  .solution .inner .text h4 {
    font-size: 25px;
    color: #fff;
  }
  .solution .inner .text h3 span,
  .solution .inner .text h4 span {
    background: #a08421;
    padding: 9px 10px 9px 0px;
  }
  .solution .inner .text h4 {
    margin-top: 10px;
  }
  .solution .inner .text h4 span {
    background: #f65c7f;
    padding: 9px  5px 9px 15px;
  }
  .solution .inner .text p {
    line-height: 2;
    margin-top: 20px;
    font-size: 16px;
  }

  .voice {
    padding: 100px 0;
    background-image: url(../images/common/voice_bg.png);
    background-repeat: no-repeat;
    height: 2285px;
  }
  .voice .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/common/title_voice.png);
    background-repeat: no-repeat;
    width: 513px;
    height: 69px;
    margin: 0 auto 15px auto;
  }
  .voice .inner {
    padding-top: 110px;
  }
  .voice .inner .voice_text {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/common/voice_main.png);
    width: 752px;
    height: 276px;
    margin: 0 auto;
  }
  .voice .inner .content {
    width: 860px;
    margin: 0 auto;
  }
  .voice .inner .content ul {
    margin-top: 50px;
  }
  .voice .inner .content ul li {
    margin-bottom: 55px;
    overflow: hidden;
  }
  .voice .inner .content ul li:first-child {
    margin-bottom: 40px;
  }
  .voice .inner .content ul li h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .voice .inner .content ul li .image {
    float: left;
    clear: both;
    width: 336px;
  }
  .voice .inner .content ul li .text {
    float: right;
    width: 490px;
    margin-top: 20px;
  }
  .voice .inner .content ul li .text p {
    line-height: 1.9;
  }
  .voice .inner .content ul li:nth-child(even) .image {
    float: right;
    clear: both;
    width: 336px;
  }
  .voice .inner .content ul li:nth-child(even) .text {
    float: left;
    width: 490px;
    margin-top: 30px;
  }

  .course {
    padding: 100px 0 25px 0;
    background-image: url(../images/common/course.png);
    background-repeat: no-repeat;
    background-position: right 0;
  }
  .course .title {
    background-image: url(../images/common/title_05.png);
    background-repeat: no-repeat;
    width: 557px;
    height: 246px;
    margin: 0 auto 40px auto;
  }
  .course .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .course .inner:after {
    content: " ";
    display: block;
    background: url(../images/common/i_course.png) no-repeat;
    width: 200px;
    height: 383px;
    position: absolute;
    top: 160px;
    left: -35px;
  }
  .course .inner .tx {
    text-align: center;
    margin-bottom: 10px;
  }
  .course .inner .tx span {
    font-size: 33px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #f65c7f;
    padding: 11px 20px;
  }
  .course .inner .text {
    margin-top: 50px;
    border: #ff5c7f solid 2px;
    padding: 60px 0 80px 0;
    text-align: center;
  }
  .course .inner .text .image {
    text-align: center;
  }
  .course .inner .text ul {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/common/course_text.png) no-repeat;
    width: 821px;
    height: 317px;
    left: 0;
    right: 0;
    margin: 20px auto 0 auto;
  }

  .point {
    background-image: url(../images/common/point_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 1825px;
    padding: 100px 0 0 0;
  }
  .point .inner {
    width: 800px;
    margin: 0 auto;
  }
  .point .inner .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/common/title_point.png);
    background-repeat: no-repeat;
    margin: 0 auto 40px auto;
    width: 630px;
    height: 162px;
  }
  .point .inner ul li {
    width: 800px;
  }
  .point .inner ul li h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  .point .inner ul li .text {
    font-size: 16px;
    line-height: 2;
    width: 415px;
  }
  .point .inner ul li.point_01 {
    background: url(../images/common/point_01.png) no-repeat;
    height: 227px;
    padding: 245px 0 0 55px;
    margin-bottom: 20px;
  }
  .point .inner ul li.point_02 {
    background: url(../images/common/point_02.png) no-repeat;
    height: 222px;
    padding: 298px 0 0 55px;
    margin-bottom: 30px;
  }
  .point .inner ul li.point_03 {
    background: url(../images/common/point_03.png) no-repeat;
    height: 227px;
    padding: 251px 0 0 55px;
  }

  .cost {
    background-image: url(../images/common/ptt.png);
    background-repeat: repeat;
    padding: 110px 0 95px 0;
  }
  .cost .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/common/title_cost.png);
    margin: 0 auto;
    width: 507px;
    height: 61px;
  }
  .cost .cost_text {
    width: 630px;
    border: #ff6788 solid 4px;
    padding: 38px 0 25px 0;
    margin: 40px auto 55px auto;
    background-color: #fff;
    text-align: center;
  }
  .cost .cost_text h3 {
    font-size: 28px;
    font-weight: bold;
  }
  .cost .cost_text p {
    font-size: 70px;
    font-weight: bold;
    color: #ff5c7f;
    line-height: 1.2;
  }
  .cost .cost_text p em {
    font-size: 30px;
    font-style: normal;
  }
  .cost .cost_text p span {
    color: #333;
    font-size: 16px;
    padding-left: 5px;
  }
  .cost .content {
    width: 650px;
    margin: 0 auto 20px auto;
    padding: 75px 100px 50px 100px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .cost .content h3 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  .cost .content h4 {
    font-size: 20px;
    font-weight: bold;
    color: #b09d5b;
    text-align: center;
    margin-top: 40px;
  }
  .cost .content .text {
    font-size: 14px;
    line-height: 1.7;
  }
  .cost .content ul {
    margin-top: 25px;
  }
  .cost .content ul li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
  }
  .cost .content ul li:before {
    content: " ";
    display: block;
    background: url(../images/common/cost_i.png);
    width: 19px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 0px;
  }
  .cost .content .table {
    width: 645px;
    margin: 23px auto 0 auto;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
  }
  .cost .content .table thead th {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 8px 0;
    background-color: #b09d5b;
  }
  .cost .content .table thead th:nth-child(1) {
    padding-left: 20px;
  }
  .cost .content .table tr {
    padding: 10px;
    font-size: 15px;
  }
  .cost .content .table tr:nth-child(odd) {
    background-color: #fbfaf7;
  }
  .cost .content .table td {
    padding: 18px 0 18px 33px;
    vertical-align: top;
  }
  .cost .content .tx {
    font-size: 12px;
    text-align: right;
    margin-top: 10px;
  }
  .cost .img_01:after,
  .cost .img_02:after {
    content: " ";
    display: block;
    background: url(../images/common/cost_01.png);
    width: 280px;
    height: 258px;
    position: absolute;
    top: 90px;
    right: 10px;
  }
  .cost .img_02:after {
    background: url(../images/common/cost_02.png);
    width: 220px;
    height: 168px;
    top: 200px;
    right: 30px;
  }

  .get {
    background-image: url(../images/common/get_bg.png);
    background-repeat: no-repeat;
    height: 655px;
    position: relative;
  }
  .get .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/common/title_06.png);
    background-repeat: no-repeat;
    width: 575px;
    height: 203px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .get .text {
    padding: 375px 0 0 400px;
    font-size: 15px;
    line-height: 2;
    width: 545px;
  }
  .get .text span {
    color: #ff5c7f;
    font-size: 20px;
    font-weight: bold;
  }

  .flow {
    background-image: url(../images/common/flow_bg.png);
    background-repeat: no-repeat;
    height: 580px;
    padding-top: 120px;
  }
  .flow .stitle {
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .flow .text {
    width: 520px;
    margin: 0 auto 45px auto;
    line-height: 2;
    text-align: center;
  }
  .flow .flowchart {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/common/flow.png);
    background-repeat: no-repeat;
    width: 1090px;
    height: 217px;
    margin: 0 auto;
  }

  .schedule {
    padding: 0 0 90px 0;
  }
  .schedule .stitle {
    font-size: 45px;
    font-weight: bold;
  }
  .schedule .en {
    text-align: center;
    margin: 0px 0 35px 0;
    font-weight: bold;
  }
  .schedule .text {
    font-size: 20px;
    color: #0074cd;
    text-align: center;
    margin-bottom: 30px;
  }
  .schedule .table {
    width: 1000px;
    margin: 0 auto;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border: 1px solid #ccc;
  }
  .schedule .table thead {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #e6f4ff;
  }
  .schedule .table thead th:nth-child(1) {
    width: 60px;
  }
  .schedule .table thead th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
    border-right: 1px solid #ccc;
  }
  .schedule .table td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  .apply {
    padding-bottom: 50px;
    position: relative;
  }
  .apply .inner {
    width: 1000px;
    background: #fff;
    position: relative;
    padding: 80px 0 60px 0;
    margin: 70px auto 20px auto;
  }
  .apply .stitle {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .apply .text {
    width: 640px;
    margin: 0 auto 35px auto;
    line-height: 1.8;
  }
  .apply .button a {
    display: block;
    width: 450px;
    height: 75px;
    text-align: center;
    font-size: 26px;
    padding-top: 15px;
    margin: 0 auto;
    color: #fff;
    background: #ff9c00;
    -webkit-box-shadow: #e18a00 0 4px 0;
            box-shadow: #e18a00 0 4px 0;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    line-height: 1.3;
    border: solid 2px #ff9c00;
  }
  .apply .button a span {
    display: block;
    font-size: 23px;
  }
  .apply .button a:hover {
    background-color: #fff;
    color: #ff9c00;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none;
  }
  .apply .att {
    text-align: center;
    margin-top: 15px;
  }
  .apply .link {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
  }
  .apply .link a {
    color: #0074cd;
    text-decoration: underline;
  }
  .apply .link a:hover {
    text-decoration: none;
  }
  .apply .img {
    position: absolute;
    bottom: 30px;
    left: 40px;
  }

  .company {
    overflow: hidden;
    width: 950px;
    margin: 0 auto;
    padding: 110px 0;
  }
  .company .stitle {
    font-size: 45px;
    font-weight: bold;
  }
  .company .en {
    text-align: center;
    margin: 0px 0 45px 0;
    font-weight: bold;
  }
  .company .inner {
    margin: 0 auto;
    width: 485px;
  }
  .company .inner table {
    width: 100%;
  }
  .company .inner table td {
    border-bottom: #b09d5b dotted 1px;
    padding: 10px;
  }
  .company .inner table td:nth-of-type(1), .company .inner table td:nth-of-type(2) {
    border-top: #b09d5b dotted 1px;
  }
  .company .inner table td:nth-of-type(1) {
    width: 15%;
  }
  .company .inner .button {
    margin-top: 35px;
    text-align: center;
  }
  .company .inner .button p {
    display: inline-block;
    margin-right: 8px;
  }
  .company .inner .button .button_01 a,
  .company .inner .button .button_02 a {
    display: block;
    background: #a08421;
    width: 210px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    height: 45px;
    line-height: 45px;
    position: relative;
    padding-left: 20px;
    text-align: left;
  }
  .company .inner .button .button_01 a:after,
  .company .inner .button .button_02 a:after {
    content: " ";
    display: block;
    background-image: url(../images/common/arrow.png);
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 17px;
    right: 15px;
  }
  .company .inner .button .button_01 a:hover,
  .company .inner .button .button_02 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    text-decoration: none;
  }
  .company .inner .button .button_02 a {
    background: #ff5c7f;
  }
  .company .inner .button a {
    color: #fff;
  }

  .bnr_area {
    text-align: center;
    padding-bottom: 70px;
  }
  .bnr_area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 750px;
    margin: 0 auto;
  }
  .bnr_area ul li {
    width: 49%;
  }
  .bnr_area ul li a {
    display: block;
  }
  .bnr_area ul li a img {
    width: 100%;
  }

  /* ___________________header */
  /* ___________________global navigation */
  /* ___________________footer */
  #footer {
    max-width: 1200px;
    min-width: 1000px;
    position: relative;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
  }
  #footer .pagetop {
    overflow: hidden;
  }
  #footer .pagetop img {
    display: block;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #footer #footer_inner {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0 30px 0;
  }
  #footer #footer_inner .logo {
    float: left;
    width: 220px;
  }
  #footer #footer_inner .nav {
    float: right;
    margin-top: 10px;
  }
  #footer #footer_inner .nav li {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px 0 5px;
  }
  #footer #footer_inner .nav li:after {
    content: "／";
    display: inline-block;
    padding-left: 10px;
  }
  #footer #footer_inner .nav li a {
    color: #333;
  }
  #footer #footer_inner .nav li:last-child:after {
    content: " ";
  }
  #footer #copyrights {
    background: #ff5c7f;
    color: #fff;
    font-size: 10px;
    padding: 13px 0;
    font-style: normal;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  .pc {
    display: none;
  }

  img {
    width: 100%;
    height: auto;
  }

  /* ___________________Smartphones Layout */
  #wrapper {
    margin: 0 auto;
    width: 100%;
    background: url(../images/common/apply_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
            background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
  }

  #main {
    margin: 0 auto;
  }

  /* ___________________title */
  .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  .stitle {
    text-align: center;
  }

  .text {
    line-height: 1.9;
  }

  /* ___________________footer */
  #footer {
    margin: 0 auto;
  }

  #copyrights {
    margin: 0 auto;
    color: #757575;
    font-size: 10px;
    text-align: center;
  }

  .pc {
    display: none;
  }

  section {
    background: #fff;
  }

  /* ___________________Smartphones header */
  #header {
    width: 100%;
  }
  #header #header_inner {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 100;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  }
  #header #header_inner #logo {
    width: 125px;
    height: 20.5px;
    float: left;
    margin: 13px 0 0 13px;
  }
  #header #header_inner #logo a {
    width: 100%;
    height: 100%;
    background: url(../images/common/sp/logo.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #header #header_inner .nav {
    float: right;
    width: 165px;
    margin: 10px 6px 0 0;
  }
  #header #header_inner .nav li {
    display: inline-block;
  }
  #header #header_inner .nav li.ssb_apply {
    width: 92.5px;
  }
  #header #header_inner .nav li.ssb_day {
    width: 66px;
  }
  #header #header_inner .nav li a {
    display: block;
  }

  /* _____________________________Smartphones visual*/
  #visual h1 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/common/sp/main_visual.jpg);
    -webkit-background-size: cover;
            background-size: cover;
    margin-top: 50px;
    padding-top: 73.4%;
    width: 100%;
    height: 0px;
  }

  .shiryou {
    padding: 40px 0;
  }
  .shiryou .btn a {
    display: block;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/common/sp/shiryou_btn.png);
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 90%;
    height: 0px;
    margin: 0 auto;
    padding-top: 61.9%;
  }

  .choose {
    padding: 60px 30px 35px 30px;
  }
  .choose .title {
    background-image: url(../images/common/sp/title_01.png);
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 100%;
    padding-top: 21.58%;
    margin: 0 auto;
  }
  .choose .text {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
  }
  .choose .text br {
    display: none;
  }
  .choose .text span {
    color: #ff5c7f;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
  }
  .choose .inner {
    width: 100%;
    margin: 30px auto;
  }
  .choose .choose_01,
  .choose .choose_02,
  .choose .choose_03 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 30px;
    height: 0px;
  }
  .choose .choose_01 {
    background-image: url(../images/common/sp/choose_01.png);
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    padding-top: 121.6%;
  }
  .choose .choose_02 {
    background-image: url(../images/common/sp/choose_02.png);
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    padding-top: 121.6%;
  }
  .choose .choose_03 {
    background-image: url(../images/common/sp/choose_03.png);
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    padding-top: 115.2%;
  }

  .problem {
    background-image: url(../images/common/sp/problem_bg.png);
    margin: 0 auto;
    width: 100%;
    padding-bottom: 25px;
  }
  .problem .title {
    background-image: url(../images/common/sp/title_02.png);
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 100%;
    padding-top: 32.8%;
    margin: 0 auto;
    height: 0px;
  }
  .problem ul {
    overflow: hidden;
    width: 95%;
    background-color: #fff;
    padding: 10px 25px 20px 25px;
    margin: 10px auto 30px auto;
  }
  .problem ul li.text {
    width: 100%;
  }
  .problem ul li.text h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    letter-spacing: -1px;
    margin-top: 25px;
    text-align: center;
  }
  .problem ul li.text h3 span {
    color: #ff5c7f;
    font-weight: bold;
  }
  .problem ul li.text p {
    line-height: 1.9;
  }
  .problem ul li.text p span {
    color: #ff5c7f;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.4;
  }
  .problem ul li.image {
    margin-top: 15px;
  }
  .problem .sp_tx {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/common/sp/problem_tx.png);
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 90%;
    padding-top: 42.2%;
    margin: 0 auto;
  }

  .anxiety {
    padding: 45px 0 50px 0;
    background-image: url(../images/common/ptt.png);
  }
  .anxiety .title {
    background-image: url(../images/common/sp/title_03.png);
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 100%;
    padding-top: 35.5%;
    margin: 0 auto 25px auto;
    height: 0px;
  }
  .anxiety .inner {
    width: 90%;
    margin: 0 auto;
  }
  .anxiety ul {
    overflow: hidden;
  }
  .anxiety .text_01,
  .anxiety .text_02,
  .anxiety .text_03 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    padding-top: 113%;
    margin-bottom: 40px;
    height: 0px;
  }
  .anxiety .text_01 {
    background-image: url(../images/common/sp/anxiety_01.png);
  }
  .anxiety .text_02 {
    background-image: url(../images/common/sp/anxiety_02.png);
  }
  .anxiety .text_03 {
    background-image: url(../images/common/sp/anxiety_03.png);
  }
  .anxiety .more {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/common/sp/anxiety_04.png);
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    height: 0px;
    padding-top: 88.4%;
  }

  .solution {
    padding: 0 0 50px 0;
  }
  .solution .title {
    background-image: url(../images/common/sp/title_04.png);
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    padding-top: 95.4%;
    margin: 0 auto;
    height: 0px;
  }
  .solution .inner .text {
    width: 85%;
    margin: 15px auto 0 auto;
  }
  .solution .inner .text p {
    line-height: 2;
    font-size: 16px;
  }

  .voice {
    background-color: #ffeff1;
    padding-bottom: 1px;
  }
  .voice .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/common/sp/voice_main.png);
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    height: 0px;
    padding-top: 69.5%;
  }
  .voice .inner {
    width: 100%;
  }
  .voice .inner .voice_text {
    display: none;
  }
  .voice .inner .content {
    padding: 0 35px;
  }
  .voice .inner .content ul {
    margin-top: 50px;
  }
  .voice .inner .content ul li {
    margin-bottom: 60px;
    overflow: hidden;
  }
  .voice .inner .content ul li h4 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .voice .inner .content ul li h4 br {
    display: none;
  }
  .voice .inner .content ul li .text {
    margin-bottom: 20px;
  }
  .voice .inner .content ul li .text p {
    line-height: 1.9;
    font-size: 17px;
  }

  .course {
    padding: 70px 0 25px 0;
    background-image: url(../images/common/sp/course.png);
    background-repeat: no-repeat;
    background-position: right 0;
  }
  .course .title {
    background-image: url(../images/common/sp/title_05.png);
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    height: 0px;
    padding-top: 68%;
    margin: 0 auto 30px auto;
  }
  .course .inner {
    width: 95%;
    margin: 0 auto;
  }
  .course .inner .tx {
    margin: 0px;
  }
  .course .inner .tx span {
    display: block;
    color: #fff;
    background: #f65c7f;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 7px 10px;
    line-height: 1.4;
  }
  .course .inner .text {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/common/sp/course_text.png);
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    margin: -60px auto 0 auto;
    height: 0px;
    padding-top: 149%;
  }

  .point {
    background-image: url(../images/common/sp/point_bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    padding: 55px 0 20px 0;
  }
  .point .inner {
    width: 90%;
    margin: 0 auto;
  }
  .point .inner .title {
    background-image: url(../images/common/sp/title_point.png);
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 100%;
    padding-top: 28.2%;
    margin-bottom: 15px;
  }
  .point .inner ul li {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    padding-top: 199.4%;
    height: 0px;
    margin-bottom: 35px;
  }
  .point .inner ul li.point_01 {
    background-image: url(../images/common/sp/point_01.png);
    -webkit-background-size: cover;
            background-size: cover;
  }
  .point .inner ul li.point_02 {
    background-image: url(../images/common/sp/point_02.png);
    -webkit-background-size: cover;
            background-size: cover;
  }
  .point .inner ul li.point_03 {
    background-image: url(../images/common/sp/point_03.png);
    -webkit-background-size: cover;
            background-size: cover;
  }

  .cost {
    background-image: url(../images/common/ptt.png);
    background-repeat: repeat;
    padding: 60px 0 50px 0;
  }
  .cost .title {
    background-image: url(../images/common/sp/title_cost.png);
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 85%;
    padding-top: 12%;
    margin: 0 auto;
  }
  .cost .cost_text {
    width: 90%;
    border: #ff6788 solid 4px;
    padding: 25px 0 15px 0;
    margin: 0px auto 40px auto;
    background-color: #fff;
    text-align: center;
  }
  .cost .cost_text h3 {
    font-size: 22px;
    font-weight: bold;
  }
  .cost .cost_text p {
    font-size: 50px;
    font-weight: bold;
    color: #ff5c7f;
    line-height: 1.2;
  }
  .cost .cost_text p em {
    font-size: 25px;
    font-style: normal;
  }
  .cost .cost_text p span {
    color: #333;
    font-size: 16px;
    padding-left: 5px;
  }
  .cost .content {
    width: 90%;
    margin: 0 auto 20px auto;
    padding: 35px 25px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .cost .content h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .cost .content .text {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .cost .content .text br {
    display: none;
  }
  .cost .content ul {
    margin-bottom: 25px;
  }
  .cost .content ul li {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
  }
  .cost .content ul li:before {
    content: " ";
    display: block;
    background: url(../images/common/sp/cost_i.png);
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 19px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0px;
  }
  .cost .content.img_01:after, .cost .content.img_02:after {
    content: " ";
    display: block;
    background: url(../images/common/sp/cost_i_01.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    width: 100px;
    height: 109px;
    position: absolute;
    top: 20px;
    right: 8px;
  }
  .cost .content.img_01 h3 {
    width: 65%;
  }
  .cost .content.img_02:after {
    background: url(../images/common/sp/cost_i_02.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    width: 60px;
    height: 70px;
    top: 20px;
    right: 5px;
  }

  .get {
    background-image: url(../images/common/sp/problem_bg.png);
    background-repeat: repeat;
    position: relative;
    padding-bottom: 30px;
  }
  .get .title {
    background-image: url(../images/common/sp/title_06.png);
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    padding-top: 63%;
    margin: 0 auto;
    height: 0px;
  }
  .get .text {
    padding: 25px;
    font-size: 16px;
    line-height: 1.7;
    width: 90%;
    background-color: #fff;
    margin: 0 auto;
  }
  .get .text span {
    color: #ff5c7f;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  .get .text br {
    display: none;
  }

  .flow {
    background-color: #ffeff2;
    padding: 70px 25px 60px 25px;
  }
  .flow .stitle {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .flow .text {
    margin: 0 auto 25px auto;
    line-height: 2;
  }
  .flow .text br {
    display: none;
  }
  .flow .flowchart {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/common/sp/flow.png);
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 100%;
    margin: 0 auto;
    padding-top: 270%;
    height: 0px;
  }

  .schedule {
    padding: 0 0 50px 0;
  }
  .schedule .stitle {
    font-size: 30px;
    font-weight: bold;
  }
  .schedule .en {
    text-align: center;
    margin: 0px 0 25px 0;
    font-weight: bold;
    font-size: 12px;
  }
  .schedule .text {
    font-size: 18px;
    color: #0074cd;
    text-align: center;
    margin-bottom: 15px;
  }
  .schedule .table {
    width: 95%;
    margin: 0 auto;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border: 1px solid #ccc;
  }
  .schedule .table thead {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #e6f4ff;
  }
  .schedule .table thead th:nth-child(1) {
    width: 15%;
  }
  .schedule .table thead th {
    padding: 10px 5px;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
    border-right: 1px solid #ccc;
    font-size: 14px;
  }
  .schedule .table td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
  }
  .schedule tr th:nth-of-type(5),
  .schedule tr td:nth-of-type(5) {
    display: none;
  }

  .apply {
    padding-bottom: 50px;
    position: relative;
  }
  .apply .inner {
    width: 90%;
    background: #fff;
    position: relative;
    padding: 35px 25px 40px 25px;
    margin: 50px auto 20px auto;
  }
  .apply .stitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .apply .stitle span {
    display: block;
    font-weight: bold;
  }
  .apply .text {
    margin: 0 auto 35px auto;
    line-height: 1.8;
    font-size: 14px;
  }
  .apply .button a {
    display: block;
    width: 85%;
    height: 75px;
    text-align: center;
    font-size: 20px;
    padding-top: 15px;
    margin-left: 35px;
    color: #fff;
    background: #ff9c00;
    -webkit-box-shadow: #e18a00 0 4px 0;
            box-shadow: #e18a00 0 4px 0;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    line-height: 1.3;
    border: solid 2px #ff9c00;
  }
  .apply .button a span {
    display: block;
    font-size: 18px;
  }
  .apply .button a:hover {
    background-color: #fff;
    color: #ff9c00;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none;
  }
  .apply .att {
    margin-top: 55px;
    padding: 0 30px;
    font-size: 14px;
  }
  .apply .link {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
  }
  .apply .link a {
    color: #0074cd;
    text-decoration: underline;
  }
  .apply .link a:hover {
    text-decoration: none;
  }
  .apply .img {
    position: absolute;
    /*bottom:130px;*/
    bottom: 20%;
    left: 2%;
  }
  .apply .img img {
    width: 50%;
  }

  .company {
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .company .stitle {
    font-size: 30px;
    font-weight: bold;
  }
  .company .en {
    text-align: center;
    margin: 0px 0 25px 0;
    font-weight: bold;
    font-size: 12px;
  }
  .company .inner {
    margin: 0 auto;
    width: 90%;
  }
  .company .inner table {
    width: 100%;
  }
  .company .inner table td {
    border-bottom: #b09d5b dotted 1px;
    padding: 10px;
  }
  .company .inner table td:nth-of-type(1), .company .inner table td:nth-of-type(2) {
    border-top: #b09d5b dotted 1px;
  }
  .company .inner table td:nth-of-type(1) {
    width: 25%;
  }
  .company .inner .button {
    margin-top: 35px;
  }
  .company .inner .button .button_01 a,
  .company .inner .button .button_02 a {
    display: block;
    background: #a08421;
    width: 85%;
    margin: 0 auto 10px auto;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    height: 45px;
    line-height: 45px;
    position: relative;
    padding-left: 20px;
    text-align: center;
  }
  .company .inner .button .button_01 a:hover,
  .company .inner .button .button_02 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    text-decoration: none;
  }
  .company .inner .button .button_02 a {
    background: #ff5c7f;
  }
  .company .inner .button a {
    color: #fff;
  }

  .bnr_area {
    padding: 0 45px;
    text-align: center;
    padding-bottom: 20px;
  }
  .bnr_area li {
    line-height: normal;
  }
  .bnr_area li a {
    display: block;
    margin-bottom: 15px;
  }
  .bnr_area li a img {
    margin: 0 auto;
  }

  /* ___________________Smartphones footer */
  #footer .pagetop {
    position: relative;
    margin-bottom: 15px;
  }
  #footer .pagetop img {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10%;
  }
  #footer #footer_inner {
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0 15px 0;
  }
  #footer #footer_inner .logo {
    text-align: center;
    margin-top: 20px;
  }
  #footer #footer_inner .logo img {
    width: 195px;
    height: 32px;
  }
  #footer #footer_inner .nav {
    border-top: #efefef solid 2px;
    border-bottom: #efefef solid 4px;
    margin-top: 10px;
    overflow: hidden;
  }
  #footer #footer_inner .nav li {
    display: inline-block;
    width: 49.5%;
    float: left;
    vertical-align: middle;
    border-bottom: #efefef solid 1px;
    padding-right: 5px;
  }
  #footer #footer_inner .nav li a {
    color: #333;
    font-size: 13px;
    height: 50px;
    padding: 10px 15px 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer #footer_inner .nav li a:after {
    content: " ";
    display: block;
    background: url(../images/common/sp/foot_arrow.png) no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 7px;
    height: 13.5px;
    position: absolute;
    top: 18px;
    right: 0px;
  }
  #footer #footer_inner .nav:nth-child(odd) {
    border-right: #efefef solid 1px;
  }
  #footer #copyrights {
    background: #ff5c7f;
    color: #fff;
    font-size: 10px;
    padding: 13px;
    font-style: normal;
  }
}
