@charset "UTF-8";
/* File name -- jersey-pudding.css */

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

#wrapper,
.wrapper {
	background: #F9E6CE;
	overflow: auto !important;
	min-width: 1000px;
}

.inner {
	width: 1200px;
	max-width: 96%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.pc {}

.sp {
  display: none;
}


/*-----------------------------------

header

-----------------------------------*/

.header__logo {
	width: 1200px;
	margin: 0 auto 15px;
	padding: 28px 0 0;
	float: none;
}

.header__logo img {
	width: 154px;
	height: auto;
}


/*-----------------------------------

keyvisual

-----------------------------------*/

.keyvisual {
	background: url("../img/bg01_keyvisual.png") 0 0 no-repeat;
	background-size: auto;
	padding-bottom: 55px;
}

.keyvisual .txt_period {
	text-align: center;
	margin-bottom: 70px;
}

.keyvisual .txt_explanation {
	text-align: center;
	margin-bottom: 35px;
}

.keyvisual .btn01_line {
	text-align: center;
}

.keyvisual .btn01_line a:hover{
	opacity: 0.5;
}


/*-----------------------------------

prize_details

-----------------------------------*/

.prize_details {
	background: url("../img/bg02_obi.png") 0 0 no-repeat;
	background-size: 100% auto;
	padding-top: 140px;
}

.prize_details .inner {
	width: 1000px;
	padding-bottom: 25px;
}

.prize_details h2 {
	text-align: center;
	margin-bottom: 40px;
}

.prize_box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 10px;
}


/*-----------------------------------

eligible_products

-----------------------------------*/

.eligible_products {
	background-image: url("../img/bg02_obi.png"),url("../img/bg03_products.jpg");
	background-position: 0 0,0 140px;
	background-repeat: no-repeat,no-repeat;
	background-size: 100% auto,100% 100%;
	padding: 140px 0 150px;
}

.eligible_products .inner {
	width: 1000px;
}

.eligible_products h2 {
	text-align: center;
	margin-bottom: 100px;
}

.products_box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0 100px;
}

.products_box .item01 p {
	margin-bottom: 45px;
}

.products_box .item02 p {
	margin-bottom: 25px;
}


/*-----------------------------------

how_to_apply

-----------------------------------*/

.how_to_apply {
	background: url("../img/bg02_obi.png") 0 0 no-repeat;
	background-size: 100% auto;
	position: relative;
	z-index: 1;
	margin-top: -50px;
}

.how_to_apply .inner {
	width: 1000px;
	padding-top: 90px;
}

.how_to_apply h2 {
	text-align: center;
	margin-bottom: 80px;
}

