@charset "utf-8";
@media screen and (max-width:767px) {
  .logo .copy {
    display: none;
  }
  /* キャンペーン */
  .now {
    margin-top:-45px;
    padding-top:45px;
  }
  .now .container {
    padding-top: 25px;
    padding-bottom: 60px;
    box-shadow: none;
  }
  .now h1 {
    margin-bottom: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.0;
  }
  .m_sp img {
    width: 100%;
  }
  .ss_main_sp ,
  .fc_main_sp {
    text-align: center;
    padding-bottom: 10px;
  }
  .ss_main_pc ,
  .fc_main_pc {
    display: none;
  }
  .now .main_image {
    text-align: center;
    background: #ff5c5c;
    background: -moz-linear-gradient(left, #ff5c5c, #fc9563, #ff5c5c);
    background: -webkit-linear-gradient(left, #ff5c5c, #fc9563, #ff5c5c);
    background: linear-gradient(to right, #ff5c5c, #fc9563, #ff5c5c);
    padding: 50px 0 20px;
    color: #fff;
  }
  .now .main_image dt {
    line-height: 1.7em;
    font-size: 4rem;
    font-weight: bold;
  }
  .now .main_image dt span {
    font-size: 16rem;
    font-weight: bold;
    color: #fff466;
  }
  .now .main_image dd {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .now .main_image dd:nth-of-type(2) {
    line-height: 3em;
    display: inline;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-top: 10px;
    padding: 7px 20px 8px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .now_list {
    background: #f1f2f3;
    border-radius: 10px;
    margin: 20px 0 10px;
    padding: 1px 0;
  }
  .now_list li:nth-child(1) span ,
  .now_list li:nth-child(2) span ,
  .now_list li:nth-child(3) span {
    display: block;
    font-size: 1.7rem;
    background: #00b1ad;
    border-radius: 10px;
    width: 80%;
    margin: 5%;
    padding: 15px 5%;
    font-weight: bold;
    color: #fff;
  }
  .now_list li:nth-child(2) ,
  .now_list li:nth-child(3) {
    position: relative;
  }
  .now_list li:nth-child(2):before {
    content: "+";
    font-size: 2.2rem;
    font-weight: bold;
    position: absolute;
    width: 10%;
    top: -30px;
    left: 47%;
    color: #00b1ad;
  }
  .now_list li:nth-child(2):after {
    content: "+";
    font-size: 2.2rem;
    font-weight: bold;
    position: absolute;
    width: 10%;
    bottom: -25px;
    left: 47%;
    color: #00b1ad;
  }
  .now_list li:nth-child(3):after {
    transform: rotate(90deg);
    font-size: 2.2rem;
    font-weight: bold;
    position: absolute;
    width: 10%;
    padding-top: 5px;
    bottom: -37px;
    left: 46%;
    color: #00b1ad;
  }
  .now_list li:nth-child(2) span ,
  .now_list li:nth-child(3) span {
    margin: 8% 5%;
  }
  .now_list li:nth-child(4) span {
    display: block;
    font-size: 1.7rem;
    background: #fff;
    border-radius: 10px;
    width: 80%;
    margin: 5%;
    padding: 15px 5%;
    font-weight: bold;
  }
  .now_list li:nth-child(4) span b {
    padding: 0 3px;
    font-size: 2.1rem;
    color: #ff5c5c;
  }
  .now h2 {
    padding: 10px 0 20px;
  }
  .now table {
    border-top: 1px solid #d6dbdb;
  }
  .now table th,
  .now table td {
    display: block;
    text-align: left;
    padding: 15px 20px;
    border-bottom: 1px solid #d6dbdb;
  }
  .now table th {
    text-align: left;
    background: #fafbfc;
    font-weight: bold;
  }
  .now table td ul li {
    margin-left: 20px;
    list-style-type: disc;
  }
  .now table td p {
    padding-bottom: 20px;
  }
  .now table td dl {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .now table td dl dt {
    width: 10%;
    padding-right: 15px;
  }
  .now table td.item_list dl dt {
    width: 78%;
  }
  .now table td.item_list b {
    display: block;
    padding-top: 15px;
    color: #f66;
  }
  .now table td dl dd span {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    color: #f66;
  }
  .now p.cta_btn {
    text-align: center;
    padding: 20px 0 0;
  }
  .student p.cta_btn {
    text-align: center;
    padding: 5px 0 0;
  }
  .now p.cta_btn a {
    position: relative;
    text-align: center;
    display: inline-block;
    border: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    cursor: pointer;
    background: #00b1ad; 
    border: 1px solid #00b1ad;
    border-bottom: 2px solid #018784;
    border-radius: 5px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    white-space: normal;
  }
  .now p.cta_btn a:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 5%;
    width: .4em;
    height: .4em;
    border-top: .15em solid #fff;
    border-right: .15em solid #fff;
    transform: rotate(45deg);
  }
  
  .sns-btn {
    padding: 20px 0 0;
  }
  .sns-btn a {
    background-image: url("../../img/ico_line.svg");
    background-size: 25px;
    background-position: 10px;
  }
  
  /* student */
  .meincopy {
    text-align: left;
    background: #00b1ad;
    margin: 0 0 15px;
    padding: 20px 15px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  .meincopy span {
    color: #fef97d;
  }
  .meincopy br {
    display: none;
  }
  .student table {
    margin-bottom: 15px;
  }
  .step {
    margin-top: 30px;
  }
  .step li {
    position: relative;
    line-height: 1.2em;
    border: 5px solid #e9ecee;
    border-radius: 15px;
    margin-bottom: 30px;
    background: #fafbfc;
    padding: 20px;
  }
  .step li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -28px;
    z-index: 10;
    margin-left: -60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 60px 0 60px;
    border-color: #e9ecee transparent transparent transparent;
  }
  
  /* start */
  #now_start h2 {
    padding: 40px 0 20px;
  }
  .catch {
    background: url("../img/k_bg.jpg");
    background-size: cover;
    border: 10px solid #eac096;
    margin-top: 15px;
    padding: 15px 15px 30px;
    color: #fff;
  }
  .catch dt {
    text-align: center;
    padding: 15px 0 5px;
    font-size: 1.9rem;
    font-weight: bold;
  }
  .catch dd {
    background: url(../img/check.png) no-repeat;
    background-position: 5px 20px;
    background-size: 25px 25px;
    line-height: 1.4em;
    padding: 20px 0 0 40px;
    font-size: 1.6rem;
  }
  .catch dd span {
    font-weight: bold;
    color: #fffbb4;
  }
  .flow_list li {
    margin-bottom: 20px;
    width: 100%;
  }
  .flow_list li:last-child {
    margin-bottom: 0;
  }
  .flow_list li img {
    border-radius: 5px 5px 0 0;
  }
  .flow_list li div {
    border-right: 1px solid #d6dbdb;
    border-bottom: 1px solid #d6dbdb;
    border-left: 1px solid #d6dbdb;
    border-radius: 0 0 5px 5px;
    padding: 20px 20px 20px;
  }
  .flow_list li div h3 {
    padding: 0 0 15px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .flow_list li div p {
    line-height: 1.8em;
  }
  .infor {
    text-align: center;
    background: #f1f2f3;
    border-radius: 10px;
    margin-top: 40px;
    padding: 0 20px 20px;
  }
  .infor h2 {
    padding: 30px 0 10px !important;
    font-size: 2.8rem;
  }
  .infor p {
    font-size: 1.4rem;
  }
  .infor ul li {
    width: 100%;
  }
  .infor ul li a.tel ,
  .infor ul li a.line ,
  .infor ul li a.mail {
    position: relative;
    text-align: left;
    display: inline-block;
    line-height: 1.2em;
    border: none;
    width: 78%;
    height: auto;
    margin: 20px auto 0;
    padding: 20px 0 20px 22%;
    cursor: pointer;
    border: 1px solid #00b1ad;
    border-bottom: 2px solid #018784;
    border-radius: 5px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    white-space: normal;
  }
  .contact_area li a:after {
    content: ">";
    height: 25px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: scale(0.5, 1) translateY(-50%);
    font-size: 2.1rem;
    font-weight: bold;
  }
  .infor ul li a.tel {
    background: #00b1ad url(../../img/tel_wh.svg) no-repeat;
    background-position: 13px 13px;
    background-size: 35px;
  }
  .infor ul li a.line {
    background: #00b1ad url(../../img/ico_line.svg) no-repeat;
    background-position: 11px 10px;
    background-size: 40px;
  }
  .infor ul li a.mail {
    background: #00b1ad url(../../img/mail.svg) no-repeat;
    background-position: 11px 10px;
    background-size: 40px;
  }
  .infor ul li a.line span ,
  .infor ul li a.mail span {
    display: none;
  }
  .train_list li {
    position: relative;
    width: 100%;
  }
  .train_list li a {
    display: block;
    border: 1px solid #d6dbdb;
    border-radius: 5px;
    padding: 4% 10% 4% 17%;
    margin-bottom: 4%;
    width: 73%;
    font-size: 1.3rem;
  }
  .train_list li a:after {
    content: ">";
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: scale(0.5, 1) translateY(-50%);
  }
  .train_list li a b {
    display: block;
    line-height: 2em;
    font-size: 1.5rem;
  }
  .train_list li.yamanote a {
    background: url("../../img/ico/yamanote.png") no-repeat;
    background-position: 13px;
    background-size: 30px;
  }
  .train_list li.chuo a {
    background: url("../../img/ico/chuo.png") no-repeat;
    background-position: 13px;
    background-size: 30px;
  }
  .train_list li.oda a {
    background: url("../../img/ico/oda.png") no-repeat;
    background-position: 13px;
    background-size: 30px;
  }
  .train_list li.keio a {
    background: url("../../img/ico/keio.png") no-repeat;
    background-position: 13px;
    background-size: 30px;
  }
  .train_list li.keisei a {
    background: url("../../img/ico/keisei.png") no-repeat;
    background-position: 13px;
    background-size: 30px;
  }
  .train_list li.seibu a {
    background: url("../../img/ico/seibu.png") no-repeat;
    background-position: 13px;
    background-size: 30px;
  }
  .train_list li.seibu a {
    background: url("../../img/ico/seibu.png") no-repeat;
    background-position: 13px;
    background-size: 30px;
  }
  .train_list li.tojyo a {
    background: url("../../img/ico/tojyo.png") no-repeat;
    background-position: 13px;
    background-size: 30px;
  }
  .train_list li.yuraku a {
    background: url("../../img/ico/yuraku.png") no-repeat;
    background-position: 13px;
    background-size: 30px;
  }
  .train_list li.fuku a {
    background: url("../../img/ico/fuku.png") no-repeat;
    background-position: 13px;
    background-size: 30px;
  }
  .train_list li.maru a {
    background: url("../../img/ico/maru.png") no-repeat;
    background-position: 13px;
    background-size: 30px;
  }
  .train_list li.chiyo a {
    background: url("../../img/ico/chiyo.png") no-repeat;
    background-position: 13px;
    background-size: 30px;
  }
  .train_list li.tozai a {
    background: url("../../img/ico/tozai.png") no-repeat;
    background-position: 13px;
    background-size: 30px;
  }
  .train_list li.nanboku a {
    background: url("../../img/ico/nanboku.png") no-repeat;
    background-position: 13px;
    background-size: 30px;
  }
  .train_list li.edo a {
    background: url("../../img/ico/edo.png") no-repeat;
    background-position: 13px;
    background-size: 30px;
  }
  .train_list li a:hover {
    background-color: #f4f5f6;
  }
}