@charset "shift_jis";

body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #482210;
	overflow-x: hidden;
}
/* layout
------------------------------------------------------ */
a:visited,
a:link{
	color: #482210;
}
p,ul,ol,div {
	color: #482210;
}
@media screen and (min-width: 751px) {
	/* override
	------------------------------------------------------ */
	body {
		min-width: 1260px;
		font-size: 1.6rem;
		background-color: #ffd04d;
		overflow-x: hidden;
	}
	body .snsArea {
		margin-top: 40px;
		margin-bottom: 0;
	}
	/* header
	------------------------------------------------------ */
	#header {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background-color: #fff;
		border-bottom: 1px solid #ead5a7;
		z-index: 1;
	}
	#headerLogo {
		width: 1260px;
		margin: 0 auto;
		padding: 8px 30px;
	}
	#header #headerLogo img {
		height: 34px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		position: relative;
		margin-top: 0;
	}
	#mainContents{
		width: 1260px;
		padding: 65px 30px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		margin-top: 0;
		padding: 0;
		border: none;
		background-color: #de340a;
		text-align: center;
	}
	#copyright {
		font-size: 1.4rem;
		color: #fff;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		background-color: #fff;
	}
	.mainVisual .mainVisualInner {
		width: 1260px;
		margin: 0 auto;
		padding: 20px 30px 24px;
		text-align: center;
	}
	.mainVisual .mainVisualInner >:first-child {
		margin-top: 0 !important;
	}
	.mainVisual .mainVisualTitle {
		margin-top: 14px;
	}
	.mainVisual .mainVisualText01 {
		margin-top: 10px;
	}
	.mainVisual .mainVisualImage01 {
		margin-top: 10px;
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		position: relative;
		width: 1260px;
		padding: 0 30px;
		margin: 40px auto 0;
	}
	.newsBox .newsBoxHeading {
		position: relative;
		width: 88px;
		margin-left: 10px;
	}
	.newsBox .newsBoxInner {
		width: 100%;
		height: 130px;
		margin-top: -12px;
		overflow-y: hidden;
		padding: 17px 10px 13px 15px;
		background: #f4f1e7;
		border-radius: 20px;
	}
	.newsBox .content {
		overflow: auto;
		position: relative;
		padding: 0px;
		height: 90px;
	}
	.newsBox .contentbox {
		padding: 10px 0 0;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.newsBox .contentbox li {
		display: table;
		margin-bottom: 10px;
	}
	.newsBox .contentbox li .date {
		display: table-cell;
		padding-right: 10px;
		width: 135px;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
	}
	.newsBox .mCSB_container {
		padding-right: 0px !important;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 20px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 11px 0 10px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
		background-color: inherit;
		padding: 0 3px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 14px;
		background-color: #e8390d;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 14px;
		margin: 3px 0;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 3px;
		right: 0;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-color: #fff;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 16px;
		height:18px;
		opacity: 1;
	}
	 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		width: 0;
		height: 0;
		border-bottom: 9px solid #e8390d;
		border-right: 7.5px solid transparent;
		border-left: 7.5px solid transparent;
		position:absolute;
		top: 2px;
		left: 0;
		display: block;
		content: "";
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
		width: 0;
		height: 0;
		border-top: 9px solid #e8390d;
		border-right: 7.5px solid transparent;
		border-left: 7.5px solid transparent;
		position:absolute;
		bottom: 0;
		left: 0;
		display: block;
		content: "";
	}
	/* flow
	------------------------------------------------------ */
	.flow--wrap {
		position: relative;
		margin-top: 80px;
		margin-bottom: 50px;
	}
	.flow {
		display: flex;
		gap: calc((100% - 290px * 4) / 3);
	}
	.flow > li {
		position: relative;
		width: 290px;
		min-height: 290px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		text-align: center;
	}
	.flow > li.list01 {background-image: url("/gecard/pandorobou/img-files/index_flow01_pc.webp");}
	.flow > li.list02 {background-image: url("/gecard/pandorobou/img-files/index_flow02_pc.webp");}
	.flow > li.list03 {background-image: url("/gecard/pandorobou/img-files/index_flow03_pc.webp");}
	.flow > li.list04 {background-image: url("/gecard/pandorobou/img-files/index_flow04_pc.webp");}
	.flow > li::before {
		content: '';
		position: absolute;
	}
	.flow > li.list01::before {
		top: -50px;
		left: 2px;
		width: 129px;
		height: 90px;
		background: url("/gecard/pandorobou/img-files/index_im04.webp") no-repeat 0 0 / contain;
	}
	.flow > li.list02::before {
		top: -47px;
		right: 6px;
		width: 109px;
		height: 86px;
		background: url("/gecard/pandorobou/img-files/index_im05.webp") no-repeat 0 0 / contain;
	}
	.flow > li.list03::before {
		top: -35px;
		right: 5px;
		width: 103px;
		height: 73px;
		background: url("/gecard/pandorobou/img-files/index_im06.webp") no-repeat 0 0 / contain;
	}
	.flow > li.list04::before {
		top: -45px;
		right: 16px;
		width: 100px;
		height: 84px;
		background: url("/gecard/pandorobou/img-files/index_im07.webp") no-repeat 0 0 / contain;
	}
	.flow > li a {color: inherit;}
	.flow > li .num {
		display: block;
		text-indent: -9999px;
		width: 100%;
		height: 42px;
	}
	.flow .flowDesc dd {
		padding-top: 180px;
		font-size: 1.6rem;
		text-align: center;
	}
	.flow .flowDesc dd a {
		color: #482210;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.pandorobou-section01 {
		margin-top: 55px;
	}
	.pandorobou-section01 >:first-child {
		margin-top: 0 !important;
	}
	.pandorobou-section02 {
		margin-top: 60px;
	}
	.pandorobou-section02 >:first-child {
		margin-top: 0 !important;
	}
	/* heading */
	.pandorobou-heading02 {
		position: relative;
		left: 50%;
		width: 1920px;
		transform: translateX(-50%);
	}
	.pandorobou-heading03 {
		margin-top: 20px;
		text-align: center;
	}
	/* text */
	.pandorobou-text01 {
		margin-top: 15px;
		font-size: 1.6rem;
	}
	.pandorobou-text02 {
		margin-top: 30px;
		font-size: 1.6rem;
	}
	/* card */
	.pandorobou-cardWrap {
		display: flex;
		gap: 40px;
		margin-top: 50px;
	}
	.pandorobou-card {
		padding: 50px 37px;
		width: calc(50% - 20px);
		border-radius: 40px;
		text-align: center;
	}
	.pandorobou-card >:first-child {
		margin-top: 0 !important;
	}
	.pandorobou-card[data-type="beige"] {
		border: 3px solid #ead5a7;
		background-color: #fff4cb;
	}
	.pandorobou-card[data-type="green"] {
		border: 3px solid #c4d69f;
		background-color: #eaf4d6;
	}
	.pandorobou-card .pandorobou-cardTitle {
		margin-top: 20px;
	}
	.pandorobou-card .pandorobou-cardTitle img {
		width: auto;
		height: 48px;
	}
	.pandorobou-card .pandorobou-cardImage {
		margin-top: 45px;
	}
	.pandorobou-card .applyBtn {
		margin-top: 30px;
	}
	.pandorobou-card .applyBtn li a {
		transition: 0.3s all ease-out;
	}
	.pandorobou-card .applyBtn li a:hover {
		opacity: 0.7;
	}
	/* button */
	.pandorobou-buttonWrap {
		display: flex;
		gap: 30px;
		margin-top: 50px;
		padding: 0 50px;
	}
	.pandorobou-button01 {
		width: calc(50% - 15px);
	}
	.pandorobou-button01 a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 86px;
		padding: 5px 60px;
		border: 3px solid #ead5a7;
		border-radius: 20px;
		background-color: #fff;
		font-size: 2.8rem;
		font-weight: bold;
		color: inherit;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.pandorobou-button01 a:hover {
		opacity: 0.7;
	}
	.pandorobou-button01 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		width: 34px;
		height: 34px;
		margin-top: -17px;
		background: url("/gecard/pandorobou/img-files/index_ic02.webp") no-repeat 0 0 / contain;
	}
	.webBtn {
		margin-top: 20px;
	}
	.webBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 460px;
		min-height: 52px;
		margin: 0 auto;
		padding: 5px 20px 5px 10px;
		background-color: #000;
		border-radius: 10px;
		text-align: center;
		font-size: 1.6rem;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.webBtn a:hover {
		opacity: 0.7;
	}
	.webBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 12px;
		width: 8px;
		height: 14px;
		margin-top: -7px;
		background: url("/gecard/pandorobou/img-files/index_ic01.webp") no-repeat 0 0 / cover;
	}
	/* image */
	.pandorobou-image01 {
		margin-top: 40px;
		text-align: center;
	}
	/* media */
	.pandorobou-media01 {
		display: flex;
		gap: 20px;
		margin-top: 40px;
	}
	.pandorobou-media01 .pandorobou-mediaHead {
		flex-shrink: 0;
		width: 580px;
	}
	.pandorobou-media01 .pandorobou-mediaBody {
		flex-grow: 1;
	}
	.pandorobou-media01 .pandorobou-mediaHead >:first-child,
	.pandorobou-media01 .pandorobou-mediaBody >:first-child {
		margin-top: 0 !important;
	}
	.pandorobou-media01 .pandorobou-mediaImage01 {
		margin-top: 20px;
	}
	.pandorobou-media01 .pandorobou-mediaImage02 {
		margin-top: 5px;
		margin-right: 35px;
		text-align: right;
	}
	.pandorobou-media01 .pandorobou-mediaText01 {
		margin-top: 10px;
		font-size: 2rem;
		line-height: 1.5;
	}
	.pandorobou-media01 .pandorobou-mediaText02 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.1;
	}
	.pandorobou-media01 .pandorobou-mediaText03 {
		font-size: 1.6rem;
		line-height: 1.25;
	}
	.pandorobou-media01 .pandorobou-mediaTextNote > li {
		position: relative;
		padding-left: 30px;
		font-size: 1.6rem;
		line-height: 1.25;
	}
	.pandorobou-media01 .pandorobou-mediaTextNote > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pandorobou-media01 sup {
		vertical-align: super;
		font-size: 1.1rem;
	}
	.pandorobou-media02 {
		display: flex;
		gap: 0;
		align-items: flex-end;
		margin-top: 25px;
	}
	.pandorobou-media02 .pandorobou-mediaHead {
		flex-grow: 1;
	}
	.pandorobou-media02 .pandorobou-mediaBody {
		flex-shrink: 0;
		width: 337px;
		padding-right: 20px;
	}
	.pandorobou-media02 .pandorobou-mediaHead > * >:first-child,
	.pandorobou-media02 .pandorobou-mediaBody >:first-child {
		margin-top: 0 !important;
	}
	.pandorobou-media02 .pandorobou-mediaLead {
		margin-top: 15px;
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.pandorobou-media02 .pandorobou-mediaNote {
		margin-top: 30px;
	}
	.pandorobou-media02 .pandorobou-mediaNote > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
		line-height: 1.625
	}
	.pandorobou-media02 .pandorobou-mediaNote > li + li {
		margin-top: 5px;
	}
	.pandorobou-media02 .pandorobou-mediaNote > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pandorobou-media02 .pandorobou-mediaImage01 {
		margin-top: 20px;
	}
	.pandorobou-media02 .pandorobou-mediaImage02 {
		margin-top: 20px;
		text-align: center;
	}
	/* box */
	.pandorobou-box {
		margin-top: 60px;
		border-radius: 20px;
		background-color: #f4f1e7;
	}
	.pandorobou-box + .pandorobou-box {
		margin-top: 30px;
	}
	.pandorobou-box .pandorobou-boxInner {
		padding: 30px 40px;
	}
	.pandorobou-box .pandorobou-boxInner >:first-child {
		margin-top: 0;
	}
	.pandorobou-box .pandorobou-boxTitle {
		position: relative;
		margin-top: 24px;
		margin-bottom: 23px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
	}
	.pandorobou-box .pandorobou-boxText {
		margin-top: 25px;
	}
	.pandorobou-box .pandorobou-boxText .large {
		font-size: 2rem;
		font-weight: bold;
	}
	.pandorobou-box .pandorobou-boxLead {
		font-size: 4rem;
		font-weight: bold;
		margin-top: 48px;
	}
	.pandorobou-box .pandorobou-boxList > li > .pandorobou-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.pandorobou-box .pandorobou-boxList {
		margin-top: 15px;
	}
	.pandorobou-box .pandorobou-boxList02 {
		margin-top: 15px;
	}
	.pandorobou-box .pandorobou-boxList > li {
		position: relative;
		padding-left: 18px;
	}
	.pandorobou-box .pandorobou-boxList02 > li {
		position: relative;
		padding-left: 16px;
	}
	.pandorobou-box .pandorobou-boxList02 > li + li {
		margin-top: 0;
	}
	.pandorobou-box .pandorobou-boxList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pandorobou-box .pandorobou-boxList02 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pandorobou-box .pandorobou-boxList03 {
		margin-top: 22px;
	}
	.pandorobou-box .pandorobou-boxList03 > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.pandorobou-box .pandorobou-boxList03 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pandorobou-box .pandorobou-boxList03 > li > .pandorobou-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.pandorobou-box .pandorobou-boxHr {
		width: calc(100% + 48px);
		height: 2px;
		margin: 30px 0 25px -24px;
		background-image: linear-gradient(to right, #482210, #482210 6px, transparent 6px, transparent 10px);
		background-size: 10px 2px;
	}
	.pandorobou-box .pandorobou-boxInquiry {
		text-align: center;
	}
	.pandorobou-box .pandorobou-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.pandorobou-box .pandorobou-boxInquiry .pandorobou-boxInquiryTxt {
		margin-top: 3px;
		font-size: 1.6rem;
	}
	.pandorobou-box .pandorobou-boxInquiry .pandorobou-boxInquiryTel {
		margin-top: 3px;
		font-size: 1.6rem;
	}
	.pandorobou-box .pandorobou-boxInquiry .pandorobou-boxInquiryTel a {
		color: #000;
		text-decoration: none;
	}
	.pandorobou-box .pandorobou-boxImage {
		margin-top: 17px;
		text-align: center;
	}
}
@media screen and (max-width: 750px) {
	/* override
	------------------------------------------------------ */
	body {
		font-size: 1.3rem;
		background-color: #ffd04d;
	}
	body .snsArea {
		margin: 20px auto 0;
	}
	/* header
	------------------------------------------------------ */
	#header {
		padding: 0;
		background-color: #fff;
		border-bottom: 1px solid #ead5a7;
	}
	#headerLogo {
		padding: 4px 10px 6px;
	}
	#header #headerLogo img {
		width: auto;
		height: 25px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding: 40px 10px 30px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin-top: 0;
		padding: 13px 0;
		border: none;
		background-color: #de340a;
		text-align: center;
	}
	#copyright {
		font-size: 1rem;
		color: #fff;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		background-color: #fff;
	}
	.mainVisual .mainVisualInner {
		padding: 10px;
		text-align: center;
	}
	.mainVisual .mainVisualInner >:first-child {
		margin-top: 0 !important;
	}
	.mainVisual .mainVisualTitle {
		margin-top: calc(16 / 720 *100vw);
	}
	.mainVisual .mainVisualTitle img {
		width: calc(442 / 720 *100vw);
	}
	.mainVisual .mainVisualText01 {
		margin-top: calc(16 / 720 *100vw);
	}
	.mainVisual .mainVisualText01 img {
		width: calc(366 / 720 *100vw);
	}
	.mainVisual .mainVisualImage01 {
		margin-top: calc(16 / 720 *100vw);
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		margin: 23px 0 0;
		padding: 0 10px;
	}
	.newsBox .newsBoxHeading {
		position: relative;
		z-index: 1;
	}
	.newsBox .newsBoxHeading img {
		width: auto;
		height: 18px;
		margin-left: 12px;
	}
	.newsBox .newsBoxInner{
		width: auto;
		height: 84px;
		margin-top: -7px;
		padding: 10px 1px 10px 10px;
		background: #fff;
		border-radius: 20px;
	}
	.newsBox .content {
		padding: 0px;
		height: 75px;
	}
	.newsBox .contentbox {
		padding: 6px 0;
		font-size: 10px;
		font-size: 1.0rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 2px;
	}
	.newsBox .contentbox li .date {
		width: 80px;
		padding-left: 0;
		display: table-cell;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
		padding-right: 10px;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 15px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 9px 0 14px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		border-radius: 2.5px;
		background-color: #e8390d;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger{
		min-height: 9px !important;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 12px;
		margin: 3px 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 12px;
		height:11px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before,
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		content: "";
		position:absolute;
		left: 0;
		width: 0;
		height: 0;
		border-right-width: 6px;
		border-left-width: 6px;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		top: 0;
		border-bottom: 8px solid #e8390d;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		bottom: 0;
		border-top: 8px solid #e8390d;
		border-top-width: 8px;
	}
	.newsBox .mCustomScrollBox{
		height: calc(100% - 15px);
	}
	
	/* flow
	------------------------------------------------------ */
	.flow--wrap {
		margin: 65px 0 30px;
	}
	.flow > li {
		position: relative;
		width: 100%;
		margin-top: 73px;
		text-align: center;
	}
	.flow >:first-child {
		margin: 0!important;
	}
	.flow > li + li:after {
		position: absolute;
		content: "";
		width: 17px;
		height: 9px;
		top: -63px;
		right: 50%;
		margin-right: -8.5px;
		background: url(/gecard/pandorobou/img-files/index_ic03.webp) no-repeat top left / contain;
	}
	.flow > li::before {
		content: '';
		position: absolute;
	}
	.flow > li.list01::before {
		top: -45px;
		left: 8px;
		width: 65px;
		height: 45px;
		background: url("/gecard/pandorobou/img-files/index_im04.webp") no-repeat 0 0 / contain;
	}
	.flow > li.list02::before {
		top: -44px;
		left: 12px;
		width: 56px;
		height: 45px;
		background: url("/gecard/pandorobou/img-files/index_im05.webp") no-repeat 0 0 / contain;
	}
	.flow > li.list03::before {
		top: -37px;
		left: 20px;
		width: 51px;
		height: 36px;
		background: url("/gecard/pandorobou/img-files/index_im06.webp") no-repeat 0 0 / contain;
	}
	.flow > li.list04::before {
		top: -43px;
		left: 15px;
		width: 50px;
		height: 42px;
		background: url("/gecard/pandorobou/img-files/index_im07.webp") no-repeat 0 0 / contain;
	}
	.flow > li .num {display: none;}
	.flow .flowDesc {
		display: flex;
		gap: 10px;
		width: 100%;
		margin-top: 0;
	}
	.flow .flowDesc dt {
		flex-shrink: 0;
		width: 95px;
		height: 95px;
		padding: 0;
		background-size: 100px auto !important;
		background-repeat: no-repeat;
		background-position: 0 50%;
		vertical-align: middle;
	}
	.flow .flowDesc dt span {display: inline;}
	.flow .flowDesc dd {
		flex-grow: 1;
		padding: 0 0 0 2px;
		vertical-align: middle;
		font-size: 1.3rem;
		text-align: left;
		line-height: 1.7;
	}
	.flow .flowDesc dd > span {
		display: block;
		padding: 10px 5px;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.pandorobou-section01 {
		margin-top: 40px;
	}
	.pandorobou-section01 >:first-child {
		margin-top: 0 !important;
	}
	.pandorobou-section02 {
		margin-top: 40px;
	}
	.pandorobou-section02 >:first-child {
		margin-top: 0 !important;
	}
	/* heading */
	.pandorobou-heading02 {
		width: 100vw;
		margin-top: 20px;
		margin-left: -10px;
		text-align: center;
	}
	.pandorobou-heading03 {
		margin-top: 20px;
		text-align: center;
	}
	/* text */
	.pandorobou-text01 {
		margin-top: 10px;
		font-size: 1.3rem;
	}
	.pandorobou-text02 {
		margin-top: 18px;
		font-size: 1.3rem;
	}
	/* card */
	.pandorobou-cardWrap {
		margin-top: 25px;
	}
	.pandorobou-cardWrap >:first-child {
		margin-top: 0 !important;
	}
	.pandorobou-card {
		margin-top: 20px;
		padding: calc(50 / 720 * 100vw) calc(45 / 720 * 100vw);
		border-radius: calc(40 / 720 * 100vw);
		text-align: center;
	}
	.pandorobou-card >:first-child {
		margin-top: 0 !important;
	}
	.pandorobou-card[data-type="beige"] {
		border: calc(6 / 720 * 100vw) solid #ead5a7;
		background-color: #fff4cb;
	}
	.pandorobou-card[data-type="green"] {
		border: calc(6 / 720 * 100vw) solid #c4d69f;
		background-color: #eaf4d6;
	}
	.pandorobou-card .pandorobou-cardTitle {
		margin-top: calc(30 / 720 * 100vw);
		text-align: center;
	}
	.pandorobou-card .pandorobou-cardTitle img {
		width: auto;
		height: calc(56 / 720 * 100vw);
	}
	.pandorobou-card .pandorobou-cardImage {
		margin-top: calc(50 / 720 * 100vw);
	}
	.pandorobou-card .applyBtn {
		margin-top: calc(36 / 720 * 100vw);
	}
	/* button */
	.pandorobou-buttonWrap {
		margin-top: 17px;
		padding: 0 10px;
	}
	.pandorobou-buttonWrap >:first-child {
		margin-top: 0 !important;
	}
	.pandorobou-button01 {
		margin-top: 16px;
	}
	.pandorobou-button01 a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 50px;
		padding: 5px 32px;
		border: 2px solid #ead5a7;
		border-radius: 15px;
		background-color: #fff;
		font-size: 1.7rem;
		font-weight: bold;
		color: inherit;
		text-decoration: none;
	}
	.pandorobou-button01 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 13px;
		width: 17px;
		height: 17px;
		margin-top: -8.5px;
		background: url("/gecard/pandorobou/img-files/index_ic02.webp") no-repeat 0 0 / contain;
	}
	.webBtn {
		margin-top: 20px;
	}
	.webBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		min-height: 42px;
		margin: 0 auto;
		padding: 5px 20px 5px 10px;
		background-color: #000;
		border-radius: 5px;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
		text-decoration: none;
	}
	.webBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 12px;
		margin-top: -6px;
		background: url("/gecard/pandorobou/img-files/index_ic01.webp") no-repeat 0 0 / cover;
	}
	/* image */
	.pandorobou-image01 {
		margin-top: 20px;
		text-align: center;
	}
	/* media */
	.pandorobou-media01 {
		margin-top: 20px;
	}
	.pandorobou-media01 .pandorobou-mediaHead {
		text-align: center;
	}
	.pandorobou-media01 .pandorobou-mediaBody {
		margin-top: 20px;
	}
	.pandorobou-media01 .pandorobou-mediaHead >:first-child,
	.pandorobou-media01 .pandorobou-mediaBody >:first-child {
		margin-top: 0 !important;
	}
	.pandorobou-media01 .pandorobou-mediaImage01 {
		margin-top: 20px;
	}
	.pandorobou-media01 .pandorobou-mediaImage02 {
		margin-top: 20px;
		text-align: center;
	}
	.pandorobou-media01 .pandorobou-mediaText01 {
		margin-top: 10px;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.pandorobou-media01 .pandorobou-mediaText02 {
		margin-top: 7px;
		margin-bottom: 7px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.1;
	}
	.pandorobou-media01 .pandorobou-mediaText03 {
		font-size: 1.2rem;
		line-height: 1.25;
	}
	.pandorobou-media01 .pandorobou-mediaTextNote > li {
		position: relative;
		padding-left: 22px;
		font-size: 1.2rem;
		line-height: 1.25;
	}
	.pandorobou-media01 .pandorobou-mediaTextNote > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pandorobou-media01 sup {
		vertical-align: super;
		font-size: 1rem;
	}
	.pandorobou-media02 {
		margin-top: 15px;
	}
	.pandorobou-media02 .pandorobou-mediaBody {
		margin-top: 20px;
	}
	.pandorobou-media02 .pandorobou-mediaHead > * >:first-child,
	.pandorobou-media02 .pandorobou-mediaBody >:first-child {
		margin-top: 0 !important;
	}
	.pandorobou-media02 .pandorobou-mediaLead {
		margin-top: 15px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.125;
	}
	.pandorobou-media02 .pandorobou-mediaNote {
		margin-top: 15px;
	}
	.pandorobou-media02 .pandorobou-mediaNote > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
		line-height: 1.25
	}
	.pandorobou-media02 .pandorobou-mediaNote > li + li {
		margin-top: 2px;
	}
	.pandorobou-media02 .pandorobou-mediaNote > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pandorobou-media02 .pandorobou-mediaImage01 {
		margin-top: 10px;
		text-align: center;
	}
	.pandorobou-media02 .pandorobou-mediaImage02 {
		margin-top: 10px;
		text-align: center;
	}
	/* box */
	.pandorobou-box {
		margin-top: 40px;
		border-radius: 10px;
		background-color: #f4f1e7;
	}
	.pandorobou-box + .pandorobou-box {
		margin-top: 20px;
	}
	.pandorobou-box .pandorobou-boxInner {
		padding: 20px;
	}
	.pandorobou-box .pandorobou-boxInner >:first-child {
		margin-top: 0;
	}
	.pandorobou-box .pandorobou-boxTitle {
		margin-top: 18px;
		margin-bottom: 11px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.pandorobou-box .pandorobou-boxText {
		margin-top: 14px;
	}
	.pandorobou-box .pandorobou-boxText .large {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.pandorobou-box .pandorobou-boxLead {
		font-size: 2.5rem;
		font-weight: bold;
		margin-top: 20px;
	}
	.pandorobou-box .pandorobou-boxList {
		margin-top: 10px;
	}
	.pandorobou-box .pandorobou-boxList02 {
		margin-top: 10px;
	}
	.pandorobou-box .pandorobou-boxList > li {
		position: relative;
		padding-left: 12px;
	}
	.pandorobou-box .pandorobou-boxList02 > li {
		position: relative;
		padding-left: 13px;
	}
	.pandorobou-box .pandorobou-boxList02 > li + li {
		margin-top: 0;
	}
	.pandorobou-box .pandorobou-boxList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pandorobou-box .pandorobou-boxList02 > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pandorobou-box .pandorobou-boxList03 {
		margin-top: 17px;
	}
	.pandorobou-box .pandorobou-boxList03 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.pandorobou-box .pandorobou-boxList03 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pandorobou-box .pandorobou-boxList > li > .pandorobou-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.pandorobou-box .pandorobou-boxList03 > li > .pandorobou-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.pandorobou-box .pandorobou-boxHr {
		width: calc(100% + 30px);
		height: 2px;
		margin: 20px 0 20px -15px;
		background-image: linear-gradient(to right, #482210, #482210 6px, transparent 6px, transparent 10px);
		background-size: 10px 2px;
	}
	.pandorobou-box .pandorobou-boxInquiry {
		text-align: center;
	}
	.pandorobou-box .pandorobou-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.pandorobou-box .pandorobou-boxInquiry .pandorobou-boxInquiryTxt {
		margin-top: 0;
		font-size: 1.3rem;
		line-height: 1.34;
	}
	.pandorobou-box .pandorobou-boxInquiry .pandorobou-boxInquiryTel {
		margin-top: 0;
		font-size: 1.3rem;
		line-height: 1.34;
	}
	.pandorobou-box .pandorobou-boxInquiry .pandorobou-boxInquiryTel a {
		text-decoration: underline;
	}
	.pandorobou-box .pandorobou-boxImage {
		margin: 11px 11px 0;
		text-align: center;
	}
	
}