.how_to_apply .tab_box {
	width: 770px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.how_to_apply .tab_box li {
	width: 380px;
	height: 56px;
	box-sizing: border-box;
	border: 3px solid #6B281E;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.how_to_apply .tab_box li.current {
	background: #F9E6CE;
	border-bottom-color: #F9E6CE;
}

.how_to_apply .tab01,
.how_to_apply .tab02 {
	display: none;
}

.how_to_apply .tab01.current,
.how_to_apply .tab02.current {
	display: block;
} 


.how_to_apply .tab01 {
	background: #F9E6CE;
	border: 3px solid #6B281E;
	border-radius: 25px;
	box-sizing: border-box;
	padding: 30px 28px;
	margin: -3px 0 150px;
}

.how_to_apply .tab01 ul {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 10px;
}

.how_to_apply .tab01 ul li {
	width: 310px;
	background: rgba(255,255,255,0.68);
	border-radius: 25px;
	box-sizing: border-box;
	padding: 25px 10px 20px;
}

.how_to_apply .tab01 ul li h3 {
	text-align: center;
	margin-bottom: 30px;
}

.how_to_apply .tab01 ul li p {
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 1.7rem;
	color: #6B281E;
	padding: 0 20px;
}

.how_to_apply .tab01 ul li p.notes {
	font-size: 1.2rem;
	text-indent: -1em;
	margin: 0 0 1.5em 1em;
	letter-spacing: normal;
}

.how_to_apply .tab01 ul li .img01 {
	text-align: center;
	margin: 30px 0;
}

.how_to_apply .tab01 ul li .img02 {
	text-align: center;
	margin: 20px 0;
}

.how_to_apply .tab01 ul li .img03 {
	text-align: center;
	margin: 25px 0;
}

.how_to_apply .tab01 ul li .btn01,
.how_to_apply .tab01 ul li .btn02 {
	text-align: center;
}

.how_to_apply .tab01 .btn01 a:hover,
.how_to_apply .tab01 .btn02 a:hover {
	opacity: 0.5;
}


.how_to_apply .tab01 .btn03 {
	display: none;
}


.how_to_apply .tab02 {
	background: #F9E6CE;
	border: 3px solid #6B281E;
	border-radius: 25px;
	box-sizing: border-box;
	padding: 40px 0 60px;
	margin: -3px 0 150px;
}

.how_to_apply .tab02 ul {
	padding-bottom: 20px;
}

.how_to_apply .tab02 li {
	width: 770px;
	height: 140px;
	margin: 0 auto 20px;
	padding: 0 65px;
	background: rgba(255,255,255,0.68);
	border-radius: 25px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.how_to_apply .tab02 .btn01 {
	text-align: center;
}

.how_to_apply .apply_box {
	width: 710px;
	height: 295px;
	margin: 0 auto 65px;
	box-sizing: border-box;
	border: 2px solid #6B281E;
	border-radius: 25px;
	position: relative;
	padding: 50px 10px 40px 40px;
}

.how_to_apply .apply_box_in {
	width: 650px;
	height: 215px;
	overflow-y: auto;
	box-sizing: border-box;
	padding-right: 30px;
}

.how_to_apply .apply_box2 {
	width: 710px;
	height: auto;
	margin: 0 auto 65px;
	box-sizing: border-box;
	border: 2px solid #6B281E;
	border-radius: 25px;
	position: relative;
	padding: 50px 40px 10px 40px;
}

.how_to_apply .apply_box h3,
.how_to_apply .apply_box2 h3 {
	position: absolute;
	top: -14px;
	left: 50%;
	text-align: center;
	background: #F9E6CE;
	padding: 0 45px;
	margin-left: -103px;
}

.how_to_apply .apply_box h4 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #6B281E;
	margin-bottom: 1.5em;
}

.how_to_apply .apply_box p,
.how_to_apply .apply_box2 p {
	color: #6B281E;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 1.5em;
	font-family: "Zen Maru Gothic", sans-serif;
}

.how_to_apply .apply_box p strong {
	font-weight: bold;
}

.how_to_apply .apply_box p a {
	color: #6B281E;
	text-decoration: underline;
}


/*-----------------------------------

inquiry

-----------------------------------*/

.inquiry {
	padding: 125px 0 0;
	background: url("../img/bg02_obi.png") 0 0 no-repeat;
	background-size: 100% auto;	
}

.inquiry h2 {
	text-align: center;
	margin-bottom: 60px;
}

.inquiry h3 {
	text-align: center;
	margin-bottom: 60px;
}

.inquiry .inq_box {
	width: 1000px;
	margin: 0 auto 25px;
	padding: 0 195px 25px;
	border-bottom: 1px solid #6B281E;
	box-sizing: border-box;
}

.inquiry .txt01 {
	margin-bottom: 25px;
}

.inquiry .txt02 {
	margin-bottom: 25px;
}

.inquiry .txt03 {
	margin-bottom: 30px;
}

.inquiry .txt04 {
	margin-bottom: 30px;
}

.inquiry .btn01 {
	text-align: center;
}

.inquiry .notes {
	width: 1000px;
	margin: 0 auto 75px;
	color: #6B281E;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: normal;
	font-family: "Zen Maru Gothic", sans-serif;
}


/*-----------------------------------

receipt

-----------------------------------*/

.inline_content {
	display: none;
}

.receipt {
	width: 880px;
	margin: 0 auto;
	padding: 65px 0;
	position: relative;
}

.receipt .receipt_in {
	border: 2px solid #6B281E;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 30px 38px;
	background: #fff;
	margin-bottom: 55px;
}

.receipt .receipt_in h2 {
	text-align: center;
	margin-bottom: 30px;
}

.receipt .receipt_in h3 {
	text-align: center;
	margin-bottom: 40px;
}

.receipt .receipt_box01 {
	margin-bottom: 60px;
}

.receipt .receipt_box01 ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 25px 0;
}

