@charset "utf-8";  
figure{margin: 0;}
.only-sp{display: none;}
.only-pc{display: block;}
@media (max-width: 768px) {
	.only-sp{display: block;}
	.only-pc{display: none;}
}

img {
  max-width: 100%;
  height: auto;
  }
a {
	color: #004EA9;
}
a img {
  /* -webkit-backface-visibility: hidden;
  backface-visibility: hidden; */
  transition: all 0.2s ease-in-out;
}
a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
html{
	font-size: 62.5%;
}
#gdoappcp2022{
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
/* @media (min-width: 769px) {
  #gdoappcp2022{
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  }
} */
.gdoappcp2022-contwrapper{
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 768px){
  .gdoappcp2022-contwrapper{
    padding: 30px 0 0 0;
  }
}
h2,h3,h4,h5, .c-navy{
	color: #1E1358;
}
h3{
	font-size: 3.2rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 16px;
}
@media (max-width: 768px) {
    h3{
	display: block;
    font-size: 4.6rem;
    margin-bottom: 0;
	background: none;
	border: none;
	padding: 0;
	height: auto;
  }
}
img.title-decoration{
	width: 60px;
}


/*--------------------------------------
  　.entry__btn
--------------------------------------*/
.entry__btn{
	margin-top: 56px;
}
.entry__btn a {
  display: block;
  width: 460px;
  padding: 16px;
  text-align: center;
  background: #d7373d;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.8rem;
  box-shadow: 0px 3px 6px #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: .3s;
  margin:  0 auto;
}
.entry__btn a:hover{
	filter: brightness(1.1);
}
@media (max-width: 768px) {
  .entry__btn{
	margin-top: 28px;
	padding: 0 30px;
  }
  .entry__btn a {
      width: 100%;
      padding: 1.4em 20px;
	  font-size: 2.7rem;
	  line-height: 1.1;
  }
}



