@charset "utf-8";
/*-------------------------------------------------

ペア入学キャンペーンLP css

-------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap');

html[lang="ja"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#pair {
  margin-bottom: 80px;
}
#pair #contents{
	margin:0 auto;
	width: 100%;
  padding-top: 0 !important;
}
#pair #contents #main{
  background: url(/lpi/pair/img/main02_bg.png) no-repeat center center;
  height: 650px;
  background-size: cover;
  margin-top: -50px;
}
#pair #contents #main .main_inner{
  width: 100%;
  max-width: 1200px;
  margin:0 auto;
  position: relative;
  height: 600px;
}

#pair #contents #main h2{
  color: #FF066A;
  font-size: 74px;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  max-width: 980px;
  text-align: center;
  padding-top: 20px;
}
/*
#pair #contents #main p:nth-of-type(1){
  position: absolute;
  font-size:26px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  top: 150px;
}
#pair #contents #main p img{
  vertical-align: middle;
  margin-right: 10px;
  width: 100px;
}
#pair #contents #main figure{
  position: absolute;
  top: 230px;
}
*/
#pair #contents #main .amazon_gift{
  font-size: 26px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  line-height: 1.4;
  max-width: 980px;
  width: 100%;
}
#pair #contents #main .amazon_gift span{
  font-size: 40px;
}
#pair #contents #main .amazon_gift span span{
  color: #FF066A;
}

#pair #contents #main .amazon_gift img{
  vertical-align: middle;
  margin-right: 10px;
}
#pair #contents #main .cpn{
  width: 100%;
  max-width: 980px;
  margin: 20px 0 0 -30px;
}

#pair #contents #main ul{
  top: 240px;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 980px;
}
#pair #contents #main ul li{
  width: 380px;
  background-color: #FFEEF4;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
}
#pair #contents #main ul li p{
  font-size: 18px;
  font-weight: bold;
}
#pair #contents #main ul li.or{
  width: 30px;
  background: none;
  padding: 65px 0 0 0;
  z-index: 1;
}
#pair #contents #main ul li.plus{
  width: 100%;
  background: none;
  padding: 10px 0;
}
#pair #contents #main ul li.or img{
  margin-left:-5px;
}
#pair #contents #main ul li:last-child{
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 0;
}

#pair #contents #main .note{
  font-size: 14px;
  margin-top: 10px;
}

#pair #contents .contact{
	text-align:center;
	padding: 80px 0 0;
}

#pair #contents .contact a{
	position:relative;
	text-align:center;
	padding: 80px 0 0;
}

#pair #contents .contact div{
	position: absolute;
	top: -60px;
    left: 50px;
}

#pair #contents .contact .btn_pink02 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 225px;
    height: 70px;
    padding: 0 200px;
    background: #ee0055;
    border-style: solid;
    border-width: 2px;
    border-color: #ee0055;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
	font-size: 20px;
  text-decoration: none;
}

#pair #contents .contact .btn_pink02:hover {
  background: #fff;
  color: #ee0055;
}


@media screen and (max-width: 720px) {
#pair #wrap {
  padding:0;
}
#pair #contents #main{
    background: url(/lpi/pair/img/main_bg_sp.png) no-repeat center top #B0C9F0;
    height: auto;
    background-size: 100%;
  margin-top:0;
}
#pair #contents #main .main_inner{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
  }
#pair #contents #main h2{
  text-align: center;
  font-size: 32px;
  width: 100%;
  padding-top: 40px;
}
/*
 #pair #contents #main p:nth-of-type(1){
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  left: 48%;
  transform: translateY(-50%) translateX(-50%);
  top: 14%;
  display: block;
  width: 100%;
  line-height: 0.5;
}
#pair #contents #main p img {
  margin-right: 10px;
  width: 60px;
  margin-left: 10px;
}
#pair #contents .contact{
	text-align:center;
	padding: 80px 0 0;
}
#pair #contents #main figure {
  position: absolute;
  top: 39%;
  padding: 0 20px;
}
*/
 #pair #contents #main .amazon_gift{
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
  }
#pair #contents #main .amazon_gift span {
  font-size: 22px;
}
#pair #contents #main .amazon_gift img {
  margin-right: 10px;
  width: 60px;
  margin-left: 10px;
}#pair #contents .contact{
	text-align:center;
	padding: 80px 0 0;
}
#pair #contents #main .cpn {
  width: 100%;
  margin: 200px auto 0;
}
#pair #contents #main .cpn img{
  width: 100%;
}


#pair #contents #main ul{
  top: 39%;
  position: absolute;
  display: block;
  width: 100%;
}
#pair #contents #main ul li {
  width: 90%;
  font-size: 11px;
  padding: 10px 0;
  margin: 0 auto;
}
#pair #contents #main ul li p {
  font-size: 15px;
  font-weight: bold;
}
#pair #contents #main ul li:nth-of-type(odd) img {
  width: 60%;
}
#pair #contents #main ul li.or {
  width: 100%;
  background: none;
  padding: 0;
  z-index: 1;
}
#pair #contents #main ul li.or img{
  margin: -3px 0;
  width: 10%;
}
#pair #contents #main ul li.plus {
  width: 8%;
  background: none;
  padding: 10px 0;
}
#pair #contents #main ul li.plus p img{
  width: 90%;
}
#pair #contents #main ul li:last-child {
  padding: 15px 0;
}

#pair #contents #main .note{
    font-size: 12px;
    padding: 0 0 20px 20px;
  }
#pair #contents .contact a{
	position:relative;
	text-align:center;
	padding: 80px 0 0;
}

#pair #contents .contact div{
	position: absolute;
	top: -80px;
    left: -20px;
}

#pair #contents .contact div img{
	width:80%;
}

#pair #contents .contact .btn_pink02 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 90%;
    height: 70px;
    padding:10px;
    background: #ee0055;
    border-style: solid;
    border-width: 2px;
    border-color: #ee0055;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
	font-size: 15px;
}
}