@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
/* ___________________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: #555;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana;
  font-size: 15px;
  line-height: 1.6;
}

/* ___________________Link */
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

* {
  box-sizing: border-box;
}

/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  /* ___________________layout */
  #wrapper {
    margin: 0 auto;
    width: 1200px;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
  }

  /* side btn */
  .side_scroll_button {
    width: 72px;
    height: 426px;
    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;
    border-radius: 8px 0 0 8px;
  }
  .side_scroll_button li a {
    width: 100%;
    height: 230px;
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: 0 0 no-repeat;
  }
  .side_scroll_button li a:hover {
    background-position: -72px 0;
  }
  .side_scroll_button li.ssb_apply a {
    background-image: url(../images/btn_app.png);
  }
  .side_scroll_button li.ssb_day a {
    background-image: url(../images/btn_day.png);
    height: 196px;
  }
  .side_scroll_button li a:hover img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }

  /* info */
  .info .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/info_title.png) no-repeat;
    width: 705px;
    height: 87px;
    margin: 0 auto;
  }
  .info .info_inner {
    background: url(../images/info_bg.png) no-repeat;
    width: 1000px;
    height: 621px;
    margin: 30px auto 0 auto;
    padding-top: 40px;
    position: relative;
  }
  .info .info_inner .subtitle {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .info .info_inner .subtitle:before {
    content: "";
    display: inline-block;
    background: url(../images/info_icon.png) no-repeat;
    width: 53px;
    height: 36px;
    position: absolute;
    top: -15px;
    margin-left: -40px;
  }
  .info .info_inner .text {
    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: 625px;
    margin: 60px auto 0 auto;
  }
  .info .info_inner .text li {
    font-size: 28px;
    font-weight: bold;
    border-bottom: #ffa200 solid 3px;
    padding: 20px 0 10px 0;
    width: 300px;
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
  }
  .info .info_inner .text li span {
    color: #ff4e70;
    font-weight: bold;
  }
  .info .info_inner .text li:before {
    content: "";
    display: inline-block;
    background: url(../images/info_icon_arrow.png) no-repeat;
    width: 38px;
    height: 38px;
    margin: 0 10px 0 0;
    vertical-align: sub;
  }
  .info .info_inner .button a {
    display: block;
    width: 390px;
    height: 70px;
    line-height: 70px;
    background: #448aca;
    border-radius: 5px;
    margin: 40px auto 0 auto;
    color: #fff;
    vertical-align: middle;
    font-size: 26px;
    font-weight: bold;
    padding-left: 60px;
    box-shadow: 0px 5px 0px 0px #206eb4;
  }
  .info .info_inner .button a:after {
    content: "";
    display: inline-block;
    background: url(../images/info_arrow.png);
    width: 39px;
    height: 39px;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -5px;
  }
  .info .info_inner .button a:hover {
    color: #fff;
    background: #ffa200;
    box-shadow: 0px 5px 0px 0px #dc8c00;
    text-decoration: none;
  }
  .info .info_inner .button a:hover:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow_hover.png);
    width: 39px;
    height: 39px;
    vertical-align: middle;
    margin-left: 15px;
  }
  .info .info_inner:before {
    content: "";
    display: inline-block;
    background: url(../images/info_photo.png) no-repeat;
    width: 287px;
    height: 527px;
    position: absolute;
    top: 130px;
    right: -102px;
  }
  .info.bg-y {
    background: #fff8eb;
    padding-top: 95px;
  }

  /* header */
  #header {
    background: url(../images/vis_title_bg.png) no-repeat;
    height: 610px;
    position: relative;
    overflow: hidden;
  }
  #header #logo {
    position: absolute;
    top: 15px;
    right: 100px;
  }
  #header #logo a {
    width: 230px;
    height: 52px;
    background: url(../images/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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  #header .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/vis_title.png) no-repeat;
    width: 519px;
    height: 92px;
    margin: 0 auto;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
  }
  #header .tx-1 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/vis_title2.png) no-repeat;
    width: 633px;
    height: 312px;
    position: absolute;
    left: 95px;
    top: 260px;
  }
  #header .tx-2 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/vis_photo.png) no-repeat;
    width: 504px;
    height: 580px;
    position: absolute;
    right: 0;
    top: 55px;
  }

  /* content01 */
  .content01 {
    background: url(../images/qua_bg.png) no-repeat;
    margin-top: 75px;
  }
  .content01 .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/qua_title.png) no-repeat;
    width: 545px;
    height: 275px;
    margin: 0 auto;
  }
  .content01 .exp {
    background: #fff8eb;
    padding-top: 40px;
  }
  .content01 .exp .list {
    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: 1020px;
    margin: 0 auto;
  }
  .content01 .exp .list li {
    background: #fff;
    width: 500px;
    height: 100px;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    padding: 22px 0 0 75px;
  }
  .content01 .exp .list li p {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
  }
  .content01 .exp .list li p span {
    color: #ff9001;
    font-weight: bold;
  }
  .content01 .exp .list li p em {
    font-weight: bold;
  }
  .content01 .exp .list li.no1, .content01 .exp .list li.no2, .content01 .exp .list li.no3, .content01 .exp .list li.no4, .content01 .exp .list li.no5, .content01 .exp .list li.no6 {
    position: relative;
  }
  .content01 .exp .list li.no1:before, .content01 .exp .list li.no2:before, .content01 .exp .list li.no3:before, .content01 .exp .list li.no4:before, .content01 .exp .list li.no5:before, .content01 .exp .list li.no6:before {
    content: "";
    display: block;
    background: url(../images/point_01.png) no-repeat;
    width: 51px;
    height: 49px;
    position: absolute;
    left: 10px;
    top: 7px;
  }
  .content01 .exp .list li.no2 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .content01 .exp .list li.no2:before {
    background: url(../images/point_02.png) no-repeat;
  }
  .content01 .exp .list li.no3 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .content01 .exp .list li.no3:before {
    background: url(../images/point_03.png) no-repeat;
  }
  .content01 .exp .list li.no4 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .content01 .exp .list li.no4:before {
    background: url(../images/point_04.png) no-repeat;
  }
  .content01 .exp .list li.no5 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .content01 .exp .list li.no5:before {
    background: url(../images/point_05.png) no-repeat;
  }
  .content01 .exp .list li.no6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .content01 .exp .list li.no6:before {
    background: url(../images/point_06.png) no-repeat;
  }

  /* content_r */
  .content_r {
    padding: 80px 0 70px 0;
    background: #ffffff;
    margin-top: 90px;
  }
  .content_r .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/recommend_title.png) no-repeat;
    width: 500px;
    height: 100px;
    margin: 0 auto 30px auto;
  }
  .content_r .recommend {
    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: 1000px;
    margin: 0 auto;
  }
  .content_r .recommend li {
    width: 465px;
  }
  .content_r .recommend li .photo {
    width: 210px;
    height: 210px;
    margin: 0 auto;
  }
  .content_r .recommend li .ttl {
    color: #448aca;
    font-size: 21px;
    font-weight: bold;
    margin: 15px 0 10px 0;
    text-align: center;
  }
  .content_r .recommend li .pro {
    background: url(../images/recommend_bg.png) no-repeat;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    width: 190px;
    height: 39px;
    line-height: 36px;
    margin: 0 auto;
  }
  .content_r .recommend li .name {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 15px 0;
    text-align: center;
  }
  .content_r .recommend li P {
    line-height: 1.8;
    font-size: 15px;
  }

  /* content02 */
  .content02 {
    margin-top: 60px;
    /* merit_com */
    /* merit_01 */
    /* merit_02 */
    /* merit_03 */
    /* merit_04 */
    /* merit_05 */
  }
  .content02 .title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
  }
  .content02 .title span {
    font-size: 85px;
    font-weight: bold;
    font-style: italic;
    padding: 0 5px 0 0;
  }
  .content02 .title:after {
    content: "";
    display: block;
    background: url(../images/merit_en.png) no-repeat;
    width: 122px;
    height: 17px;
    margin: -15px auto 0 auto;
  }
  .content02 .text {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin: 30px 0 70px 0;
  }
  .content02 .text span {
    color: #448aca;
    font-weight: bold;
  }
  .content02 .merit_01 .list li, .content02 .merit_02 .list li, .content02 .merit_03 .list li, .content02 .merit_04 .list li, .content02 .merit_05 .list li {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .content02 .merit_01 .list li span, .content02 .merit_02 .list li span, .content02 .merit_03 .list li span, .content02 .merit_04 .list li span, .content02 .merit_05 .list li span {
    border-bottom: #ffd07f solid 7px;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .content02 .merit_01 .list li.i01:before, .content02 .merit_01 .list li.i02:before, .content02 .merit_01 .list li.i03:before, .content02 .merit_01 .list li.i04:before, .content02 .merit_01 .list li.i05:before, .content02 .merit_01 .list li.i06:before, .content02 .merit_01 .list li.i07:before, .content02 .merit_01 .list li.i08:before, .content02 .merit_01 .list li.i09:before, .content02 .merit_01 .list li.i10:before, .content02 .merit_01 .list li.i11:before, .content02 .merit_01 .list li.i12:before, .content02 .merit_02 .list li.i01:before, .content02 .merit_02 .list li.i02:before, .content02 .merit_02 .list li.i03:before, .content02 .merit_02 .list li.i04:before, .content02 .merit_02 .list li.i05:before, .content02 .merit_02 .list li.i06:before, .content02 .merit_02 .list li.i07:before, .content02 .merit_02 .list li.i08:before, .content02 .merit_02 .list li.i09:before, .content02 .merit_02 .list li.i10:before, .content02 .merit_02 .list li.i11:before, .content02 .merit_02 .list li.i12:before, .content02 .merit_03 .list li.i01:before, .content02 .merit_03 .list li.i02:before, .content02 .merit_03 .list li.i03:before, .content02 .merit_03 .list li.i04:before, .content02 .merit_03 .list li.i05:before, .content02 .merit_03 .list li.i06:before, .content02 .merit_03 .list li.i07:before, .content02 .merit_03 .list li.i08:before, .content02 .merit_03 .list li.i09:before, .content02 .merit_03 .list li.i10:before, .content02 .merit_03 .list li.i11:before, .content02 .merit_03 .list li.i12:before, .content02 .merit_04 .list li.i01:before, .content02 .merit_04 .list li.i02:before, .content02 .merit_04 .list li.i03:before, .content02 .merit_04 .list li.i04:before, .content02 .merit_04 .list li.i05:before, .content02 .merit_04 .list li.i06:before, .content02 .merit_04 .list li.i07:before, .content02 .merit_04 .list li.i08:before, .content02 .merit_04 .list li.i09:before, .content02 .merit_04 .list li.i10:before, .content02 .merit_04 .list li.i11:before, .content02 .merit_04 .list li.i12:before, .content02 .merit_05 .list li.i01:before, .content02 .merit_05 .list li.i02:before, .content02 .merit_05 .list li.i03:before, .content02 .merit_05 .list li.i04:before, .content02 .merit_05 .list li.i05:before, .content02 .merit_05 .list li.i06:before, .content02 .merit_05 .list li.i07:before, .content02 .merit_05 .list li.i08:before, .content02 .merit_05 .list li.i09:before, .content02 .merit_05 .list li.i10:before, .content02 .merit_05 .list li.i11:before, .content02 .merit_05 .list li.i12:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    background: url(../images/merit_icon01.png) no-repeat;
    margin-right: 15px;
  }
  .content02 .merit_01 .place, .content02 .merit_02 .place, .content02 .merit_03 .place, .content02 .merit_04 .place, .content02 .merit_05 .place {
    background: url(../images/merit_place01.png) no-repeat;
    margin: 45px 0 0 380px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow: hidden;
  }
  .content02 .merit_01 .place .sttl, .content02 .merit_02 .place .sttl, .content02 .merit_03 .place .sttl, .content02 .merit_04 .place .sttl, .content02 .merit_05 .place .sttl {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    padding: 30px 0 0 80px;
    width: 265px;
    margin-right: 20px;
  }
  .content02 .merit_01 .place .tx, .content02 .merit_02 .place .tx, .content02 .merit_03 .place .tx, .content02 .merit_04 .place .tx, .content02 .merit_05 .place .tx {
    font-size: 14px;
  }
  .content02 .merit_01 .place ul, .content02 .merit_02 .place ul, .content02 .merit_03 .place ul, .content02 .merit_04 .place ul, .content02 .merit_05 .place ul {
    width: 400px;
    padding-top: 15px;
  }
  .content02 .merit_01 .place ul li, .content02 .merit_02 .place ul li, .content02 .merit_03 .place ul li, .content02 .merit_04 .place ul li, .content02 .merit_05 .place ul li {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: 130px;
  }
  .content02 .merit_01 .place ul li.sp, .content02 .merit_02 .place ul li.sp, .content02 .merit_03 .place ul li.sp, .content02 .merit_04 .place ul li.sp, .content02 .merit_05 .place ul li.sp {
    display: none;
  }
  .content02 .merit_01 {
    position: relative;
  }
  .content02 .merit_01:before {
    content: "";
    display: block;
    background: url(../images/merit_pho01.jpg) no-repeat;
    width: 288px;
    height: 557px;
    position: absolute;
    top: -10px;
    left: 80px;
  }
  .content02 .merit_01 .subtitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/merit_title01.png) no-repeat;
    width: 807px;
    height: 93px;
    margin: 0 0 40px 380px;
  }
  .content02 .merit_01 .list {
    margin-left: 380px;
  }
  .content02 .merit_01 .list li.i01:before {
    background: url(../images/merit_icon01.png) no-repeat;
  }
  .content02 .merit_01 .list li.i02:before {
    background: url(../images/merit_icon02.png) no-repeat;
  }
  .content02 .merit_01 .list li.i03:before {
    background: url(../images/merit_icon03.png) no-repeat;
  }
  .content02 .merit_02 {
    position: relative;
    margin-top: 130px;
  }
  .content02 .merit_02:before {
    content: "";
    display: block;
    background: url(../images/merit_pho02.png) no-repeat;
    width: 408px;
    height: 456px;
    position: absolute;
    top: 30px;
    right: 0px;
  }
  .content02 .merit_02 .subtitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/merit_title02.png) no-repeat;
    width: 895px;
    height: 101px;
    margin-bottom: 40px;
  }
  .content02 .merit_02 .list {
    margin-left: 95px;
  }
  .content02 .merit_02 .list li span {
    border-bottom: #ffb1c0 solid 7px;
  }
  .content02 .merit_02 .list li.i04:before {
    background: url(../images/merit_icon04.png) no-repeat;
  }
  .content02 .merit_02 .list li.i05:before {
    background: url(../images/merit_icon05.png) no-repeat;
  }
  .content02 .merit_02 .list li.i06:before {
    background: url(../images/merit_icon06.png) no-repeat;
  }
  .content02 .merit_02 .place {
    margin-left: 95px;
    background: url(../images/merit_place02.png) no-repeat;
  }
  .content02 .merit_02 .place .tx {
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px;
  }
  .content02 .merit_03 {
    position: relative;
    margin-top: 130px;
  }
  .content02 .merit_03:before {
    content: "";
    display: block;
    background: url(../images/merit_pho03.jpg) no-repeat;
    width: 356px;
    height: 423px;
    position: absolute;
    top: 30px;
    left: 10px;
  }
  .content02 .merit_03 .subtitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/merit_title03.png) no-repeat;
    width: 805px;
    height: 88px;
    margin: 0 0 40px 393px;
  }
  .content02 .merit_03 .list {
    margin-left: 380px;
  }
  .content02 .merit_03 .list li {
    font-feature-settings: "palt";
    letter-spacing: 1.5px;
  }
  .content02 .merit_03 .list li span {
    border-bottom: #a1c4e4 solid 7px;
  }
  .content02 .merit_03 .list li.i07:before {
    background: url(../images/merit_icon07.png) no-repeat;
  }
  .content02 .merit_03 .list li.i08:before {
    background: url(../images/merit_icon08.png) no-repeat;
  }
  .content02 .merit_03 .place {
    background: url(../images/merit_place03.png) no-repeat;
  }
  .content02 .merit_03 .place ul {
    width: 275px;
    margin-top: 13px;
  }
  .content02 .merit_04 {
    position: relative;
    margin-top: 130px;
  }
  .content02 .merit_04:before {
    content: "";
    display: block;
    background: url(../images/merit_pho04.jpg) no-repeat;
    width: 408px;
    height: 413px;
    position: absolute;
    top: 30px;
    right: 0px;
  }
  .content02 .merit_04 .subtitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/merit_title04.png) no-repeat;
    width: 842px;
    height: 92px;
    margin-bottom: 40px;
  }
  .content02 .merit_04 .list {
    margin-left: 95px;
  }
  .content02 .merit_04 .list li.i01:before {
    background: url(../images/merit_icon01.png) no-repeat;
  }
  .content02 .merit_04 .list li.i09:before {
    background: url(../images/merit_icon09.png) no-repeat;
  }
  .content02 .merit_04 .place {
    margin-left: 95px;
    background: url(../images/merit_place01.png) no-repeat;
  }
  .content02 .merit_04 .place .tx {
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px;
  }
  .content02 .merit_05 {
    position: relative;
    margin-top: 130px;
  }
  .content02 .merit_05:before {
    content: "";
    display: block;
    background: url(../images/hosupi.png) no-repeat;
    width: 449px;
    height: 308px;
    position: absolute;
    top: 130px;
    left: 40px;
  }
  .content02 .merit_05 .subtitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/merit_title05.png) no-repeat;
    width: 973px;
    height: 87px;
    margin: 0 0 40px 225px;
  }
  .content02 .merit_05 .list {
    margin-top: 60px;
    margin-left: 510px;
  }
  .content02 .merit_05 .list li {
    font-feature-settings: "palt";
    letter-spacing: 1.5px;
  }
  .content02 .merit_05 .list li span {
    border-bottom: #ffb1c0 solid 7px;
  }
  .content02 .merit_05 .list li.i10:before {
    background: url(../images/merit_icon10.png) no-repeat;
  }
  .content02 .merit_05 .list li.i11:before {
    background: url(../images/merit_icon11.png) no-repeat;
  }
  .content02 .merit_05 .list li.i12:before {
    background: url(../images/merit_icon12.png) no-repeat;
  }
  .content02 .merit_05 .skillup {
    margin: 140px auto 0 auto;
    position: relative;
    width: 1000px;
  }
  .content02 .merit_05 .skillup:before {
    content: "";
    display: block;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/merit_arrow.png) no-repeat;
    width: 265px;
    height: 46px;
  }
  .content02 .merit_05 .skillup p {
    font-size: 37px;
    font-weight: bold;
    color: #ff6482;
    text-align: center;
    line-height: 1.1;
  }
  .content02 .merit_05 .skillup p span {
    display: inline-block;
    font-size: 45px;
    font-weight: bold;
    color: #333;
    background: url(../images/merit05_marker.png) bottom;
    padding-bottom: 5px;
    margin-top: 15px;
  }
  .content02 .merit_05 .skillup .photo_area {
    margin-top: 45px;
  }
  .content02 .merit_05 .skillup .photo_area li {
    display: inline-block;
    margin: 0 0.5px;
  }

  /* content03 */
  .content03 {
    padding: 80px 0 70px 0;
    background: #fff8eb;
    margin-top: 90px;
  }
  .content03 .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/voice_title.png) no-repeat;
    width: 343px;
    height: 77px;
    margin: 0 auto 30px auto;
  }
  .content03 .voice {
    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: 1000px;
    margin: 0 auto;
  }
  .content03 .voice li {
    width: 295px;
  }
  .content03 .voice li .photo {
    width: 165px;
    height: 165px;
    margin: 0 auto;
  }
  .content03 .voice li .ttl {
    color: #ff4e70;
    font-size: 19px;
    font-weight: bold;
    margin: 15px 0 10px 0;
    text-align: center;
  }
  .content03 .voice li .pro {
    background: url(../images/voice_bg.png) no-repeat;
    color: #fff;
    text-align: center;
    width: 190px;
    height: 39px;
    line-height: 36px;
    margin: 0 auto;
  }
  .content03 .voice li .name {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 15px 0;
    text-align: center;
  }
  .content03 .voice li P {
    line-height: 1.8;
    font-size: 14px;
  }

  /* content04 */
  .content04 {
    margin: 90px auto 105px auto;
    width: 1000px;
  }
  .content04 .title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
  }
  .content04 .title:after {
    content: "";
    display: block;
    background: url(../images/question_en.png) no-repeat;
    width: 188px;
    height: 20px;
    margin: 0px auto 0 auto;
  }
  .content04 .text {
    font-size: 19px;
    line-height: 1.7;
    width: 700px;
    margin: 40px auto 0 auto;
    text-align: center;
  }
  .content04 .box {
    margin: 30px auto 20px auto;
    width: 770px;
    border: #ccc solid 1px;
    box-sizing: border-box;
    padding: 15px 0 3px 15px;
  }
  .content04 .box li {
    font-size: 13px;
    display: inline-block;
    margin: 0 0 15px 15px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
  }
  .content04 .box li:nth-of-type(1):before,
  .content04 .box li:nth-of-type(2):before,
  .content04 .box li:nth-of-type(3):before,
  .content04 .box li:nth-of-type(4):before,
  .content04 .box li:nth-of-type(5):before {
    content: "";
    display: inline-block;
    background: #ff6482;
    width: 16px;
    height: 16px;
    vertical-align: sub;
    margin-right: 5px;
  }
  .content04 .box li:nth-of-type(2):before {
    background: #cfdc42;
  }
  .content04 .box li:nth-of-type(3):before {
    background: #68ca3d;
  }
  .content04 .box li:nth-of-type(4):before {
    background: #d371d0;
  }
  .content04 .box li:nth-of-type(5):before {
    background: #6cb5ed;
  }
  .content04 .att {
    text-align: center;
    font-size: 12px;
  }
  .content04 .figure {
    margin-top: 30px;
  }
  .content04 .figure.no01:before, .content04 .figure.no02:before {
    content: "";
    display: block;
    background: url(../images/point01_icon.png) no-repeat;
    width: 999px;
    height: 73px;
    margin: 0 auto;
  }
  .content04 .figure.no02:before {
    background: url(../images/point02_icon.png) no-repeat;
  }
  .content04 .list {
    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;
  }
  .content04 .list li.text {
    width: 375px;
    text-align: left;
    margin-top: 20px;
  }
  .content04 .list li.text h3 {
    font-size: 31px;
    font-weight: bold;
    background: url(../images/marker.png) bottom;
    display: inline;
    padding-bottom: 5px;
    line-height: 1.6;
  }
  .content04 .list li.text p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.7;
    width: 365px;
  }

  /* content05 */
  .content05 {
    margin: 90px auto 55px auto;
    width: 1000px;
  }
  .content05 .title {
    font-size: 35px;
    text-align: center;
  }
  .content05 .title span {
    font-weight: bold;
    color: #448aca;
    border-bottom: #feda99 solid 8px;
    padding-bottom: 5px;
  }
  .content05 .subttl {
    text-align: center;
    font-size: 65px;
    font-weight: bold;
    margin-top: 40px;
  }
  .content05 .subttl:after {
    content: "";
    display: block;
    background: url(../images/couse_en.png) no-repeat;
    width: 120px;
    height: 16px;
    margin: 0px auto;
  }
  .content05 .box {
    background: #fff8eb;
    width: 1000px;
    margin: 60px auto 0 auto;
    padding: 50px 0 50px 0;
    position: relative;
  }
  .content05 .box:before {
    content: "";
    display: block;
    background: url(../images/couse_arrow.png) no-repeat;
    width: 97px;
    height: 32px;
    position: absolute;
    margin: 0px auto;
    top: -32px;
    left: 0;
    right: 0;
  }
  .content05 .box h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .content05 .box h4 span {
    font-size: 45px;
    font-weight: bold;
    color: #ff6482;
  }
  .content05 .box h4:before {
    content: "";
    display: block;
    background: url(../images/ttl_icon.png) no-repeat;
    width: 42px;
    height: 20px;
    position: absolute;
    top: -15px;
    right: 60px;
  }
  .content05 .exp {
    margin-top: 30px;
    position: relative;
  }
  .content05 .exp:before {
    content: "";
    display: block;
    background: url(../images/couse_photo.png) no-repeat;
    width: 314px;
    height: 317px;
    position: absolute;
    top: -25px;
    left: -60px;
  }
  .content05 .exp .list {
    width: 670px;
    margin-left: 280px;
  }
  .content05 .exp .list li {
    background: #fff;
    height: 70px;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 13px;
  }
  .content05 .exp .list li p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    padding: 20px 0 0 50px;
  }
  .content05 .exp .list li p:before {
    content: "";
    display: block;
    background: url(../images/icon_arrow.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 13px;
    top: 20px;
  }
  .content05 .exp .list li p span {
    color: #ff6482;
    font-weight: bold;
    font-size: 22px;
  }
  .content05 .couse {
    background: url(../images/course_bg.jpg) no-repeat;
    width: 1000px;
    height: 540px;
    margin: 65px auto 0 auto;
    padding: 55px 0 0 0;
  }
  .content05 .couse h5 {
    margin-bottom: 10px;
    text-align: center;
  }
  .content05 .couse h5 span {
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    border-bottom: #ffb533 solid 5px;
    padding-bottom: 6px;
  }
  .content05 .couse .tx {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    border-bottom: #ffb533 solid 5px;
    width: 375px;
    text-align: center;
    margin: 0 auto;
  }
  .content05 .couse 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: 890px;
    margin: 40px auto 0 auto;
  }
  .content05 .couse ul li {
    background: url(../images/course_01.png) no-repeat;
    width: 290px;
    height: 120px;
    margin-bottom: 10px;
  }
  .content05 .couse ul li p {
    margin: 15px 0 0 110px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
  }
  .content05 .couse ul li p span {
    font-weight: bold;
    color: #ff6482;
  }
  .content05 .couse ul li.no02 {
    background: url(../images/course_02.png) no-repeat;
  }
  .content05 .couse ul li.no02 p {
    margin-top: 30px;
  }
  .content05 .couse ul li.no03 {
    background: url(../images/course_03.png) no-repeat;
  }
  .content05 .couse ul li.no04 {
    background: url(../images/course_04.png) no-repeat;
  }
  .content05 .couse ul li.no04 p {
    margin-top: 30px;
  }
  .content05 .couse ul li.no05 {
    background: url(../images/course_05.png) no-repeat;
  }
  .content05 .couse ul li.no06 {
    background: url(../images/course_06.png) no-repeat;
  }
  .content05 .couse ul li.no06 p {
    margin-top: 30px;
  }
  .content05 .text {
    background: #fff;
    width: 950px;
    margin: 50px auto 0 auto;
    padding: 50px 0;
    position: relative;
  }
  .content05 .text:after {
    content: "";
    display: inline-block;
    background: url(../images/text_photo.png) no-repeat;
    width: 210px;
    height: 389px;
    position: absolute;
    bottom: -30px;
    right: -124px;
  }
  .content05 .text .text_ttl {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/text_title.png) no-repeat;
    width: 996px;
    height: 332px;
    margin-left: -35px;
  }
  .content05 .text .couse_list {
    width: 850px;
    overflow: hidden;
    margin: 0 auto;
  }
  .content05 .text .couse_list li {
    display: block;
    float: left;
    height: 159px;
    width: 260px;
    padding-top: 65px;
    margin: 5px 8px;
  }
  .content05 .text .couse_list li p {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 0 55px;
    text-align: center;
  }
  .content05 .text .couse_list li.tx01 {
    background: url(../images/textbook_01.png) no-repeat;
  }
  .content05 .text .couse_list li.tx01 p {
    margin-top: 15px;
  }
  .content05 .text .couse_list li.tx02 {
    background: url(../images/textbook_02.png) no-repeat;
  }
  .content05 .text .couse_list li.tx03 {
    background: url(../images/textbook_03.png) no-repeat;
  }
  .content05 .text .couse_list li.tx03 p {
    margin-top: 15px;
  }
  .content05 .text .couse_list li.tx04 {
    background: url(../images/textbook_04.png) no-repeat;
  }
  .content05 .text .couse_list li.tx05 {
    background: url(../images/textbook_05.png) no-repeat;
  }
  .content05 .text .couse_list li.tx05 p {
    margin-top: 15px;
  }
  .content05 .text .couse_list li.tx06 {
    background: url(../images/textbook_06.png) no-repeat;
  }
  .content05 .text .tx_cnt {
    font-size: 20px;
    margin: 20px 0;
    text-align: center;
  }
  .content05 .text .att {
    font-size: 12px;
    text-align: center;
  }

  /* content06 */
  .content06 {
    background: #fdf2f4;
    padding-bottom: 25px;
    margin: 0 auto 60px auto;
    width: 1000px;
  }
  .content06 .title {
    color: #fff;
    height: 80px;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    background: #448aca;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .content06 img {
    display: block;
    margin: 20px auto 15px auto;
  }
  .content06 .tx {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
  }
  .content06 .certificate {
    width: 950px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 95px 0 40px 0;
    margin: 45px auto 0 auto;
  }
  .content06 .certificate .subtitle {
    font-size: 32px;
    margin-top: -50px;
    line-height: 1.3;
  }
  .content06 .certificate .subtitle span {
    color: #448aca;
  }
  .content06 .certificate .inner {
    background: url(../images/certificate_bg.png) no-repeat center 30px;
    width: 831px;
    height: 410px;
    margin: 0 auto;
  }

  /* point */
  .point {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/point.png) no-repeat center;
    width: 934px;
    height: 308px;
    margin: 0 0 90px 80px;
  }

  /* content07 */
  .content07 {
    padding-bottom: 25px;
    margin: 90px auto 80px auto;
    width: 1000px;
  }
  .content07 .title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  .content07 .title:after {
    content: "";
    display: block;
    background: url(../images/flow_en.png) no-repeat;
    width: 120px;
    height: 13px;
    margin: 0px auto;
  }
  .content07 .flow {
    width: 900px;
    margin: 0 auto;
  }
  .content07 .flow ul li {
    border: solid #448aca 3px;
    border-radius: 4px;
    margin-bottom: 25px;
    position: relative;
    height: 140px;
    padding: 23px 0 0 170px;
  }
  .content07 .flow ul li h3 {
    font-size: 33px;
    font-weight: bold;
    color: #448aca;
  }
  .content07 .flow ul li.arrow {
    border: none;
    margin: 0 auto 15px auto;
    padding: 0;
    text-align: center;
    height: 34px;
  }
  .content07 .flow ul li.fw-1, .content07 .flow ul li.fw-2, .content07 .flow ul li.fw-3, .content07 .flow ul li.fw-4, .content07 .flow ul li.fw-5 {
    position: relative;
  }
  .content07 .flow ul li.fw-1:before, .content07 .flow ul li.fw-2:before, .content07 .flow ul li.fw-3:before, .content07 .flow ul li.fw-4:before, .content07 .flow ul li.fw-5:before {
    content: "";
    display: block;
    background: url(../images/flow_n01.png) no-repeat;
    width: 155px;
    height: 134px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .content07 .flow ul li.fw-1 .image {
    position: absolute;
    top: -40px;
    right: -40px;
  }
  .content07 .flow ul li.fw-2:before {
    background: url(../images/flow_n02.png) no-repeat;
  }
  .content07 .flow ul li.fw-3 .image {
    position: absolute;
    top: -20px;
    right: 100px;
  }
  .content07 .flow ul li.fw-3:before {
    background: url(../images/flow_n03.png) no-repeat;
  }
  .content07 .flow ul li.fw-4 {
    padding-top: 10px;
  }
  .content07 .flow ul li.fw-4:before {
    background: url(../images/flow_n04.png) no-repeat;
  }
  .content07 .flow ul li.fw-5 {
    padding-top: 10px;
  }
  .content07 .flow ul li.fw-5 .image {
    position: absolute;
    top: -40px;
    right: -25px;
  }
  .content07 .flow ul li.fw-5:before {
    background: url(../images/flow_n05.png) no-repeat;
  }
  .content07 .flow ul li .tx {
    font-size: 21px;
    line-height: 1.4;
  }
  .content07 .flow ul li .tx a {
    color: #ff6482;
  }
  .content07 .flow ul li .tx span {
    color: #feb534;
  }
  .content07 .flow .comment {
    font-size: 45px;
    text-align: center;
  }
  .content07 .flow .comment span {
    font-weight: bold;
    border-bottom: #feda99 solid 8px;
    padding-bottom: 8px;
  }

/* merit5 */
.merit5 {
    padding: 50px 0 20px 0;
    background:#ffffff;
}
.merit5 .title {
    text-align: center;
    margin-bottom: 10px;
}
.merit5 .text  {
    padding:0 20px;
    font-size:14px;
    text-align: center;
}
 

  /* apply */
  .apply {
    background: #fff8eb;
    padding: 90px 0 70px 0;
    position: relative;
  }
  .apply:before {
    content: "";
    display: block;
    background: url(../images/apply_arrow.png) no-repeat;
    width: 301px;
    height: 53px;
    margin: 0px auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
  }
  .apply .apply_inner {
    width: 1000px;
    height: 375px;
    margin: 0 auto;
    background: #fff;
    padding-top: 55px;
    box-shadow: 2.5px 2.5px 0px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    position: relative;
  }
  .apply .apply_inner:before {
    content: "";
    display: block;
    background: url(../images/apply_photo.png) no-repeat;
    width: 319px;
    height: 349px;
    margin: 0px auto;
    position: absolute;
    top: 27px;
    left: -70px;
  }
  .apply .apply_inner:after {
    content: "";
    display: block;
    background: url(../images/apply_point.png) no-repeat;
    width: 211px;
    height: 213px;
    position: absolute;
    bottom: -20px;
    right: -70px;
  }
  .apply .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/apply_title.png) no-repeat;
    width: 798px;
    height: 90px;
    margin: 0 auto;
  }
  .apply .button {
    margin-top: 20px;
  }
  .apply .button a {
    display: block;
    color: #fff;
    background: #ff6482;
    box-shadow: #bf5167 0 4px 0;
    border-radius: 5px;
    line-height: 1.3;
    border: solid 2px #ff6482;
    width: 450px;
    height: 95px;
    font-size: 30px;
    font-weight: bold;
    padding-top: 15px;
    margin: 0 auto;
    text-align: center;
  }
  .apply .button a span {
    display: block;
    font-size: 21px;
  }
  .apply .button a:hover {
    background-color: #fff;
    color: #ff6482;
    box-shadow: none;
    text-decoration: none;
  }
  .apply .tx {
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
  }
  .apply .btn_schedule {
    text-align: center;
    margin-top: 10px;
  }
  .apply .btn_schedule a {
    color: #448aca;
    text-decoration: underline;
    font-size: 20px;
  }
  .apply .inquiry {
    margin-top: 50px;
  }
  .apply .inquiry h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .apply .inquiry ul {
    text-align: center;
  }
  .apply .inquiry ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
  }
  .apply .inquiry ul li.tel_lnq .number {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.4;
  }
  .apply .inquiry ul li.tel_lnq .number a {
    color: #484848;
    padding-left: 10px;
  }
  .apply .inquiry ul li.tel_lnq .number a:hover {
    text-decoration: none;
  }
  .apply .inquiry ul li.tel_lnq .number span {
    font-size: 20px;
  }
  .apply .inquiry ul li.tel_lnq .time {
    font-size: 14px;
  }
  .apply .inquiry ul li.button_Inq {
    margin-top: 5px;
  }
  .apply .inquiry ul li.button_Inq a {
    display: block;
    width: 275px;
    height: 45px;
    line-height: 43px;
    font-size: 18px;
    color: #484848;
    width: 275px;
    height: 45px;
    background: #fff;
    border: #448aca solid 2px;
    border-radius: 5px;
    box-shadow: #448aca 0 3px 0;
    text-align: center;
  }
  .apply .inquiry ul li.button_Inq a:hover {
    background: #448aca;
    color: #fff;
    text-decoration: none;
  }
  .apply .inquiry .att {
    font-size: 13px;
    text-align: center;
  }

  /* content08 */
  .content08 {
    width: 1000px;
    margin: 90px auto 80px auto;
  }
  .content08 .title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .content08 .title:after {
    content: "";
    display: block;
    background: url(../images/schedule_en.png) no-repeat;
    width: 200px;
    height: 20px;
    margin: 0px auto;
  }
  .content08 .schedule {
    /* table */
  }
  .content08 .schedule .text {
    font-size: 20px;
    color: #0074cd;
    text-align: center;
    margin-bottom: 35px;
  }
  .content08 .schedule .point {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sc_point.png) no-repeat;
    width: 727px;
    height: 55px;
    margin: 0 auto;
  }
  .content08 .schedule .inner {
    margin-top: 50px;
  }
  .content08 .schedule .table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border: 1px solid #ccc;
  }
  .content08 .schedule .table thead {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #ecfac7;
    font-size: 14px;
  }
  .content08 .schedule .table thead th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    font-size: 15px;
    text-align: center;
    border-right: 1px solid #ccc;
  }
  .content08 .schedule .table thead th:nth-child(1) {
    width: 180px;
  }
  .content08 .schedule .table thead th:nth-child(2) {
    width: 120px;
  }
  .content08 .schedule .table thead th:nth-child(3) {
    width: 140px;
  }
  .content08 .schedule .table tbody th {
    white-space: nowrap;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background: #efefef;
  }
  .content08 .schedule .table td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
  }
  .content08 .schedule .table li {
    line-height: 1.6em;
  }
  .content08 .schedule .table tr:nth-child(even) td {
    background: #f9f9f9;
  }

 .content08 .schedule .inner2 {
    background:#fdf2f4;
    margin:40px 100px;
    padding:20px;
  }
 .content08 .schedule .inner2 .title2 {
    color: #fff;
    height: 80px;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    background: #448aca;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .content08 .schedule .inner2 .tx {
    font-size:18px;
    line-height:1.6;
}
  .content08 .schedule .inner2 ul li.tx {
    font-size:16px;
    text-align: left;
    margin-left: 20px;
}

