@charset "UTF-8";

p,
ul,
li,
dd {
  margin: 0;
}

.w100p {
  width: 100%;
}

.w40p{
width: 40%;
}

/* --------------------------------------------------
	見出し
-------------------------------------------------- */
.h2_ttl {
  font-size: 250%;
  font-weight: normal;
  padding-top: 30px;
  line-height: 1.4;
}

.h3_ttl {
  margin-top: 30px;
}

/* --------------------------------------------------
	main_visual
-------------------------------------------------- */

#main-vsl-top {
  background: url(/-/media/AeonCard/campaign/lp/etc/images/main_bg.jpg),
    url(/-/media/AeonCard/campaign/lp/etc/images/main_bg_skyblue.jpg);
  background-position: center;
  background-repeat: no-repeat, repeat-x;
}

#main-vsl-top div.frame h1 img {
  padding: 32px 0 35px 54px;
}
/* --------------------------------------------------
	common_color
-------------------------------------------------- */

.orange {
  color: #ff6508;
}

.camp_btn_etc span,
.en_btn_etc span,
.section_ttl,
.tab_area ul li:hover {
  color: #fff;
}

/* --------------------------------------------------
	common_font-size
-------------------------------------------------- */

.font90p {
  font-size: 90%;
}

.camp_admission,
.enrollment {
  font-size: 130%;
}

.tab_area ul li,
.camp_btn_etc,
.en_btn_etc,
.y_syousai_btn {
  font-size: 150%;
}

.section_ttl,
.tokuten_column ul li:first-child,
.shopping_c_bg dl dt {
  font-size: 180%;
}

/* --------------------------------------------------
	common_font-weight
-------------------------------------------------- */

.t_contents_two p,
.camp_admission,
.enrollment,
.camp_btn_etc,
.en_btn_etc,
.y_syousai_btn,
.bnr_ttl {
  font-weight: bold;
}

/* --------------------------------------------------
	common_area
-------------------------------------------------- */

.section {
  background: #f5f5f5;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.frame-inner {
  padding-bottom: 50px;
}

/* --------------------------------------------------
	common_background
-------------------------------------------------- */

.yutai_bg,
.tokuten_bg,
.shopping_bg {
  background-position: center;
}

.tab_area,
.shopping_c_bg dl {
  background: #fff;
}

.camp_btn_etc,
.en_btn_etc {
  background: #2538a4;
}

.tokuten_bar,
.shopping_bar {
  background: #63bbe9;
}

/* --------------------------------------------------
	common_text-align
-------------------------------------------------- */

.tab_area ul,
.tab_area ul li,
.tab_contents,
.camp_admission,
.enrollment,
.camp_btn_etc,
.en_btn_etc,
.y_syousai_btn,
.section_ttl,
.shopping_c_bg dl,
.yutai_img,
.bnr_ttl {
  text-align: center;
}

.no_money,
.shopping_c_bg dl dd ul {
  text-align: left;
}

/* --------------------------------------------------
	common_padding
-------------------------------------------------- */

.tab_area,
.yutai_bg,
.tokuten_bg,
.shopping_bg {
  padding-bottom: 60px;
}

.camp_btn_etc a,
.en_btn_etc a,
.y_syousai_btn a {
  padding: 20px;
}

/* --------------------------------------------------
	common_margin
-------------------------------------------------- */
.mt-10 {
  margin-top: -10px;
}

.tab_contents,
/*.tab_contents dl,*/
.tab_area ul,
.camp_btn_etc,
.en_btn_etc,
.y_syousai_btn,
.shopping_c_bg dl,
.sankaku,
.sankaku_t,
.sankaku_y {
  margin: 0 auto;
}

.tokuten_column ul,
.tokuten_column ul li:nth-child(2),
.tokuten_column ul li:last-child {
  margin-top: 20px !important;
}

/* --------------------------------------------------
	common_width
-------------------------------------------------- */

.t_contents_two {
  width: 45.5%;
}

/*.tab_contents dl dd {
  width: 65%;
}*/

.camp_btn_etc {
  width: 75%;
}

.en_btn_etc {
  width: 91%;
}

.tab_contents,
.shopping_c_bg dl {
  width: 95%;
}

.tab_area,
.tab_area ul {
  width: 100%;
}

/* --------------------------------------------------
	common_display
-------------------------------------------------- */