.receipt .receipt_box01 .txt01 {
	font-size: 1.6rem;
	color: #B13A36;
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	padding: 3px 0 0 35px;
	background: url("../img/icon01.png") 0 0 no-repeat;
	background-size: 26px auto;
	letter-spacing: normal;
	box-sizing: border-box;
}

.receipt .receipt_box01 .o01 {
	width: 385px;
	height: 170px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.receipt .receipt_box01 .list01 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 200px;
	gap: 5px 0;
	margin: 10px 0 0 35px;
}

.receipt .receipt_box01 .list01 p {
	width: 95px;
	height: 25px;
	border-radius: 12px;
	border: 1px solid #6B281E;
	background: #F8E9C3;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6B281E;
	font-size: 1.4rem;
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.receipt .receipt_box01 .o01 img {
	width: 156px;
}

.receipt .receipt_box01 .o02 {
	width: 385px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.receipt .receipt_box01 .o02 p {
	width: 165px;
}

.receipt .receipt_box01 .o02 img {
	width: 198px;
}

.receipt .receipt_box01 .o03 {
	width: 245px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.receipt .receipt_box01 .o03 p {
	margin-bottom: 20px;
}

.receipt .receipt_box01 .o03 img {
	width: 205px;
}

.receipt .receipt_box01 .o04 {
	width: 245px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.receipt .receipt_box01 .o04 p {
	margin-bottom: 20px;
}

.receipt .receipt_box01 .o04 img {
	width: 208px;
}

.receipt .receipt_box01 .o05 {
	width: 250px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.receipt .receipt_box01 .o05 p {
	margin-bottom: 20px;
}

.receipt .receipt_box01 .o05 img {
	width: 206px;
}

.receipt .receipt_box02 .txt02 {
	font-size: 1.6rem;
	color: #000;
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	padding: 0 0 0 30px;
	background: url("../img/icon02.png") 0 0 no-repeat;
	background-size: 20px auto;
	letter-spacing: normal;
	box-sizing: border-box;
	margin-bottom: 15px;
	width: 100%;
}

.receipt .receipt_box02 ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 25px 0;
}

.receipt .receipt_box02 ul li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	min-width: 140px;
}

.receipt .receipt_box02 ul img {
	margin-left: 30px;
}

.receipt .receipt_box02 .x01 img {
	width: 106px;
}

.receipt .receipt_box02 .x02 img {
	width: 131px;
	margin-left: 0;
}

.receipt .receipt_box02 .x02 p {
	margin-bottom: 40px;
}

.receipt .receipt_box02 .x03 img {
	width: 109px;
}

.receipt .receipt_box02 .x04 img {
	width: 110px;
}

.receipt .receipt_box02 .x05 img {
	width: 110px;
}

.receipt .receipt_box02 .x06 img {
	width: 108px;
}

.receipt .receipt_box02 .x07 img {
	width: 108px;
}

.receipt .receipt_box02 .x08 img {
	width: 77px;
}

.receipt .receipt_box02 .x09 img {
	width: 73px;
}

.receipt .receipt_box02 .x10 img {
	width: 82px;
}

.receipt .attention {
	border: 2px solid #F7AE05;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 25px 15px 20px 150px;
	background: #fff;
	position: relative;
}

.receipt .attention h4 {
	background: #F7AE05;
	color: #6B281E;
	font-size: 2.3rem;
	width: 140px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px 0 10px 0;
	position: absolute;
	top: -2px;
	left: -2px;
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.receipt .attention img {
	position: absolute;
	top: 70px;
	left: 34px;
	width: 83px;
}

.receipt .attention li {
	color: #6B281E;
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	text-indent: -1em;
	margin-left: 1em;
	letter-spacing: normal;
}

#cboxClose,
#cboxClose:hover {
	position: fixed;
	top: 50px;
	right: 30px;
	background: url("../img/btn07_close.png") 0 0 no-repeat;
	background-size: 46px auto;
	width: 46px;
	height: 46px;
}

.close_bottom {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: url("../img/btn07_close.png") 0 0 no-repeat;
	background-size: 46px auto;
	width: 46px;
	height: 46px;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
	border: none;
}


/*-----------------------------------

#footer

-----------------------------------*/

#footer .copyright {
	background: #6B281E;
}


/*-----------------------------------

anim-box

-----------------------------------*/

.anim-box {
	opacity: 0;
}

.anim-box.poyoyon2.is-animated {
  animation: poyoyon2 1s ease-in-out forwards;
}
 
@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
		opacity: 0;
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
		opacity: 1;
  }
}