/*--------------------------------------
  　main-visua
--------------------------------------*/
.main-visual{
  position: relative;
    background-image: url(/special/2022/gdoappcp202211/images/main-bg.jpg);
    background-position: bottom;
    background-size: cover;
}
.main-visual__img{
  margin: 0 auto;
    max-width: 1017px;
}
.main-visual__img img{width: 100%;}
.entry__btn.stickout{
    margin:  0 auto;
    position: absolute;
    bottom: -12%;
    right: 0;
    left: 0;
    width: 460px;
}
@media (max-width: 768px) {
  .entry__btn.stickout{
    bottom: -48px;
    padding: 0 30px;
    width: unset;
  }
}
/*--------------------------------------
  　term
--------------------------------------*/
.term {
  max-width: 992px;
  margin: 60px auto 56px;
  padding: 0 16px;
}
.term__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  border: 1px solid #DEDEDF;
  border-radius: 4px;
}
@media (max-width: 767.9px) {
  .term{
    padding: 0 28px;
    margin: 60px auto;
  }
  .term__table {
    display: block;
  }
}
.term__table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.term__table-item + .term__table-item dt {
  border-left: 1px solid #DEDEDF;
}
@media (max-width: 767.9px) {
  .term__table-item + .term__table-item {
    border-top: 1px solid #DEDEDF;
  }
  .term__table-item + .term__table-item dt {
    border-left: none;
  }
}
.term__table-item:first-child {
  width: 45.4%;
}
@media (max-width: 767.9px) {
  .term__table-item:first-child {
    width: 100%;
  }
}
.term__table-item:last-child {
  width: 54.6%;
}
@media (max-width: 767.9px) {
  .term__table-item:last-child {
    width: 100%;
  }
}
.term__table-item dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 120px;
  padding: 0 1em;
  font-weight: 500;
  font-size: 1.4rem;
  background-color: #F4F4F4;
  border-right: 1px solid #DEDEDF;
}
@media (max-width: 767.9px) {
  .term__table-item dt {
    width: 33%;
    font-weight: normal;
	font-size: 2.4rem;
	padding: 1em 0.8em;
  }
}
.term__table-item dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1em;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 767.9px) {
  .term__table-item dd {
    font-size: 2.4rem;
    font-weight: normal;
	padding: 1em 0.8em;
  }
  .term__table-item dd .is-large-sp {
  }
}
.term__table-item dd span {
  display: inline-block;
}
.term__txt {
  margin-bottom: 24px;
  font-size: 1.6rem;
}
@media (max-width: 767.9px) {
  .term__txt {
    margin-bottom: 20px;
  }
}
/*--------------------------------------
  　lead
--------------------------------------*/
.lead{
	text-align: center;
}
.lead__txt{
	font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lead {
  	margin-bottom: 120px;
  }
  .lead h3 {
  	margin-bottom: 24px;
    font-weight: 900;
  }
  .lead__txt {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
a.lead__link{
	text-decoration: underline;
	color: #D7373D;
	font-weight: 900;
}
a.lead__link:hover{
	text-decoration: none;
}
/*--------------------------------------
  　mission
--------------------------------------*/
.mission{
	margin-top: 56px;
}
.mission__bg{
 background: #FFFEF1;
}
.mission__detail{
    position: relative;
    margin-top: 44px;
	padding: 72px 72px 48px;
}
.mission__catch_sub{
	position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    width: 484px;
    margin: auto;
}
.mission__flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom:1px solid #DEDEDF;
}
.mission__list{
	max-width: 370px;
}
.mission__appDl{
    background: #fff;
    padding: 6px 9px 5px 16px;
    border-radius: 4px;
    border: 1px solid #0071BE;
	box-shadow: 0px 3px 6px #ccc;
	margin-top: 0;
}
.mission_note{
	display: table;
	margin: 0 auto;
}
.mission_note p{
	color: #1E1358;
	font-size: 1.8rem;
	margin-top: 12px;
}
.circle_number img{
	width: 2.8rem;
	vertical-align: text-top;
}


@media (max-width: 768px) {
	  .mission-sp {
		margin: 0 28px 40px 30px;
		padding: 0 0 50px 0;
		background: #FFFEF1;
		position: relative;
	}
	.mission-sp h3  {
		width: auto;
		position: absolute;
		top: -50px;
		right: 0;
		left: 0;
		margin: 0 auto 0px auto;
    font-weight: 900;
	}
	.mission-sp h3 img {
		width: 100px;
		height: auto;
		display: inline-block;
		text-align: center;
		margin: 0 0 22px 0;
	}
	.mission__catch_sub{
		position: inherit;
		top: inherit;
		left: inherit;
		right: inherit;
		width: 80%;
		margin: 0 auto;
		padding-top: 110px;
		text-align: center;
	}
	.mission-sp ul li{
		border-bottom: 1px solid #DEDEDF;
		padding: 28px 0;
		margin: 0 28px;
	}
	.mission_note p {
		font-size: 3.1rem;
		padding-top: 36px;
	}
	.prerequisite {
		font-weight: 900;
	}
	.circle_number img{
		width: 4.1rem;
		vertical-align: middle;
		margin-top: -3px;
	}
  .mission__appDl {
    padding: 0;
	  border: none;
  }
}
  .mission__appDl-sp{
    margin-top: 58px;
    margin-bottom: 60px;
    padding: 0 28px;
  }
  .mission__appDl-sp h5{
    font-size: 3.3rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 16px;
	  background: none;
    color: #0071BE;
  }
  .mission__appDl-sp li{
    margin-bottom: 28px;
  }
  .mission__appDl-sp li a {
  	display: block;
		background: #fff;
    padding: 20px 20px 20px 148px;
		border-radius: 4px;
		border: 1px solid #0071BE;
		box-shadow: 0px 3px 6px #ccc;
		margin-top: 0;
		font-size: 2.5rem;
		line-height: 1.4;
		color: #000;
		position: relative;
	}
  .mission__appDl-sp li a::after {
		  position: absolute;
		  top: 0;
		  bottom: 0;
		  right: 22px;
		  margin: auto;
		  content: "";
		  vertical-align: middle;
      width: 0.4em;
      height: 0.4em;
      border-top: 4px solid #0071BE;
      border-right: 4px solid #0071BE;
		  -webkit-transform: rotate(45deg);
		  transform: rotate(45deg);
	}
  .mission__appDl-sp li:nth-child(1) a {
		background: url("../images/app_score.png") no-repeat 22px center;
		background-size: 110px 110px;
	}
  .mission__appDl-sp li:nth-child(2) a {
		background: url("../images/app_reserve.png") no-repeat 22px center;
		background-size: 110px 110px;
	}
  .mission__appDl-sp li:nth-child(3) a {
		background: url("../images/app_shop.png") no-repeat 22px center;
		background-size: 110px 110px;
	}
  .mission__appDl-sp li a em {
  	display: block;
		font-size: 2.7rem;
		color: #0071BE;
		font-weight: 900;
		margin-bottom: 3px;
	}
  .mission__appDl__txt{
    font-size: 24px;
  }


/*--------------------------------------
  about-point
--------------------------------------*/
.about-point{
	margin-top: 56px;
}
.about-point__txt{
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 60px;
}
.about-point__note{
    display: table;
    margin: 0 auto;
    font-size: 1.4rem;
    color: #4A4A4A;
}
.about-point__note li{
	margin-bottom: 4px;
}
@media (max-width: 768px){
	.about-point h3  {
		margin-bottom: 30px;
    font-weight: 900;
	}
	.about-point h3 img {
		width: 100px;
		height: auto;
		display: inline-block;
		text-align: center;
		margin: 0 0 12px 0;
	}
  .about-point__txt{
    font-size: 2.8rem;
    line-height: 1.6;
    text-align: left;
    padding: 0 28px;
    margin-bottom: 80px;
    font-weight: 500;
  }
  .about-point__note {
  	margin-bottom: 90px;
	padding: 0 38px;
  }
  .about-point__note li{
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

/*--------------------------------------
  recommend
--------------------------------------*/

.recommend__bg{
  background: #F4F4F4;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw)!important;
  margin-top: 56px;
}
.recommend{
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 0;
}
.recommend h4{
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 900;
}
.recommend-flex{
  display: flex;
  margin-top: 32px;
  justify-content: space-between;
}
.recommend-flex__item{
  width: 32%;
}
.recommend figure{
  border-radius: 4px;
}
.recommend figure img{
  border-radius: 4px;
}
.recommend__title{
    color: #000;
    margin-top: 12px;
    line-height: 1.5;
    font-weight: 900;
    font-size: 18px;
}
.recommend__txt{
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
}
.recommend-flex__item a{
  display: block;
}
.recommend-flex__item img{
  border-radius: 4px;
}
.recommend__link{
  text-decoration: underline;
  /* color: #004EA9; */
  font-size: 1.5rem;
  margin-top: 16px;
  display: inline-block;
}
.recommend__link:hover{
  text-decoration: none;
}

@media (max-width: 768px) {
	.recommend__bg {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
  .recommend{
    padding: 60px 28px;
  }
  .recommend-flex{
    display: block;
  }
  .recommend-flex__item{
    width: unset;
    margin-top: 28px;
	margin-bottom: 50px;
  }
  .recommend h4{
    text-align: left;
	color: #242424;
	font-size: 3.6rem;
    font-weight: 900;
    line-height: 1.5;
	border: none;
	padding: 0;
  }
  .recommend__title {
    color: #000;
    margin-top: 12px;
    line-height: 1.4;
    font-size: 3.2rem;
    background: none;
    padding: 0;
  }
  .recommend__txt{
    margin-top: 4px;
	font-size: 2.8rem;
  line-height: 1.5;
  }
  .recommend__link{
    margin-top: 20px;
	font-size: 2.8rem;
  }
}


/*--------------------------------------
  　キャンペーン概要
--------------------------------------*/
.summary {
    position: relative;
    margin-top: 56px;
}
@media (max-width: 767.9px) {
  .summary {
    margin-top: 100px;
  }
  .summary h3 {
  	margin-bottom: 60px;
  }
}

.summary__lists {
  border: 1px solid #DEDEDF;
  border-radius: 4px;
}

@media (max-width: 767.9px) {
  .summary__lists {
    border: none;
    border-radius: inherit;
	padding: 0 30px;
  }
}

.summary__lists > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.summary__lists > li:not(:first-child) {
  border-top: 1px solid #DEDEDF;
}

@media (max-width: 767.9px) {
  .summary__lists > li {
    display: block;
    padding-bottom: 24px;
  }
  .summary__lists > li:not(:first-child) {
    padding-top: 24px;
  }
  .summary__lists > li:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 767.9px) {
  .summary__lists-noLine > li {
    padding-top: 0 !important;
    border: none !important;
  }
}

.summary__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  background-color: #F4F4F4;
}

@media (max-width: 767.9px) {
  .summary__label {
    display: block;
    width: 100%;
    padding: 0 0 0 0;
    background-color: transparent;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 8px;
  }
}

.summary__detail p{
  margin-top: 2px;
}
.summary__detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
}
.summary__detail p.indent {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0;
  line-height: 1.5;
  margin-top: 4px;
}

.summary__detail a {
  text-decoration: underline;
}
.summary__detail strong {
  font-weight: bold;
}

.summary__detail ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 1em;
  margin-bottom: 0.3em;
}
.summary__detail ul li.is-pc {
    display: list-item;
}
.summary__detail ul li.is-sp {
  display: none;
}
@media (max-width: 767.9px) {
  .summary__detail ul li.is-pc {
    display: none;
  }
  .summary__detail ul li.is-sp{
    display: list-item;
  }
}


@media (max-width: 767.9px) {
  .summary__detail {
    display: block;
    padding: 0;
	font-size: 2.6rem;
  }
}