.t_contents_two,
.tokuten_column ul,
.shopping_c_bg {
  display: inline-block;
}

.camp_btn_etc a,
.en_btn_etc a,
.y_syousai_btn a {
  display: block;
}

/* --------------------------------------------------
	common_vertical-align
-------------------------------------------------- */
.tab_area li img,
.visa,
.jcb,
.master {
  vertical-align: middle;
}

.t_contents_two,
.tokuten_column ul,
.shopping_c_bg {
  vertical-align: top;
}

/* --------------------------------------------------
	common_text-decoration
-------------------------------------------------- */

.camp_btn_etc a,
.camp_btn_etc a:hover,
.en_btn_etc a:hover,
.y_syousai_btn a,
.y_syousai_btn a:hover,
.syousai a:hover,
.en_btn_etc a:visited {
  text-decoration: none !important;
}

.syousai a {
  text-decoration: underline !important;
}

/* --------------------------------------------------
	common_border
-------------------------------------------------- */

.border_n {
  border: none !important;
}

.visa,
.jcb,
.master {
  border: 0.5px solid #ccc;
}

/* --------------------------------------------------
	tab_area
-------------------------------------------------- */

.tab_area {
  margin-top: 10px;
}

.tab_area ul {
  display: table;
}

.tab_area ul li {
  padding: 20px 0;
  display: table-cell;
}

.tab_area ul li p {
  border-right: 1px solid #dadada;
}

.tab_area ul li:hover {
  border-radius: 5px;
  background: #2538a4;
}

.tab_area ul li:not(:last-child):hover p {
  border-right: none;
  padding-right: 1px;
}

.tab_area li:last-child p {
  border-right: none;
}

.tab_contents {
  padding-top: 45px;
  border-top: 1px solid #dadada;
}

.no_money {
  margin: 20px 0 0 30px;
}

.visa {
  padding: 9px 10px;
}

.master {
  padding: 4.5px 17px;
}

.jcb {
  padding: 4px 17px;
}

.camp_btn_etc,
.en_btn_etc,
.y_syousai_btn {
  border-radius: 10px;
  position: relative;
  box-shadow: 5px 5px 5px #999;
}

.camp_btn_etc img,
.en_btn_etc img,
.y_syousai_btn img {
  position: absolute;
  top: 23px;
  right: 30px;
}

.en_btn_etc a img {
  transform: rotate(90deg);
}

.camp_btn_etc,
.en_btn_etc,
.y_syousai_btn,
.bnr_img img {
  opacity: 1;
  transition: 0.3s;
}

.y_syousai_btn {
  opacity: 1;
  transition: 0.5s;
}

.camp_btn_etc:hover,
.en_btn_etc:hover,
.bnr_img img:hover {
  opacity: 0.7;
}

.y_syousai_btn:hover {
  background: #2593a7;
}

.y_syousai_btn:hover a span {
  color: #fff;
}

.y_syousai_btn:hover a img {
  content: url(/-/media/AeonCard/legacy/common/images/ico-window_02.png);
  width: 22px;
  height: 20px;
}

/* --------------------------------------------------
	tokuten
-----------------------------------------*/
.section_ttl {
  padding: 20px 0;
  letter-spacing: 1.5px;
}

.sankaku,
.sankaku_t,
.sankaku_y {
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-bottom: none;
}

.sankaku {
  border-top: 30px solid #63bbe9;
}

.tokuten_bg {
  background: url(/-/media/AeonCard/campaign/lp/etc/images/tokuten_bg.jpg),
    #d0d0d0;
  background-repeat: no-repeat;
  background-position: center;
}
.tokuten_column {
  margin-top: 40px;
}

.tokuten_column ul {
  width: 32%;
}

.tokuten_column ul li:first-child {
  line-height: 1.1;
}

/* --------------------------------------------------
	shopping
-----------------------------------------*/

.shopping_bg {
  background: #dbf3ff;
}

.shopping_column {
  letter-spacing: -1em;
}

.shopping_c_bg {
  width: 42%;
  background: url(/-/media/AeonCard/campaign/lp/etc/images/shopping_bg.gif)
    repeat;
  padding: 10px;
  letter-spacing: normal;
}

.shopping_c_bg dl {
  padding: 30px 10px;
  box-sizing: content-box;
}

.shopping_c_bg dl dt {
  line-height: 1.2;
  color: #63bbe9;
}