.anim-box.fadein.is-animated {
  animation: fadeIn 1.0s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



@media screen and (max-width: 1200px) {

/*-----------------------------------

header

-----------------------------------*/

.header__logo {
	width: 100%;
	margin: 0 auto 15px;
	padding: 28px 30px 0;
	float: none;
	box-sizing: border-box;
}



}


@media screen and (max-width: 1000px) {

#wrapper,
.wrapper {
	min-width: inherit;
}

.inner {
	width: 96vw;
}


/*-----------------------------------

keyvisual

-----------------------------------*/

.keyvisual h1 img {
	max-width: 1080px;
	width: 100%;
}

.prize_details .inner {
	width: 96vw;
}

.eligible_products .inner {
	width: 96vw;
}

.how_to_apply .inner {
	width: 96vw;
}

.how_to_apply .tab_box {
  width: 82.5vw;
}

.how_to_apply .tab_box li {
  width: 40vw;
}

.inquiry .inq_box {
  width: 96vw;
  margin: 0 auto 25px;
  padding: 0 195px 25px;
  border-bottom: 1px solid #6B281E;
  box-sizing: border-box;
}

.inquiry .notes {
  width: 96vw;
  margin: 0 auto 75px;
  color: #6B281E;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: normal;
}

/*-----------------------------------

receipt

-----------------------------------*/

.receipt {
	width: 90vw;
	margin: 0 auto;
	padding: 65px 0;
	position: relative;
}

.receipt .receipt_in {
	padding: 30px 20px;
}

.receipt .receipt_box01 ul {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 25px 20px;
}

.receipt .receipt_box02 ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 25px 30px;
}

}


@media screen and (max-width: 768px) {

#wrapper,
.wrapper {
	min-width: inherit;
}

.inner {
	width: 92.4vw;
}

.pc {
    display: none;
}

.sp {
	display: inherit;
}

/*-----------------------------------

header

-----------------------------------*/

.header__logo {
	width: 92.4vw;
	margin: 0 0 3.8vw;
	padding: 5vw 0 0;
	float: none;
	text-align: center;
}

.header__logo a {
	width: auto;
	height: auto;
	display: inline;
}

.header__logo img {
	width: 22.78vw;
	height: auto;
	margin: 0 auto;
}


/*-----------------------------------

keyvisual

-----------------------------------*/

.keyvisual {
	background: url("../img/bg01_keyvisual.png") 0 0 no-repeat;
	background-size: 100% auto;
	padding-bottom: 7.6vw;
}

.keyvisual .txt_period {
	text-align: center;
	margin: -12.66vw 0 15.19vw;
	position: relative;
	z-index: 1;
}

.keyvisual .txt_explanation {
	text-align: center;
	margin-bottom: 7.6vw;
}

.keyvisual .txt_explanation img {
	width: 83.54vw;
}

.keyvisual .btn01_line {
	text-align: center;
}

.keyvisual .btn01_line img {
	width: 72.15vw;
}

.keyvisual .btn01_line a:hover{
	opacity: 0.5;
}


/*-----------------------------------

prize_details

-----------------------------------*/

.prize_details {
	background: url("../img/sp_bg02_obi.png") 0 0 no-repeat;
	background-size: 100% auto;
	padding-top: 13.92vw;
}

.prize_details .inner {
	width: 92.4vw;
	padding-bottom: 10.12vw;
}

.prize_details h2 {
	text-align: center;
	margin-bottom: 12.66vw;
}

.prize_details h2 img {
	width: 45.57vw;
}

.prize_box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 5vw;
}


