@charset "utf-8";
/*
こちらに自由に記述ください。
最終的に確認してcommon.cssにマージを行います。
その際、不要な記述は削除する場合がございます。
*/

/*PCのみ適応されるCSS*/
.attention{
  color: #df218b;
}

@media screen and (min-width: 768px) {
  .entry__content > img{
    max-width: 100%;
    width: auto;
  }
  .hover{
    opacity: 1;
    transition: all cubic-bezier(.07, .53, .07, 1) 0.6s;
  }
  .hover:hover{
  opacity: 0.7;
  }
  .notice{
    font-weight: bold;
    font-size: 18px !important;
  }
  .ttl{
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .table dt, .table dd {
    line-height: 2.5;
  }
  .table dt {
    float: left;
    width: 100px;
    text-align: justify;
    text-justify: inter-ideograph;
    -moz-text-align-last: justify;
    text-align-last: justify;
    padding-right: 40px;
    position: relative;
    font-size: 14px;
  }
  .table dt:after {
    content: "：";
    position: absolute;
    right: 7px;
  }

    .table dt.none:after{
    display: none;
  }

  .table dd {
    padding-left: 110px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }
  .indent{
    text-indent: -1em;
    padding-left: 1em;
  }
  .indent img{
    display: block;
    width: 50%;
    height: auto;
  }
  .table dd p{
    margin-bottom: 10px;
  }
  .table dd p + p{
    margin-top: 20px;
  }
  .table dd p a{
    display: inline;
    padding-bottom: 1px;
  }

  .img-wrap {
    float: left;
    width: 150px;
    margin-bottom: 15px;
    margin-right: 30px;
    margin-top: 12px;
  }
  .img-wrap.right{
        float: right;
    width: 150px;
    margin-bottom: 6px;
    margin-left: 30px;
    margin-top: 46px;
  }


  .img-wrap img {
    max-width: 100%;
    height: auto;
  }
  .btn-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .register-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-between;
  }

  .register-wrap>* {
    padding: 0 15px;
    text-align: center;
  }

  .register-wrap p{
    font-size: 12px;
  }
  .btn-wrap a {
    margin-top: 0;
    margin-right: 30px;
    opacity: 1;
    transition: all ease 0.3s;
  }
  .btn-wrap a:hover {
    opacity: 0.7;
  }
  .sns-icon-wrap {
    background: #305097;
    font-size: 15px;
    color: #FFFFFF!important;
    text-align: center;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70.666vw;
    min-width: 285px;
    max-width: 300px;
    line-height: 56px;
    border-radius: 28px;
    border-bottom: none!important;
    margin-top: 30px;
  }
  .sns-icon-wrap .en {
    font-weight: bold!important;
  }
  .sns-icon-wrap i {
    padding-right: 9px;
  }

  .head-title{
    margin: 40px 0 80px;
  }
  .wrap-header.none{
    min-height: auto;
  }





}

/*スマホのみ適応されるCSS*/

@media screen and (max-width: 767px) {
    .notice{
    font-weight: bold;
    font-size: 18px !important;
    line-height: 1.4!important;
  }
  .table dt, .table dd {
    line-height: 2;
    font-size: 14px;
  }
  .table dt {
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 13px;
  }
  .table dt:before {
    content: "";
    width: 7px;
    height: 2px;
    background: #004E98;
    position: absolute;
    top: 15px;
    left: 0;
  }
  .table dt.none:before{
    display: none;
  }

  .table dd {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #dddddd
  }
  .indent img{
    width: 100%;
    height: auto;
  }

  .img-wrap {
    float: left;
    width: 30%;
    margin-bottom: 15px;
    margin-right: 20px;
    margin-top: 12px;
  }


    .img-wrap.right{
     float: right;
    width: 30%;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-top: 12px;
  }


  .img-wrap img {
    max-width: 100%;
    height: auto;
  }
  .btn-wrap {
    text-align: center;
    display: block;
  }
  .register-wrap p{
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .register-wrap a.mb40{
    margin-bottom: 20px !important;
  }
  .btn-wrap a {
    display: block;
    margin-top: 0;
    opacity: 1;
    transition: all ease 0.3s;
  }
  .btn-wrap a:hover {
    opacity: 0.7;
  }
  .sns-icon-wrap {
    text-decoration: none!important;
    background: #305097;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF!important;
    text-align: center;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    line-height: 56px;
    border-radius: 28px;
    border-bottom: none!important;
    margin-top: 10px!important;
  }
  .sns-icon-wrap .en {
    font-weight: bold!important;
  }
  .sns-icon-wrap i {
    padding-right: 9px;
  }
  .head-title {
    margin: 20px 0 40px;
}
}