.shopping_c_bg dl dd {
  width: 82%;
  margin: 20px auto 0;
}

/* --------------------------------------------------
	yutai_area
-----------------------------------------*/

.yutai_bar {
  background: #2593a7;
}

.yutai_bg {
  background: url(/-/media/AeonCard/campaign/lp/etc/images/yutai_bg.jpg) repeat;
}

.sankaku_y {
  border-top: 30px solid #2593a7;
}

.yutai_ttl {
  font-size: 230%;
  margin-top: 20px;
  line-height: 1.3;
}

.yutai_img li {
  display: inline-block;
}

.y_syousai_btn {
  width: 60%;
  border: 3px solid #2593a7;
  background-color: #fff;
}

.y_syousai_btn span {
  color: #2593a7;
}

/* --------------------------------------------------
	bnr_area
-----------------------------------------*/

.bnr_ttl {
  font-size: 155%;
}

.bnr_img {
  margin-top: 0 !important;
}

/*	top etc-tab-frame
-----------------------------------------*/
.top.etc-tab-frame .none {
  display: none;
}
.top.etc-tab-frame .etc-tab-list {
  width: 100%;
  display: table;
}
.top.etc-tab-frame .etc-tab-list li {
  display: table-cell;
  text-align: center;
}

.top.etc-tab-frame .etc-tab-list li a {
  font-size: 150%;
  border-radius: 5px;
  padding: 20px 0;
  display: block;
  color: #333;
  outline: none;
  opacity: 1 !important;
}

.top.etc-tab-frame .etc-tab-list li a span {
  display: block;
}

.top.etc-tab-frame .etc-tab-list li:not(:last-child) a span {
  border-right: 1px solid #dadada;
}

.top.etc-tab-frame .etc-tab-list li:not(:last-child).current a span {
  border-right: none;
  padding-right: 1px;
}

.top.etc-tab-frame .etc-tab-list li a span::before {
  content: url(/-/media/AeonCard/campaign/lp/etc/images/arrow_right.png);
  margin-right: 5px;
}

.top.etc-tab-frame .etc-tab-list li.current a span::before {
  content: url(/-/media/AeonCard/campaign/lp/etc/images/arrow_buttom.png);
}

.top.etc-tab-frame .etc-tab-list li a:hover,
.top.etc-tab-frame .etc-tab-list li a:focus,
.top.etc-tab-frame .etc-tab-list li a:active {
  text-decoration: none !important;
  color: #2538a4;
}

.top.etc-tab-frame .etc-tab-list li.current {
  position: relative;
}

.top.etc-tab-frame .etc-tab-list li.current::after {
  position: absolute;
  left: 0;
  right: 0;
  content: url(/-/media/AeonCard/campaign/lp/etc/images/sankaku_b.png);
}

.top.etc-tab-frame .etc-tab-list li.current a {
  color: #fff;
  background: #2538a4;
  border-radius: 5px;
}
.top.etc-tab-frame .etc-tab-list li.current a:hover,
.top.etc-tab-frame .etc-tab-list li.current a:focus,
.top.etc-tab-frame .etc-tab-list li.current a:active {
  color: #fff !important;
}
.top.etc-tab-frame .etc-tab-list li.current a:after {
  border-top: #2538a4 10px solid;
}
/*	top-news-box
-----------------------------------------*/
.top-news-box {
  width: 100%;
  margin-top: 15px;
  background: #fff;
}
.top-news-box .etc-tab-frame.top .inner {
  padding: 12px 0 47px;
}
.top-news-box .etc-tab-frame.top .inner .content {
  position: relative;
}
.top-news-box .etc-tab-frame.top .inner .content .btn-02 {
  position: absolute;
  right: 0;
}

.tab_sub_ttl {
  font-size: 140%;
  margin-top: 30px;
}

.tab_sub_ttl span {
  font-size: 215%;
}

.topics {
  width: 80%;
  margin: 0 auto;
  display: table;
  border-spacing: 30px 0;
}

.tab_contents_two {
  display: table-cell;
  vertical-align: top;
}

.tab_contents_two span {
  display: block;
  font-weight: bold;
}

/* .tab-01
----------------------------------------------- */
* + .etc-tab-frame {
  margin-top: 24px;
}

.inner-bnr-flex {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.tokuten_column li {
  font-weight: 500;
}