/*-----------------------------------

eligible_products

-----------------------------------*/

.eligible_products {
	background-image: url("../img/sp_bg02_obi.png"),url("../img/sp_bg03_products.jpg");
	background-position: 0 0,bottom 12.65vw;
	background-repeat: no-repeat,repeat-y;
	background-size: 100% auto,100% auto;
	padding: 10.12vw 0 12.65vw;
}

.eligible_products .inner {
	width: 92.4vw;
}

.eligible_products h2 {
	text-align: center;
	margin-bottom: 11.39vw;
}

.eligible_products h2 img {
	width: 45.57vw;
}

.products_box {
	display: block;
}

.products_box .item01 p {
	margin-bottom: 6.33vw;
	text-align: center;
}

.products_box .item01 img,
.products_box .item02 img {
	width: 63.29vw;
}

.products_box .item02 p {
	text-align: center;
	margin-bottom: 6.33vw;
}

.products_box .item01 div img,
.products_box .item02 div img {
	width: 55.7vw;
}

.products_box .item01 div {
	text-align: center;
	margin-bottom: 20.25vw;
}

.products_box .item02 div {
	text-align: center;
}


/*-----------------------------------

how_to_apply

-----------------------------------*/

.how_to_apply {
	background: url("../img/sp_bg03_obi2.png") 0 0 no-repeat;
	background-size: 100% auto;
	margin: 0;
}

.how_to_apply .inner {
	width: 92.4vw;
	padding-top: 12.65vw;
}

.how_to_apply h2 {
	text-align: center;
	margin-bottom: 10.12vw;
}

.how_to_apply h2 img {
	width: 45.57vw;
}

