@import url('mypage.css');
@import url('../lp/partner.css');

.contentArea p{
  margin: 1em 1rem ;
  line-height: 25.2px;
  margin-bottom: 30px;
}

h1.toph1{
  width: fit-content;
  margin: 0 auto;
}

h2{
  font-size: 20px;
  border-bottom: solid 3px #5EC0E1; 
  padding-bottom: 9px;
  position: relative;
  padding-left: 40px;
  max-width: 100%;
}

h2::before{
  content: '';
  background: url("/new/_app/_webroot/img/page/mypage/email/icon_mail.png") left top no-repeat;
  left: 6px;
  width: 29px;
  height: 22px;
  top: 2px;
}

h2.midasi{
  background:#5EC0E1;
  width:fit-content;
  height: 30px;
  position: relative;
  font-size: 17px;
  margin-left: 30px;
  padding: 6px 26px;
  color: #fff;
}

h2.midasi::before{
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-top: solid 15px #fff;
  border-right: solid 15px transparent;
  width: 10px;
}

h2.midasi::after{
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  content: "";
  border-bottom: solid 15px #1496C7;
  border-left: solid 15px transparent;
  top: 0;
}

.floatback{
  background-color: #fff;
  box-shadow: 0 0 6px #cccccc;
  padding: 40px 20px 40px;
  margin: 0 20px;
  border-radius: 1rem;
  z-index: 3;
  position: relative;
}

span{
  font-weight: 700;
}

.address{
  background-color: #F2F2F2;
  padding: 0.5rem;
}

.input{
  border: solid 1px #ccc;
}

.mail{
  padding: 8px;
  width: 300px;
}

input[type="submit"].apply{
  background-color: #F0886C;
  border: 2px solid #F0886C;
  width: 200px;
  border-radius: 1.5em;
  font-weight: 700;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
}

.dots{
	background-color: transparent;
	background-image:
	 radial-gradient(#B9E1F1 1px, transparent 3px);
	background-size: 25px 25px;
  padding:40px 0 ;
  margin-bottom: 3rem;
}

.margintop{
  margin-top: 40px;
}

.privilege{
  text-align: center;
  padding-left: 0;
  border-bottom: none;
  height: 35px;
}

.privilege::before{
  background:none;
}

.privilege span.bulue{
  color: #1496C7;
  font-weight: 700;
}

.cheers{
  position: relative;
  display: inline-block;
  margin: 0 auto 30px;
  padding: 0 1em;
  font-size: 2rem;
}

.cheers::before {
  content: '';
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42.88 56.39"><path fill="rgba(51,51,51,1)" fill-rule="evenodd" d="M39.5,49.62A3.39,3.39,0,1,0,42.88,53,3.39,3.39,0,0,0,39.5,49.62Zm-9-11.27a3.38,3.38,0,1,0,3.38,3.38A3.38,3.38,0,0,0,30.47,38.35Zm-9-13.54a3.39,3.39,0,1,0,3.39,3.38A3.39,3.39,0,0,0,21.44,24.81Zm-9-11.28a3.39,3.39,0,1,0,3.39,3.39A3.38,3.38,0,0,0,12.41,13.53ZM3.39,0A3.39,3.39,0,1,0,6.77,3.38,3.38,3.38,0,0,0,3.39,0Z"/></svg>') no-repeat left bottom;
  background-size: 100% auto;
}

.cheers::after {
  content: '';
  bottom: 0;
  right: 0;
  width: 0.8em;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42.88 56.39"><path fill="rgba(51,51,51,1)" fill-rule="evenodd" d="M39.5,49.62A3.39,3.39,0,1,0,42.88,53,3.39,3.39,0,0,0,39.5,49.62Zm-9-11.27a3.38,3.38,0,1,0,3.38,3.38A3.38,3.38,0,0,0,30.47,38.35Zm-9-13.54a3.39,3.39,0,1,0,3.39,3.38A3.39,3.39,0,0,0,21.44,24.81Zm-9-11.28a3.39,3.39,0,1,0,3.39,3.39A3.38,3.38,0,0,0,12.41,13.53ZM3.39,0A3.39,3.39,0,1,0,6.77,3.38,3.38,3.38,0,0,0,3.39,0Z"/></svg>') no-repeat left bottom;
  background-size: 100% auto;
  transform: scale(-1, 1);
}

.privilegeimg{
  margin: 0 auto;
  width: 300px;
  margin-bottom: 4rem;
}

.linelogin{
  width: 200px;
  margin: 0 auto;
}


/* .linelogin{
  position: relative;
  background-color: #06C755;
  padding: 15px;
  width: 200px;
  color: #fff;
  font-weight: 700;
  border-radius: 0.5rem;
  margin: 0 auto;
  padding-left: 60px;
} */

.linelogin:hover{
  background-color: #05b34c;
}

.linelogin:active{
  background-color: #048b3b;
}

.linelogin a{
  position: relative;
  left: 55px;
  width: 200px;
  display: block;
}

/* .linelogin::before{
  content: "";
  background: url("/new/_app/_webroot/img/module/all/line_40.png") left top no-repeat;
  width: 44px;
  height: 40px;
  bottom: 3%;
  left: 2%;
  border-right: solid 1px rgba(0,0,0,8%);
} */

/* 送信ボタン */
.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;

  color: #fff;
  padding: 8px 24px;
  background-color: #3abec1;
  cursor: pointer; /* ポインターカーソルを表示 */
}

.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

.backcloud{
  position: relative;
  margin-bottom: 4rem;
}

.backcloud p{
 z-index: 5;
 position: relative;
}

.cloudleft{
  position: absolute;
  top: 32px;
  right: 20px;
  z-index: 2;
  width: 108px;
}

.cloudright{
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
  width: 77px;
}