/* apply */
.apply .text {
    color:#484848;
    font-size:15px;
    margin:15px 0 25px;
}
.apply .att2 {
    margin:20px 0 49px;
    font-size:12px;
}



/* apply */
.apply .text {
    color:#484848;
    font-size:15px;
    margin:15px 0 25px;
}
.apply .att2 {
    margin:20px 0 49px;
    font-size:12px;
}


  /* content09 */
  .content09 {
    background: #fff8eb;
    padding: 80px 0 60px 0;
    position: relative;
  }
  .content09 .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/about_title.png) no-repeat;
    width: 691px;
    height: 45px;
    margin: 0 auto;
  }
  .content09 .exp {
    margin: 30px auto 0 auto;
    position: relative;
    background: url(../images/about_bg.png) no-repeat;
    width: 980px;
    height: 446px;
    padding-top: 27px;
  }
  .content09 .exp h3 {
    position: absolute;
    top: 85px;
    left: 70px;
    font-size: 37px;
    color: #fff;
  }
  .content09 .exp h3 span {
    font-weight: bold;
    border-bottom: #fff solid 3px;
    padding-bottom: 8px;
  }
  .content09 .exp:before {
    content: "";
    display: block;
    background: url(../images/about_photo.png) no-repeat;
    width: 447px;
    height: 463px;
    position: absolute;
    top: -17px;
    left: -110px;
  }
  .content09 .exp .list {
    width: 625px;
    margin-left: 330px;
  }
  .content09 .exp .list li {
    background: #fff;
    height: 60px;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 6px;
  }
  .content09 .exp .list li p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    padding: 17px 0 0 60px;
  }
  .content09 .exp .list li p:before {
    content: "";
    display: block;
    background: url(../images/icon_arrow.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 17px;
    top: 16px;
  }
  .content09 .exp .list li p span {
    color: #ff6482;
    font-weight: bold;
  }
  .content09 .button {
    margin-top: 40px;
  }
  .content09 .button a {
    display: block;
    color: #fff;
    background: #ff6482;
    box-shadow: #bf5167 0 4px 0;
    border-radius: 5px;
    line-height: 1.3;
    border: solid 2px #ff6482;
    width: 450px;
    height: 95px;
    font-size: 30px;
    font-weight: bold;
    padding-top: 15px;
    margin: 0 auto;
    text-align: center;
  }
  .content09 .button a span {
    display: block;
    font-size: 21px;
  }
  .content09 .button a:hover {
    background-color: #fff;
    color: #ff6482;
    box-shadow: none;
    text-decoration: none;
  }
  .content09 .tx {
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
  }
  .content09 .btn_schedule {
    text-align: center;
    margin-top: 10px;
  }
  .content09 .btn_schedule a {
    color: #448aca;
    text-decoration: underline;
    font-size: 20px;
  }
  .content09 .att {
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
  }
  .content09 .app_point {
    position: absolute;
    bottom: -35px;
    right: 50px;
  }

  /* content10 */
  .content10 {
    position: relative;
    margin: 100px 0 130px 0;
  }
  .content10 .title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .content10 .title:after {
    content: "";
    display: block;
    background: url(../images/company_en.png) no-repeat;
    width: 151px;
    height: 19px;
    margin: 0 auto;
  }
  .content10 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: 950px;
    margin: 50px auto 0 auto;
  }
  .content10 ul li.tx {
    width: 480px;
  }
  .content10 ul li.photo {
    width: 425px;
  }
  .content10 ul li table {
    width: 100%;
  }
  .content10 ul li table td {
    border-bottom: #ccc solid 1px;
    padding: 7px 0;
  }
  .content10 ul li table td:nth-of-type(1) {
    width: 15%;
  }
  .content10 ul li .item {
    margin-top: 35px;
    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;
    border: #ccc solid 1px;
  }
  .content10 ul li .item .ttl {
    background: #efefef;
    width: 130px;
    text-align: center;
    padding-top: 55px;
    font-size: 16px;
  }
  .content10 ul li .item .list {
    padding: 5px;
    width: 320px;
    margin-right: 10px;
  }
  .content10 ul li .item .list p {
    border-bottom: #e2e2e2 solid 1px;
    padding: 4.5px 0 4.5px 5px;
    margin-bottom: 8px;
  }
  .content10 ul li .item .list p:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .sp {
    display: none;
  }

  /* ___________________footer */
  #footer {
    background: #fff;
  }
  #footer img {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  #footer .foot-navi {
    background: url(../images/foot_line.png) repeat-x;
    height: 63px;
    padding: 20px 0;
    margin-bottom: 25px;
  }
  #footer .foot-navi ul {
    margin: 0 auto;
    width: 750px;
  }
  #footer .foot-navi ul li {
    margin: 0 15px;
    font-size: 14px;
    display: inline-block;
  }
  #footer .pagetop {
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .copyright {
    background: #efefef;
    padding: 13px 0;
    font-size: 11px;
    margin-top: 20px;
    text-align: center;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  * {
    box-sizing: border-box;
  }

  .pc {
    display: none;
  }

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

  /* ___________________Smartphones Layout */
  #wrapper {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }

  /* ___________________Smartphones header */
  #sp_header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: #999 0 1px 1px;
  }
  #sp_header .header_inner {
    width: 100%;
    height: 59px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    display: table;
    border-collapse: separate;
    border-spacing: 8px 0;
  }
  #sp_header .logo {
    display: table-cell;
    width: 125px;
    height: 24.5px;
    vertical-align: bottom;
  }
  #sp_header .sp_hd {
    display: table-cell;
  }
  #sp_header .sp_hd li {
    display: inline-block;
    border: #fff solid 2px;
    border-radius: 3px;
  }
  #sp_header .sp_hd li a {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
  }
  #sp_header .sp_hd li.btn01 {
    border-color: #ff4e70;
    width: 55%;
  }
  #sp_header .sp_hd li.btn01 a {
    color: #ff4e70;
  }
  #sp_header .sp_hd li.btn02 {
    border-color: #448aca;
    width: 42%;
  }
  #sp_header .sp_hd li.btn02 a {
    color: #448aca;
  }

  /* ___________________Smartphones info */
  .info {
    width: 100%;
    margin: 0 auto;
    background: #fff8eb;
    padding: 40px 0 60px 0;
  }
  .info .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/info_title.png) center/95% no-repeat;
    padding-top: 13.3%;
    height: 0;
    margin-bottom: 15px;
  }
  .info .info_inner {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/info.png) center/100% no-repeat;
    padding-top: 79.2%;
    height: 0;
    margin: 0 auto;
  }
  .info .button {
    width: 85%;
    height: 60px;
    margin: 20px auto 0 auto;
    text-align: center;
  }
  .info .button a {
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #448aca;
    border-radius: 5px;
    margin: 0 auto;
    color: #fff;
    vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
    padding-left: 15px;
  }
  .info .button a:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #448aca;
    border: #ffa200 solid 2px;
  }
  .info .button a:after {
    content: "";
    display: inline-block;
    background: url(../images/sp/info_arrow.png);
    background-size: 100%;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 10px;
  }

  /* ___________________Smartphones main_vis */
  .main_vis {
    margin-top: 48px;
  }
  .main_vis .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/vis_title.png) center/100% no-repeat;
    padding-top: 61.4%;
  }
  .main_vis .subtitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/vis_photo.png) center/100% no-repeat;
    padding-top: 70%;
    height: 0;
  }

  /* content01 */
  .content01 {
    margin-top: 35px;
  }
  .content01 .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/qua_title.png) center/100% no-repeat;
    padding-top: 49%;
    height: 0;
  }
  .content01 .exp {
    background: #fff8eb;
    padding: 15px 0 5px 0;
  }
  .content01 .exp .list {
    width: 93%;
    margin: 0 auto;
  }
  .content01 .exp .list li {
    background: #fff;
    width: 100%;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 8px;
    padding: 13px 5px 12px 55px;
  }
  .content01 .exp .list li p {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
  }
  .content01 .exp .list li p span {
    color: #ff9001;
    font-weight: bold;
  }
  .content01 .exp .list li p em {
    font-weight: bold;
  }
  .content01 .exp .list li p br {
    display: none;
  }
  .content01 .exp .list li.no1, .content01 .exp .list li.no2, .content01 .exp .list li.no3, .content01 .exp .list li.no4, .content01 .exp .list li.no5, .content01 .exp .list li.no6 {
    position: relative;
  }
  .content01 .exp .list li.no1:before, .content01 .exp .list li.no2:before, .content01 .exp .list li.no3:before, .content01 .exp .list li.no4:before, .content01 .exp .list li.no5:before, .content01 .exp .list li.no6:before {
    content: "";
    display: block;
    background: url(../images/sp/point_01.png) left/80% no-repeat;
    width: 45.5px;
    height: 43.5px;
    position: absolute;
    left: 10px;
    top: 7px;
  }
  .content01 .exp .list li.no2 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .content01 .exp .list li.no2:before {
    background: url(../images/sp/point_02.png) left/80% no-repeat;
  }
  .content01 .exp .list li.no3 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .content01 .exp .list li.no3:before {
    background: url(../images/sp/point_03.png) left/80% no-repeat;
  }
  .content01 .exp .list li.no4 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .content01 .exp .list li.no4:before {
    background: url(../images/sp/point_04.png) left/80% no-repeat;
  }
  .content01 .exp .list li.no5 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .content01 .exp .list li.no5:before {
    background: url(../images/sp/point_05.png) left/80% no-repeat;
  }
  .content01 .exp .list li.no6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .content01 .exp .list li.no6:before {
    background: url(../images/sp/point_06.png) left/80% no-repeat;
  }

  /* content_r */
  .content_r {
    padding: 25px 0 25px 0;
    background:#ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .content_r .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/recommend_title.png) center/90% no-repeat;
    padding-top: 22.3%;
    height: 0;
    margin-bottom: 30px;
  }
  .content_r .recommend {
    width: 85%;
    margin: 0 auto;
  }
  .content_r .recommend li {
    margin-bottom: 30px;
  }
  .content_r .recommend li .photo {
    width: 210px;
    height: 210px;
    margin: 0 auto;
  }
  .content_r .recommend li .ttl {
    color: #448aca;
    font-weight: bold;
    font-size: 22px;
    margin: 15px 0 10px 0;
    text-align: center;
  }
  .content_r .recommend li .pro {
    background: url(../images/sp/recommend_bg.png) center/100% no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    width: 190px;
    height: 38.5px;
    line-height: 36px;
    margin: 0 auto;
  }
  .content_r .recommend li .name {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 15px 0;
    text-align: center;
  }
  .content_r .recommend li .tx {
    line-height: 1.8;
    font-size: 14px;
  }

  .content02 {
    margin: 50px auto 0 auto;
    width: 95%;
    /* merit_com */
    /* merit_01 */
    /* merit_02 */
    /* merit_03 */
    /* merit_04 */
    /* merit_05 */
  }
  .content02 .title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  .content02 .title span {
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    padding: 0 5px 0 0;
  }
  .content02 .title:after {
    content: "";
    display: block;
    background: url(../images/sp/merit_en.png) center/100% no-repeat;
    width: 110px;
    height: 13.5px;
    margin: 10px auto 0 auto;
  }
  .content02 .text {
    width: 95%;
    font-size: 15px;
    line-height: 1.9;
    margin: 30px auto 40px auto;
  }
  .content02 .text span {
    color: #448aca;
    font-weight: bold;
  }
  .content02 .text br {
    display: none;
  }
  .content02 .merit_01 .list li, .content02 .merit_02 .list li, .content02 .merit_03 .list li, .content02 .merit_04 .list li, .content02 .merit_05 .list li {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
    position: relative;
    padding-left: 33px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
  }
  .content02 .merit_01 .list li span, .content02 .merit_02 .list li span, .content02 .merit_03 .list li span, .content02 .merit_04 .list li span, .content02 .merit_05 .list li span {
    border-bottom: #ffd07f solid 4px;
    font-weight: bold;
    padding-bottom: 2px;
  }
  .content02 .merit_01 .list li.i01:before, .content02 .merit_01 .list li.i02:before, .content02 .merit_01 .list li.i03:before, .content02 .merit_01 .list li.i04:before, .content02 .merit_01 .list li.i05:before, .content02 .merit_01 .list li.i06:before, .content02 .merit_01 .list li.i07:before, .content02 .merit_01 .list li.i08:before, .content02 .merit_01 .list li.i09:before, .content02 .merit_01 .list li.i10:before, .content02 .merit_01 .list li.i11:before, .content02 .merit_01 .list li.i12:before, .content02 .merit_02 .list li.i01:before, .content02 .merit_02 .list li.i02:before, .content02 .merit_02 .list li.i03:before, .content02 .merit_02 .list li.i04:before, .content02 .merit_02 .list li.i05:before, .content02 .merit_02 .list li.i06:before, .content02 .merit_02 .list li.i07:before, .content02 .merit_02 .list li.i08:before, .content02 .merit_02 .list li.i09:before, .content02 .merit_02 .list li.i10:before, .content02 .merit_02 .list li.i11:before, .content02 .merit_02 .list li.i12:before, .content02 .merit_03 .list li.i01:before, .content02 .merit_03 .list li.i02:before, .content02 .merit_03 .list li.i03:before, .content02 .merit_03 .list li.i04:before, .content02 .merit_03 .list li.i05:before, .content02 .merit_03 .list li.i06:before, .content02 .merit_03 .list li.i07:before, .content02 .merit_03 .list li.i08:before, .content02 .merit_03 .list li.i09:before, .content02 .merit_03 .list li.i10:before, .content02 .merit_03 .list li.i11:before, .content02 .merit_03 .list li.i12:before, .content02 .merit_04 .list li.i01:before, .content02 .merit_04 .list li.i02:before, .content02 .merit_04 .list li.i03:before, .content02 .merit_04 .list li.i04:before, .content02 .merit_04 .list li.i05:before, .content02 .merit_04 .list li.i06:before, .content02 .merit_04 .list li.i07:before, .content02 .merit_04 .list li.i08:before, .content02 .merit_04 .list li.i09:before, .content02 .merit_04 .list li.i10:before, .content02 .merit_04 .list li.i11:before, .content02 .merit_04 .list li.i12:before, .content02 .merit_05 .list li.i01:before, .content02 .merit_05 .list li.i02:before, .content02 .merit_05 .list li.i03:before, .content02 .merit_05 .list li.i04:before, .content02 .merit_05 .list li.i05:before, .content02 .merit_05 .list li.i06:before, .content02 .merit_05 .list li.i07:before, .content02 .merit_05 .list li.i08:before, .content02 .merit_05 .list li.i09:before, .content02 .merit_05 .list li.i10:before, .content02 .merit_05 .list li.i11:before, .content02 .merit_05 .list li.i12:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/merit_icon01.png) left/100% no-repeat;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .content02 .merit_01 .place, .content02 .merit_02 .place, .content02 .merit_03 .place, .content02 .merit_04 .place, .content02 .merit_05 .place {
    margin-top: 15px;
    border: #ccc solid 1px;
    border-radius: 4px;
  }
  .content02 .merit_01 .place .sttl, .content02 .merit_02 .place .sttl, .content02 .merit_03 .place .sttl, .content02 .merit_04 .place .sttl, .content02 .merit_05 .place .sttl {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    background: #ffa200;
  }
  .content02 .merit_01 .place .tx, .content02 .merit_02 .place .tx, .content02 .merit_03 .place .tx, .content02 .merit_04 .place .tx, .content02 .merit_05 .place .tx {
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    background: #fff8eb;
  }
  .content02 .merit_01 .place .tx br, .content02 .merit_02 .place .tx br, .content02 .merit_03 .place .tx br, .content02 .merit_04 .place .tx br, .content02 .merit_05 .place .tx br {
    display: none;
  }
  .content02 .merit_01 .place ul, .content02 .merit_02 .place ul, .content02 .merit_03 .place ul, .content02 .merit_04 .place ul, .content02 .merit_05 .place ul {
    padding: 10px 5px;
    background: #fff8eb;
  }
  .content02 .merit_01 .place ul li, .content02 .merit_02 .place ul li, .content02 .merit_03 .place ul li, .content02 .merit_04 .place ul li, .content02 .merit_05 .place ul li {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
  }
  .content02 .merit_01 .place ul li.pc, .content02 .merit_02 .place ul li.pc, .content02 .merit_03 .place ul li.pc, .content02 .merit_04 .place ul li.pc, .content02 .merit_05 .place ul li.pc {
    display: none;
  }
  .content02 .merit_01 {
    position: relative;
  }
  .content02 .merit_01 .subtitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/merit_title01.png) center/100% no-repeat;
    height: 0px;
    padding-top: 25.7%;
    margin-bottom: 15px;
  }
  .content02 .merit_01 .list li.i01:before {
    background: url(../images/merit_icon01.png) left/100% no-repeat;
  }
  .content02 .merit_01 .list li.i02:before {
    background: url(../images/merit_icon02.png) left/100% no-repeat;
  }
  .content02 .merit_01 .list li.i03:before {
    background: url(../images/merit_icon03.png) left/100% no-repeat;
  }
  .content02 .merit_02 {
    margin-top: 45px;
  }
  .content02 .merit_02 .subtitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/merit_title02.png) center/100% no-repeat;
    height: 0px;
    padding-top: 25.7%;
    margin-bottom: 15px;
  }
  .content02 .merit_02 .list li span {
    border-color: #ffb1c0;
  }
  .content02 .merit_02 .list li.i04:before {
    background: url(../images/merit_icon04.png) left/100% no-repeat;
  }
  .content02 .merit_02 .list li.i05:before {
    background: url(../images/merit_icon05.png) left/100% no-repeat;
  }
  .content02 .merit_02 .list li.i06:before {
    background: url(../images/merit_icon06.png) left/100% no-repeat;
  }
  .content02 .merit_02 .place .sttl {
    background: #ff6482;
  }
  .content02 .merit_03 {
    margin-top: 45px;
  }
  .content02 .merit_03 .subtitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/merit_title03.png) center/100% no-repeat;
    height: 0px;
    padding-top: 25.7%;
    margin-bottom: 15px;
  }
  .content02 .merit_03 .list li span {
    border-color: #a1c4e4;
  }
  .content02 .merit_03 .list li.i07:before {
    background: url(../images/merit_icon07.png) left/100% no-repeat;
  }
  .content02 .merit_03 .list li.i08:before {
    background: url(../images/merit_icon08.png) left/100% no-repeat;
  }
  .content02 .merit_03 .place .sttl {
    background: #448aca;
  }
  .content02 .merit_04 {
    margin-top: 45px;
  }
  .content02 .merit_04 .subtitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/merit_title04.png) center/100% no-repeat;
    height: 0px;
    padding-top: 25.7%;
    margin-bottom: 15px;
  }
  .content02 .merit_04 .list li.i01:before {
    background: url(../images/merit_icon01.png) left/100% no-repeat;
  }
  .content02 .merit_04 .list li.i09:before {
    background: url(../images/merit_icon09.png) left/100% no-repeat;
  }
  .content02 .merit_05 {
    margin-top: 45px;
  }
  .content02 .merit_05 .subtitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/merit_title05.png) center/100% no-repeat;
    padding-top: 12.2%;
    height: 0px;
    margin: 0 0 25px 0px;
  }
  .content02 .merit_05 .image {
    width: 75%;
    margin: 0 auto;
  }
  .content02 .merit_05 .list {
    margin: 15px auto 30px auto;
    width: 85%;
  }
  .content02 .merit_05 .list li {
    font-size: 20px;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 1.4px;
    border-bottom: #ffb1c0 solid 4px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .content02 .merit_05 .list li span {
    border-color: #fff;
  }
  .content02 .merit_05 .list li.i10:before {
    background: url(../images/merit_icon10.png) left/100% no-repeat;
  }
  .content02 .merit_05 .list li.i11:before {
    background: url(../images/merit_icon11.png) left/100% no-repeat;
  }
  .content02 .merit_05 .list li.i12:before {
    background: url(../images/merit_icon12.png) left/100% no-repeat;
  }
  .content02 .merit_05 .skillup {
    margin: 0 auto;
  }
  .content02 .merit_05 .skillup:before {
    content: "";
    display: block;
    background: url(../images/merit_arrow.png) center/60% no-repeat;
    height: 0px;
    padding-top: 11.3%;
    margin: 0 auto 10px auto;
  }
  .content02 .merit_05 .skillup p {
    font-size: 25px;
    font-weight: bold;
    color: #ff6482;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .content02 .merit_05 .skillup p span {
    display: inline;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 55%, #ffdcb2 50%);
    background: linear-gradient(rgba(0, 0, 0, 0) 55%, #ffdcb2 50%);
    padding-bottom: 5px;
  }
  .content02 .merit_05 .skillup .photo_area li {
    width: 48.5%;
    display: inline-block;
    margin: 0 0.5px;
  }

  /* content03 */
  .content03 {
    padding: 50px 0 20px 0;
    background: #fff8eb;
    margin-top: 50px;
  }
  .content03 .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/voice_title.png) center/70% no-repeat;
    padding-top: 22.3%;
    height: 0;
    margin-bottom: 30px;
  }
  .content03 .voice {
    width: 85%;
    margin: 0 auto;
  }
  .content03 .voice li {
    margin-bottom: 30px;
  }
  .content03 .voice li .photo {
    width: 165px;
    height: 165px;
    margin: 0 auto;
  }
  .content03 .voice li .ttl {
    color: #ff4e70;
    font-size: 19px;
    font-weight: bold;
    margin: 15px 0 10px 0;
    text-align: center;
  }
  .content03 .voice li .pro {
    background: url(../images/sp/voice_bg.png) center/100% no-repeat;
    color: #fff;
    text-align: center;
    width: 190px;
    height: 38.5px;
    line-height: 36px;
    margin: 0 auto;
    font-size: 14px;
  }
  .content03 .voice li .name {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 15px 0;
    text-align: center;
  }
  .content03 .voice li .tx {
    line-height: 1.8;
    font-size: 14px;
  }

  /* content04 */
  .content04 {
    margin: 55px auto 50px auto;
    width: 95%;
  }
  .content04 .title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }
  .content04 .title:after {
    content: "";
    display: block;
    background: url(../images/sp/question_en.png) center/100% no-repeat;
    width: 169px;
    height: 16.5px;
    margin: 10px auto 0 auto;
  }
  .content04 .text {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 30px;
    padding: 0 18px;
  }
  .content04 .text br {
    display: none;
  }
  .content04 .box {
    margin: 20px auto;
    border: #ccc solid 1px;
    box-sizing: border-box;
    padding: 15px 0 5px 15px;
  }
  .content04 .box li {
    font-size: 13px;
    margin: 0 0 10px 0px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
  }
  .content04 .box li:nth-of-type(1):before,
  .content04 .box li:nth-of-type(2):before,
  .content04 .box li:nth-of-type(3):before,
  .content04 .box li:nth-of-type(4):before,
  .content04 .box li:nth-of-type(5):before {
    content: "";
    display: inline-block;
    background: #ff6482;
    width: 16px;
    height: 16px;
    vertical-align: sub;
    margin-right: 5px;
  }
  .content04 .box li:nth-of-type(2):before {
    background: #cfdc42;
  }
  .content04 .box li:nth-of-type(3):before {
    background: #68ca3d;
  }
  .content04 .box li:nth-of-type(4):before {
    background: #d371d0;
  }
  .content04 .box li:nth-of-type(5):before {
    background: #6cb5ed;
  }
  .content04 .att {
    text-align: center;
    font-size: 12px;
  }
  .content04 .figure {
    margin: 30px auto 0 auto;
    width: 93%;
  }
  .content04 .figure.no01:before, .content04 .figure.no02:before {
    content: "";
    display: block;
    background: url(../images/sp/point01_icon.png) left/100% no-repeat;
    height: 0px;
    padding-top: 12.5%;
    margin: 0 auto;
  }
  .content04 .figure.no02:before {
    background: url(../images/sp/point02_icon.png) left/100% no-repeat;
  }
  .content04 .list {
    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;
  }
  .content04 .list li.text {
    text-align: left;
    margin-top: 10px;
    padding: 0px 13px;
  }
  .content04 .list li.text h3 {
    font-size: 25px;
    font-weight: bold;
    background: url(../images/marker.png) bottom;
    display: inline;
    padding-bottom: 5px;
    line-height: 1.6;
  }
  .content04 .list li.text p {
    font-size: 16px;
    margin: 13px 0 20px 0;
    line-height: 1.7;
  }

  /* content05 */
  .content05 {
    margin: 40px auto 35px auto;
  }
  .content05 .title {
    font-size: 19px;
    text-align: center;
    line-height: 1.8;
    font-feature-settings: "palt";
  }
  .content05 .title span {
    font-weight: bold;
    color: #448aca;
    border-bottom: #feda99 solid 4px;
    padding-bottom: 4px;
  }
  .content05 .subttl {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-top: 30px;
  }
  .content05 .subttl:after {
    content: "";
    display: block;
    background: url(../images/sp/couse_en.png) center/100% no-repeat;
    width: 108px;
    height: 13px;
    margin: 0px auto;
  }
  .content05 .box {
    background: #fff8eb;
    margin: 60px auto 0 auto;
    padding: 30px 15px 40px 15px;
    position: relative;
  }
  .content05 .box:before {
    content: "";
    display: block;
    background: url(../images/couse_arrow.png) no-repeat;
    width: 97px;
    height: 32px;
    position: absolute;
    margin: 0px auto;
    top: -32px;
    left: 0;
    right: 0;
  }
  .content05 .box h4 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/couse_photo.png) center/100% no-repeat;
    padding-top: 55.6%;
    height: 0;
  }
  .content05 .exp {
    margin-top: 0px;
  }
  .content05 .exp .list li {
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
  }
  .content05 .exp .list li p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    padding: 13px 10px 13px 50px;
  }
  .content05 .exp .list li p:before {
    content: "";
    display: block;
    background: url(../images/sp/icon_arrow.png) left/95% no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 15px;
    top: 13px;
  }
  .content05 .exp .list li p span {
    color: #ff6482;
    font-weight: bold;
    font-size: 18px;
  }
  .content05 .couse {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/relief.png) center/100% no-repeat;
    height: 0px;
    padding-top: 103%;
    margin-top: 25px;
  }
  .content05 .text {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/text.png) center/100% no-repeat;
    padding-top: 210%;
    height: 0;
  }

  /* content06 */
  .content06 {
    background: #fdf2f4;
    padding-bottom: 25px;
    margin: 0 auto 30px auto;
    width: 90%;
  }
  .content06 .title {
    color: #fff;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    background: #448aca;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .content06 img {
    display: block;
    width: 90%;
    margin: 20px auto 15px auto;
  }
  .content06 .tx {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 15px;
  }
  .content06 .certificate {
    width: 100%;
    margin: 15px auto 0 auto;
  }

  /* point */
  .point {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/point.png) center/100% no-repeat;
    height: 0px;
    padding-top: 71.3%;
    margin: 0 0 40px 0px;
  }

  /* content07 */
  .content07 {
    padding-bottom: 25px;
    margin: 40px auto 20px auto;
    width: 95%;
  }
  .content07 .title {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .content07 .title:after {
    content: "";
    display: block;
    background: url(../images/sp/flow_en.png) center/100% no-repeat;
    width: 108px;
    height: 11.5px;
    margin: 5px auto;
  }
  .content07 .flow {
    margin: 0 auto;
  }
  .content07 .flow ul li {
    border: solid #448aca 3px;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
  }
  .content07 .flow ul li h3 {
    font-size: 20px;
    font-weight: bold;
    color: #448aca;
    position: relative;
    padding: 10px 0 0 65px;
  }
  .content07 .flow ul li h3:before {
    content: "";
    display: block;
    background: url(../images/flow_n01.png) left/70% no-repeat;
    width: 77.5px;
    height: 67px;
    position: absolute;
    left: 0px;
    top: -10px;
  }
  .content07 .flow ul li.arrow {
    border: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .content07 .flow ul li.arrow img {
    width: 25%;
  }
  .content07 .flow ul li.fw-1 .image {
    position: absolute;
    top: -30px;
    right: -50px;
  }
  .content07 .flow ul li.fw-1 .image img {
    width: 40%;
  }
  .content07 .flow ul li.fw-2 h3:before {
    background: url(../images/flow_n02.png) left/70% no-repeat;
  }
  .content07 .flow ul li.fw-3 .image {
    position: absolute;
    top: -20px;
    right: -90px;
  }
  .content07 .flow ul li.fw-3 .image img {
    width: 45%;
  }
  .content07 .flow ul li.fw-3 h3:before {
    background: url(../images/flow_n03.png) left/70% no-repeat;
  }
  .content07 .flow ul li.fw-4 h3:before {
    background: url(../images/flow_n04.png) left/70% no-repeat;
  }
  .content07 .flow ul li.fw-5 .image {
    position: absolute;
    top: -30px;
    right: -70px;
  }
  .content07 .flow ul li.fw-5 .image img {
    width: 45%;
  }
  .content07 .flow ul li.fw-5 h3:before {
    background: url(../images/flow_n05.png) left/70% no-repeat;
  }
  .content07 .flow ul li.fw-5 .tx br {
    display: none;
  }
  .content07 .flow ul li .tx {
    font-size: 15px;
    line-height: 1.4;
    padding: 18px 15px 13px;
  }
  .content07 .flow ul li .tx a {
    color: #ff6482;
  }
  .content07 .flow ul li .tx span {
    color: #feb534;
  }
  .content07 .flow .comment {
    font-size: 25px;
    text-align: center;
    line-height: 1.7;
    padding: 0 45px;
    margin-top: 15px;
  }
  .content07 .flow .comment span {
    font-weight: bold;
    border-bottom: #feda99 solid 6px;
    padding-bottom: 3px;
  }


/* merit5 */
.merit5 {
    padding: 20px 15px 10px 15px;
    background:#ffffff;
}
.merit5 .title {
    margin-top: 20px;
    margin-bottom: 10px;
    }
.merit5 .text {
    line-height: 150%;
    line-height: 1.8;
}


  /* apply */
  .apply {
    background: #fff8eb;
    padding: 50px 0 45px 0;
    position: relative;
  }
  .apply:before {
    content: "";
    display: block;
    background: url(../images/apply_arrow.png) center/100% no-repeat;
    width: 150.5px;
    height: 26.5px;
    margin: 0px auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
  }
  .apply .apply_inner {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    padding-top: 30px;
    box-shadow: 2.5px 2.5px 0px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    position: relative;
    padding-bottom: 30px;
  }
  .apply .apply_inner:before {
    content: "";
    display: block;
    background: url(../images/apply_photo.png) left/70% no-repeat;
    width: 159.5px;
    height: 174.5px;
    margin: 0px auto;
    position: absolute;
    bottom: -27px;
    left: -25px;
  }
  .apply .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/apply_title.png) center/90% no-repeat;
    padding-top: 24.4%;
    height: 0px;
    margin: 0 auto;
  }
  .apply .button {
    margin-top: 15px;
  }
  .apply .button a {
    display: block;
    color: #fff;
    background: #ff6482;
    box-shadow: #bf5167 0 4px 0;
    border-radius: 5px;
    line-height: 1.3;
    border: solid 2px #ff6482;
    width: 85%;
    height: 83px;
    font-size: 23px;
    font-weight: bold;
    padding-top: 15px;
    margin: 0 auto;
    text-align: center;
  }
  .apply .button a span {
    display: block;
    font-size: 17px;
    margin: 0px 0 2px 0;
  }
  .apply .button a:hover {
    background-color: #fff;
    color: #ff6482;
    box-shadow: none;
    text-decoration: none;
  }
  .apply .tx {
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
    padding: 0 30px;
  }
  .apply .btn_schedule {
    text-align: center;
    margin-top: 10px;
  }
  .apply .btn_schedule a {
    color: #448aca;
    text-decoration: underline;
    font-size: 16px;
  }
  .apply .inquiry {
    margin-top: 30px;
  }
  .apply .inquiry h3 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .apply .inquiry ul {
    text-align: center;
  }
  .apply .inquiry ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
  }
  .apply .inquiry ul li.tel_lnq .number {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.4;
  }
  .apply .inquiry ul li.tel_lnq .number a {
    color: #484848;
    padding-left: 10px;
  }
  .apply .inquiry ul li.tel_lnq .number a:hover {
    text-decoration: none;
  }
  .apply .inquiry ul li.tel_lnq .number span {
    font-size: 20px;
  }
  .apply .inquiry ul li.tel_lnq .time {
    font-size: 14px;
  }
  .apply .inquiry ul li.button_Inq {
    margin-top: 5px;
    width: 80%;
  }
  .apply .inquiry ul li.button_Inq a {
    display: block;
    height: 45px;
    line-height: 43px;
    font-size: 18px;
    color: #484848;
    width: 100%;
    height: 45px;
    background: #fff;
    border: #448aca solid 2px;
    border-radius: 5px;
    box-shadow: #448aca 0 3px 0;
    text-align: center;
  }
  .apply .inquiry ul li.button_Inq a:hover {
    background: #448aca;
    color: #fff;
    text-decoration: none;
  }
  .apply .inquiry .att {
    font-size: 13px;
    text-align: center;
    padding: 0 20px;
    margin-top: 10px;
  }

  /* content08 */
  .content08 {
    width: 95%;
    margin: 40px auto 50px auto;
  }
  .content08 .title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .content08 .title:after {
    content: "";
    display: block;
    background: url(../images/sp/schedule_en.png) center/100% no-repeat;
    width: 180px;
    height: 16.5px;
    margin: 0px auto;
  }
  .content08 .schedule {
    /* table */
  }
  .content08 .schedule .text {
    font-size: 20px;
    color: #0074cd;
    text-align: center;
    margin-bottom: 35px;
  }
  .content08 .schedule .point {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/sc_point.png) center/100% no-repeat;
    height: 0;
    padding-top: 43.7%;
    margin: 0 auto;
  }
  .content08 .schedule .inner {
    margin-top: 35px;
  }
  .content08 .schedule .table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border: 1px solid #ccc;
  }
  .content08 .schedule .table thead {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #ecfac7;
    font-size: 14px;
  }
  .content08 .schedule .table thead th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    font-size: 15px;
    text-align: center;
    border-right: 1px solid #ccc;
  }
  .content08 .schedule .table thead th:nth-child(1) {
    width: 15%;
  }
  .content08 .schedule .table thead th:nth-child(2) {
    width: 30%;
  }
  .content08 .schedule .table thead th:nth-child(3) {
    width: 30%;
  }
  .content08 .schedule .table thead th:nth-child(5),
  .content08 .schedule .table td:nth-child(5) {
    display: none;
  }
  .content08 .schedule .table tbody th {
    white-space: nowrap;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background: #efefef;
  }
  .content08 .schedule .table td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
  }
  .content08 .schedule .table li {
    line-height: 1.6em;
  }
  .content08 .schedule .table tr:nth-child(even) td {
    background: #f9f9f9;
  }

  .content08 .schedule .inner2 {
    background: #fdf2f4;
    padding-bottom: 25px;
    margin: 20px auto 30px auto;
    width: 90%;
  }
  .content08 .schedule .inner2 .title2 {
    color: #fff;
    height: 45px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    background: #448aca;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .content08 .schedule .inner2 .tx {
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}   
  .content08 .schedule .inner2 ul li.tx {
    text-align: left;
    margin-left: 14px;
}

  /* content09 */
  .content09 {
    background: #fff8eb;
    padding: 50px 0;
    position: relative;
  }
  .content09 .title {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sp/about_title.png) center/90% no-repeat;
    padding-top: 16.3%;
    height: 0px;
    margin: 0 auto;
  }
  .content09:before {
    content: "";
    display: block;
    background: url(../images/about_photo.png) left/65% no-repeat;
    width: 223.5px;
    height: 231.5px;
    position: absolute;
    bottom: 95px;
    left: 0px;
  }
  .content09 .exp {
    margin: 20px auto 0 auto;
    position: relative;
    background: #448aca;
    border-radius: 6px;
    width: 95%;
    padding: 25px 0 15px 0;
  }
  .content09 .exp h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  .content09 .exp h3 br {
    display: none;
  }
  .content09 .exp h3 span {
    font-weight: bold;
    border-bottom: #fff solid 3px;
    padding-bottom: 3px;
  }
  .content09 .exp .list {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .content09 .exp .list li {
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 6px;
  }
  .content09 .exp .list li p {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    padding: 10px 10px 10px 40px;
  }
  .content09 .exp .list li p:before {
    content: "";
    display: block;
    background: url(../images/icon_arrow.png) left/100% no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .content09 .exp .list li p span {
    color: #ff6482;
    font-weight: bold;
  }
  .content09 .button {
    margin-top: 35px;
  }
  .content09 .button a {
    display: block;
    color: #fff;
    background: #ff6482;
    box-shadow: #bf5167 0 4px 0;
    border-radius: 5px;
    line-height: 1.3;
    border: solid 2px #ff6482;
    width: 85%;
    height: 83px;
    font-size: 23px;
    font-weight: bold;
    padding-top: 15px;
    margin: 0 auto;
    text-align: center;
  }
  .content09 .button a span {
    display: block;
    font-size: 17px;
    margin: 0px 0 2px 0;
  }
  .content09 .button a:hover {
    background-color: #fff;
    color: #ff6482;
    box-shadow: none;
    text-decoration: none;
  }
  .content09 .tx {
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
    padding: 0 30px;
  }
  .content09 .btn_schedule {
    text-align: center;
    margin-top: 10px;
  }
  .content09 .btn_schedule a {
    color: #448aca;
    text-decoration: underline;
    font-size: 16px;
  }
  .content09 .att {
    font-size: 15px;
    margin-top: 115px;
    padding: 0 30px;
  }
  .content09 .att br {
    display: none;
  }
  .content09 .app_point {
    position: absolute;
    bottom: 115px;
    right: -85px;
  }
  .content09 .app_point img {
    width: 55%;
  }

  /* content10 */
  .content10 {
    position: relative;
    margin: 50px 0 60px 0;
  }
  .content10 .title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .content10 .title:after {
    content: "";
    display: block;
    background: url(../images/sp/company_en.png) center/100% no-repeat;
    width: 136px;
    height: 16px;
    margin: 0 auto;
  }
  .content10 ul {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .content10 ul li.tx {
    margin-bottom: 20px;
  }
  .content10 ul li table {
    width: 100%;
  }
  .content10 ul li table td {
    border-bottom: #ccc solid 1px;
    padding: 7px 0;
    font-size: 14px;
  }
  .content10 ul li table td:nth-of-type(1) {
    width: 20%;
  }
  .content10 ul li .item {
    margin-top: 30px;
    border: #ccc solid 1px;
  }
  .content10 ul li .item .ttl {
    background: #efefef;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
  }
  .content10 ul li .item .list {
    padding: 5px;
    margin-right: 10px;
  }
  .content10 ul li .item .list p {
    border-bottom: #e2e2e2 solid 1px;
    padding: 4.5px 0 4.5px 5px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .content10 ul li .item .list p:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  /* ___________________Smartphones footer */
  #footer .foot_logo {
    width: 55%;
    margin: 15px auto 0 auto;
  }
  #footer .inner {
    overflow: hidden;
  }
  #footer .foot-navi {
    border-top: #efefef solid 2px;
    border-bottom: #efefef solid 4px;
  }
  #footer .foot-navi li {
    width: 49.5%;
    display: inline-block;
    float: left;
    vertical-align: middle;
    border-bottom: #efefef solid 1px;
    padding-right: 5px;
  }
  #footer .foot-navi li:nth-child(odd) {
    border-right: #efefef solid 1px;
  }
  #footer .foot-navi li a {
    display: block;
    font-size: 13px;
    height: 50px;
    padding: 10px 15px 10px;
    background: url(../common/image/sp/foot_arrow.png) no-repeat center right;
  }
  #footer .pagetop {
    margin-bottom: 15px;
  }
  #footer .pagetop a {
    display: block;
    width: 6%;
    margin: 0 auto;
  }
  #footer .copyright {
    font-size: 10px;
    margin-top: 5px;
    text-align: center;
    background: #efefef;
    padding: 13px 0;
  }
}
@media screen and (max-width: 360px) {
  #sp_header .logo {
    width: 125px;
    margin: 0 auto;
    display: block;
  }
  #sp_header .sp_hd {
    width: 240px;
    margin: 10px auto 0 auto;
    display: block;
    float: none;
  }

  .main_vis {
    padding-top: 35px;
  }

  .apply_01 .button {
    top: 50px;
  }

  .apply_01 .button a {
    height: 55px;
  }

  .content05 .title {
    font-size: 19px;
    text-align: center;
    line-height: 2;
    font-feature-settings: "palt";
    padding: 0 20px;
  }
  .content05 .title span {
    font-weight: bold;
    color: #448aca;
    border-bottom: #feda99 solid 4px;
    padding-bottom: 4px;
  }

  .content07 .flow .comment {
    font-size: 25px;
    text-align: center;
    line-height: 1.7;
    padding: 0 15px;
  }

  .content09:before {
    content: "";
    display: block;
    background: url(../images/about_photo.png) left/65% no-repeat;
    width: 223.5px;
    height: 231.5px;
    position: absolute;
    bottom: 110px;
    left: 0px;
  }
  .content09 .app_point {
    position: absolute;
    bottom: 135px;
    right: -90px;
  }
  .content09 .app_point img {
    width: 55%;
  }
}