.how_to_apply .tab_box {
	width: 78.48vw;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.how_to_apply .tab_box li {
	width: 37.97vw;
	height: 12.65vw;
	box-sizing: border-box;
	border: 2px solid #6B281E;
	border-radius: 2.53vw 2.53vw 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.how_to_apply .tab_box li img {
	width: auto;
	height: 9vw;
}

.how_to_apply .tab_box li.current {
	background: #F9E6CE;
	border-bottom-color: #F9E6CE;
}

.how_to_apply .tab01,
.how_to_apply .tab02 {
	display: none;
}

.how_to_apply .tab01.current,
.how_to_apply .tab02.current {
	display: block;
} 


.how_to_apply .tab01 {
	background: #F9E6CE;
	border: 2px solid #6B281E;
	border-radius: 6.33vw;
	box-sizing: border-box;
	padding: 7.59vw;
	margin: -2px 0 12.65vw;
}

.how_to_apply .tab01 ul {
	display: block;
}

.how_to_apply .tab01 ul li {
	width: 100%;
	background: rgba(255,255,255,0.68);
	border-radius: 6.33vw;
	box-sizing: border-box;
	padding: 7.59vw 2.53vw;
	margin-bottom: 5vw;
}

.how_to_apply .tab01 ul li h3 {
	text-align: center;
	margin-bottom: 3.8vw;
}

.how_to_apply .tab01 ul li p {
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 1.6rem;
	color: #6B281E;
	padding: 0 5vw;
	letter-spacing: normal;
}

.how_to_apply .tab01 ul li p.notes {
	font-size: 1.2rem;
	text-indent: -1em;
	margin: 0 0 1.5em 1em;
	letter-spacing: normal;
}

.how_to_apply .tab01 ul li .img01 {
	text-align: center;
	margin: 5vw 0;
}

.how_to_apply .tab01 ul li .img01 img {
	width: 34.18vw;
}

.how_to_apply .tab01 ul li .img02 {
	text-align: center;
	margin: 5vw 0;
}

.how_to_apply .tab01 ul li .img02 img {
	width: 55.70vw;
}

.how_to_apply .tab01 ul li .img03 {
	text-align: center;
	margin: 6.33vw 0;
}

.how_to_apply .tab01 ul li .img03 img {
	width: 56.96vw;
}


.how_to_apply .tab01 ul li .btn01,
.how_to_apply .tab01 ul li .btn02 {
	text-align: center;
}

.how_to_apply .tab01 ul li .btn02 {
	display: none;
}

.how_to_apply .tab01 .btn03 {
	display: block;
}

.how_to_apply .tab01 .btn01 a:hover,
.how_to_apply .tab01 .btn02 a:hover {
	opacity: 0.5;
}

.how_to_apply .tab02 {
	background: #F9E6CE;
	border: 2px solid #6B281E;
	border-radius: 6.33vw;
	box-sizing: border-box;
	padding: 7.6vw 6.33vw;
	margin: -2px 0 12.65vw;
}

.how_to_apply .tab02 ul {
	padding-bottom: 0;
}

.how_to_apply .tab02 li {
	width: 100%;
	height: auto;
	margin: 0 0 5vw;
	padding: 7.6vw;
	background: rgba(255,255,255,0.68);
	border-radius: 6.33vw;
	box-sizing: border-box;
	display: block;
}

.how_to_apply .tab02 li p {
	margin-bottom: 3.8vw;
}

.how_to_apply .tab02 li div {
	text-align: center;
}

.how_to_apply .tab02 li:nth-child(1) div img {
	width: 50.63vw;
}

.how_to_apply .tab02 li:nth-child(2) div img {
	width: 22.78vw;
}

.how_to_apply .tab02 li:nth-child(3) p {
	text-align: center;
}

.how_to_apply .tab02 li:nth-child(3) img {
	width: 53.16vw;
}

.how_to_apply .tab02 li:nth-child(4) div img {
	width: 30.38vw;
}

.how_to_apply .tab02 .btn01 {
	text-align: center;
}

.how_to_apply .apply_box {
	width: 100%;
	height: 86vw;
	margin: 0 auto 12.65vw;
	box-sizing: border-box;
	border: 2px solid #6B281E;
	border-radius: 6.33vw;
	position: relative;
	padding: 12.65vw 2.53vw 10.12vw 7.59vw;
}

.how_to_apply .apply_box_in {
	width: 100%;
	height: 63.29vw;
	overflow-y: auto;
	box-sizing: border-box;
	padding-right: 7.59vw;
}

.how_to_apply .apply_box2 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	border: 2px solid #6B281E;
	border-radius: 6.33vw;
	padding: 12.65vw 2.53vw 10.12vw 7.59vw;
}

.how_to_apply .apply_box_in2 {
	width: 100%;
	height: 63.29vw;
	overflow-y: auto;
	box-sizing: border-box;
	padding-right: 7.59vw;
}

.how_to_apply .apply_box h3,
.how_to_apply .apply_box2 h3 {
	position: absolute;
	top: -3.67vw;
	left: 50%;
	text-align: center;
	background: #F9E6CE;
	padding: 0 7.59vw;
	margin-left: -22.78vw;
}

.how_to_apply .apply_box h3 img,
.how_to_apply .apply_box2 h3 img {
	width: 30.38vw;
}

.how_to_apply .apply_box h4 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #6B281E;
	margin-bottom: 1.5em;
}

.how_to_apply .apply_box p,
.how_to_apply .apply_box2 p {
	color: #6B281E;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 1.5em;
}

.how_to_apply .apply_box p strong {
	font-weight: bold;
}