/* pmarkAgreement / add : 20221107 */
.partsText {
  margin: 15px auto 5px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.pmarkContents {
  margin: 0 auto 15px;
  padding: 15px 10px;
  max-height: 180px;
  overflow-y: scroll;
  border: solid 1px #ccc;
  border-radius: 3px;
}

.pmarkContents h2 {
  margin: 0 auto 15px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #0049d0;
}

.pmarkContents a {
  color: #0049d0;
  text-decoration: underline;
}

.pmarkContents a[target="_blank"] {
  padding-right: 1.75em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57.73 57.73"><path fill="rgba(21,106,209,1)" fill-rule="evenodd" d="M10.82,0V46.9H57.73V0Zm42.4,42.39H15.33V4.51H53.22ZM4.51,10.82H0V57.73H46.9V53.22H4.51ZM26.38,35.18,39.69,21.87v9.7H44V14.43H26.83v4.29H36.3L23.23,32Z" /></svg>') calc(100% - 0.5em) center / 1em auto no-repeat;
}

.pmarkContents h3 {
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.3rem;
}

.pmarkContents p {
  margin: 0 auto 15px;
  list-style-position: inside;
  line-height: 1.6;
  font-size: 1.2rem;
}

.pmarkAgreement {
  min-height: 2.5em;
  width: 332px;
  margin: 0 auto !important;
}

.pmarkAgreement label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 2.5em;
  min-height: 2.5em;
  font-size: 14px;
  line-height: 1.4;
  bottom: 12px;
  width: max-content;
}

.pmarkAgreement label::before {
  content: '';
  left: 3px;
  width: 1.9em;
  height: 1.9em;
  box-shadow: 0 0 0 3px #cfe0e6 inset;
  border-radius: 30%;
  transition: all 0.15s 0s linear;
}

.pmarkAgreement label::after {
  content: '';
  top: 7px;
  left: 4px;
  width: 1.8em;
  height: 1.8em;
  background: url('../../../img/page/student/icn_check.svg') center / 60% auto no-repeat;
  transition: all 0.15s 0s linear;
}

.pmarkAgreement input:checked+label::before {
  background: #09b3cc;
  box-shadow: 0 0 0 0 rgba(9, 179, 204, 0), 0 0 0 3px #cfe0e6 inset;
  animation: hirogaru 0.3s ease 0s 1 normal forwards running;
}

.pmarkAgreement input:checked+label::after {
  opacity: 1;
}

.pmarkAgreement input:disabled+label::before {
  background: #cfe0e6;
}

.pmarkAgreement input:disabled+label::after {
  opacity: 1;
}

.errorHint{
  color: #F0886C;
  font-weight: 700;
}

.alink{
  color: #1496C7;
  border-bottom: solid 1px #1496C7;
}

p.letsclick{
  margin-bottom: 0;
}

p.errorHint {
  margin-bottom: 13px;
}

.allfree{
  background-color: #5EC0E1;
  width: 146px;
  margin: 0 auto;
  border-radius: 1.5em;
}

.allfree p{
  color: #fff;
  padding: 5px 0;
  margin-top: 0;
  font-weight: 700;
}

.oneset{
  margin-top: 4rem;
}

.step p{
  margin-bottom: 15px;
}

.color{
  color: #F0886C;
  font-weight: 700;
}

.completion{
  width: fit-content;
  margin: 10px auto;
}

.completion img{
  width: 180px;
}
.floatback.completion{
  background-color: #fff;
  box-shadow: 0 0 6px #cccccc;
  padding:10px;
  margin:20px;
  border-radius: 1rem;
  z-index: 3;
  position: relative;
}

/* -------------------------
  /* for pc only
  --------------------------*/
  @media screen and (min-width: 768px) {

    @import url('mypage_pc.css');
    @import url('../lp/partner_pc.css');

    h1.toph1{
      width: 100%;
      margin: 0 auto;
    }
    
    .wholesize{
      width: 900px;
      margin: 0 auto;
    }

    .privilegeimg{
      margin: 0 auto;
      width: 777px;
      margin-bottom: 4rem;
    }

    .pcprivilege{
      max-width: none;
      width: 777px;
    }

    .dots{
      padding: 40px 0 70px;
    }

    .topindex{
      z-index: 10;
      position: relative;
    }

    .cloudpctop.left{
      position: absolute!important;
      top: 128px!important;
      right: 20px!important;
      z-index: 2!important;
      width: 147px!important;
      transform: scale(-1, 1);
    }

    .cloudpc.left{
      position: absolute;
      z-index: 2;
      width: 93px;
      right: 34px;
      bottom: 236px ;
    }

    .cloudpctop.right{
      position: absolute!important;
      top: 128px!important;
      left: 20px;
      z-index: 2!important;
      width: 147px!important;
    }

    .cloudpcbottom.right{
      position: absolute;
      z-index: 2;
      width: 93px;
      left: 34px;
      bottom: 236px ;
    }

    /* 真ん中の雲 */
    .backcloudright.forPc{
      position: absolute;
      top: 79px;
      right: -140px;
      width: 172px;
      z-index: 2;
      transform: scale(-1, 1);
    }

    .backcloudleft.forPc{
      position: absolute;
      top: 79px;
      right: 867px;
      width: 172px;
      z-index: 2;
    }

    .cloudleft {
      top: -6px;
      right: -135px;
    }

    .cloudright {
      left: -106px;
    }

    .linealink{
      width: 200px;
      display: contents;
    }

    p.pmarkAgreement label{
      font-size: 16.8px!important;
    }

    .linelogin{
      width: 240px;
    }

    .allfree{
      width: 176px;
      margin-top: 10px;
    }

    .floatback.completion{
      margin: 0 auto;
    }
  }