.how_to_apply .apply_box p a {
	color: #6B281E;
	text-decoration: underline;
}


/*-----------------------------------

inquiry

-----------------------------------*/

.inquiry {
	padding: 17.72vw 0 11.39vw;
	background: #f0eee8 url("../img/sp_bg04_obi3.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.inquiry h2 {
	text-align: center;
	margin-bottom: 10.12vw;
}

.inquiry h2 img {
	width: 63.29vw
}

.inquiry h3 {
	text-align: center;
	margin-bottom: 60px;
}

.inquiry h3 img {
	width: 56.96vw;
}


.inquiry .inq_box {
	width: 92.4vw;
	margin: 0 auto 3.8vw;
	padding: 0 0 3.8vw;
	border-bottom: 1px solid #6B281E;
	box-sizing: border-box;
}

.inquiry .txt01 {
	margin-bottom: 5vw;
	text-align: center;
}

.inquiry .txt01 img {
	width: 43vw;
}

.inquiry .txt02 {
	margin-bottom: 5vw;
	text-align: center;
}

.inquiry .txt02 img {
	width: 69.62vw;
}

.inquiry .txt03 {
	margin-bottom: 5vw;
	text-align: center;
}

.inquiry .txt03 img {
	width: 50.63vw;
}

.inquiry .txt04 {
	margin-bottom: 5vw;
	text-align: center;
}

.inquiry .txt04 img {
	width: 77.22vw;
}

.inquiry .btn01 {
	text-align: center;
}

.inquiry .btn01 img {
	width: 67vw;
}

.inquiry .notes {
	width: 92.4vw;
	margin: 0 auto;
	color: #6B281E;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: normal;
}


/*-----------------------------------

receipt

-----------------------------------*/

.inline_content {
	display: none;
}

.receipt {
	width: 93.67vw;
	margin: 0 auto;
	padding: 13.92vw 0;
}

.receipt .receipt_in {
	border: 1px solid #6B281E;
	border-radius: 5vw;
	box-sizing: border-box;
	padding: 5vw;
	background: #fff;
	margin-bottom: 7.59vw;
}

.receipt .receipt_in h2 {
	text-align: center;
	margin-bottom: 5vw;
}

.receipt .receipt_in h3 {
	text-align: center;
	margin-bottom: 5vw;
}

.receipt .receipt_box01 {
	margin-bottom: 16.46vw;
}

.receipt .receipt_box01 ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 6.33vw 0;
}

.receipt .receipt_box01 .txt01 {
	font-size: 1.4rem;
	color: #B13A36;
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	padding: 0 0 0 10.12vw;
	background: url("../img/icon01.png") 0 0 no-repeat;
	background-size: 5.58vw auto;
	letter-spacing: normal;
	box-sizing: border-box;
	margin-bottom: 5vw;
	width: 100%;
}

.receipt .receipt_box01 .o01 {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.receipt .receipt_box01 .list01 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 31.65vw;
	gap: 2.53vw 0;
	margin: 0 0 0 10.12vw;
}

.receipt .receipt_box01 .list01 p {
	width: 31.65vw;
	height: 7.59vw;
	border-radius: 3.8vw;
	border: 1px solid #6B281E;
	background: #F8E9C3;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6B281E;
	font-size: 1.4rem;
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.receipt .receipt_box01 .o01 img {
	width: 37.97vw;
}

.receipt .receipt_box01 .o02 {
	width: 100%;
	display: block;
	text-align: center;
}

.receipt .receipt_box01 .o02 p {
	width: 100%;
	text-align: left;
}

.receipt .receipt_box01 .o02 img {
	width: 49.37vw;
	margin: 0 0 0 10.12vw;
}

.receipt .receipt_box01 .o03 {
	width: 40.77vw;
	display: block;
}

.receipt .receipt_box01 .o03 p {
	margin-bottom: 5vw;
}

.receipt .receipt_box01 .o03 img {
	width: 40.5vw;
}

.receipt .receipt_box01 .o04 {
	width: 40.77vw;
	display: block;
}

.receipt .receipt_box01 .o04 p {
	margin-bottom: 5vw;
}

.receipt .receipt_box01 .o04 img {
	width: 100%;
}

.receipt .receipt_box01 .o05 {
	width: 100%;
	display: block;
	text-align: center;
}

.receipt .receipt_box01 .o05 p {
	margin-bottom: 5vw;
	text-align: left;
}

.receipt .receipt_box01 .o05 img {
	width: 51.9vw;
	margin: 0 0 0 10.12vw;
}

.receipt .receipt_box02 h3 {
	margin-bottom: 1.3vw;
}

.receipt .receipt_box02 .txt03 {
	text-align: center;
	margin-bottom: 5vw;
	font-size: 1.4rem;
	color: #000;
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	letter-spacing: normal;
}

.receipt .receipt_box02 .txt02 {
	font-size: 1.6rem;
	color: #000;
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	padding: 0 0 0 10.12vw;
	background: url("../img/icon02.png") 0 1vw no-repeat;
	background-size: 5vw auto;
	letter-spacing: normal;
	box-sizing: border-box;
	margin-bottom: 5vw;
	width: 100%;
	text-align: left;
}

.receipt .receipt_box02 ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 6.33vw 0;
}

.receipt .receipt_box02 ul li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: inherit;
	max-width: 40vw;
	text-align: center;
}

.receipt .receipt_box02 ul img {
	margin: 0 auto 0 10.12vw;
}

.receipt .receipt_box02 .x01 img {
	width: 22.78vw;
}

.receipt .receipt_box02 .x02 img {
	width: 31.65vw;
	margin-left: 0;
}

.receipt .receipt_box02 .x02 p {
	margin-bottom: 8.86vw;
}

.receipt .receipt_box02 .x03 img {
	width: 24vw;
}

.receipt .receipt_box02 .x04 img {
	width: 25.32vw;
}

.receipt .receipt_box02 .x05 img {
	width: 23.29vw;
}

.receipt .receipt_box02 .x06 img {
	width: 32.91vw;
	margin-left: auto;
}

.receipt .receipt_box02 .x07 img {
	width: 29.11vw;
	margin-left: auto;
}

.receipt .receipt_box02 .x08 img {
	width: 19.49vw;
}

.receipt .receipt_box02 .x09 img {
	width: 23.29vw;
}

.receipt .receipt_box02 .x10 img {
	width: 23.29vw;
}

.receipt .attention {
	border: 2px solid #F7AE05;
	border-radius: 5vw;
	box-sizing: border-box;
	padding: 16.46vw 3.8vw 3.8vw;
	background: #fff;
	position: relative;
}

.receipt .attention h4 {
	background: #F7AE05 url("../img/sp_receipt_img16.png") 29.11vw center no-repeat;
	background-size: 9.37vw auto;
	color: #6B281E;
	font-size: 2.3rem;
	padding-left: 40.5vw;
	box-sizing: border-box;
	width: 100%;
	height: 11.39vw;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 5vw 5vw 0 0;
	position: absolute;
	top: -2px;
	left: 0px;
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.receipt .attention img {
	position: absolute;
	top: 70px;
	left: 34px;
	width: 83px;
}

.receipt .attention li {
	color: #6B281E;
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	text-indent: -1em;
	margin-left: 1em;
	letter-spacing: normal;
}

#cboxClose,
#cboxClose:hover {
	position: fixed;
  top: 11vw;
  right: 3.5vw;
  background: url("../img/btn07_close.png") 0 0 no-repeat;
  background-size: 7.59vw auto;
  width: 7.59vw;
  height: 7.59vw;
}

.close_bottom {
	position: fixed;
	bottom: 3.5vw;
  right: 3.5vw;
  background: url("../img/btn07_close.png") 0 0 no-repeat;
  background-size: 7.59vw auto;
  width: 7.59vw;
  height: 7.59vw;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
	border: none;
}

}
